@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e2e2e2;
}
body {
	background-color: #000;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0;
}
a:link {
	color: #e2e2e2;
}
a:visited {
	color: #e2e2e2;
}
a:hover {
	color: #0074d9;
}
a:active {
	color: #e2e2e2;
}
h1 {
	font-size: 24px;
	color: #0074d9;
	margin: 0;
	padding: 3px 0 5px 0;
}
h2 {
	font-size: 18px;
	color: #0074d9;
	margin: 0;
	padding: 3px 0 0 0;
}
p {
	padding-top: 0;
	margin-top: 0;
}
p strong {
	color: #0074d9
}
.blue {
	color: #0074d9
}
.whitebold {
	color: #fff;
	font-weight: bold;
}




#container {
	width: 900px;
	background: #000;
	margin: 0 auto 0 auto;
}
#header {
	width: 900px;
	height: 162px;
}
#headerlogo {
	float: left;
	width: 346px;
	height: 152px;
	margin: 5px 0 0 10px;
}

#phone {
	float: right;
	width: 430px;
	height: 24px;
	margin: 40px 60px 0 0;
}

#nav {
	clear: right;
	float: right;
	width: 500px;
	height: 20px;
	margin: 50px 0px 0 10px;
}
#nav img {
	margin: 0 15px 0 20px;
	border: 0;
}

#banner {
	width: 900px;
	height: 154px;
}

#content {
	clear: both;
	width: 865px;
	padding: 10px 20px 10px 15px;
	line-height: 18px;
}
#sidebar {
	width: 200px;
	height: 800px;
	float: left;
	margin: 0 20px 40px 0;
}
#contentinside {
	width: 645px;
	float: left;
}

#footer {
	clear: both;
	width: 900px;
	height: 180px;
	text-align:center;
	font-size: 10px;
	line-height: 14px;
}
#footer a:link {
	color: #e2e2e2;
	text-decoration: none;
}
#footer a:visited {
	color: #e2e2e2;
	text-decoration: none;
}
#footer a:hover {
	color: #0074d9;
	text-decoration: underline;
}
#footer a:active {
	color: #e2e2e2;
	text-decoration: none;
}


