@charset "utf-8";
/* CSS Document */
<style type="text/css"> 
 
body  {
	margin: 0px;
	padding: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container
  {
	width: 100%;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 100%;
}  
#header  {
	height: 90px;
	padding-right: 10em;
	padding-bottom: 0em;
	padding-left: 10em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 25px;
	margin: 0px;
	min-width: 770px;
} 
#header  h1  {
	margin: 0;
	padding: 0px;
}
#header  li  {
	list-style-image: none;
	list-style-type: none;
	float: left;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
#header ul {
	min-width:800px;
	margin-top: -26px;
	margin-right: 5em;
	margin-bottom: 0px;
	margin-left: 0px;
}
.logo {
	height: 75px;
	width: 93px;
	padding: 0px;
	margin-top: 0%;
	margin-right: 5%;
	margin-left: 70%;
}

#sidebar1/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColHybHdr #sidebar1 p" rule.
*/
  {
	float: left;
	width: 11em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
#sidebar2  {
	float: right; 
	width: 11em; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
}
#sidebar1   h3,#sidebar1   p,#sidebar2 p,  #sidebar2 h3      {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#mainContent
  {
	padding: 0;
	width: 770px;
	margin-top: 0;
	margin-right: 12em;
	margin-bottom: 0;
	margin-left: 12em;
	float: left;
	min-height:667px;
} 
#mainContent  h1  {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
}
.slogan {
	background-image: url(images/sl1_03_03.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 208px;
}
.text_green {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #408818;
	height: 20px;
	padding: 20px;
}
#footer  {
	padding: 0 10px;
	background-color: #1E1E1E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	text-align: center;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.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;
	padding: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: right;
	height: 70px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px;
}
#b2 {
	margin-left: 60px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;

}

.nav2      {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background-color: #2C2C2C;
	text-align: center;
	height: 25px;
	width: 200px;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: center center;
}

.works {
	background-color: #2C2C2C;
	height: 60px;
	width: 60px;
	padding: 5px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}


.nav2:hover{
	background-color: #5BC523;
	Cursor: pointer;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	width: 0px;
}

</style>
[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColHybHdr #sidebar1, .thrColHybHdr #sidebar2 { padding-top: 30px; }
#mainContent  { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]#header ul {
	margin: 0px;
	padding: 0px;
}
.text_blue {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: oblique;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2F739B;
	height: 20px;
	padding: 20px;
}
.text_yellow {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #8a8c3a;
	height: 20px;
	padding: 20px;
}
.text_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	margin: 20px;
	padding: 0px;
}
.text_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

.fltlft2 {
	float: left;
	padding: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a:link {
    color:#ffffff
	text-decoration: none;
	text-decoration: none;
	color: #CCCCCC;
	}  
a:visited {
	color:#ffffff;
	text-decoration: none;
}  
a:hover {
	color:#999999;
	text-decoration: none;
}  
