/*
* Main layout and font styles
*/

* { margin: 0; padding:0; outline: none; }

html, body, .wrapper { height: 100%; }

body > .wrapper { height: auto; min-height: 100%; }

body { 
		font: 12px normal Arial, Helvetica, sans-serif ;
		background:url("images/bkgnd986px.gif") repeat-y top center;
		background-color:#FFFFFF;/*#DDDDDD original grey*/
}

.wrapper {	min-height: 100%; height: auto !important; height: 100%; width: 980px;	
	margin: 0 auto; /* must be same height as the footer */
}  

img{
border:none;
}
img.border{
	border:1px solid lightgrey;
	padding:2px;
}
.clearingtable {
	border:0px;
	padding:0px;
} 
a:link, a:active, a:visited {
	color: #3459F5;
	text-decoration: none;
}

a:hover {
	color: green;
	text-decoration: none;
}

.clear { clear:both; overflow:hidden; }
.cap { 
	background:url('images/top986px.gif') no-repeat center top;
	height:3px;
}
.cap2 { 
	background-color:#F0F0F0;
	height:20px;
	padding-top:5px;
}
h1 {font-size:1.75em; font-weight:600;}
/* header styles */
table.header{
		border: 0px;
		width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
}

div.header {
	margin: 0px ;
}
.header {
	height: 65px;
	background-color:#ffffff;
	border-bottom: 0px solid #B3D087;
}

.header .logo {
	float: left;
}
img#logo
{
    top:0px ! important;
}
/*end header styles*/

/*TOP DROPDOWN MENU END*/

.nav {
	padding:0px;
	list-style:none;
	float:left;
	width:100%;
	margin:0px;
	background-image:url('images/menubar24x30pxgrn7.gif');
	background-repeat:repeat-x;
	height:24px;
}

.nav ul  {
	z-index:10000!important;
	list-style: none;
	display:block;	
}

.nav li.nav2title, .nav li.nav2title2 { 
	float:left;
}
.nav li ul{
	position:absolute;
	background:#F0F0F0;
	left: -999em;
	z-index: 3;
	margin-top:3px;
	padding-top:2px;
}
.nav li ul.first {width: 200px; height:auto;}
.nav li ul.rest {width: 125px; height:auto;}

.nav li:hover ul, 
.nav li.sfhover ul { left:auto; }

.nav2title{width:200px;}
.nav2title2{background-color:#B5D68C}

.nav2title, .nav2title2
{
	margin:1px 0px 0px 0px;
	height:18px;
	padding:4px 40px 1px 0px;
	border-right:1px solid white;
}

.nav2title a:link, .nav2title a:active, .nav2title a:visited, .nav2title2 a:link, .nav2title2 a:active, .nav2title2 a:visited
{
	font-size:14px;
	color:#333;
	font-weight:500;
	text-decoration:none;
}

.sublink 
{
	text-decoration:none;
	list-style-type:none;
	height:18px;
}
.sublink a:link, .sublink a:active, .sublink a:visited
{
	color: #3459F5;
	font-weight:normal;
	border-style:solid;
	border-width: 0px 0px 0px 2px;
	border-color:#B5D68C;
	padding:0px 0px 2px 5px;
}
.sublink a:hover
{
	color:green;
	border-style:solid;
	border-width: 0px 0px 0px 2px;
	border-color:green;
}




/*TOP DROPDOWN MENU END*/


/*button styles*/
input.btn { 
	color:#050; 
	font: bold 8pt 'trebuchet ms',helvetica,sans-serif; 
	background-color:lightgrey; 
	border:1px solid; 
	border-color: #8dbd3a;
}
input.btnhov { 
	border-color: blue;
}
/*button styles END*/

/*main body div containers*/
.leftcontainer {
	float:left;
	width: 135px;
	margin: 0px 5px 5px 10px;
	vertical-align: top;
		/*total defined width of 135+5+10= 150px*/
}
.rightcontainer {
	float:right;
	width: 175px;
	margin: 0px 10px 5px 0px;
	vertical-align: top;
		/*total defined width of 175+10+0 = 185px*/
}
.centercontainer {
	margin: 15px 5px 5px 150px;
	vertical-align: top;
	width:640px;
	height:100%;
		/*total defined width of 980-150-185 margin = 645 = 640 width + 5px right margin for box*/
}

/*end main body div containers*/

/*center containter styles*/
.centerbox {
	border-style:solid;
	border-width:1px;
	border-color:lightgrey;
	width:628px;
	margin:0px 0px 5px 0px;
	padding: 3px 5px 5px 5px;
		/*total defined width of 640 = 628 width + 2x1px border + 2x5px l&r padding*/
}
.centerboxnoborder {
	width:630px;
	margin:0px 0px 5px 0px;
	padding: 3px 5px 5px 5px;
		/*total defined width of 640 = 630 width + 2x5px l&r padding*/
}
.boxcontent {
	padding: 3px 5px;
}
.boxcontent_L {
	padding: 3px 5px;
}
.threecolumnbox{
	width:640px;
	margin:0px 0px 5px 0px;
		/*total defined width of 640 = NO BORDER*/
}
.col3left {
	float:left;
	border-style:solid;
	border-width:1px;
	border-color:lightgrey;
	width:198px;
	margin:0px 5px 5px 0px;
	padding:0px 5px 5px 5px;
		/*total defined width of 198 + 2x1px border + 5px right margin + 2x5px l&r margins = 215*/
}
.col3right {
	float:right;
	border-style:solid;
	border-width:1px;
	border-color:lightgrey;
	width:198px;
	margin:0px 0px 5px 0px;
	padding:0px 5px 5px 5px;
		/*total defined width of 198 + 2x1px border + 5px right margin + 2x5px l&r margins = 215*/
}
.col3mid {
	border-style:solid;
	border-width:1px;
	border-color:lightgrey;
	width:198px;
	margin:0px 0px 5px 215px;
	padding:0px 5px 5px 5px;
		/*total defined width of 198 + 2x1px border + 5px right margin + 2x5px l&r padding = 215*/
}

.twocolumnbox{
	width:640px;
	margin:0px 0px 5px 0px;
		/*total defined width of 640 = 640 width NO BORDER*/
}
.col2left {
	float:left;
	border-style:solid;
	border-width:1px;
	border-color:lightgrey;
	width:305px;
	margin:0px 5px 5px 0px;
	padding:0px 5px 5px 5px;
		/*total defined width of 305 + 2x1px border + 5px right margin + 2x5px l&r padding = 322*/
}
.col2right {
	border-style:solid;
	border-width:1px;
	border-color:lightgrey;
	width:306px;
	margin:0px 0px 5px 322px;
	padding:0px 5px 5px 5px;
		/*total defined width of 306 + 2x1px border + 2x5px l&r padding = 318*/
}
																						/*START OF UNEVEN BOXES*/
.twocolumn_uneven{
	width:640px;
	margin:0px 0px 5px 0px;
		/*total defined width of 640 = 640 width NO BORDER*/
}
.col2left_uneven {
	float:left;
	border-style:solid;
	border-width:1px;
	border-color:lightgrey;
	width:407px;
	margin:0px 5px 5px 0px;
	padding:0px 5px 5px 5px;
		/*total defined width of 407 + 2x1px border + 5px right margin + 2x5px l&r margins = 424*/
}
.col2right_uneven {
	border-style:solid;
	border-width:1px;
	border-color:lightgrey;
	width:204px;
	margin:0px 0px 5px 424px;
	padding:0px 5px 5px 5px;
		/*total defined width of 204 + 2x1px border + 2x5px l&r margins = 216*/
}
.col2left_uneven2 {
	float:left;
	border-style:solid;
	border-width:1px;
	border-color:lightgrey;
	width:198px;
	margin:0px 5px 5px 0px;
	padding:0px 5px 5px 5px;
		/*total defined width of 204 + 2x1px border + 5px right margin + 2x5px l&r margins = 221*/
}
.col2right_uneven2 {
	border-style:solid;
	border-width:1px;
	border-color:lightgrey;
	width:413px;
	margin:0px 0px 5px 215px;
	padding:0px 5px 5px 5px;
		/*total defined width of 407 + 2x1px border + 2x5px l&r margins = 419*/
}
.col2left_unevenespn3 {
	float:left;
	width:210px;
	margin:0px 5px 5px 0px;
	padding:0px 0px 0px 0px;
		/*total defined width of 204 + 2x1px border + 5px right margin + 2x5px l&r margins = 221*/
}
.col2right_unevenespn3 {
	float:right;
	width:425px;
	margin:0px 0px 5px 0px;
	padding:0px 0px 5px 0px;
		/*total defined width of 407 + 2x1px border + 2x5px l&r margins = 419*/
}



																						/*END OF UNEVEN BOXES*/
																						/*START OF BORDERLESS UNEVEN BOXES*/
.twocolumn_unevennoborder{
	width:640px;
	margin:0px 0px 5px 0px;
		/*total defined width of 640 = 640 width NO BORDER*/
}
.col2left_unevennoborder {
	float:left;
	width:409px;
	margin:0px 5px 5px 0px;
	padding:0px 5px 5px 5px;
		/*total defined width of 409 + 5px right margin + 2x5px l&r margins = 424*/
}
.col2right_unevennoborder {
	width:206px;
	margin:0px 0px 5px 424px;
	padding:0px 5px 5px 5px;
		/*total defined width of 206 + 2x5px l&r margins = 216*/
}
.col2left_uneven2noborder {
	float:left;
	width:206px;
	margin:0px 5px 5px 0px;
	padding:0px 5px 5px 5px;
		/*total defined width of 206 + 5px right margin + 2x5px l&r margins = 221*/
}
.col2right_uneven2noborder {
	width:409px;
	margin:0px 0px 5px 221px;
	padding:0px 5px 5px 5px;
		/*total defined width of 409 + 2x5px l&r margins = 419*/
}																						/*END OF BORDERLESS UNEVEN BOXES*/
.linkboxtitle {
	font-weight:bold;
	padding: 0px 5px;
	line-height: 25px;
	border-color:darkgrey;
	border-bottom-style:dashed;
	border-width:1px;
	color:#333;	
}
.linkboxtitle2 {
	font-weight:bold;
	padding: 0px 5px;
	line-height: 25px;
	border-color:darkgrey;
	border-bottom-style:dotted;
	border-width:1px;
	color:#333;	
}
.linkboxtitle3 {
	font-weight:bold;
	padding: 0px 5px;
	line-height: 25px;
	border-color:darkgrey;
	border-bottom-style:solid;
	border-width:1px;
	color:#333;	
}
/* Left side container styles*/
.navtitle {
	background:#006699;/*#A2D84C*/;
	font-weight:bold;
	padding: 0px 0px 0px 10px;
	line-height: 25px;
	color:#FFFFFF;	
}

.navcontainer {
	width: 133px;
	border-radius:         5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	-o-border-radius:      5px;
	-khtml-border-radius:  5px;
	vertical-align: top;
	line-height: 20px;
	margin: 0px 0px 5px 0px;
	border-style:solid;
	border-color:#808080;
	border-width:1px;
	/*135 pixels wide = 133 width + 2x1px border*/
}
.navcontainernobox {
	width: 135px;
	vertical-align: top;
	line-height: 20px;
	margin: 0px 0px 5px 0px;
	/*135 pixels wide = NO BORDER*/
}
.navbox {
	width: 123px;
	line-height: 20px;
	margin: 0px 0px 5px 0px;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
	padding:0px 5px;
}
.leftcol_ad {
	margin: 0px 0px 5px 0px;
	border: 1px solid lightgrey;
	width:123px;
	text-align:center;
	padding:2px 5px 5px;
}
a.submenuLink:link {
	background: none;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}

a.submenuLink:visited {
	background: none;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}

a.submenuLink:hover {
	background: none;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}

a.submenuLink:active {
	background: none;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
}
/* sub menu on left END*/

/* right container styles*/
.mail-phonebox {
	background-image:url('images/grey-drop-gradient.gif');
	background-repeat: repeat-x;
	width:165px; 
	border-radius:         5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	-o-border-radius:      5px;
	-khtml-border-radius:  5px;
	margin: 0px 0px 5px 0px;
	border: 1px solid #808080; 
	padding:2px 0px 5px 8px;

}
.rt_cont_std {
	width:163px; 
	margin: 0px 0px 5px 0px;
	border: 1px solid lightgrey; 
	padding:2px 5px 5px;
}
.rt_cont_ad {
	width:163px; 
	margin: 0px 0px 5px 0px;
	border: 1px solid lightgrey;
	text-align:center;
	padding:2px 5px 5px;
}
.adtitle {
	font-size:9px;
 	text-align:left;
	color:darkgrey;
	padding:5px 0px;
}
.mpbtitle {
 	text-align:left;
	color:black;
	padding:5px 0px;
}

/*	Footer styles    */
.footer { 
	background:url('images/footbottom986px.gif') no-repeat scroll center bottom;
	margin:0px auto;
	width:986px;
	height:18px;
}
.fb {
	background-color:#F0F0F0;
	margin:0px 3px 0px 3px;
	height:15px;
	text-align:center;
}

.footernav li.fnav{
	display:inline;
	padding:0px 60px 0px 5px;
}




/*end footer styles*/
