@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: tahoma, sans-serif;
	font-size: 12px;
	color: #000;
	overflow-y: scroll;
}

a {
	text-decoration: none;
	color: #ae5329;
}

a:hover {
	text-decoration: underline;
	color: #ffae86;
}

a:visited {
	text-decoration: none;
	color: #84553f;
}

#outerContainer {
	width: 100%;
	border-bottom: solid 2px #576a6d;
	float: left;
	clear: both;
	margin: 0 0 10px 0;
}

#container {
	width: 750px;
	margin: 0 auto 0 auto;
}

#header {
	float: left;
	width: 100%;
	height: 175px;
	clear: both;
	padding: 0;
	overflow: hidden;
	background-image: url(img/header_bg.jpg);
	background-repeat: repeat-x;
	border-bottom: solid 2px #576a6d;
	min-width: 795px;
}

#innerHeader {
	float: left;
	height: 175px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
}

#logo {
	float: left;
	clear: left;
	position: relative;
	z-index: 1;
	width: 100%;
}

#logo img {
	margin: 10px 0 0 15px;
	float: left;
	position: relative;
	z-index: 1;
}

.slogan {
	float: left;
	font-size: 15px;
	color: #444;
	overflow: hidden;
	position: absolute;
	top: 80px;
	left: 390px;
	z-index: 1;
	width: 514px;
	height: 33px;
}

.links {
	float: right;
	font-size: 13px;
	color: #a9a9a9;
	margin: 10px 15px 0 0;
	position: relative;
	z-index: 2;
}

.links a{
	color: #a9a9a9;
}

.menu {
	float: right;
	clear: right;
	font-size: 13px;
	color: #a9a9a9;
	margin: -32px -4px 0 0;
	position: relative;
	z-index: 2;
}

.menu a {
	background-image: url(img/tab_grey.png);
	text-align: center;
	width: 115px;
	height: 25px;
	position: relative;
	float: left;
	color: #202020;
	display: block;
	margin: 0 0 0 3px;
	font-size: 16px;
	padding: 5px 0 0 0;
	text-decoration: none;
}

.menu a:hover {
	background-image: url(img/tab.png);
}

.menu a:visited {
	color: #202020;
}

.menu .tabActive a {
	background-image: url(img/tab.png);
	color: #FFF;
}

#left {
	width: 509px;
	float: left;
	clear: left;
	padding: 0 10px 10px 10px;
	height: 100%;
	margin-top: 15px;
}

#right {
	float: right;
	clear: right;
	width: 174px;
	height: 100%;
	margin-top: 15px;
	padding: 0 10px 10px 0;
}

/*#rightL{
	width: 268px;
	float: left;
	background-color:#FFF;
	height: 100%;
}

#rightR{
	width: 268px;
	float: right;
	background-color:#FFF;
	height: 100%;
}*/

#innerContainer{
	width: 714px;
	background-color: #FFF;
	float: left;
	clear: both;
	background-image: url(img/main_bg.png);
	background-repeat: repeat-y;
	padding: 0 18px 18px 18px;
		/*temp*/
	/*height: 1024px;*/
}

#mainBox{
	background-image: url(img/mainbox.png);
	padding: 5px 10px 5px 10px;
	height: 190px;
}

#mainBox h1{
	margin: 5px 0 30px 5px;
	font-size: 30px;
	font-weight: normal;
}

#mainBox p{
	margin: 0 0 0 35px;
	font-size: 12.5px;
	color: #252525;
}

.mainPic {
	float: right;
	margin-top: 63px;
}

#mainCopy {
	width: 285px;
	float: left;
}

#rightBox {
	height: 235px;
	width: 154px;
	background: url(img/rightbox.png);
	background-repeat: no-repeat;
	padding: 5px 10px 5px 10px;
	line-height: 18px;
}

#rightBox h1 {
	color: #ff5100;
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0 10px 0;
}

.footer {
	margin: 0 0 10px 10px;
	color: #9e9e9d;
	float: left;
}

.illumo {
	float: right;
	margin: 0 10px 10px 0;
	color: #9e9e9d;
}

.formLeft {
	text-align: right;
	width: 150px;
	float:left;
	clear:left;
	padding-right: 10px;
	line-height: 22px;
}

.formRight {
	text-align: left;
	width: 335px;
	float: left;
	clear: right;
	margin-bottom: 5px;
}

#promo {
	margin-top: 10px;
	text-align: center;
}

textarea {
	border: 1px solid #000;
	width: 470px;
	height: 200px;
}

.popup {
	margin: 15px 15px 0 15px;
}
