@charset "utf-8";
/* CSS Document */

/** global styles **/
body#Body {
	text-align:center;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	background:url(images/bg.jpg) #e0e0e0 center top no-repeat;
}


.Normal, .NormalDisabled {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
}

.SubHead {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
}

h2 .Head{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#004079;
}

h3{
	font-size:14px;
	font-weight:bold;
	color:#004079;
}


.home #content{
color:#666666;
}
#outwrapper{
	background:url(images/bg.jpg) #e0e0e0 center top no-repeat;
	margin:0px;
	padding:0px;
	}

#sitewrapper {
	margin-left:auto;
	margin-right:auto;
	width:956px;
	text-align:left;
	padding-top:235px; /* this is an arbitary value based on the height of #header */
}

#sitewrapper.admin{
	position:relative;
	}

.home #sitewrapper {
	padding-top:364px; /* this is an arbitary value based on the height of #header */
}

#header {
	position:absolute;
	top:0px;
	width:956px;
	height:235px;
}

.header1 {
	background:url(images/bg_contentpage1.jpg) no-repeat;
}
.header2{
	background:url(images/bg_contentpage2.jpg) no-repeat;
}
.header3{
	background:url(images/bg_contentpage3.jpg) no-repeat;
}
.header4{
	background:url(images/bg_contentpage4.jpg) no-repeat;
}
.header5{
	background:url(images/bg_contentpage5.jpg) no-repeat;
}
.header6{
	background:url(images/bg_contentpage6.jpg) no-repeat;
}
.header7{
	background:url(images/bg_contentpage7.jpg) no-repeat;
}
.header8{
	background:url(images/bg_contentpage8.jpg) no-repeat;
}

.home #header {
	position:absolute;
	height:364px;
	background:url(images/bg_home.jpg) no-repeat;
	z-index:500;
}

#homelink {
	position:absolute;
	left:42px;
	top:65px;
	width:274px;
	height:93px;
	background:url(images/logo.png) no-repeat;
	behavior: url(/Portals/_default/Skins/agfarm/images/iepngfix.htc);
}
#homelink a {
	display:block;
	width:274px;
	height:93px;
}


#footer {
	background:#ececec;
	padding:1em;
}

/** column structure **/
#colwrapper {
	background:white;
	padding-top:1em;
	padding-bottom:0;
}
.home #cols {
	position:relative;
	padding-top:20px;
}

h2{
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	}

#Panel{
	position:absolute;
	top:270px;
	z-index:1000;
	left:35px;
	}

#Panel h2 .Head{
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	}

#Panel h2{
	margin-top:0px;
	margin-bottom:0px;
	}

#Panel #dnn_Panel1Pane,
#Panel #dnn_Panel2Pane,
#Panel #dnn_Panel3Pane,
#Panel #dnn_Panel4Pane{
	background:url(images/bg_panel.png) no-repeat;
	behavior: url(/Portals/_default/Skins/agfarm/images/iepngfix.htc);
	width:130px;
	height:142px;
	float:left;
	margin-left:8px;
	color:#FFF;	
	padding:10px 8px;
	}
	
	
#Panel .Normal, .NormalDisabled{
	font-size:11px;
	}

a.readmore{
	display:block;
	text-indent:-999em;
	overflow:hidden;
	background:url(images/btn_readmore.gif) no-repeat;
	width:99px;
	height:25px;
	}

#bookmark{
	text-align:right;
	padding-right:27px;
	margin-bottom:10px;
	}
	
#rightcol #dnn_rightPane h2,
.home #rightcol #dnn_leftPane h2,	
.home #leftcol #dnn_rightPane h2{
	background:url(images/header_arrow.gif) no-repeat;
	padding-left:10px;
	height:29px;
	margin-bottom:5px;
	padding-bottom:5px;
	}
#rightcol #dnn_rightPane h2{
	background:url(images/header_bg.jpg) repeat-x;
	padding-left:10px;
	height:29px;
	margin-bottom:5px;
	padding-bottom:5px;
	}
	
#rightcol #dnn_rightPane h2 .Head,
.home #rightcol #dnn_leftPane h2 .Head,
.home #leftcol #dnn_rightPane h2 .Head {
	color:#FFF;
	font-size:18px;
	font-weight:normal;
	margin-top:5px;
	line-height:20pt;
	}
	
#rightcol #dnn_rightPane .panes,
.home #rightcol #dnn_leftPane .panes,
.home #leftcol #dnn_rightPane .panes{
	margin-top:0px;
	background:url(images/bg_bgpanel.jpg) repeat-x;
	padding:10px;
	}
	
ul{
	padding:0px;
	margin:0px;
	margin-top:15px;
	}
	
ul li{
	padding-left:15px;
	margin-left:5px;
	margin-bottom:10px;
	list-style:none;
	background:url(images/li_bullet.gif) no-repeat 0px 2px;
	}

ul li a:hover,
ul li a:visited,
ul li a:link{
	color:#004079;
	text-decoration:underline;
	}	

ul li a:hover{
	text-decoration:none;
	}	

#innercols {
	width:733px;
	margin-right:24px;
	padding-bottom:10px;
	min-height:400px;
	_height:400px;
}

.home #innercols {
	margin-right:8px;
	min-height:400px;
	width:653px;
	background:url(images/bg_content.jpg) right top no-repeat;
}

#loginpanel{
	position:absolute;
	right:5px;
	top:15px;
	color:#999;
	display:none;
	}
#loginpanel p.text{
	margin:0px;
	padding:0px;
	}
#loginpanel .text a,
#loginpanel .text{
	color:#999;
	padding-right:15px;
	}

#lefttop{
	padding-top:47px;
	background:url(images/left_tab.gif) #a17f56 no-repeat top;
	}
	
.lefttab60 #lefttop{
	background:url(images/left_tab60.gif) #a17f56 no-repeat top;
	}
.lefttab61 #lefttop{
	background:url(images/left_tab61.gif) #a17f56 no-repeat top;
	}
.lefttab62 #lefttop{
	background:url(images/left_tab62.gif) #a17f56 no-repeat top;
	}
.lefttab63 #lefttop{
	background:url(images/left_tab63.gif) #a17f56 no-repeat top;
	}
.lefttab64 #lefttop{
	background:url(images/left_tab64.gif) #a17f56 no-repeat top;
	}
.lefttab65 #lefttop{
	background:url(images/left_tab65.gif) #a17f56 no-repeat top;
	}
.lefttab66 #lefttop{
	background:url(images/left_tab66.gif) #a17f56 no-repeat top;
	}
.lefttab67 #lefttop{
	background: white url(images/left_tab67.gif) no-repeat top;
	}
	
/*	
.lefttab60 #leftnav{
	background:url(images/left_tab60.gif) #a17f56 no-repeat top;
	}
.lefttab61 #leftnav{
	background:url(images/left_tab61.gif) #a17f56 no-repeat top;
	}
.lefttab62 #leftnav{
	background:url(images/left_tab62.gif) #a17f56 no-repeat top;
	}
.lefttab63 #leftnav{
	background:url(images/left_tab63.gif) #a17f56 no-repeat top;
	}
.lefttab64 #leftnav{
	background:url(images/left_tab64.gif) #a17f56 no-repeat top;
	}
.lefttab65 #leftnav{
	background:url(images/left_tab65.gif) #a17f56 no-repeat top;
	}
.lefttab66 #leftnav{
	background:url(images/left_tab66.gif) #a17f56 no-repeat top;
	}
.lefttab67 #leftnav{
	background:url(images/left_tab67.gif) #a17f56 no-repeat top;
	}
*/
#contentcol {
	margin-left:0px;
	margin-right:5px;
	width:460px;
	_width:450px;
	_padding-left:15px;
	_padding-right:10px;
}

.home #contentcol {
	margin-left:50px;
	margin-right:25px;
	width:310px;
	_padding-left:0px;
	_padding-right:0px;
}

input.inputLogin_name{
	background:#d9e0eb url(images/input_username.gif) no-repeat;
	border:none;
	width:86px;
	height:16px;
	}
input.inputLogin_passwd{
	background:#d9e0eb url(images/input_password.gif) no-repeat;
	border:none;
	width:86px;
	height:16px;
	}
	
input.inputLogin{
	background:#d9e0eb;
	border:none;
	width:86px;
	height:16px;
	}

.twocol #contentcol {
	width:779px;
}



#leftcol {
	width:146px;
	margin-top:-48px;
	margin-left:26px;
	z-index:10000;
	position:absolute;
	padding-top:0px;
	
}
.home #leftcol {
	margin:0px;
	width:245px;
	position:relative;
	z-index:0;
}

#rightcol {
	width:246px;
	margin-right:0px;
}

.home #rightcol {
	width:246px;
	margin-right:27px;
}





/** nav **/
#nav {
	width:956px;
	height:41px;
	background:url(images/bg_menu.png) no-repeat;
	behavior: url(/Portals/_default/Skins/agfarm/images/iepngfix.htc);
}
#nav ul {
	position:absolute;
	left:0px;
	top:0px;
}
#nav ul, #nav ul li {
	margin:0px;
	padding:0px;
	list-style:none;
	height:41px;
}

.Level0 li{
text-indent:-999em;
}


/** level 1 items **/
#nav ul li {
	display:inline;
	float:left;
	list-style:none;
	position:relative;
}
#nav ul li a {
	display:block;
	height:41px;
	background:url(images/menu.png) no-repeat;
	_background:url(images/menu.gif) no-repeat;
}



#nav li#nav36 a{
width:72px;
}
#nav li#nav36 a:hover,
#nav li#nav36.SelectedTab a{
background-position:0px -40px;
}


#nav li#nav60 a{
width:73px;
background-position:-72px 0px;
}
#nav li#nav60 a:hover,
#nav li#nav60.SelectedTab a{
background-position:-72px -40px;
}


#nav li#nav61 a{
width:88px;
background-position:-145px 0px;
}
#nav li#nav61 a:hover,
#nav li#nav61.SelectedTab a{
background-position:-145px -40px;

}

#nav li#nav62 a{
width:76px;
background-position:-233px 0px;
}
#nav li#nav62 a:hover,
#nav li#nav62.SelectedTab a{
background-position:-233px -40px;
}

#nav li#nav63 a{
width:73px;
background-position:-309px 0px;
}
#nav li#nav63 a:hover,
#nav li#nav63.SelectedTab a{
background-position:-309px -40px;
}

#nav li#nav64 a{
width:72px;
background-position:-382px 0px;
}
#nav li#nav64 a:hover,
#nav li#nav64.SelectedTab a{
background-position:-382px -40px;
}

#nav li#nav65 a{
width:71px;
background-position:-454px 0px;
}
#nav li#nav65 a:hover,
#nav li#nav65.SelectedTab a{
background-position:-454px -40px;
}

#nav li#nav66 a{
width:72px;
background-position:-525px 0px;
}
#nav li#nav66 a:hover,
#nav li#nav66.SelectedTab a{
background-position:-525px -40px;
}

#nav li#nav67 a{
width:93px;
background-position:-597px 0px;
}
#nav li#nav67 a:hover,
#nav li#nav67.SelectedTab a{
background-position:-597px -40px;
}



/** level 2 items **/
#nav ul.Level1 {
	position:absolute;
	left:0px;
	top:18px;
	width:150px;
}

/* initial state - hidden **/
#nav ul.Level1 {
	display:none;
}

/** hover state - popup **/
#nav li:hover ul.Level1,
#nav li.iehover ul.Level1 {
	display:block;
}

#nav ul.Level1 li {
	background:silver;
	position:relative;
	margin:0px;
	display:block;
	float:none;
}

#nav ul.Level1 li a {
	display:block;
	color:red;	
}

/** level 3 items **/
#nav ul.Level2 {
	position:absolute;
	left:150px;
	top:0px;
	width:180px;
}

/* initial state - hidden **/
#nav ul.Level2 {
	display:none;
}

/** hover state - popup **/
#nav ul.Level1 li:hover ul.Level2,
#nav ul.Level1 li.iehover ul.Level2 {
	display:block;
}

#nav ul.Level2 li {
	background:salmon;
	position:relative;
}

#nav ul.Level2 li a {
	display:block;
	color:black;	
}


/** left nav **/
#leftnav ul,
#leftnav ul li {
	margin:0px;
	padding:0px;
	list-style:none;
}
	
#leftnav ul li a:hover,
#leftnav ul li a {
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}

#leftnav ul li {
	background:url(images/leftnav_bullet.gif) no-repeat 0px 8px;
	padding:6px 10px;
	margin-left:10px;
}
#leftnav ul li.SelectedTab,
#leftnav ul li.iehover,
#leftnav ul li:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/leftnav_bullet_hover.gif) no-repeat 0px 8px;
}


#leftwrapper{
	padding-bottom:20px;
	min-height:100px;
	background:url(images/left_bottom.gif) no-repeat bottom;
	}

/** footer elements **/
#footer a {
	text-decoration:none;
	color:#8e8e8e;
	font-size:11px;
}

#footer ul li {
	padding-left:5px;
	padding-right:5px;
	background-image:url(css/footernavbullet.gif);
	background-position:left 3px;
	background-repeat:no-repeat;
	margin:0px;
	color:#8e8e8e;
	font-size:11px;
}

#footer ul li.first {
	padding-left:0px;
	background:none;
}

#footer #phone {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#8e8e8e;
	padding-left:30px;
	background:url(images/phone.jpg) left no-repeat;
}


/** helpers **/

/** use horzlist for any unorderered list that is to be rendered horintally **/
ul.horzlist {
	margin:0;
	padding:0;
	list-style-type:none;
}

ul.horzlist li {
	display:inline;
	float:left;
	list-style-type:none;
}
ul.horzlist a {
	text-decoration:none;
}

ul.horzlist a span{
	visibility:hidden;
}

/** use horzlist for any div elemnent  **/
.leftcol {
	float:left;
	display:inline;
}
.rightcol {
	float:right;
	display:inline;
}

.imgbg {
	display:block;
	overflow:hidden;
	text-indent:-999em;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}	


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	overflow:hidden;
}

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/********************** Site By Loaded ****************************************/
#loaded-frame {
	float:right;
	width: 120px;
	height: 40px;
	padding: 20px 20px 20px 0px;
	
}

#loaded-logo{
	float:right;
	display:block;
}

a#loaded-webdeveloper:link, a#loaded-webdeveloper:hover, a#loaded-webdeveloper:visited{
	float:right;
	display:block;
	padding:2px 3px 2px 0px;
	width: 110px;
	font-size: 8px !important;
	text-align: right;
	color: #7E8B84;
	text-decoration: none;
	letter-spacing:1px;
}

a#loaded-webdeveloper:hover{
	color: #D8D3CA;	
}




/********************** Site By Loaded ****************************************/


#dnn_ctr426_FormMaster_Web_Form.webform td{
	padding:5px;
}

.webform .SubHead{
	font-size:12px;
}

span.mandatory{
	margin-left:5px;
	color: #C00;
}

#dnn_ctr426_FormMaster_tdDefaultSubmitButton a{

	margin-top: 5px;
	padding: 5px 0px;
	font-size: 14px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color: #999999;	
	background: white;	
	width: 110px;
	border: 3px solid #CCCCCC;
}

#dnn_ctr426_FormMaster_tdDefaultSubmitButton a:hover{
		background:#004079;
		border: 3px solid #004079;
		color: white;
}

.date{
	display:block;
	padding-top: 5px;
	font-style:italic;
}

#mapwrap{
	display:block;
}

#dhtmltooltip{
position:absolute;
width:180px;
border: 1px solid black;
padding: 7px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
z-index: 101;
visibility: hidden;
}

#comingsoon{
	width: 	240px;
	height: 133px;
	background: url(images/market.gif) top left no-repeat;
}
