@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	background-image:url(images/topBG.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin: 0;
	padding: 0;
	color: #575757;
}

body.internal {
	background-image:url(images/topBG-internal.jpg);
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

h3 {
	font-size:20px;
	color:#575757;
	line-height: 24px;
}

p {
	font-size:12px;
	line-height:20px;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}



/* ~~ This fixed width container surrounds all other divs ~~ */
#mainContent {
	background-image:url(images/footerBG.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

.container {
	width: 1000px;
/*	background: #FFFFFF;*/
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}


#topnav {
	background:none;	
	width: 1000px;
	height:91px;

}

.logo {
	width: 450px;
	height:81px;
	padding-left:20px;
	padding-top:10px;
	float:left;
}

.phone {
	width: 450px;
	height:50px;
	padding-top:10px;
	float:right;
}

.mobile {
	font-size:20px;
	text-align:right;
	padding-right: 20px;
	color: #465e32;
}

#navcontainer {
	width: 500px;
	height:25px;
	text-align:right;
	float:right;
}

#navlist li {
	color: #455d31;
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-size:13px;
}

#navlist li a:link {
	text-decoration:none;
}

#navlist li a:visited {
	color: #455d31;
	list-style-type: none;
	text-decoration:none;
}

#navlist li a:hover {
	text-decoration:underline;
}

#slider {
	width:1000px;
	height:355px;
}

#slider.internal {
	margin-bottom:20px;
}

#slideshow {
    position:relative;
    height:355px;
		border: 0px;
}

#slideshow a {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow a.active {
    z-index:10;
    opacity:1.0;
}

#slideshow a.last-active {
    z-index:9;
}

#residentcta {
	width:273px;
	height:144px;
	float:left;
}

#gapower {
	width:355px;
	height:144px;
	float:left;
}

#taxcredit {
	width:360px;
	height:144px;
	float:left;
}

#residentcta2 {
	width:273px;
	height:135px;
	float:left;
}

#internalctabtm {
	width:1000px;
	height:135px;
	padding:0px;
	margin:0px;
	float:left;
}

#gapower2 {
	width:355px;
	height:135px;
	float:left;
}

#taxcredit2 {
	width:360px;
	height:135px;
	float:left;
}

#commap {
	width:273px;
	height:335px;
	float:left;
}

#quotejob {
	width:356px;
	height:144px;
	float:left;
}


#commserv {
	width:361px;
	height:144px;
	float:left;
}

#commbtm {
	width:1000px;
	height:135px;
	float:right;
}

#commap2 {
	width:240px;
	height:135px;
	padding-left:30px;
	float:left;
}

#quotejob2 {
	width:356px;
	height:135px;
	float:left;
}
#commserv2 {
	width:361px;
	height:135px;
	float:left;
}


#leftnavtopquote {
	width:240px;
	height:88px;
	margin-left:20px;
	background:url(images/leftnav-top-Quote.jpg) no-repeat;
}

#leftnavtop {
	width:240px;
	height:47px;
	margin-left:20px;
	background:url(images/leftnav-top.jpg) no-repeat;
}

#leftnavtop h4 {
	font-size:17px;
	color:#265794;
	padding-top:17px;
	padding-left:25px;
	line-height:10px;
}

#leftnavbtm {
	width:240px;
	height:47px;
	margin-left:20px;
	background:url(images/leftnav-btm.jpg) no-repeat;
}

.header {
	background: #ADB96E;
}

/* ~~ These are the columns for the layout. ~~ 

*/
.sidebar1 {
	float: left;
	width: 270px;
	padding-bottom: 10px;
}

#sidebar2 {
	float: left;
	width: 90px;
	min-height: 877px;
	padding: 0px;
	background:url(images/trust-icons.jpg) no-repeat;
}

.content li {
	font-size:12px;
}

.content {
	padding-bottom: 10px;
	width: 637px;
	float: left;
}

.content a:link {
	color:#379cce;
	text-decoration: none;
}
.content a:visited {
	color:#379cce;
	text-decoration: none;
}

.content a:hover { 
	text-decoration: underline;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}





/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	font-size:11px;
	list-style: none; 
	margin-bottom: 0px; 
}

ul.navheader {
	font-size:11px;
	list-style: none;
	font-weight:bold;
}

ul.nav li, ul.navheader li {
	background: #ffffff;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	width: 228px;
	margin-left:25px; /* this creates the button separation */
	margin-right:8px;
}

ul.nav .last {
	border-bottom: 0px;
}

ul.nav a, ul.nav a:visited {
	padding: 4px 5px 4px 20px;
	display: block;
	width: 198px;
	text-decoration: none;
	background: #ffffff url(images/arrow.png) no-repeat scroll left center;
	margin-left:5px;
	color:#333333;
}

ul.nav a strong {
	text-transform:uppercase;
	font-weight:bold;
}

ul.navheader a, ul.navheader a:visited { 
	padding: 4px 5px 4px 20px;
	display: block; 
	width: 228px; 
	text-decoration: none;
	background: #efeeee;
	margin-left:0px;
}

ul.nav a:hover { 
	background: #296a8b url(images/arrow.png) no-repeat scroll left center;
	width: 198px; 
	color: #FFF;
}

li.subnav a, li.subnav a:visited {
	padding: 4px 5px 4px 30px;
	display: block;
	width: 188px;
	text-decoration: none;
	background:none;
	margin-left:5px;
	color:#666666;
}

li.subnav a:hover { 
	background: #296a8b;
	width: 188px; 
	color: #FFF;
}

ul.navheader a:hover { 
	background: #296a8b;
	color: #FFF;
}


/* ~~ The footer styles ~~ */
#footer {
	padding: 0px;
	background-image:url(images/footerBG.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
/*	width:1000px;*/
	min-height:492px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

#footernavcont {
	height:440px;
	width:1000px;
}

#subfooter {
	height:20px;
	width:1000px;
}

#subfooter p {
	color:#FFFFFF;
	font-size:10px;
	padding-bottom:0px;
	margin-bottom:0px;
}

#subfooter p a:link {
	color:#FFFFFF;
}
#subfooter p a:visited {
	color:#FFFFFF;
}

#footernavhead {
	height:40px;
	width:1000px;
	padding-top:20px;
}

#footernavhead h4 {
	color:#CCC;
	font-size:18px;
	font-weight:normal;

}
.footernav {
	font-weight:normal;
	width:200px;
	float:left;
}

ul.navfooter, ul.navfooter a {
	color:#646464;
	font-size:10px;
	list-style: none; 
	margin-bottom: 0px;
	line-height:18px;
}

ul.navfooter li {
	border-bottom: 1px solid #333;
	width: 170px;
	margin-left:5px; /* this creates the button separation */
	margin-right:5px;
}

ul.navfooter .footerheader a {
	color:#fff;
	font-weight:bold;
}

ul.navfooter a, ul.navfooter a:visited { 
	padding: 5px 0px 5px 10px;
	display: block;
	width: 160px;
	text-decoration: none;
	background: url(images/arrow.gif) no-repeat scroll left center;
	margin-left:5px;
}

ul.navfooter a:hover { 
	background: #296a8b url(images/arrow.gif) no-repeat scroll left center;
	width: 155px; 
	color: #FFF;
}

/* Socius Sitemap jQuery Toggle */
#sociusseocontentcontainer {
	width: 100%;
	min-height: 35px;
	margin: 0 auto;
	background-color: #91AF67;
	/* background: url('images/footerbg.gif'); */
}

#sociusseocontent {
	width: 950px;
	margin: 0 auto;
}

#sociusseoicon a {
	color: #646464;
	text-decoration: none;
	font-weight:bold !important;
	font: 14px Arial, sans-serif;
}

#sociusseoicon a:hover {
	color: #fff;
}

#sociusseocontentbox {
	width: 920px;
	/* border: 1px solid #0f4270;
	background-color: #0f4270; */ 
	padding: 15px;
	text-align: left;
	margin-top: 10px;
}

#sociusseocontentbox p {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFF;
}

#sociussitemap {
	width: 920px;
}

#sociussitemaplink {
	list-style: none;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 18px;
}

#sociussitemaplink a {
	color: #FFF;
	text-decoration: none;
}
#sitemap {
	width: 920px;
}

#sitemaplink {
	list-style: none;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 18px;
}

#sitemaplink a {
	color: #FFF;
	text-decoration: none;
}
 
.sitemapcolumn {
	width: 170px;
	padding-right: 10px;
	float: left;
	color: #646464;
font-size: 10px;
list-style: none;
margin-bottom: 0px;
line-height: 18px;
}

.sitemapcolumn h1 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}

.sitemapcolumn li {
	border-bottom: 1px solid #333;
	width: 160px;
	margin-left:5px; /* this creates the button separation */
	margin-right:5px;
}

.sitemapcolumn li a:hover {
background: #333 url(images/arrow.gif) no-repeat scroll left center !important;
width: 145px !important;
color: white;
}

.sitemapcolumn li a:link, .sitemapcolumn li a:visited, .sitemapcolumn li a:active {
	padding: 5px 0px 5px 10px;
	display: block;
	width: 155px;
	text-decoration: none;
	background: url(images/arrow.gif) no-repeat scroll left center;
	margin-left:5px;
}


.infomapcolumn {
	width: 270px;
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;
}

.infomapcolumn h1 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}

.infomapcolumn #address {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 18px;
}

.infomapcolumn li {
	list-style: none;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 18px;
}

.infomapcolumn li a {
	color: #FFF;
	text-decoration: none;
}

.infomapcolumn li a:hover {
	text-decoration: underline;
}

/* End Socius Sitemap jQuery Toggle */





/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* IMAGE STYLE
=========================================== */
.imgRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.imgLeft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.imgCenter{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
