@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	background-image:url(../imgs/top_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	text-align:left;
	color:#000;
	margin:0px auto 0px auto;

}

p {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	text-align:left;
	color:#000;
}

h1 {
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a:link {
	color:#000;
	text-decoration:underline;
}

a:hover {
	color:#000;
	text-decoration:underline;
}


a:visited {
	color:#000;
	text-decoration:underline;
}

ul, li {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	text-align:left;
	color:#000;
}


.clear {
	clear:both;
}
#container {
	width:865px;
	margin:auto;
}

#header {
	height:111px;
}

#header img {
	border:0px;
}

#nav {
	background-image:url(../imgs/nav_bg.jpg);
	_background-image:url(../imgs/nav_bg_ex.jpg);
	#background-image:url(../imgs/nav_bg_ex.jpg);
	background-repeat:no-repeat;
	width:863px;
	height:46px;
}

.navlink {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	text-align:center;
	padding-top:6px;
}

.navlink a:link {
	color:#000;
	text-decoration:none;
	padding:50px;
}

.navlink a:hover {
	color:#FFF;
	text-decoration:underline;
	padding:50px;

}

.navlink a:visited {
	color:#000;
	text-decoration:none;
	padding:50px;
}
	
#main {
	/*background-image:url(../imgs/main_bg.jpg);*/
	background-color:#FFF;
	width:814px;
	margin:0px auto 0px auto;
	display:block;
	_left:1px;
	
}

.content {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#000;
	text-align:left;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:10px;
	padding-top:10px;
	display:block;

}

.content img {
	float:left;
	border:0px;
	padding:10px;
}

.box1 {
	width:254px;
	background-image:url(../imgs/box1_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#d1d1d1;
}

.box1 img {
	margin: 45px auto auto 36px;
	border:0px;
}

.box2 {
	width:247px;
	background-image:url(../imgs/box2_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	min-height:270px;
	background-color:#d1d1d1;
	padding-top:40px;
	padding-left:20px;
	line-height:180%;
	text-align:left;
}


.box3 {
	width:307px;
	background-image:url(../imgs/box3_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	min-height:270px;
	background-color:#d1d1d1;
	padding-top:40px;
	padding-left:20px;
	padding-bottom:20px;
	line-height:180%;
	text-align:left;
}

.box3 select {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
}

#footer {
	width:863px;
	margin:auto;
	background-color:#000;
}

.bottom_nav {
	color:#FFF;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	padding-top:30px;
	padding-bottom:10px;
}

.bottom_nav a:link {
	color:#FFF;
	text-decoration:none;
}

.bottom_nav a:hover {
	color:#FFF;
	text-decoration:underline;
}

.bottom_nav a:visited {
	color:#FFF;
	text-decoration:none;
}