html, body, strong, li
{
	margin: 0;
	padding: 0;
	line-height: 17px;

}
body
{
	background: #7393ac;
	background-repeat: repeat-x;

	line-height: 18px;
	font-size: 12px;
	font-family: Arial;
	color: #474747;
}


/*html tags*/
a{
	color: #474747;
	text-decoration: none;

}
a:hover{
	color: #000000;
	text-decoration: none;
}

li{
	line-height: 20px;
	list-style: disc;
	margin-left: 15px;
}

strong{
	font-weight: bold;
	padding-bottom: 5px;
	line-height: 18px;
}


h2{
	color: #474747;
	font-family: Arial;
	font-weight: bold;
	font-size: 24px;
	padding: 0px 0 20px 0 ;
	margin: 0;
	line-height: 24px;
}

h3{
	color: #598527;
	font-family: Arial;
	font-weight: bold;
	font-size: 15px;
	padding: 0px 0 20px 0 ;
	margin: 0;
	line-height: 18px;
}

h4{
	color: #474747;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	padding: 0px 0 20px 0 ;
	margin: 0;
}

p{
	padding: 3px 0;
	line-height: 1.5em;
	color: #474747;
	font-size: 14px;
}

fieldset p{
	padding-bottom: 5px;
	line-height: 1.5em;
  
  }
label {
  float:left;
  width:200px;
  margin-right:0.5em;
  padding-top:0.1em;
  text-align:left;
  font-weight:bold;
  }


dt{
	padding-top: 15px;
	line-height: 1em;
}
dt a{
	color: #267fc0;
	font-weight: bold;
}
dt a:hover{
	color: #000000;
}
dd{
	line-height: 1.5em;
}  
  
/*structure*/
#wrapper{
	width: 978px;
	text-align: center;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	
}

#required{
	color: #ed1c24;
}

#header{
	background-color: #e0f2fe;
	position: relative;
	height: 130px;
}
#headernav{
	position: absolute;
	left: 260px;
	top: 100px;
	font-size: 10px;
	color: #385b75;
	font-weight: bold;
	float: left;
}
#headernav a{
	font-size: 10px;
	color: #385b75;
	font-weight: bold;
}
#search{
	position: absolute;
	left: 725px;
	top: 95px;
	float: left;
}
#home{
	position: absolute;
	top: 33px;
	left: 0px;

}

#linktext{
	color: #446f15;
	font-weight: bold;
	font-size: 12px;
}

#linktext a{
	color: #446f15;
	font-weight: bold;
	font-size: 12px;
}

#linktext a:hover{
	color: #446f15;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
#headerwrap{
	position: relative;
	width: 907px;
	margin: 0px auto;
	text-align: center;		
}
#logo{
	position: absolute;
	top: 27px;
	right: 0px;

}
#main{
	background: #608736 url(/images/imgMainBackground.jpg);
	height: 392px;
	z-index: 2;
}
#mainInterior{
	background-color: #608736;
	height: 40px;
	z-index: 2;
}
#mainmenu{
	height: 40px;
	color: #fff;
	position: relative;
	z-index:2;
}
#mainmenu a{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

#navdownload{
	position: absolute;
	left: 798px;
	top: 12px;
	font-weight: bold;
	font-size: 11px;
}
#navdownload a{
	color: #fff;
	font-size: 11px;
}
#content{
	background: #708fa9 url(/images/imgBottomBG.jpg) repeat-x;
	min-height: 589px;
	height:auto !important;
	height: 589px;	
	z-index: 1;
}
#contentarea{
	background-color: #fff;
	min-height: 350px;
	height:auto !important;
	height: 350px;
	z-index: 1;
}

#leftcontent{
	width: 156px;
	float: left;
	padding-left: 10px;
	min-height: 20px;
	height:auto !important;
	height: 20px;
}
#leftcontent a{
	font-size: 14px;
	color: #474747;
}
#centercontent{
	width: 741px;
	float: left;
	padding-bottom: 20px;
}
#categorycontent{
	padding-left: 20px;
	z-index: 1;
}
#categorycontent a{
	color: #7c8e5a;
}
#lefthome{
	width: 567px;
	float: left;
	
	min-height: 350px;
}
#righthome{
	
	width: 335px;
	float: left;
	border-left: 1px solid #40515d;
}
.wrap{
	width: 907px;
	margin: 0px auto;
	text-align: center;	
	
}


.cleardivs{
	clear: both;
}
.padlefthome{
	padding: 0 20px 0 20px;
}
.padrighthome{
	padding-left: 20px;
}

#navlist{
z-index: 2;
padding: 10px;
}
#navlist li{
	list-style-type: none;
	display: inline;

}
#navlist a{
	padding: 0.2em 1em;

	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}	
#navlist a:hover, #navlist li.selected a{
	color: #000000;
}

#footer{
	color: #fff;
	clear: both;
	font-size: 10px;
}
#footerleft{
padding: 8px 0;
float: left;
color: white;
width: 453px;

}
#footerleft a{
	color: white;
	text-decoration: none;
}
#footerright{
padding: 8px 0;
float: left;

width: 453px;

text-align: right;
color: white;
}
#footerright a{
	color: white;
	text-decoration: none;
}


.inputtext{
	width: 112px;
	height: 22px;
}
.searchbutton{
	position: absolute;
}
.divdots{
	background: url(/images/imgHorizontalDivDots.gif) repeat-x;
	width: 100%;
	height: 10px;
	
}
.paddiv{
	padding: 15px 20px;
}


#loginform{
	width: 350px;
	margin: 0 auto;
}


/*Category sections*/
ul#PageList{
	padding-top: 20px;
	padding-left: 20px;
	font-weight: bold;
	
}
ul#PageList li a{
	line-height: 17px;
	color: #267fc0;
	font-weight: bold;
}
ul#PageList li a:hover{
	color: #000;
}
#imageSection{

	
	text-align: center;
}
ul#imagerows{
	width: 300px;
	margin: 0; padding: 0;
}
ul#imagerows li{
	display: inline;
	list-style-type: none;
	
	
height: 92px;
	width: 100px;
	margin: 0px;
text-align: center;
float: left;
}


ul#imagerows li img{
	
}

ul#imagerows2{
	width: 450px;
	z-index:1000;
	position: relative;
}
ul#imagerows2 li{
	display: inline;
	list-style-type: none;

}

ul#imagerows2 li img{
	
}
#billboardsmenu{
	display: none;
	position: absolute;
	top: 40px;
	left: 0px;
	background-color: #f0f8ed;
	min-width: 200px;
	width: auto;
	z-index: 10000;
}
#outofhomemenu{
	display: none; 	position: absolute; background-color: #f0f8ed; min-width: 200px; width: auto;  z-index: 10000;
	top: 40px;
	left: 383px;
	
}
#alternativemediamenu{
	display: none;
	position: absolute;
	top: 40px;
	left: 110px;
	background-color: #f0f8ed;
	min-width: 200px;
	width: auto;
	z-index: 10000;
}
#transitmenu{
	display: none; 	position: absolute; background-color: #f0f8ed; min-width: 200px; width: auto;  z-index: 10000;
	top: 40px;
	left: 182px;
	
}
#mobilemenu{
	display: none; 	position: absolute; background-color: #f0f8ed; min-width: 200px; width: auto; z-index: 10000;
	top: 40px;
	left: 306px;
	
}

#instoremenu{
	display: none; 	position: absolute; background-color: #f0f8ed; min-width: 200px; width: auto; z-index: 10000;
	top: 40px;
	left: 550px;
	
}

#bbformlabel{
	width: 200px;	
}

.sfformlabel{
	width: 150px;
	font-family: arial;
	font-size: 13px;
	color: #000000;
}

.sfnformlabel{
	width: 150px;
	font-family: arial;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
}


ul.flyoutlist{
	margin: 5px 15px 10px 0;
	z-index: 10000;
}
ul.flyoutlist  li{
	color: #7c8e5a;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 1px dotted #939c87;
	list-style: none;
	z-index: 10000;
}
#outofhomemenu ul.flyoutlist li a, #billboardsmenu ul.flyoutlist li a, #alternativemediamenu ul.flyoutlist li a, #transitmenu ul.flyoutlist li a, #mobilemenu ul.flyoutlist li a, #instoremenu ul.flyoutlist li a{
	color: #7c8e5a;
	font-weight: normal;
	font-size: 11px;
	z-index: 10000;
}
#categorycontent ul li{
    line-height: 20px;
    margin-left: 20px;
    list-style-image: url(../images/imgArrow.gif);
}
