@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background:url(../images/bg.jpg) repeat-x;
	height:187px;
	width:6px;
	font-family:Arial, Helvetica, sans-serif;
}

a, a:visited {
	color:#fc6e03;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#head {
	position:relative;
	width:1024px;
}

#logo_bg {
	background:url(../images/logo_bg.jpg) no-repeat;
	width:195px;
	height:170px;
	position:relative;
	top:8px;
	left:10px;
}

#title {
	position:absolute;
	font-size:36px;
	top:30px;
	left:220px;
}

.f12 {
	font-size:12px;
}

.f12 a, a:visited {
	text-decoration:none;
}

.llg {
	color:#aaa;
	display:inline;
}

.lg {
	color:#959595;
	display:inline;
}

.dg {
	color:#555555;
	display:inline;
}

.url {
	color:#636363;
	font-size:18px;
	position:absolute;
	right:30px;
	top:76px;
}

#top_nav {
	position:absolute;
	left:220px;
	top:110px;
	font-size:16px;
	color:#fff;
}

#top_nav a {
	color:#fff;
	text-decoration:none;
}

#top_nav a:visited {
	color:#fff;
}

#top_nav a:hover {
	text-decoration:underline;
}

.link {
	padding-right:15px;
	padding-left:15px;
	border-right:1px dotted #fff;
	height:20px;
	display:inline;
	padding-bottom:2px;
}

.link1 {
	padding-left:0px;
}

.link_end {
	border:none;
}

.header {
	position:absolute;
	top:155px;
	left:700px;
	z-index:140;
}
	
h1 {
	color:#fc6e03;
	font-size:16px;
	font-weight:bold;
	margin:0px;
}

.no_bold {
	font-weight:normal;
	color:#ff8d38;
}

#mid {
	position:relative;
	width:1200px;
	top:-15px;
	z-index:150;
}

.search td {
	padding:5px;
}

#flash_bg {
	background:url(../images/flash_bg.jpg) no-repeat;
	width:986px;
	height:235px;
	position:relative;
	top:0px;
	left:15px;
}
	

.lead {
	background:url(../images/lead.jpg) no-repeat;
	width:176px;
	height:340px;
	float:left;
	margin-left:16px;
	position:relative;
	top:-3px;
	left:4px;
}

.lead_text {
	margin-top:60px;
	padding:20px;
	padding-right:25px;
	color:#fff;
	text-align:center;
}

.mid {
	width:550px;
	height:50px;
	position:relative;
}

.flash {
	float:left;
	padding-top:24px;
	padding-left:10px;
}

.sm_bx {
	background:url(../images/sm_bx.jpg) no-repeat;
	width:222px;
	height:234px;
	float:left;
	position:relative;
	left:50px;
	top:50px;
}

#content {
	position:relative;
	width:992px;
	top:20px;
}

h2 {
	font-size:18px;
	color:#000;
	font-weight:normal;
}

.search {
	background:url(../images/search.jpg) no-repeat;
	width:512px;
	height:234px;
	float:left;
	position:relative;
	top:30px;
	left:30px;
}

.or {
	color:#fc6e03;
}

.search_title {
	padding:0 0 0 10px;
}

.text {
	float:left;
	width:550px;
	position:relative;
	top:0px;
	padding-left:30px;
	line-height:18px;
	font-size:12px;
}

.bx_left {
	float:left;
	margin-left:21px;
	font-size:12px;
}

.bx_right {
	float:right;
	padding-left:25px;
	font-size:12px;
	position:relative;
	top:0px;
	right:0px;
}

.bx_title {
	font-size:14px;
	text-align:center;
	font-weight:bold;
}

.bx_left ul {
	margin:0px;
	padding:0px;
}

.gr_top {
	background:url(../images/gr_top.jpg) no-repeat;
	height:21px;
	width:172px;
}

.gr_bg {
	background:url(../images/gr_bg.jpg) repeat-y;
	width:172px;
}

.gr_btm {
	background:url(../images/gr_btm.jpg) no-repeat;
	height:12px;
	width:172px;
}

.bx_right .gr_bg {
	height:330px;
}

.reqs {
	padding:10px;
	padding-left:25px;
}

.reqs li {
	padding:4px;
}

.test {
	padding:20px;
}

.girl {
	background:url(../images/girl.gif) no-repeat;
	width:110px;
	height:187px;
	position:absolute;
	bottom:0px;
	right:30px;
}

.footer {
	position:absolute;
	bottom:0px;
	left:0px;
}

.ft_left {
	float:left;
	font-size:10px;
}

.ft_right {
	float:right;
}

.ft_left a, a:visited {
	color:#fc6e03;
	text-decoration:none;
}

.ft_left a:hover {
	text-decoration:underline;
}

/* Clear Fix */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */