/*

Lt Blue:		#0000ff
Dk Blue:		#000066
Dk Blue - Sidebar:	#01017a
Orange:			#ffcc66
Orange Text:		#fcd88a
Pale Yellow:		#fcf6d6

*/

* {
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
}

a{
	color:#0000ff;
	font-weight:bold;
}

p, form{
	margin:20px 0;
}

h1{
	color:#000066;
	font-size:1.2em;
	font-weight:bold;
}

h2{
	color:#000066;
	font-size:1em;
	font-weight:bold;
}

body{
	width:953px;
	margin:22px auto 0 auto;
}

a img{
	border:0;
}

#header{
	background:#ffcc66;
	margin-top:22px;
	margin-bottom:4px;
	height:90px;
}

#logo{
	float:left;
	padding:2px 0 0 5px;
}

#tagline{
	float:left;
	padding:32px 0 0 15px;
}

#promo{
	background:#000000;
	/*background-image:url('/images/dots.png');
	background-position:0 bottom;
	background-repeat:repeat-x;*/
	height:233px;
}

#promo #image1{
	float:left;
	background-image:url('/images/candle.jpg');
	width:280px;
	height:233px;
}

#promo #text{
	color:#fcd88a;
	font-size:1.6em;
	font-style:italic;
	width:436px;
	display:block;
	float:left;
	padding:2.5em 10px 0 10px;
}

#promo #image2{
	float:left;
	background-image:url('/images/darkstar.jpg');
	width:217px;
	height:233px;
}

#content{
	margin-top:4px;
	clear:both;
	background:#fcf6d6;
	
	/*extending columns hack*/
	overflow:hidden;
	height:100%; /*required for ie6 compatability*/

}

#navigation{
	float:left;
	width:205px;
	background:#01017a;
	background-image:url('/images/gradient.jpg');
	background-position:0 top;
	background-repeat:no-repeat;
	list-style:none;
	padding-top:10px;
	height:100%;
	
	/*extending columns hack*/
	padding-bottom:10000px;
	margin-bottom:-10000px;
}
	
#navigation li a{
	color:#ffffff;
	border-bottom:1px #ffcc66 solid;
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:normal;
	text-decoration:none;
	display:block;
	padding:5px 0px 5px 10px;
	margin-right:10px;
}

#navigation li#selected a{
	background:#ffcc66;
	color:#000066;
}

#main{
	padding:15px 15px 0 15px;
	width:75%;
	float:right;
	background:inherit;
	height:100%;
	min-height:640px;
	
	/*extending columns hack*/
	padding-bottom:10000px;
	margin-bottom:-10000px;
}

#footer{
	background:#01017a;
	clear:both;
}

#footerNavigation{
	list-style:none;
	text-align:center;
	margin-left:205px;
	background:#fcf6d6;
}

#footerNavigation li{
	display:inline;
}

#footerNavigation li a{
	color:#888;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	text-decoration:none;
	font-weight:bold;
	padding:5px 10px;
}

ol{
	padding-left:20px;
}

label {
	display:block;
	font-weight:bold;
	margin-top:5px;
}

input {
	display:block;
	margin-bottom:5px;
}

textarea{
	width:50%;
	height:10em;
}

label.error {
	float:left;
	color: red;
}

.question {
	color:red;
}

.statement{
	display:inline;
}

.name{
	font-weight:bold;
	display:inline;
	margin-left:0.25em;
}

.testimonial{
	margin:20px 0;
}

.row1{
}

.row2{
	color:blue;
}