@charset "utf-8";
/* CSS Document */
body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/body_bg.jpg); background-repeat:repeat-x;
	background-color: #dcd9d9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container { /*main container to hold header and footer in center page*/
	width: 954px; 
	background: #FFFFFF;
	margin: -19px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0;
}
#header {
	background-image:url(images/header.jpg); width:954px; height:196px;
	position:relative; top:0; left:0;
	}
#opening {
	position:absolute; top:25px; left:25px;
	}
#opening a img {border:none;
}
#logo h1 a img {
	background-image:url(images/logo-governors.jpg);width:289px; height:108px;
	background-position:0 0;
	position:absolute;top:20px; left:325px;
	border:none;
	}
#logo h1 a:hover img  {
	background-position:-355px 0;
	}	
#address {
	float:right;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:20px 40px 0 0;
	}
/*--------------------------------------------navigation--------------------------------------------*/
#nav {
	position:absolute;
	top:143px;
	left:75px;
	}

a.navtab {background-image:url(images/nav_tab.gif); background-repeat:no-repeat;
	background-position:0 0;
	width:114px;
	height:26px;
	text-align:center;
	float:left;
	padding-top:8px;
	text-decoration:none;
	color:#000;
	}
a:hover.navtab {
	background-position:0px -34px;
	color:#fff;
	}
	
a.navtabactive {background-image:url(images/nav_tab.gif); background-repeat:no-repeat;
	background-position:0 -34px;
	width:114px;
	height:26px;
	text-align:center;
	float:left;
	padding-top:8px;
	text-decoration:none;
	color:#fff;
	}	
	
	
/*--------------------------------------------------CONTENT WRAPPERS------------------------------------------------*/		
#contentwrapper { /*holds the repeating graphic for the maincontent allowing to grow and shrink*/
	background-image:url(images/content-repeat.jpg); background-repeat:repeat-y;
	margin:0; padding:0;
	}

.oneColFixCtr #mainContent { /* --- holds the gray gradient at top of content --- */
	padding: 1px 0px 0px 00px; 
	background-image:url(images/content-top.jpg); background-repeat:no-repeat; background-position:top;
	}
/*--inside pages dynamic content, keeps content away from edges---*/
#content {
	margin:0 60px 20px 60px;
	padding:0;
	min-height:500px;
	}
	
#contentbottom { /* -- holds the orange gradient at the bottom of the content--*/
	background-image:url(images/content-bottom.jpg); background-repeat:no-repeat; 
	margin:0; 
	padding:0 0 10px 0; 
	background-position:bottom;
	}

/*----------------------------------------------------footer------------------------------------------------*/
#footer {
	width:903px;
	margin:0 auto;
	padding:10px 0 1px 0;
	background-color:#000000;
	color:#fff;
	text-align:center;
	font-size:12px;
	}
#footer ul li {
	display:inline;
	list-style-type: none;
	}
#footer ul li a, #footer p a {
	color:#fff;
	text-decoration:none;
	}
#footer ul li a:hover, #footer p a:hover {  /*some trouble here with IE7 not responding*/
	color:#000;
	background-color:#fff;
	}

#url {
	width:903px;
	margin:0 auto;
	background-color:#000000;
	padding:5px 0 20px 0;
	text-align:center;
	}

#url ul li {
	display:inline;
	list-style-type:none;
	padding-right:8px;
	}
#url li a {
	font-size:10px;
	color:#ed9d0a;
	text-decoration:none;
	}	
#url li a:hover {
	color:#fff;
	}
/*------------------------------------------ H O M E   P A G E    G R A P H I C S   ---------------------------------*/

#callouts {
	float:left;
	width:223px;
	}
#callout1 a img {
	background-image:url(images/call-1-location.gif); background-repeat:no-repeat; background-position:0 0;
	border:none;
	}
#callout1 a:hover img {
	background-position:-227px 0;
	}
#callout2 a img {
	background-image:url(images/call-2-docs.gif); background-repeat:no-repeat; background-position:0 0;
	border:none;
	margin-top:10px;
	}
#callout2 a:hover img {
	background-position:-227px 0;
	}
	
#callout3 a img {
	background-image:url(images/call-3-services.gif); background-repeat:no-repeat; background-position:0 0;
	border:none;
	margin-top:15px;
	}
#callout3 a:hover img {
	background-position:-227px 0;
	}
	
#hero {
	background-image:
	url(images/hero.jpg); background-repeat:no-repeat;
	height:260px;
	margin-left:25px;	
	}	
/*---------------home page dynamic content---------------*/
#homepagecontent {
	padding:1px 0 0 320px;
	height:100px;
	}

/*== had to address these links separately, added class "services" to the advanced tab in CMS== */
#homepagecontent a.services {
	color:#FF0000;
	}	
#homepagecontent a:hover.services {
	color:#000000;
	}
/*== this link class is to keep the docs names black on the home page; Ashley wanted. == */
#homepagecontent a.blacklink {
	color:#000;
	text-decoration:none;
	}
 p.services {
	color:#FF0000;
	text-align:center;
	font-size:18px;
	}	
	
/*----------------inside callouts ---------------------*/
#callout-inside-right {
	float:right;
	width:250px;
	margin-left:20px;
	border:1px solid #dcd9d9;
	background-color:#fff;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	padding:10px;
	}
	
	
#callout-inside-left {
	float:left;
	width:250px;
	margin-right:20px;
	border:1px solid #dcd9d9;
	background-color:#000;
	color:#fff;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	padding:10px;
	}
	
#callout-inside-right-gold {
	float:right;
	width:250px;
	margin-left:20px;
	border:1px solid #dcd9d9;
	background-color:#eebb11;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	padding:10px;
	text-align:center;
	}

	

/*------mozilla browsers are supporting the rounded corners now----*/
#news {
	margin-left:250px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
	padding: 10px;
	width:200px;
	height:235px;
	background-color:#fff;
	}
	
#tips {
	float:right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
	padding: 10px;
	width:320px;
	height:235px;
	background-color:#fff;
	}	
#tips a img {
	border:none;
	}
	
h3, h3 a {
color:#000;
	
	margin-bottom:5px;
	margin-top:0;
	}
h3 a:hover {
	color:#ed9d0a;
	margin-bottom:5px;
	margin-top:0;
	}

	
.tips {
	font-size:12px;
	}
.tips a {
	color:#000;
	}	

/*-----------------------------------------------------------LINKS---------------------------------------------------*/
a img {
	border:none;
	}



#content a {
	color:#000000;
	}
#content a:hover {
	color:#ff0000;
	}
	
	
/*----------------------------------------------------misc and print styles ---------------------------------*/
td {
	vertical-align:top;
	}
.printonly {
	display:none;
	}
.screenonly {
	display:block;
	visibility:visible;
	}
ul.screenonly{
	margin:0;
	padding:0;
	}
	
/*------------------------------------------------- news ------------------------------------------------------*/
.newslistingbodycontent a {
	color:#000;
	}
.newslistingbodycontent a:hover {
	color:#ed9d0a;
	}

dt {
	padding:5px 0;
	font-weight:600;
	}
#breadcrumbtree {
	color:#ff0000;
	margin-bottom:15px;
	}
#breadcrumbtree a {
	color:#000;
	text-decoration:none;
	}
#breadcrumbtree a:hover {
	color:#fff;
	background-color:#000;
	}	



#tabs {
float:left;
width:100%;
	font-size:12px;
    line-height:24px;
	}
#tabs ul {
	margin:0;
    padding:0;
    list-style:none;
	}
#tabs li {
	float:left;
    background:url("images/button-right.gif")
      no-repeat right top;
    margin:5px;
	padding:0;
    }
#tabs a {
	display:block;
	 background:url("images/button-left.gif")
      no-repeat left top;
	padding:5px 10px;
	color:#fff;
	text-decoration:none;
	}
#tabs a:hover {
	color:#FF0000;
	}
