@charset "utf-8";
/* CSS Document */
a{
color:#000;
}
body{
	background-color: #63CBF6;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}
#wrapper{
	width: 918px;
	margin: auto;
}

#header{
	border-bottom: solid 1px #B7EAFF;
	margin-bottom: 25px;
}
#input{
width:120px;
}
h1 a:hover{
color:#000000;
font-size:14pt;
}
h1 a{
color:#000000;
font-size:14pt;
}
h1{
color:#000000;
font-size:14pt;
}
#guide{
background:#eee; 
height:340px; 
width:270px; 
padding-top:10px;
float:left;
text-align:center;
}
#vid{
background:#eee; 
height:220px; 
width:270px; 
padding-top:10px;
float:left;
text-align:center;
}
#header_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	clear: both;
	width: 159px;
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 12px;
	margin-bottom: 5px;
}

#header_logo{
	margin-left: 2px;
	background-image: url('images/image_1.gif');
	background-repeat: no-repeat;
	width: 159px;
	height: 58px;
	margin-bottom: 13px;
}

#header_navigation{
	height: 13px;
	float: right;
	top: -25px;
	position: relative;
	margin-right: 0px;
}
#header_navigation a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
        text-decoration:none;
}
#header_navigation a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
        text-decoration:none;
}

#content_top{
	height: 5px;
	width: 918px;
	background-image: url('images/image_2.gif');
	background-repeat: no-repeat;
}

#content_middle{
	padding-top: 5px;
	background-color: #FFFFFF;
	overflow: auto;
}

#content_left{
	padding: 0px 15px 0px 15px;
	width: 736px;
	float: left;
}

#content_right{
	width: 150px;
	float: left;
	text-align: center;
}

#content_bottom{
	height: 5px;
	width: 918px;
	background-image: url('images/image_3.gif');
	background-repeat: no-repeat;
}
/* Navigational Links */

#nav_home{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	height: 22px;
	padding: 4px 8px 3px 5px;
	float: left;
}

#nav_home:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-image: url('images/nav_1.gif');
	background-repeat: no-repeat;
	height: 22px;
	padding: 4px 8px 3px 5px;
	float: left;
}

#nav_guides{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	height: 22px;
	padding: 4px 8px 3px 5px;
	float: left;
}

#nav_guides:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-image: url('images/nav_2.gif');
	background-repeat: no-repeat;
	height: 22px;
	padding: 4px 8px 3px 5px;
	float: left;
}

#nav_images{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	height: 22px;
	padding: 4px 8px 3px 5px;
	float: left;
}

#nav_images:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-image: url('images/nav_3.gif');
	background-repeat: no-repeat;
	height: 22px;
	padding: 4px 8px 3px 5px;
	float: left;
}

#nav_contact{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	height: 22px;
	padding: 4px 8px 3px 5px;
	float: left;
}

#nav_contact:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-image: url('images/nav_3.gif');
	background-repeat: no-repeat;
	height: 22px;
	padding: 4px 8px 3px 5px;
	float: left;
}

