@charset "utf-8";
body {
	margin-top: 0px;
	padding-top: 0px;
	background-color: #020401;
	background-image: url(images/design/bg.jpg);
	background-repeat:repeat-x;
	color:#FFF;
	font-family:verdana;
	font-size:12px;
	line-height:18px;

}

p
{
	font-size:12px;
}
a
{
	color:#FFFFFF;
	text-decoration:none;
}
ul li
{
	font-size:10pt;
}

h1
{
	font-size: 23px;
	color: #FFFFFF;
	font-family:Verdana;
	font-weight:lighter;
	width:95%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A90D03;
	padding-bottom:10px;
}

h2
{
	font-family:Verdana;
	color:#A90D03;
	font-size: 16px;
	font-weight:bolder;
	font-style:italic;
}

#main-container
{
	width: 950px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

#header
{
	width: 950px;
	height: 153px;
	background-image: url(images/design/green-header-bg.jpg);
	background-repeat:no-repeat;
	margin-top: 0px;
	padding: 0px;
}

#nav
{
	float:right;
	padding-right: 20px;
	margin-top:78px;
	padding-bottom:-10px;
	
}


#tag-line
{
	float:left;
	width: 890px;
	color:#ffffff;
	padding-left: 45px;
	margin:-5px;
	padding-top: 20px;
}

#home-image-container
{
	width: 950px;
	height: 344px;
	background-image: url(Images/Design/home.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
}
#home-body-content
{
	width: 950px;
	height:405px;
	background-image: url(Images/Design/home-body.jpg) ;
	background-repeat: no-repeat;
	
}
#home-blocks
{
	display: block;
	width: 950px;
	height:370px;
}

#image-container
{
	width: 950px;
	height: 135px;
	background-image: url(Images/Design/sub.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
}

#body-content-holder
{
	width: 950px;
	display: table;
	background-image:url(/Images/Design/extended-bg.png);
	background-repeat: repeat-y;
}

#body-content
{
	width: 950px;
	min-height:630px;
	background-image:url(/Images/Design/body-content-bg-2.jpg);
	background-repeat: no-repeat;
	display: table;
}

#body-inner-holder
{
	background-image:url(/Images/Design/sub-pag-repeater.png);
	background-repeat: repeat-y;
	width: 822px;
	min-height: 423px;
	margin:0px auto 0px auto;
}

#body-inner
{
	background-image:url(/Images/Design/sub-pag-top.jpg);
	background-repeat: no-repeat;
	width: 797px;
	min-height: 423px;
	margin:0px auto 0px auto;
	padding: 20px 10px 10px 15px;
	display: table;
	
}

#body-inner-bottom
{
	background-image:url(/Images/Design/sub-pag-bottom.png);
	background-position: bottom;
	width: 822px;
	height: 19px;
	margin:0px auto 0px auto;
}

#content-boxes
{
	height:359px;
	width:950px;
	margin-left:40px;
	font-size: 12px;
}

#footer
{
	width:950px;
	height:100px;
	padding-top: 35px;
	background-image:url(/Images/Design/footer-bg.png);
	background-repeat:no-repeat;
	margin:auto;
	margin-bottom:-30px;
	color: #539d44;
	font-size: 11px;
}

#footer-info
{
	
	width:950px;
	height:38px;
	margin:auto;
	margin-bottom:-30px;
	color: #539d44;
	font-size: 11px;
}

#footer-left
{
	float: left;
	width: 320px;
	padding-left: 30px;
}

#footer-right
{
	float: right;
	width: 490px;
	text-align:right;
	padding-right: 30px;
}

/*   NAV   */
#nav, #nav ul { list-style: none; position:relative; } 
#nav a {     display: block; color: #ffffff; font-family:Georgia; font-size:14px; font-weight:bold; margin-left:-6px;  } 
#nav a:hover {     display: block;  color:#F21304; } 
#nav li {     float: left; margin-right: 25px; }
#nav li ul {     padding: 2px; position: absolute; width: 170px; margin:0px; color:#fff;    left: -999em; filter:alpha(opacity=80); -moz-opacity:.80; opacity:.80; margin-left:-6px;  } 
#nav li ul li {     float: left; width: 170px;  } 
#nav li ul li a {     display:block; width: 170px; color:#ffffff; font-size:15px; padding-bottom:5px; vertical-align:top; margin-left:6px; } 
#nav li ul li a:hover {     display:block; width: 170px; color:#F21304; padding-bottom:5px; } 
#nav li:hover ul {     left: auto; filter:alpha(opacity=80); -moz-opacity:.90; opacity:.80;   }
#nav li:hover ul, #nav li.sfhover ul {      background-color: #000000; }
