@charset "utf-8";
/* CSS Document */
h1{
	font-size:18px;
	font-family:century gothic;
	color:#59b4f3;
	font-weight:lighter;
}
#content_wrap{
	width:1000px;
	float:left;
	position:relative;
	margin:10px 0px;
}
#content{
	width:960px;
	height:auto;
	float:left;
	position:relative;
	padding-left:20px;
	padding-right:20px;
	background:url(../images/content_mid_bg.png) repeat-y;
}
#sub_banner_img{
	width:100%;
	float:left;
	position:relative;
}
ul{
	margin-top: 10px;
	margin-bottom: 10px;
}
ul li{
	list-style-image:url("../images/bullet.jpg");
	padding-top: 5px;
}

ul#options li:hover{
	cursor: pointer;
	color:#59b4f3;
}
div.options_content{
	margin: 5px 0 0 0;
	border: 1px solid #efefef;
	padding:5px;
	width:890px;
}
ul#options ol li:hover{
	color: #888888;
	cursor:text;
}
p a{
	color: #59b4f3;
	cursor:pointer;
}
p a:hover{
	color: #59b4f3;
	text-decoration: underline;
}

p a.grey{
	color: #888888;
	cursor:pointer;
}
p a.grey:hover{
	color: #888888;
	text-decoration: underline;
}
/* Links  ------------------------------------------------------------------------------------------------------- */
#links{
	float:left;
	position:relative;
	margin:10px 0;
}
#links ul{
	list-style-type: none;
	height: 15px;
	width: 100%;
	margin: 0;
	padding:0;
}
#links ul li{
	display:inline;
	float:left;
	font-size: 12px;
    margin-right: 21px;
	cursor:pointer;
}

#links ul a:hover {
	color: #59b4f3;
}

.link_select a{
	color: #59b4f3;
}
.ul_links:hover{
	color:#59b4f3;
}
