/*
dark blue: #0B8AD0
mid blue : #55BFF1
light blue #C2E6EF
green: #79BB31

*/

	* {margin:0; padding:0;}

/* standard tags */

	body {font-family: Verdana, Arial, 'Trebuchet MS', 'sans serif'; font-size:small; line-height:130%; background:#C2E6EF;}
	h1 {margin:10px 0px;}
	h2 {margin:10px 0px;}
	h3 {margin:10px 0px; color:#0B8AD0; font-size:120%;}
	h4 {margin:10px 0px;}
	h5 {margin:10px 0px;}
	h6 {margin:10px 0px;}
	p{margin:10px 0px;}
	em {font-style:normal; color:#000;}
	
/* page structure */ 

	#container {width:975px;  height: 590px; margin:10px auto; padding-top:30px;}
	#innercontainer {background:#fff; width:975px; height:530px; margin:0px auto; padding:5px;}
	#header {background:#0B8AD0; height:120px; width:975px;}
	#logo {width:185px; float:left; margin:35px 0px 0px 20px;}
	#navigation {width:385px; float:right;}
	#pagebody {}
	#pagecontent {padding:0px 0px; float:left; height:210px}
	#bottompagecontent {padding:0px; float:left;}
	#banner {}
	#footer {}
	
/* style the standard content */ 
	
	#navigation ul {list-style:none; display:block; margin-top:50px;}
	#navigation ul li {list-style:none; display:block; float:left; padding:0 10px; border-right: 1px solid #fff;}
	#navigation ul li a {color:#fff; text-decoration:none; border-bottom:4px solid #0B8ADO;}
	#navigation ul li a:hover {border-bottom:4px solid #79BB31;}
	#overnav {border-bottom:4px solid #79BB31;}
	.noborder {border-right:none !important;}
/* style */
	#topimage {width:240px; height:200px; float:left; margin:5px 0px;}
	#topimageright {width:240px; height:200px; float:right; margin:5px;}
	#quote {background:#55BFF1; color:#fff; width:220px; height:160px; float:left; margin:5px 5px; font-family: Arial, Verdana, 'sans serif'; line-height:135%; font-size:180%; padding:20px 10px; letter-spacing:-0.03em; _padding:15px 10px; _height:170px;}
	#quoteright {background:#55BFF1; color:#fff; width:220px; height:160px; float:right; margin-top:5px;font-family: Arial, Verdana, 'sans serif'; line-height:140%; font-size:180%; padding:20px 10px; letter-spacing:-0.05em;}
	#bodytext {background: #C2E6Ef; width:465px; height:190px; float:left; padding:5px 10px; font-size: 85%; margin:5px 0px;}	
	#bodytext a {border-bottom:3px solid #79BB31; text-decoration:none; color: #000;}
	.bodytextleft {margin-right:5px; _width:364px !important;}
	
	#bodytext ul {font-size:95%; margin-left:10px;}
	#bodytext ul li {list-style:square inside; color:#0B8AD0;} 
	
	#textbox {background:#79BB31; color:#fff; width: 445px; height:160px; float:left; padding:20px 20px;}
	#textbox h2 {font-weight:normal; font-size:180%;}
	#textbox ul {font-size:85%;}
	#textbox ul li {list-style:square inside;}
	#bottomimage {width:485px; height:200px; float:right; margin-left:5px;}
	
	#textboxright {background:#79BB31; color:#fff; width:445px; height:160px; float:right; padding:20px 20px;}
	#textboxright h2 {font-size:110%;}
	
	#greenbox {background:#79BB31; margin:0px 0px 5px 0px; float:left;clear:left; width:170px; height:180px; display: table-cell; vertical-align: middle;font-family: Arial, Verdana, 'sans serif'; line-height:140%; font-size:160%; color:#fff; padding:10px;}	
	#leftpagecontent {float:left; width:195px;}
	#rightpagecontent {padding:10px; width:760px; float:left; background:#C2E6EF; height:385px; margin-top:5px;}
	#rightpagecontent ul {margin:10px 10px 10px 30px;}
	#rightpagecontent ul li {margin:15px 0px; list-style-image: url(images/bluespot.gif);}
	
	#footer {clear:both; margin-top:10px; text-align:right; font-size:10px; float:left; width:100%; color:#fff;}
	#footer a {color:#fff; text-decoration:none;}
	
/* classes */
	.greenbg {background:#79BB31 !important;}
	.midbluebg {background:#55BFF1 !important;}
	.midbluebg a {border-bottom:1px solid #79BB31; text-decoration:none; color: #fff;}	
	.floatleft {float:left !important;margin:0 5px 0 0 !important;}
	
