/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,  p, blockquote, td, th{
	margin:  0;
	padding : 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

/* Removes list-styles from lists  */
ol, ul
{ list-style : none; }

/* Normalizes font-style and font-weight to normal  */
address, caption, cite, code, dfn, em,  th, var
{font-style : normal; font-weight : normal; }



/* Removes  border from fieldset and img */
fieldset, img
{border : 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align : left; }

/* Removes  quotation marks from q  */
q:before, q:after
{ content : '' ; }

*{
	padding: 		0;
	margin: 		0 0 0 0;
}	

body{
	margin-bottom: 200px;
	background-image: url(graphics/bg1.gif);
	background-repeat: repeat-x;
	background-color: #F5F5F5;

}

p{
	font-size: 11px;
	line-height: 22px;
	padding-top: 5px;
	padding-bottom: 5px;

}

h1{

}

h2{
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 5px;
}

#container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	clip: rect(auto,auto,auto,auto);
}

#header{
	height: 115px;
	width: 770px;

}

#header a{
	color: #FFFFFF;
	

}

#advertisers{
	height: 60px;
	margin-top: 4px;
	background-color: #000000;
	border: 1px solid #000000;
	text-align: center;
}


.column-1, .column-2{
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin-top: -1px;
}


#footer{
	clear: both;
	float: left;
	background-image: url(graphics/footerbg.gif);
	background-repeat: no-repeat;
}

#footer a{

}


#main-nav{
	background-image: url(graphics/topnav-bg.gif);
	height: 28px;
	width: 770px;

}


#content-col{
	background-color: #FFFFFF;
	margin-bottom: 4px;
	border: 1px solid #CCCCCC;
	margin-top: 4px;
	padding: 20px 25px;

}




#left-col{
	width: 380px;
	float: left;
	margin-right: 5px;
	margin-top: -4px;
}

#right-col{
	width: 380px;
	float: right;
	margin-top: -4px;
}

.alt{
	background-color: #F5F5F5;

}

.star{

}

.column-1 ul
{
	list-style-type: none;
}

.column-1 a
{
	display: block;
	width: 343px;
	padding-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	background-image: url(graphics/sidelink-icon.gif);
	background-repeat: no-repeat;
	background-position: 20px;
	line-height: 22px;
}

.column-1 a:link, ul
{
	color: #003399;
	text-decoration: none;
	font-size: 10px;
}

.column-1 a:visited{
	color: #999999;
	font-size: 10px;
	text-decoration: line-through;
	background-image: url(graphics/sidelink-icon-v.gif);
	background-repeat: no-repeat;
	background-position: 20px;
	padding-left: 35px;

}

.column-1 a:hover
{
	color: #000000;
	font-size: 10px;
	background-color: #DDF3B2;
	background-image: url(graphics/sidelink-icon-h.gif);
	background-repeat: no-repeat;
	background-position: 20px;
	padding-left: 35px;
	text-decoration: underline;
}






.column-2 ul
{
	list-style-type: none;
}

.column-2 a
{
	display: block;
	padding-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(graphics/sidelink-icon.gif);
	background-repeat: no-repeat;
	background-position: 20px;
	line-height: 22px;
	font-size: 10px;
	width: 343px;
}

.column-2 a:link, ul 
{
	color: #003399;
	text-decoration: none;
	font-size: 10px;
}

.column-2 a:visited{
	color: #999999;
	font-size: 10px;
	text-decoration: line-through;
	background-image: url(graphics/sidelink-icon-v.gif);
	background-repeat: no-repeat;
	background-position: 20px;
	padding-left: 35px;

}

.column-2 a:hover
{
	font-size: 10px;
	background-color: #DDF3B2;
	background-image: url(graphics/sidelink-icon-h.gif);
	background-position: 20px;
	padding-left: 35px;
	text-decoration: underline;
	color: #000000;
}



A:link	{
	text-decoration:underline;
	font-size: 10px;
	font-weight: normal;
	color: #003399;
}
A:visited	{ text-decoration:underline;  font-size: 10px; font-weight: normal; color: #003399}
A:hover	{ text-decoration:underline;  font-size: 10px; font-weight: normal; color: #000000 }
A:active	{
	text-decoration:underline;
	font-size: 10px;
	color: #003399;

}




#topnav ul {
	overflow:hidden;
	position: relative;
	margin-left: 5px;
}

#topnav ul li {
display:inline;
margin:0;
padding:0;
height:28px;
}

#topnav ul li a {
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:700;
	padding-right:15px;
	padding-left:15px;
	margin-right: 1px;
	margin-bottom: 0px;
	padding-top: 7px;
}

#topnav ul li a:hover {
	color:#FFFFFF;
	margin-right: 1px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: none;
	text-decoration: underline;
}

#submenu1{
	background-color: #DDF3B2;
	font-size: 11px;
	padding: 8px 8px 8px 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #48A803;
	border-left-color: #48A803;
	color: #48A803;
}

#submenu2{
	background-color: #C8E898;
	font-size: 11px;
	color: #48A803;
	padding: 8px 8px 8px 20px;
	border: 1px solid #48A803;
}

#submenu1 a{
	font-weight: bold;
	text-decoration: none;
	color: #419206;
}

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

#submenu2 a{
	font-weight: bold;
	text-decoration: none;
	color: #419206;
}

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



#subnav ul {
	overflow:hidden;
}

#subnav ul li {
display:inline;
margin:0;
padding:0;
height:28px;
}

#subnav ul li a {
	color:#2F6A03;
	text-decoration:none;
	float:left;
	font-size:12px;
	font-weight:bold;
	line-height: 24px;
	padding-right: 10px;
	padding-left: 10px;
}

#subnav ul li a:hover {
	color:#000000;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 24px;
}

.tagline{
	color: #666666;

}

.subhead{
	color: #FFFFFF;
	font-size: 10px;
	background-image: url(graphics/subhead-bg.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
	margin-top: 8px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}



/* image replacement - keeps header as an image but has text for SEO */
#headerimg {
	width: 629px;
	position: relative;
	height: 49px;
	padding-top: 35px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 9px;
}
#headerimg span {
	background: url(graphics/header.gif) no-repeat;
	position: absolute;
	width: 629px;
	height: 49px;
}


#sponsors{
	background-color: #F3F3F3;
	clear: both;

}



#footer{
	text-align: center;
	background-color: #FFFFFF;
	width: 100%;
	clear: both;
	line-height: 30px;
	margin-bottom: 8px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 4px solid #48A803;
	border-left: 1px solid #CCCCCC;
}

/* footer links */

#footer li {
	text-align:center;
	display:inline;
}

#footer li a {
	color:#003399;
	font-size: 11px;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}



.btop{
	background-color: #F3F3F3;
	display: block;
	padding-left: 30px;
	line-height: 22px;
	margin-bottom: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 348px;

}

.btop-alt{
	background-color: #FFFFFF;
	display: block;
	padding-left: 30px;
	line-height: 22px;
	margin-bottom: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 348px;

}

#base{
	font-size: 11px;
	text-align: center;
	color: #808080;
	clear: both;

}

#base a{
	color: #666666;
	text-decoration: none;


}


#bkmrk {
	padding: 8px 0px 0px 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	clear: both;
	text-align: center;

}


#bkmrk img {
	padding-right: 3px;
	padding-left: 3px;

}


#submit {
width:340px;
background:transparent;
text-align:center;
margin-top:10px;
clear:left;
padding:0;
}

#cform {
	width:450px;
	text-align:left;
	font:12px/25px Arial, Helvetica, sans-serif;
	clear:left;
	border:1px solid #ccc;
	background: #FBFBFB;
	padding: 15px;
}

.linkcat{
	margin-top: 8px;
	margin-bottom: 2px;

}

.greytxt {
color:#666;
background:transparent;
}

#g-ad2{
	background-color: #FFFFFF;
	text-align: center;
	width: 770px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-bottom: 4px;
	clear: both;
	float: left;
	padding-top: 6px;
	padding-bottom: 6px;
}
#g-adside{
	width: 120px;
}

