/* Main Stylesheet */

/**
	Copyright 2008 RadiaDesign - All rights reserved.
	No part of this document may be used without consent of the author.
	- James Coleman, RadiaDesign.
*/



* {margin: 0; padding: 0;}

body {
	font-family: Georgia, Serif;
	font-size: 80%;
	background-color: #000;
}

ol {margin-left: 0; padding-left: 40px;}

#homecontent {
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(../media/images/body-gradient.png);
	background-repeat: repeat-x;
	color: #ffffff;
	text-align: right;
}

#content {
	background-image: url(../media/images/body-gradient.png);
	background-repeat: repeat-x;
	color: #ffffff;
	min-height: 420px;
	height: auto !important;
	height: 420px;
}


#main {
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#second {
	clear: both;
	position: relative;
	width: 900px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	text-align: center;
}

#video {
	position: relative;
	top: 25px;
	width: 330px;
	height: 260px;
	display: inline;
}

#subpage {
	padding-right: 30px;
	padding-left: 30px;
	margin-right: auto;
	margin-left: auto;
	width: 930px;
	min-height: 100%;
	color: #000;
	text-align: left;
	background: transparent url(../media/images/subpage-bck-shadow.png) 0 0 repeat-y;
	min-height: 420px;
	height: auto !important;
	height: 420px;
	/*background-image: url(../media/images/subpage-bck-shadow.png);
	background-repeat: repeat-y;*/
}

div>div#subpage { /* for standards compliant browsers and the stupid W3C for making padding add to a specified width
	- for once, Microsoft actually got it right */
	width: 870px;
}

.centered {
	margin-right: auto;
	margin-left: auto;
}

#contentend {
	width: 930px;
	height: 35px;
	background-image: url(../media/images/bottom-fade.png);
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

.contentblock {
	clear: both;
	padding: 15px 0px 0px 15px;
}

img.rightpic {
	margin: 15px;
	margin-top: 0px;
	border: 5px solid #ccc;
	float: right;
}

.contentblock p {
	padding-bottom: .5em;
}

h2 {
	font-size: 1.5em;
	color: #000;
	padding-top: 15px;
}

h3 {
	font-size: 1em;
	color: #222;
}

#navigation {
	/*background-image: url(../media/images/navigation-gradient.png);
	background-position: center;
	background-repeat: repeat-x;*/
	/*background-color: #050317;*/
	background-color: #271100;/*170a00;*/
	padding-top: .35em;
	font-size: 1.2em;
	text-align: center;
	height: 1.45em;
	/*width: 50em;
	left: 50%;
	margin-left: -25em;
	position: absolute;
	top: 140px;*/
}

#header {
/*	background-image: url(../media/images/header-gradient.png);
	background-repeat: repeat-x;*/	
	background-color: #000;
	width: 100%;
	text-align: center;
}

#header img {padding: 15px;}

/* For menubar */

#navigation > ul { list-style: none; }

#navigation > li { position: relative; }

li.mainnav {
	/*display: inline;*/
	float: left;
	margin-right: .45em; /* smaller to fix IE */
	margin-left: .45em;
}

ul>li.mainnav { /* for standards compliant browsers */
	margin-right: .4em;
	margin-left: .6em;
}

#navlist {
	width: 42em; /* 930px; */
	margin-left: auto;
	margin-right: auto;
}

#navigation  li a {
	display: block;
	padding-bottom: .25em;
}

#navlist li a:link, a:visited, a:active {
	text-decoration: none;
	color: #888;
}

#navlist li a:hover { color: #aaa; }

#navlist li a#current:link { color: #b07e4d; }

/* For submenus */

#navigation  li ul {
	clear: left;
	left: -999em;
	position: absolute;
	top: 100%; /* Fixes IE */
	text-align: left;
	background-image: url(../media/images/menubottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}

#navigation  li>ul { top: auto; /* Set it correctly for standards compliant browsers */ }

#navlist li li.navitem, #navlist li div.menutop {
	display: block;/*
	border-left: 1px solid #333;
	border-right: 1px solid #333;*/
}

#navlist li li.navitem {
	/*background-color: #101010;*/
	font-size: .7em;
	white-space: nowrap;
	padding: .1em .3em .2em .3em;
}

#navlist li div.menutop {
	display: none;
	padding: 0;
	background-repeat: no-repeat;
	width: auto;
	text-align: right;
	background-image: url(../media/images/menutop.gif);
	background-position: top right;
	border-right: none;
}

#navlist li div.menubottom {
	display: none;
}

/*li:hover, li.sfhover { background-color: #070524;}*/

#navigation  li:hover ul, li.sfhover ul { left: auto; }

#navlist li:hover ul { min-width: 0; } /* to fix IE 7 sticky menus bug */


#footer {
	background-image: url(../media/images/footer-gradient.png);
	background-position: center;
	background-repeat: repeat-x;
	padding-top: 5px;
	margin-bottom: 0;
	text-align: center;
	font-size: .6em;
	font-family: Arial, "MS Trebuchet", sans-serif;
	color: #aaa;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

/* Application form styling */
form {
	border:1px;
}

span.formlabel {
	width: 10em;
	float left;
	text-align: right;
	margin-right: 0.5em;
	display: inline-block;
	padding-top: 5px;
	font-size: 90%;
}

span.formlabelq {
	width: 25em;
	float left;
	text-align: right;
	margin-right: 0.5em;
	display: inline-block;
	padding-top: 5px;
	font-size: 90%;
}

input.requiredinput {
}

/*new form test css*/
.formCSS div{
width: 300px;
clear: left;
margin-left: 10px;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

/*.formCSS input:focus{
	background-color: gray;
}*/

.formCSS label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.formCSS input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
/*width: 180px;*/
}

/*.formCSS textarea{
width: 250px;
height: 150px;
}*/


/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}




