@charset "UTF-8";
/* CSS Document */


html, div, span, object, h3, h4, h5,  
a, acronym, em, img, small, strike, strong, sub, sup, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin:0;
	border:0;
	outline:0;
	line-height:100%;
}

h1 {color: #7d9c9f; 
	font-family:Georgia, Times, serif;
	font-size: 2em;
	line-height: 1.1em; 
	letter-spacing: 1px; 
}

h1 a:link {
text-decoration:none;
color:#5e9dc8;
} 

h2 {color: #7d9c9f; font-family:Georgia, Times, serif;
}

h3 {color: #cc4406; 
	font-family:Georgia, Times, serif;
	font-size: 1.5em;
	letter-spacing: 1px;
	font-variant:small-caps;}
	

blockquote {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999999;
	font-size: 1.5em;
	letter-spacing: normal;
	text-align: left;
}

.contentbox {background-color: #dcf0f7;
			width: 210px;
			padding-top: 5px;
			padding-bottom: 5px;
			padding-left: 5px;
			padding-right: 5px;
			color: #17120e; 
			font-family: Georgia, Times, serif; 
			line-height: 1.1em; 
			letter-spacing: 1px; 
			font-variant:small-caps;
			font-weight:bold;
			font-size:1.5em;
			  }

.highlight {
		color: #ad235e;
}

.contentcontainer {
	width:700px;
	float:left;
	display:inline;
}

.row_item {
	float:left;
	border: 1px solid #d5cec6;
	margin:2px 8px 14px 7px;
	width:211px;
	text-align: left;
	}

.float_left {
border:1px solid #d5cec6;
float:left;
margin:4px 15px 15px 0;
padding:3px;
}

a {color:#5e9dc8; text-decoration:none;}
a:link {color:#5e9dc8; text-decoration:none;}
a:visited { color:#5e9dc8; }
a:hover { color:#8dd8da; }

body { 
	background: #d5cec6 url(images/page_back.png);
	background-repeat: repeat-x;
	text-align:center; 
	font-size:75%; 
	font-family:verdana, trebuchet ms, arial,helvetica,sans-serif; color:#333; padding:12px 0;
	 }

p { 
	text-align: justify;
	margin: 10px 0;
}
p.skiptocontent { position:absolute; left:-3000px; }


#wrapper {
	width:1024px;
	text-align:left;
	margin:0 auto;
}

#header {
	background:#d5cec6 url(images/header.png) no-repeat scroll center top;
	height: 216px;
}

a#logo {
	background: url(images/gflogo.png) 0 0 no-repeat;
	width: 297px;
	height: 106px;
	text-indent: -900em;
	overflow: hidden;
	display: block;
	position: relative;
	top: 60px;
	left: 25px;
	border: none;
	}
				

#navigationcon {
		background-image:url(images/nav_back.png);
		width:100%;
		}

#navigation {
	overflow:auto;
	width:1024px;
	height:50px;
}
	#navigation ul { list-style-type:none; margin: 0 0 0 230px; overflow:auto; padding-top: 10px;}
	#navigation li {
	float:left;
	display:inline;
	font-size:1.1em;
	font-weight:bold;
	color: #5e9dc8;
}
	#navigation a { text-decoration:none; float:left; display:inline; padding: 4px 20px; }
	#navigation a:link,#navigation a:visited { color:#fff; border-bottom: 1px dashed #17120e;  }
	#navigation a:hover { color:#8dd8da;  border-bottom: 1px dashed #fff; }
	#navigation li.current { color:#8dd8da;  border-bottom: 1px dashed #fff; text-decoration:none; float:left; display:inline; padding: 4px 20px;  }
	
#container { background:#d5cec6 url(images/body_back.png) no-repeat scroll;
	overflow:auto;
	}
	

#content {
	background:#ffffff url(images/content_back.png) no-repeat scroll;
	overflow:auto;
	padding:0px 0px 0px 0px;
	width: 960px;
	clear:both;
	margin:0px 0px 0px 30px;
	background-color: #FFFFFF;
}

	#rowcontent {
	width:630px;
	float:left;
	display:inline;
	padding: 10px 10px;
	margin:10px 0px 0px 20px;
	}
	
	#maincontent {
	width:640px;
	float:left;
	display:inline;
	padding: 10px 10px;
	margin:10px 0px 0px 20px;
}
	#maincontent h1 {
	font-size:2em;
	line-height: 1.1em; 
	letter-spacing: 1px; 
	margin:0 0 .7em 0;
	color: #7d9c9f;
}
		#maincontent h2 { font-size:1.2em; line-height:120%; margin:1em 0 .7em 0; }
		#maincontent p { font-size:1.1em; line-height:150%; margin:10px 0 .5em 0; text-align:justify; }
		#maincontent p.heading { font-size:1.1em; line-height:150%; margin:10px 0 .5em 0; text-align:left; }
		#maincontent blockquote { width:210px; float:right; display:inline; margin:0 0 0 20px; }
		#maincontent blockquote p { font-size:1.4em; font-family:georgia, "times new roman", serif; line-height:164%; margin:0; font-style:italic; color:#888; }
		

	
#sidebar {
	width:230px;
	float:right;
	display:inline;
	margin:2.0em 30px 0 0px;
	
}
		#sidebar ul { list-style-type:none; }
		#sidebar li {
	margin:0 0 .5em 0;
	color: #666666;
	line-height: 150%;
	letter-spacing: 1.5px;
	padding-left: 5px;	
		
}
		#sidebar li a { text-decoration:none; }


		
		

#footer { background-color:#eee; overflow:auto; clear:both; width:100%; float:  }
	#footer a:link, #footer a:visited { text-decoration:none; color:#666; font-weight:bold; }
	#footer a:hover { text-decoration:none; color:#000; font-weight:bold; }
	#footer p { font-size:1em; line-height:120%; color:#666; width:210px; float:left; display:inline; margin-right:20px; }
	#footer p.totop { margin-left:30px; }
	#footer p.totop a { padding-left:9px; background: url(../../../../Desktop/4col/images/arrow.gif) 0 0 no-repeat; }

#footerBot {
	background-color: #17120e;
	overflow:auto;
	clear:both;
	width:100%;
}
	#footerBot a:link, #footer a:visited { text-decoration:none; color:#666; font-weight:bold; }
	#footerBot a:hover { text-decoration:none; color:#000; font-weight:bold; }
	#footerBot p {  padding-left:20px; font-size:1em; line-height:120%; color:#fff; width:300px; float:right; display:inline; margin-right:20px; }
	

#containerFoot { background-color: #eee; margin:0 auto; overflow:auto; width:1024px; }

