/* CSS Default */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS Starts Here */
body{ background:#747474; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#3d3d3d; line-height:22px;}
#main{ width:100%; height:100%;}
#bgheader{ background:url(images/headerbg.jpg) repeat-x; width:100%; height:382px;}
.imgborder{ border:solid 1px #dadada;}

.headertop{ width:865px; height:370px; background:#fff; margin:0px; padding:0px;}
.headertop ul{ padding:0 0 0 25px;}

#nav{ background:#505153; width:865px; height:35px; margin:0px; padding:5px 0 0 0;}
#nav li { display:inline; padding:0 0 0 30px;}
#nav li a{ color:#fff; text-decoration:none; font-size:12px; font-weight:bold;}
#nav li a:hover{ color:#fff; text-decoration:underline; font-size:12px; font-weight:bold;}

.nav ul {
	margin: 0;
	padding: 0;
	outline:0;
	font-size:12px;
	font-weight:bold;
	height:37px;
	list-style-type: none;
	background:#505153;
	overflow: hidden;
	width: 100%;
}
.nav li{ display:inline; margin:0;}
.nav li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; 
	padding: 6px 10px;
	color : #fff;
	text-decoration:none;
}
.nav a:hover {
	color : #fff;
	text-decoration:underline; 
}

.left{ float:left;}
.left ul li a{ color:#fff; text-decoration:none; font-size:12px; font-weight:bold;}
.left ul li a:hover{ color:#fff; text-decoration:underline; font-size:12px; font-weight:bold;}

.right{ float:right; margin:0 25px 0 0;}
.right ul li a{ color:#fff; text-decoration:none; font-size:11px; font-weight:bold;}
.right ul li a:hover{ color:#fff; text-decoration:underline; font-size:11px; font-weight:bold;}

#maincontents{ width:865px; height:auto;}
.home_contents{ width:865px; height:auto; float:left; background:#fff; padding:0 0 40px 0px;}
.home_contents ul{ padding:0px 0 0px 20px;}
.home_contents ul li{ padding:20px 0 0 0;}

.title{ font-family:Arial, Helvetica, sans-serif; font-size:17px; color:#e87322;}

#footer{ width:100%; height:75px; background:#747474; clear:both; color:#eaeaea; font-size:11px;}
.fade{ width:865px; height:294px; overflow:hidden;}
#fade{ width:865px; height:294px; overflow:hidden;}

.nav_path {
	color:#666666;
	font-size:10px;
}

#footer_main{ 
	width:865px; 
	margin: 0 auto; 
	background:#505153;
	color: #FFF;
	clear:both;
}

#footer_link ul{
	margin: 7px;
}

#footer_link li{
	color: #FFF;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	list-style:none;
	display: inline;
	padding-right: 15px;
}

#footer_link a:link, #footer_link a:visited{
	color: #FFF;
	text-decoration: none;
}

#footer_link a:hover{
	color: #FFF;
	text-decoration: underline;
}