/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

img {
	behavior: url(/javascript/iepngfix.htc);
}

body {
	background: #0F0F0F url(/images/bodyBg.png) repeat;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 800px;
	margin: 20px auto;
	background: #000;
	border: 3px solid #291F1F;
	padding-bottom: 30px;
}

.containerMid {
	width: 800px;
	padding: 0px 3px;
	behavior: url(/javascript/iepngfix.htc);
}

.containerMid2 {
	background: transparent url(../images/bg2.png) repeat;
	padding: 5px 0px;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
}

#header {
	text-align: center;
	padding: 60px 0px 10px 0px;
}

#navigation {
	text-align: right;
	margin-right: 15px;
	padding-bottom: 10px;
}

#navigation ul li {
	display: inline;
	list-style-type: none;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 1px;
	padding-left: 15px;
}

#navigation ul li a {
	color: #FFF;
	text-decoration: none;
	text-transform: lowercase;
}

#navigation ul li a:hover {
	text-decoration: underline;
}

.frame {
	behavior: url(/javascript/iepngfix.htc);
	width: 249px;
	padding: 3px;
	height: 360px;
	float: left;
	margin-left: 9px;
	background: url(../images/frame.png) no-repeat;
}

#flashContainer {
	width: 783px;
	height: 366px;
	margin: 0px auto;
	background: transparent;
}

#container #sub {
	color: #FFFEFE;
	padding: 0px 30px;
}

#container #sub .left {
	float: left;
	width: 420px;
}

#container #sub .right {
	float: right;
	width: 305px;
}


#container #sub .left div.inner {
	border: 1px solid #3b3b3b;
	font-size: 14px;
	padding: 5px 10px;
	height: 325px;
	overflow: auto;
}

#container #sub h3 {
	padding-top: 15px;	
}

#container #sub .left p {
	padding: 5px 0px;
}

#container #sub .left ul {
	width: 350px;
	margin-left: 30px;
}

#container #sub .left ul li {
	width: 49%;
	float: left;
}
.bottomBtn {
	width: 256px;
	float: left;
	margin-left: 8px;
	margin-top: 15px;
	text-align:center;
	padding-bottom: 10px;
}

h1 {
	font-size: 24px;
	color: #75B7FF;
	font-weight: normal;
}

#footer {
	font-size: 12px;
	color: #ccc;
	text-align: center;
}

#footer a {
	color: #A6362A;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

/*----------Contact Us Styles----------*/

#contact {
	font-size: 14px;
}

#contact span {
	display: block;
	clear: both;
	margin-top: 3px;
}

#contact span label {
	display: block;
	width: 90px;
	margin-right: 10px;
	float: left;
	text-align: right;
}

#contact span input, #contact span textarea {
	width: 250px;
}

#contact span.checkBox {
	padding-left: 100px;
	padding-top: 5px;
}

#contact span.checkBox label {
	display: block;
	float: right;
	width: 70%;
	padding-right: 20%;
	text-align: left;
}

#contact span.checkBox input {
	float: left;
	width: auto;
}

#contact span.textareaComments {
	padding-top: 5px;
}

/*#contact span.textareaComments label {
	width: 100%;
	padding-bottom: 5px;
}*/

#contact span.textareaComments textarea {
	/*margin-left: 100px;*/
	height: 100px;
}

#contact .submitBtn {
	width: 100px;
	margin-left: 255px;
}