/* CSS */

body{
	padding:0px;
	margin:0px;
	background:#efefef url(../images/site_bg.gif) repeat-y top center fixed;
}
img{
	margin:0px;
	padding:0px;
	border:0px;
}
.hide{
	display:none;
}

#wrapper{
	text-align:left;
	position:relative;
	margin:0px auto;
	width:780px;
}

#header{
	position:absolute;
	margin:0px auto;
	width:780px;
	height:60px;
	background:#efefef url(../images/site_top.gif) top center fixed;
}

.nav_leftpad{
	padding-left:10px;
}
#nav{
	clear:both;
	position:absolute;
	width:210px;
	left:0px;
	top:60px;
}
#nav img{
	padding-left:5px;
	padding-bottom:25px;
}
#nav ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#menu2, #menu3, #menu4, #menu5, #menu2on, #menu3on, #menu4on, #menu5on {
	border-top:1px dashed #ddd;
	margin:0px;
	padding:0px 0px 0px 0px;
}
/* menu images */
#menu1{
	width:199px;
	height:37px;	
	background-image:url(../images/menu1.gif);
	background-repeat:no-repeat;
}
#menu2{
	width:199px;
	height:37px;	
	background-image:url(../images/menu2.gif);
	background-repeat:no-repeat;
}
#menu3{
	width:199px;
	height:37px;	
	background-image:url(../images/menu3.gif);
	background-repeat:no-repeat;
}
#menu4{
	width:199px;
	height:37px;	
	background-image:url(../images/menu4.gif);
	background-repeat:no-repeat;
}
#menu5{
	width:199px;
	height:37px;	
	background-image:url(../images/menu5.gif);
	background-repeat:no-repeat;
}
/* menu images - released */
#menu1on{
	width:199px;
	height:37px;	
	background-image:url(../images/menu1-down.gif);
	background-repeat:no-repeat;
}
#menu2on{
	width:199px;
	height:37px;	
	background-image:url(../images/menu2-down.gif);
	background-repeat:no-repeat;
}
#menu3on{
	width:199px;
	height:37px;	
	background-image:url(../images/menu3-down.gif);
	background-repeat:no-repeat;
}
#menu4on{
	width:199px;
	height:37px;	
	background-image:url(../images/menu4-down.gif);
	background-repeat:no-repeat;
}
#menu5on{
	width:199px;
	height:37px;	
	background-image:url(../images/menu5-down.gif);
	background-repeat:no-repeat;
}
#menu1 a,#menu2 a,#menu3 a,#menu4 a,#menu5 a{
	width:199px;
	height:37px;
	display:block;
}
#menu1 a:hover{
	background-image:url(../images/menu1-over.gif);
	background-repeat:no-repeat;
}
#menu2 a:hover{
	background-image:url(../images/menu2-over.gif);
	background-repeat:no-repeat;
}
#menu3 a:hover{
	background-image:url(../images/menu3-over.gif);
	background-repeat:no-repeat;
}
#menu4 a:hover{
	background-image:url(../images/menu4-over.gif);
	background-repeat:no-repeat;
}
#menu5 a:hover{
	background-image:url(../images/menu5-over.gif);
	background-repeat:no-repeat;
}
#body{
	position:absolute;
	left:210px;
	top:60px;
	width:470px;
	margin-left:45px;
}

#content{
	position:relative;
	width:470px;
}
#content img{
	padding-bottom:10px;
}
#content p a:link{
	color:#0099FF;
	text-decoration:none;
}
#content p a:visited{
	color:#0099FF;
	text-decoration:none;
}
#content p a:hover{
	color:#0099FF;
	text-decoration:underline;
}
#content p a:active{
	color:#0099FF;
	text-decoration:underline;
}
#content li a:link{
	color:#0099FF;
	text-decoration:none;
}
#content li a:visited{
	color:#0099FF;
	text-decoration:none;
}
#content li a:hover{
	color:#0099FF;
	text-decoration:underline;
}
#content li a:active{
	color:#0099FF;
	text-decoration:underline;
}

#footer p, #content p, #content ul{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#999999;
	margin-left:34px;
}
#content li{
	margin-bottom:5px;
	}

#footer{
	position:relative;
	width:470x;
	height:40px;
}
