/* Start of CMSMS style sheet 'go_style.css' */
@charset "UTF-8";
/* CSS Document */
/* =GENERAL - the general styles */

* 	{
	padding: 0px;
	margin: 0px;
	}
	
html, body {
	font-family: "trebuchet ms", Arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight:normal;
    color: #323232;
	background:url('uploads/images/2bggrey.jpg') repeat;
	}
	
.clear {
	clear: both;
	}

a img { border:none; }

a {
	text-decoration: none;
	color: #00457c;
	}
a:hover{
	color: #323232;
	}
hr {
	display: none;
	}
strong{
	font-weight: bold;
	}
ul.borderedlist li{
   border-bottom: 1px dashed #d1cfcd;
	}
ul.borderedlist li a{
	display: block;
	padding:3px 0 0 2px;
    height: 26px;
    color: #323232;
	}
ul.borderedlist li a:hover{
	background: #E5E5E4;
	color: #323232;
	}
			
h1 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 24px;
	color: #717074;
	letter-spacing: -1px;
	border-bottom: solid 1px #717074;
	padding: 0px 0px 6px 0px;
	margin-bottom: 10px;
	font-weight:normal;
	line-height: 24px;
	}

h2 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 20px;
	color: #717074;
	border-bottom: solid 1px #717074;
	padding: 0px 0px 3px 0px;
	margin-bottom: 10px;
	font-weight:normal;
	line-height: 20px;
	}

h3 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 18px;
	color: #003f5f;
	line-height: 18px;
	margin-bottom: 8px;
	font-weight:normal;
	}
	
h4 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 16px;
	color: #717074;
	line-height: 16px;
	font-weight:normal;
	margin-bottom: 5px;
	}
	
h5 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 14px;
	color: #323232;
	line-height: 14px;
	font-weight:normal;
	margin-bottom: 5px;
	}
		
.style1 {
	color:#555;
	font-size: 12px;
	margin: 10px;
	}
.style2 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 14px;
	color: #717074;
	line-height: 14px;
	font-weight:normal;
	margin-bottom: 5px;
	}
.style3 {
	color:#003f5f;
	font-size: 12px;
	margin: 10px;
	}
 
/*------------------------------------------------topheader and nav--------------------*/
#wrapper {
	margin-left:5%;
	margin-right:5%;
	margin-top:0;
	padding:0;
	width: 950px;
	position: absolute;
	background:url('uploads/images/2bodyfill.jpg') repeat-y;
	}
	
#page {
	text-align: left;
	margin: 0;
	padding: 0;
	width: 900px;
  	position: relative;
	background:url('uploads/images/2bodyfill.jpg') repeat-y;
	}

#header{
	margin-left:24px;
	margin-top:0;
	width:900px;
	height:113px;
	background: url('uploads/images/2HeaderTop.jpg') no-repeat;
	position: relative;
	clear:both;
	}
  
#navigation {
	position: absolute;
	width: 580px;
	text-align: left;
	margin: 63px 0 0 315px;
	height: 30px;
	}
	
.navigation ul {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight:normal;
	color:#888;
	line-height: 30px;
	white-space: nowrap;
	}
	
.navigation li {
	display: inline;
	list-style-type: none;
	border-right:1px solid #666;
	}
	
.navigation li a {
	color: #888;
	text-decoration: none;	
	padding: 7px 10px;
	}
	
.navigation li a:hover {
	color: #00457c;	
	background-color: #e6e6e6;
	}
	
#navigation ul li.last{
	border-right:0;
	}
			
/*--------------------------------------------body area --------------------*/
#main {
	width:900px;
	margin-left:24px;
	min-height:500px;
	position:relative;
	}
	
#maincontent{ 
	width:575px;			
	float: left;
	}
#maincontentwide{
	width:775px;
	float: left;
	}
	
.maintext {
	padding: 20px 10px 30px 10px;
	margin-left:40px;
	}
/*.maintext p {
	color:#555;
	font-size: 12px;
	margin: 10px;
	}*/
	
#rightcolumn {
	width:250px;
	min-height:500px;
	float: right;
	}
   
.rightbodytext {
	padding:25px 25px 25px 15px;
  	float: left;
}
	
#img {
		}
.floatright {
	float: right;
	margin: 0 0 10px 0;
	}
.floatleft {
	float: left;
	margin: 0;
	}
			
.clear {
	clear: both;
	}         
/*-----------------------------------Graph / Image area --------------------*/ 

#graph {
	width: 600px;
	height: 350px;
	margin: 25px 0 10px 80px;
	}
	
/*-------------------------------------------Bottom area --------------------*/
      
#bottomimg {
	width: 900px;
	height: 72px;
	margin-left:24px;
	bottom:0px;
	float: left;
			}
			
            .bottomcolumn{
            float: left;
            width:288px;
            margin-right: 18px;
			padding:5px 20px 0 75px;
            }
            .bottomright{
			margin-right:0;
			}
            .bottomcolumn h3{
            border-bottom: 1px solid #717074;
            color: #00457c; 
			font-size:18px;
			padding:15px 0 5px 5px;
            }
            .bottomcolumn p{
            padding: 10px 35px 10px 5px;
            font-size: 12px;
            }
            .iconlist{
            border-top: 1px dashed #d1cfcd;
            font-size: 12px;
            }
            ul.iconlist li a{
            padding-left: 25px;
            }
            ul.iconlist  li a:hover{
			background: #E9E4DE;
			color: #323232;
			}
            
/*-----------------------------------------------footer_area--------------------*/
#footer {
	background-color:#323232;
	width: 900px;
	height: 100px;
	bottom: 0;
	position:relative;
	margin-left:24px;
	clear:both;
	}
	
#footcontainer {
	margin: 0;
	padding:0;
	width: 750px;
	height:70px;
	}
	
.footercolumn1 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 12px;
	float: left;
	margin: 20px 10px 10px 20px;
	
	text-decoration: none;
	list-style-type: none;
	line-height: 14px;
	color: #fff;
	}
	
.footercolumn1 ul li {
	list-style:none;
	text-decoration:none;
	}
	
.footercolumn1 p {
	color: #fff;
	text-align: left;
	padding: 5px;
	}
	
.footercolumn1 a {
	text-decoration: none;
	color: #888;
	}
	
.footercolumn2 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 12px;
	float: right;
	margin: 20px 20px 10px 10px;
	text-decoration: none;
	list-style-type: none;
	line-height: 14px;
	color: #fff;
	}
.footercolumn2 ul li {
	display: inline;
	list-style:none;
	text-decoration:none;
	padding: 0 5px 0 5px;
	border-right:1px solid #666;
	}
	
.footercolumn2 ul li.last{
	border-right:0;
	}
	
.footercolumn2 p {
	color: #fff;
	text-align: center;
	padding: 5px;
	}
	
.footercolumn2 a {
	text-decoration: none;
	color: #fff;
	}
	
.footercolumn2 li a:hover {
	color: #888;
	text-decoration: none;
	}
	
#designby{
    float: left;
    height: 23px;
    font-size: 11px;
	color:#666666;
    }


/* End of 'go_style.css' */

