/*
Gibbs-Davis Gorup Website
By: Ben Robinson
Chicago Style SEO
http://www.chicagostyleseo.com
*/

body {
background: url('images/header-bg.gif') repeat-x;
background-color: #ccc;
font: 12px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
color:#818285;
padding:0px;
margin:0px;
}

a {color: #3a6f8f; text-decoration: none;}
a:visited {color:#421c52;}
a:hover {color: #421c52;}

h1 {
font-size: 18px;
font-weight: normal;
color: #421c52;
}

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;}

h3 {
font-size: 16px;
font-weight: normal;
color: #9dc04f;
}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 907px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
}

/* ----------banner for logo-------------- */
#banner {
text-align: left;
padding: 0px;
margin: 0px;
height: 145px;
}
#banner h2 {
float: left;
padding:50px 20px;
font: bold 12px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif; 
text-transform: uppercase; 
color: #fff;
} 
#banner h2 span {
text-transform: none; 
color: #9dc04f;
} 

/* -----------------content--------------------- */
#contentwrap {
padding: 0x;
margin: 0px;
background: url('images/content-bg.gif') repeat-y;
}

#content {
padding: 0px;
margin-right: 300px;
margin-left: 0px;
}
div#content { 
min-height:1250px;
height:expression(this.scrollHeight > 400 ? "auto":"400px"); 
}

#content_inner {
padding: 20px 50px 50px 100px;
}

#content_inner p{
line-height: 18px;
}


/* --------------left navi------------- */
#left {
float: right;
width: 300px;
margin: 0px;
padding: 20px 0px;
}

#leftcontent {
	width: 200px;
	margin-left: 40px;

}

#left ul{
	margin-left: 0px;
	padding: 0px;
	list-style: none;
}

#left ul li{
line-height: 18px;
background: url('images/bullet-arrow.gif') 0 0.38462em no-repeat;
padding: 0 0 0 14px;
}


/* -----------footer--------------------------- */
#footerwrap {
background-color: #421c52;
clear: both;
margin: 0px;
padding: 0px;
text-align: right; }

#footer {
background-color: #421c52;
background: url('images/footer-bg.gif') repeat-x;
clear: both;
width: 900px;
height: 53px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
text-align: right; }

#footer span { float: left;}

#footer p {
text-transform: uppercase; 
color: #fff;
padding: 30px 10px 0px 10px;
font: 8px "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif; 
margin: 0px;
}

#footer a {
color: #3a6f8f;
}

#footer a:hover {
color: #9dc04f;
}

/* -----------navigation--------------------------- */
div#topNavigation{ 
padding:50px 20px; 
width: 500px; 
float: right; 
margin: 0px 2px 5px 0px; 
}

a.topNavigation{ 
color: #fff;
display: block; 
float: right; 
text-align: center; 
font-size: 11px; 
text-decoration: none; 
text-transform: lowercase; 
padding: 1em 1.25em; 
border-bottom: 1px solid #6f6f6f;
}

a.topNavigation:hover{ 
color:#9dc04f;
border-bottom: 2px solid #9dc04f;

}

# announcement{
	border-color: #b3b3b3;
	border-width: 1px;
	background-color: #9cc04f;
	padding: 10px;
	margin-right: 10px;
	margin-left: 10px;
}