/*==============================================================*/

/* Description: Common CSS For Golden Gate Finance              */

/* Author: Luke Goodwin, Stephen Zanetta (c) LNS Creative  2009 */

/* Date: 24.01.09                                               */

/*==============================================================*/



/* Here are all the common site wide settings*/

.accessibility, .seo {

	display: none;

}



.clear{

	clear: both;

	height: 0px;

	overflow: hidden;

	line-height: 0px;

	

	font-size: 0px;

}



/*==========================================*/

/*	            BODY SETTINGS               */

/*==========================================*/

/* Here are all the common site wide settings for the body*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { 

	margin: 0px 0px;

	padding: 0px 0px; 

}



body {

	background: url(../images/background.jpg) repeat top left;

}



body, p, input, textarea, select {

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	font-size: 11px;

	color: #888e8f;

}



h1, h2, h3, h4, p {

}



h1 {

	font-size: 34px;

	line-height: 34px;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: normal;

}



h2, h3 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 18px;

}



h4 {

	font-size: 11px;

}



p {

}



ul {

	list-style-type: none;

}



ol {

}



li {

}



a {

	text-decoration: none;

	color: #b1cb32;

}



.png {

	behavior: url('../css/iepngfix.htc');

}



body, p, input, textarea {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #57636b;

}



h1{

	font-size: 16px;

	font-weight: normal;

	color: #4a4a4a;

	padding-bottom: 0px;

}



h4 {

	font-size: 11px;

	color: #008cd2;

	padding-left: 20px;

	padding-bottom: 15px;

}



p {

	padding-left: 20px;

	padding-bottom: 15px;

}



a {

	color: #000000;

	text-decoration: none;

}



.style13 {

	color: #008cd2;

	font-weight: bold;

}



.style14 {

	color: FF0000;

	font-weight: bold;

}



#Page {

	width: 782px;

	margin: 0px auto;

	margin-top: 32px;

	

	text-align: left;

}



/*=====================*/



/*		HEADER         */



/*=====================*/

#Header {

	min-height: 135px;

	height: auto !important;

	height: 135px;

	height: 1%;

}



/*=====================*/

/*        BODY         */

/*=====================*/

#Body {

	width: 782px;

	background-color: #ffffff;

}



#Break {

	width: 674px;

	min-height: 4px;

	height: auto !important;

	height: 4px;

	

	background-color: #e9f2f2;

}



#Content {

	behavior: url('../css/iepngfix.htc');

}



#Content {

	width: 782px;

	background: url(../images/body.jpg) no-repeat top left;

}



/*=====================*/

/*     NAVIGATION      */

/*=====================*/

#Navigation {

	float: left;

	margin-top: 0px;

	margin-left: 0px;

}



#Navigation ul {

	list-style: none;

	margin: 23px;

}



#Navigation li {

	line-height: normal;

	margin: 0px;

}



/*=====================*/

/*    CONTENT AREA     */

/*=====================*/

#ggftitle {

	float: left;

	margin-top:23px;

	margin-bottom:5px;

}



#Content_Area {

	float: left;

	width: 510px;

	padding: 0px 10px 10px 5px;

}



#Scroll {

	padding-right: 20px;

}
#Scroll a {
	border-bottom: 1px dotted ;
}
#Scroll a:hover {
	color: #008CD2;
}

/*=====================*/

/*       FOOTER        */

/*=====================*/

#PageBreak {

	padding: 15px 0px 15px 140px;

}



#Footer {

	width: 782px;

	min-height: 101px;

	height: auto !important;

	height: 101px;	

	background: url(../images/footer.png) no-repeat top left;

}	



#Footer #Flash {

	padding-left: 100px;

}



#WebsiteBy {

	text-align: center;

}