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

body {
	background-color: #000000;
	background-image:url(graphics/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/* FRONT PAGE STYLES */

#container-front {
	margin: auto;
	width: 960px;
	background-image: url(images/index-main-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 740px;
}

#container-about {
	margin: auto;
	width: 960px;
	background-image: url(graphics/about-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 740px;
}

#footer {
	margin: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align:right;
	width: 960px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#content-front {
	width: 800px;
	height: 565px;
	padding-left: 30px;
	padding-top: 10px;
}

#content-front .smalltext, #content-front a.smalltext {
	color:#FFFFFF;
	size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-style: italic;
}

#front-quote {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#FFFFFF;
	line-height: 34px;
	width: 500px;
}

#front-banner {
	height: 100px;
	background-color: #2d343a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#FFFFFF;
	line-height: 22px;
	text-align:justify;
}

/* MENU STYLES */

a.menu {
	text-decoration:none;
	color: #FFFFFF;
	padding: 7px;
}

a.menu:hover {
	text-decoration:none;
	color: #fc7216;
	background-color: #364047;
	padding: 7px;
}

#container {
	margin: auto;
	width: 960px;
	background-image:url(graphics/container-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #020202;
}



#menu-container {
	background-image: url(graphics/menu-bg.jpg);
	background-repeat:repeat-x;
	height: 46px;
	width:940px;
	padding: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FFFFFF;
	font-size: 12px;
}

#content-area {
	float:left;
	width: 612px;
	margin: 10px 15px 10px 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 22px;
}

#content-area a {
	color: #fc7216;
	font-weight: bold;
	text-decoration: none;
}

#content-area a:hover {
	text-decoration: underline;
}


#content-area p {
	margin-top: -5px;
}

#content-area .testimonials {
	margin-top: -5px;
	font-size: 85%;
}

#content-area h1 {
	font-weight:bold;
	color: #fc7216;
	font-size: 15px;
	line-height: 14px;
	margin-bottom: 25px;
}

#content-area h2 {
	font-weight:bold;
	color: #fc7216;
	font-size: 13px;
}

#right-col {
	float:right;
	width: 233px;
	margin-top: -20px;
	background-color: #2d343a;
	min-height: 694px;
}

#right-col p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 18px;
	font-size: 11px;
	margin-top: -5px;
	padding: 10px;
}

#right-col img {
	margin-bottom: 10px;
	}

#right-col h3 {
	font-weight:bold;
	color: #fc7216;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 0 10px 0 10px;
}
