@charset "utf-8";
/* CSS Document */
*	{
	margin-top: 0;
	margin-bottom: 0;
	}
	
body {
	background: #CCCCCC;
	}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	line-height: 1.4em;
	margin-bottom:.5em;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-right: 0;
	}
a {
	color: #009900;
	font-weight:bold;
	text-decoration: none;
	}	
a:hover {
	color:#293a00;
	text-decoration: underline;
	}

img {
	border: none;
	}	

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color: #000000;
	padding: 0 0 5px 0;
	}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	color: #CC0000;
	padding: 0 0 5px 0;
	}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	font-weight: bold;
	color: #000000;
	padding: 0 0 5px 0;
	}
h4 {
	font-family: Times, serif;
	font-size:20px;
	font-weight: bold;
	color: #000000;
	padding: 0 0 0 0;
	}
	
.hr {
	background:url(../images/hr_740px.gif) no-repeat;
	height:1px;
	margin: 5px 0 5px 0;
	}
.pipe {
	font-size:12px;
	color: #CCCCCC;
	}

/*Body Start*/

#wrapper {

	}

#minheight {
	float:right;
	height:525px;
	width:1px;
	}

#main {
	border: 1px solid #999999;
	width:780px;
	height:auto;
	background: #dddad4;
	margin-right: auto;
	margin-left: auto;
	}

/*Navigation*/

#nav {
	width:780px;
	height:65px;
	background: #CCCCCC url(../images/bgnd_nav.gif) no-repeat;
	}

#nav ul {
	font-family:Arial, tahoma, verdana;
	font-size:12px;
	font-weight: bold;
	display:block;
	padding: 40px 0 0 30px;
	margin-right: auto;
	margin-left: auto;
	}	
#nav li {
	display:inline;
	color: #CCCCCC;
	margin:2px;
	letter-spacing:.1em;
	word-spacing:.25em;
	}
#nav li a {
	line-height:10px;
	color: #4b6900;
	text-decoration:none;
	padding:2px;
	}
#nav li a:hover {
	color:#000000;
	background: #f0f0f0;
	text-decoration:underline;
	padding:2px;
}

/*Banner*/

#banner {
	width:780px;
	height:180px;
	background:url(../images/bgnd_banner.jpg);
	}
	
/*Content*/


#map {
	width: 735px;
	height: 550px;
	border: 1px solid #ab9e89;
	margin-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	line-height: 1.4em;
	
	}


#content {
	width:780px;
	}

#col_0 {
	width:735px;
	float: left;
	margin-left: 25px;
	margin-top: 25px;
	}

#col_1 {
	width:460px;
	float: left;
	margin-left: 20px;
	margin-top: 25px;
	}
#firststeps {
	width: 450px;
	}
#firststeps .firststepsBgnd {
	background:url(../images/firststeps_base.gif);
	width:450px;
	height:160px;
	padding: 15px 0 0 0;
	}
#firststeps .firststepsRow {
	width:15px;
	height:20px;
	margin-left: 23px;
	padding-bottom: 18px;
	padding-top: 10px;
}


#news {
	width:450px;
	padding-top: 15px;
	}


#col_2 {
	width:260px;
	float: right;
	margin-right: 20px;
	margin-top: 25px;
	}



/*Box*/
#box {
	width: 250px;
	background:#e5e5e5;
	border: 1px solid #999999;
	}
#box .boxtitle {
	width:245px;
	height:30px;
	background:#FFFFFF;
	padding: 5px 0 0 5px;
	}
#box .boxtext {
	width:245px;
	padding: 5px;
	}
#box .boxtext li {
	
	}

/*Video Library*/

#video_toplist {
	width: 240px;
}
#video_toplist img {
	float:right;
	padding: 0 0 5px 0;
	}

#video_toplist p {
	font-size: 10px;
	width: 230px;
	float: right;
	font-weight: normal;
}

#video_toplist ul {
	margin: 0;
	padding: 0;
}

#video_toplist li {
	list-style: none;
	margin: 0;
	padding: 5px 10px 3px 10px;
	border-top: 1px solid #ccc;
	clear: both;
}

#video_toplist li:hover {
}

#video_toplist li a:link {
	text-decoration: none;
	color: #333;
}

#video_toplist li a:visited {
	text-decoration: none;
	color: #333;
}

#video_toplist li a:hover {
	text-decoration: underline;
	color: #333;
}


/*Footer Start*/
#footer {
	clear:both;
	width:755px;
	height:35px;
	background: #2a2a2a;
	padding: 20px 0 0 25px;
	}
#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #999999;
}
#footer a {
	color:#009900;
	text-decoration:underline;
	}

#footer a:hover {
	color: #CCCCCC;
	}

