/***********************************************
***************** Go HSV tempate v2*************
***************** copywrite 2007****************
***************** newmandoesit.com**************
***********************************************/

/***********************
************** Main body*/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: both;
}

a {
color:#666666;
font-weight:400;
}

a hover{
color:#333333;
}

a visited{
color:#333333;
}


/************************
************** Components*/

/***** LEFT COLUMN AREA */

#left_column{
	float:left;
	border:#666666 thin solid;
	width: 181px;
}

#logo{
	padding-top:2px;

}

#navcase{
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	background:#FFFFFF;
	width:165px;
	border-bottom:dashed thin #999999;
}

#navlist {
}

#navlist ul{
margin-left: 0;
padding-left: 0px;
list-style-type: none;
font-size:small;
font-weight:bold;
border-top:1px solid #eee;
width:160px;
}

#navlist a{
display: block;
padding-left: 10px;
padding-top:3px;
padding-bottom:3px;
width: 160px;
background-color:#CCCCCC;
border-bottom: 1px solid #eee;
color:#333333;
text-decoration:none;
border: solid #999 thin;
font-weight:bold;
}

#navlist a:hover{
	background-color:#666666;
	color:#CCCCCC;
	border: solid #000 thin;
}


.side_ad{
padding:5px;
}

/***** RIGHT COLUMN AREA */

#right_column{
	border:#666666 thin solid;
	text-align:center;
	float: left;
}

#images{
	padding:2px;
	border-bottom: solid #666666 thin;
}

.image_holder{
	margin:0;
	text-align: center;
}

#wx{
padding:2px;
margin:auto;
}

.form_div {
float:right;
width:150px;
border-bottom:dotted;
border-left:ridge #666666;
border-right:ridge #CCCCCC;
padding-bottom:10px;
padding-left:20px;
padding-top:3px;
padding-right:2px;
}

/******* Content Area */

#content{
width:55%;
float:left;
border-top:#000000 solid medium;
}

#topbar{
	margin-bottom:2px;
	width:100%;
	background:url(/topbar_bg.gif);
	border-top:#666666 thin solid;
	border-bottom:#666666 thin solid;
	border-right:#666666 thin solid;
	height: 35px;
	padding-top: 3px;
}

.topbar_img_btn{
float:left;
padding-left:5px;
padding-bottom:5px
}

#sponser{
float:right;
clear:both;
}

.optional_text{
	font-size:x-small;
	text-align:right;
	border-right:#FFFFFF medium solid;
	padding-top: 5px;
	padding-right: 5px;
	margin-right: 3px;
	color: #003366;
	font-style: italic;
}

#main_column{
	background-color: #CCCCCC;
	float:left;
}

#content_table{
	background-color: #CCCCCC;
}

.content_cell{
	border: #666666 thin solid;
	background: #FFFFFF url(/content_bgs.gif) no-repeat bottom right;
	vertical-align: top;
	width: 50%
}

.content_row{
        height: 50%;
	border: #666666 thin solid;
}

.main_text{
	padding:3px;
	font-size:small;
	color:#333333;
	
}

.main_text p{
}

.main_text p:first-letter{
font-size:medium;
font-weight:bold;
color:#990000;
}

.main_text h2{
text-align:right;
font-size:large;
font-weight:bold;
color:#666666
}

.main_img{
	margin-top:10px;
	padding:0px;
	text-align: center;
	
}

.main_img1{
	margin-top:10px;
	padding:0px;
	text-align: center;
	height:180px;
}
	
#seasonal{
border:#666666 thin solid;
width:50%;
position:relative;
}

#regional{
border:#666666 thin solid;
font-size:medium;
width:50%;
}

.header{
	background:url(/header_bg.gif) no-repeat top left;
	font-weight:lighter;
	font-size:large;
	color:#FFFFFF;
	text-align: right;
	float: right;
	padding: 3px;

}

.list_links{
	margin-top:50px;
	font-size: small;
	padding: 5px;
	
}

.list_links1{
	margin-top:50px;
	font-size: small;
	padding: 5px;
	height:200px;
	
}

.list_links2{
	margin-top:0px;
	font-size: small;
	padding: 5px;
		
}

.list_links ul{
list-style:none;
}

.list_links a{
}

.list_links a:hover{
color:#003366;
}

.list_links_span{
	text-align:right;
	padding-right:5px;
	float: right;
}

.list_links_span a{
color:#003366;
text-decoration:none;
}

.list_links_span a:hover{
color:#006699;
text-decoration:underline;
}
/**** Footer */

.footer {
font-size:small;
color:#999999;
text-align:center;
clear:both;
}
/***************
******* Special Items***
***************/
.real_img{
	padding:5px;
	text-align: center;
	
}

.real_img span{
display:none;
cursor:default;
}

.real_img a:hover span{
display:block;
position:absolute;
left:-5%;
margin-top:-120%;
z-index:5;
}