@charset "UTF-8";
/* CSS Document */

body{
	font-family: Arial;
	font-size:13px;
	color:#ffffff;
	background:url(images/retrogrey.jpg) #666666 top center;       /*Retro Grey*/
}

img, div, a, input {
 	behavior: url("iepngfix.htc")
}

.greentext {
color: #33FF00
}

.ylwtext {
color:#FFCC00;
font-weight: bold;
}

h4 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFCC00;
	text-align:center;
}

#wrapper{
	width:960px;
	margin:0px auto;
}

/* Fox Menu */

#foxmenucontainer{
height:29px;
_height:29px;
background:none;
display:block;
padding:2px 0 0 0px;
}

#foxmenu{
position:relative;
display:block;
width:720px;
height:29px;
_height:29px;
margin:0 auto 0 auto;
font-size:11px;
font-weight:bold;
font-family:Arial,Verdana,Helvitica,sans-serif;
}

#foxmenu ul{
margin:0px;
padding:0;
list-style-type:none;
width:auto;
}

#foxmenu ul li{
display:block;
float:left;
margin:0 auto 0 auto;
_margin:0 auto 0 auto;
}

#foxmenu ul li a{
display:block;
float:left;
width:120px;
height:24px;
color:#000000;
text-align:center;
text-decoration:none;
/*padding:5px 20px 0 20px;*/
padding-top: 7px;
background:transparent url(images/hoversilverbtn.png) no-repeat top center;
}

#foxmenu ul li a:hover{
color:#ffffff;
background:transparent url(images/normalbtn.png) no-repeat top center;
}

#foxmenu ul li a.current,#foxmenu ul li a.current:hover{
color:#ffffff;
background:transparent url(images/normalbtn.png) no-repeat top center;
}

/* End of Fox Menu */

#header {
	float:left;
	width:960px;
	height: 286px;
	margin-bottom: 20px;
}

/* content */
#top-content{
	background:url(images/top-content.png) top left no-repeat;
	width:960px;
	height:26px;
}

#content{
	float:left;
	background:url(images/content_bgcol3.png) top left repeat-y;
	width:960px;
	height: auto;
}

#midbox3col{
	background:url(images/gutter.gif) top center repeat-y;
	width:960px;
	height:800px;
	margin-top:0px;
}

#commentbox {
	float:left;
	width:900px;
	height:auto;
	padding:0 30px 0 30px;
	background:url(images/contentbg_nocol.png) top left repeat-y;
	color:#ffffff;
}


.bullet{
	background:url(images/bullet.png) top left no-repeat;
	height:31px;
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:45px;
	padding-top:3px;
	margin-top:20px;
}

.more-btn{
	margin-top:15px;
	text-align:right;
}

.v-divider{
	float:left;
	clear:none;
	background:url(images/v_divider.png) top left repeat-y;
	width:4px;
	height:330px;
	margin-left:10px;
	margin-right:10px;
}

/*The 3 Home columns*/
#leftcol{
	float:left;
	clear:none;
	width:293px;
	margin-left:20px;
	_margin-left:10px;
	text-align:justify;
}

#midcol{
	float:left;
	clear:none;
	width:294px;
	margin-left:20px;
	_margin-left:20px;
	text-align:justify;
}

#urgbox {
	width: auto;
	height: auto;
	border: #FFCC00 2px solid;
	margin: 0 auto 0 auto;
	_margin: 0 auto 0 auto;
	padding: 2px 2px 2px 2px;
}

#rightcol{
	float:left;
	clear:none;
	width:293px;
	margin-left:20px;
	_margin-left:20px;
	text-align:justify;
}

.news-headline{
	margin-top:7px;
	font-size:16px;
}

#h-divider{
	float:left;
	background:url(images/H-divider.png) top left no-repeat;
	width: 960px;
	height:40px;

}

/* Images */

img, a{
	border:none;
	color:#FFCC00;
	text-decoration:none;
}

.imageleft {
	display:block;
	float:left;
	margin: 5px 10px 5px 0px;
	_margin: 5px 10px 5px 0px;
	border: none;
}

.imageright {
	display:block;
	float:right;
	margin: 5px 0px 5px 10px;
	_margin: 5px 0px 5px 10px;
	border: none;
}

/*-----------------------contact_form-------------------*/
#contact_form{
width:auto;
height:auto;
padding:10px 0 0 0px;
}
.form_row{
float:left;
padding:7px 0 7px 0;
}
label{
width:60px;
float:left;
padding:3px 5px 0 0;
color:#ffffff;
font-size:12px;
text-align:right;
font-weight:bold;
}
input.contact_input{
width:223px;
height:24px;
float:left;
border:1px #CCCCCC solid;
background-color:#ffffff;
color: #000000;
}
textarea.contact_textarea{
width:223px;
height:180px;
float:left;
border:1px #CCCCCC solid;
background-color:#FFFFFF;
color: #000000;
}
input.send_message{
float:right;
padding:10px 10px 0 0;
}

#msg1 {
font:Arial, Helvetica, sans-serif;
color:#FFCC00;
text-align:center;
font-size:18px;
border:#FF9900 1px solid;
}

#footer{
	float:left;
	width: 960px;
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	padding: 20px 0px 20px 0px;
	background:url(images/content_bg.png) top left repeat-y;
}

#footleft{
	float:left;
	width: 500px;
	text-align:left;
	margin-left:20px;
	_margin-left:10px;
	margin-right:20px;
	_margin-right:10px;
	font-size:11px;
	color:#FFFFFF;
}

#footright{
	float:left;
	clear:none;
	width: 400px;
	text-align:right;
	margin-left:20px;
	_margin-left:10px;
	margin:0 0 0 0px;
	font-size:11px;
	color:#FFFFFF;
}

#footer a{
	font-size:11px;
	color:#ffffff;
}

#footer a:hover{
	text-decoration:underline;
	font-size:11px;
	color:#FFFFFF;
}

/* This ends the page */
#bottom-content{
	float:left;
	background:url(images/bottom-content.png) top left no-repeat;
	width:960px;
	height:52px;
}