/* CSS Document */
body {
	background-image:url(images/bg-gray.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:0;
}

/*****  H1 - H4 *****/

h1, h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0;
}

h2, h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	font-weight:bold;
	color:#000000;
	margin:0;
	line-height:1.3em;
}

h3, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	margin:0;
	line-height:1.3em;
}

h4, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	margin:0;
	line-height:1.3em;
}

/***** BODY TAGS *****/

p, .content {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:100;
	color:#333333;
	line-height:1.3em;
}
.style1 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
	line-height:1.3em;
}

.contentWhite {
	margin-top:5px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:100;
	color:#FFFFFF;
	line-height:1.3em;
}

.footer {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:100;
	color:#333333;
	line-height:1.3em;
}

/***** ID TAGS *****/
#container{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

#logo {
	float:left;
	width:428px;
	height:82px;
}


h1#logoImage {
	background:url(images/logo.jpg) top no-repeat;
	width:428px;
	height:82px;	
	padding: 0;
	margin:0;
	text-indent:-999em;
}

#nav-bar {
    margin-bottom:-15px;
	float:right;
	width:428px;
	height:82px;
}

#banner {
	background-image:url(images/banner-green-bg.jpg);
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
	height:234px;
	clear:both;
}

#bannerHeader {
	width:980px;
	height:234px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

#bannerImage {
	float:left;
	width:650px;
	height:234px;
}

#bannerText {
	float:right;
	width:300px;
	height:214px;
	margin-top:20px;
}

#body {
	margin-left:auto;
	margin-right:auto;
	width:980px;
	clear:both;
}

#leftCol {
	margin-top:15px;	
	margin-bottom:15px;
	float:left;
	width:620px;
	clear:both;
}

#leftCol-service {
	margin-top:15px;	
	margin-bottom:15px;
	float:left;
	width:400px;
	clear:both;
}

#rightCol {	
	margin-top:15px;
	margin-bottom:15px;
	float:right;
	width:320px;
}

#rightCol-service {	
	margin-top:15px;
	margin-bottom:15px;
	margin-right:35px;
	float:right;
	width:485px;
}

ul#list li{
	margin-left:-20px;	
}

#footer {
	clear:both;
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
	height:62px;
}

#footerlinks {
	width:980px;
	height:62px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

/***** LINKS *****/
#nav a:hover{
	background-image:url(images/tri_hover.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:32px;
}

/* CSS Drop Menu */

#chromemenu{

}
#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
width: 100%;
margin-left: 0;
padding-left: 15px;
margin: 0;
list-style-type:none;
display: inline;
text-align: left; /*set value to "left", "center", or "right"*/
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
font: 14px "Times New Roman", Times, serif;
font-weight:100;
color:#a6a67b;
text-decoration:none;
padding: 7px 7px;
text-decoration: none;
padding-bottom:6px;
}

#chromemenu ul li a:hover{
color: #455012;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
line-height:15px;
z-index:200;
background-color:#455012;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color: #FFFFFF;
font-family:"Times New Roman", Times, serif;
font-size: 12px;
font-weight:100;
text-align: left;
border-bottom: #455012 1px solid;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #a6a67b;
color: #455012;
text-decoration: none;
}
/* ######### End Drop Down Menu ######### */