/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

html {
	height:				100%;
	scrollbar-base-color: #85B12E;
 	scrollbar-arrow-color: #5D7C20;
 	scrollbar-track-color: white;

 	scrollbar-shadow-color: #5D7C20;
 	scrollbar-lightshadow-color: white;
 	scrollbar-darkshadow-color: gray;

 	scrollbar-highlight-color: white;
 	scrollbar-3dlight-color: #666666;
 }

body {
	background-color: 	#999999;
	height:				100%;
	margin: 			auto;
	padding:			0px;
	text-align: 		left;
	font-family: Verdana, Helvetica, Arial, "Trebuchet MS", sans-serif;
	color: #333333;
	font-size: 12px;
}


.h1 {
	font-family: Helvetica, Arial, Verdana, "Trebuchet MS", sans-serif;
	font-size: 16px;
	line-height: 50px;
	font-weight: bold;
	text-transform: uppercase;
	color: #5D7C20;
	margin-left: 7px;
	margin-top: 7px;
}

.h2 {
	font-family: Verdana, Helvetica, Arial, "Trebuchet MS", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #355B81;
	line-height: 15px;
}
.h3 {
	font-family: Verdana, Helvetica, Arial, "Trebuchet MS", sans-serif;
	font-size: 13px;
	color: #AA5908;
}
.h4 {
	font-family: Verdana, Helvetica, Arial, "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #666666;
}

li {
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
}

a:link
	{
	color:#657C98;
	}

a:visited
	{
	color: #669900;
	}

a:hover
	{
	color: #CC6600;
	}

a:active
	{
	color: #999966;
	}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	margin: 		auto;
	padding: 		0px;
	width: 			757px;
	height:			100%;
	background-color: #999999;
}

#boxcenter
	{
	float: 					left;
	height:					410px;
	width: 					757px;
	margin-top: 50px;
	}

#intCopyBlock {
	width: 419px;
	height: 312px;
	float: left;
	font-weight: bold;
	margin-left: 85px;
	margin-top: 40px;
	text-align: left;
	display: inline;
}

#intCopy {
	font-family: Verdana, Helvetica, Arial, "Trebuchet MS", sans-serif;
	color: #333333;
	font-size: 13px;
	float: left;
	margin: 15px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	width: 419px;
	height: 285px;
	font-weight: normal;
	overflow: auto;
	text-align: left;
}

#navlinks
	{
	width: 					757px;
	font-family: Verdana, Helvetica, Arial, "Trebuchet MS", sans-serif;
	font-size: 11px;
	top: 5px;
	color: #666666;
	}

#navlinks a:link {
	color: #333333;
}

#navlinks a:hover {
	color: #CCCCCC;
}

#backgroundimage_about {
	float: 					left;
	height:					410px;
	width: 					757px;
	background-image:url(../images/pg_bkgrnds/about.jpg);
	background-repeat: no-repeat;
	background-position: left-position;
		position: 				relative;
}

#backgroundimage_services {
	float: 					left;
	height:					410px;
	width: 					757px;
	background-image:url(../images/pg_bkgrnds/services.jpg);
	background-repeat: no-repeat;
	background-position: left-position;
}

#backgroundimage_resources {
	float: 					left;
	height:					410px;
	width: 					757px;
	background-image:url(../images/pg_bkgrnds/resources.jpg);
	background-repeat: no-repeat;
	background-position: left-position;
}

#backgroundimage_contact {
	float: 					left;
	height:					410px;
	width: 					757px;
	background-image:url(../images/pg_bkgrnds/contact.jpg);
	background-repeat: no-repeat;
	background-position: left-position;
}


/***********************************************/
/* Classes                           */
/***********************************************/

.navbullets
	{
	color: 					#c1c627;
	font-family: 			Verdana, Helvetica, Arial, "Trebuchet MS", sans-serif;
	font-size: 				12px;
	font-weight:			bold;
	}

.homecontent {
	color: 			#666666
	text-transform: capitalize;
	font-size: 15px;
	margin-left: 5px;
	font-family: Verdana, Helvetica, Arial, "Trebuchet MS", sans-serif;
	color: #5d7c20;
	font-weight: bold;
	font-family: 	Arial, Helvetica, sans-serif;
	font-size: 		12px;
	line-height: 	17px;
}
.style2 {color: #333333
}

.printelement {
	display: none;
}

.sentence_highlight {
	font-family: Verdana, Helvetica, Arial, "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #CC6600;
	line-height: 12px;
}

.backtotop {
	font-size: 11px;
}

.blockquote {
	font-family: Verdana, Helvetica, Arial, "Trebuchet MS", sans-serif;
	color: #333333;
	font-size: 11px;
	font-style:italic;
}

.resArticleH {
	font-size: 13px;
	color: #AA5908;
	font-weight:bold;
}

.resArticleH a{
	color: #AA5908;
}

.resArticleH a:hover{
	color: #FF6600;
	text-decoration:none;
}

.resArticleH a:visited{
	color:#B00000;
}

.resArticleSH {
	font-size: 11px;
	color: #666666;
	font-style: italic;
}

