@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/main_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
a {
	border:0px;
	outline:0px;
}
p, h1, h2, h3, h4, h5, h6, ul, li {
	margin:0px;
	padding:0px;
}
/*CONTENT*/
#main_container {
	width:920px;
	margin:0 auto;
}
#header {
	width:920px;
	height:274px;
	float:left;
}
#header img {
	position:relative;
	left:240px;
	top:32px;
	border:none;
}
/*NAV*/
#nav {
	width:920px;
	height:36px;
	position:relative;
	top:55px;
	border-top:19px solid #4c4d4f;
	border-bottom:19px solid #4c4d4f;
	text-align:center;
}
#nav ul {
	width:920px;
	display:inline;
	text-transform: uppercase;
	position:relative;
	top:8px;
}
#nav ul li {
	display:inline;
	font-size:14px;
	padding: 0 2px 0 9px;
	background-image:url(../images/nav_bullet.gif);
	background-position: left 60%;
	background-repeat:no-repeat;
}
#nav ul li:first-child {
	padding: 0 0px 0 0px;
	background-image: none;
}
#nav ul li a {
	display:inline;
	text-decoration:none;
	color:#4c4d4f;
	padding:0px;
}
#nav ul li a:hover {
	color:#3FC8FF;
}
#nav li.current a {
	color:#3FC8FF;
}
/*HERO*/
#hero {
	width:882px;
	height:366px;
	border-left:19px solid #4c4d4f;
	border-right:19px solid #4c4d4f;
	border-bottom:19px solid #4c4d4f;
	float:left;
}
/*CONTENT*/
#content_cont {
	width:920px;
	float:left;
}
#home_copy {
	width: 595px;
	float:left;
}
#home_video {
	width: 325px;
	float:left;
}
#typical_leftPanel {
	width: 400px;
	padding:0px;
	float:left;
	border:19px solid #4c4d4f;
	margin-top:20px;
}
#typical_leftPanel img {
	float: left;
}
#typical_rightPanel {
	width: 482px;
	float:left;
}
#home_video img {
	border:none;
}
/*CONTACT FORM*/
#contact ol {
	list-style:none;
	padding:0px 0 0 0;
	margin:45px 0 0 35px;
	color:#4c4d4f;
}
#contact ol li {
	padding-top:10px;
}
label {
	width:90px;
	float:left;
	font-size:12px;
}
#contact input {
	width:300px;
}
#message {
	width:300px;
	height:150px;
}
#contact .submit {
	margin:10px 0 0 90px;
}
#content_cont .error p {
	color:#3FC8FF;
	font-size:15px;
	padding:5px 15px 0 15px;
	text-align:justify;
}
#content_cont .thankyou p {
	color:#3FC8FF;
	font-size:15px;
	padding:5px 15px 0 15px;
	text-align:justify;
}
.blue {
	color:#3FC8FF;
}
td img { margin-top:10px; border:1px solid #CCC;}
/*BLOG*/

.comments h3 {
	color:#4c4d4f;
	padding:5px 15px 0 15px;
}
.comments center {
	color:#4c4d4f;
	padding:5px 15px 20px 15px;
}
.commentsform {
	color:#4c4d4f;
	padding:5px 15px 0 15px;
}
.commentsform h3 {
	color:#4c4d4f;
	padding:5px 15px 20px 0px;
}
#commentsname, #commentsemail, #commentscomment {
	width:300px;
	margin-top:10px;
}
td input {
	width:300px;
	margin-top:10px;
}
td label {
	width:150px;
	padding-top:10px;
	color:#4c4d4f;
}
/*FOOTER*/
#footer {
	width:920px;
	height:40px;
	border-top:1px solid #ababac;
	float:left;
	margin-top:25px;
}
#footer p {
	font-size:12px;
	color:#4c4d4f;
	text-align:right;
	padding:10px 0 0 0;
}
#footer p a {
	color:#4c4d4f;
	text-decoration:none;
}
#footer p a:hover {
	color:#6fcff5;
	text-decoration:none;
}
/*SITEMAP*/
#content_cont .level0 {
	margin-top:20px;
}
#content_cont .level0 li {
	padding:2px;
}
#content_cont .level0 LI A {
	font-size:16px;
	text-transform:uppercase;
}
