html,body{
	margin:0;
	padding:0;
}

body{
	font: 80% Arial, Geneva, Verdana, Arial, sans-serif;
	text-align:center;
	background: #018e9f url('/images/background.gif') repeat-x 0 0;
	color: #FFF;
}

div#header{
	position:relative;
	background: #000 url('/images/header.gif') no-repeat 0 0;
	height: 191px;
	margin: 0;
	padding: 0;
}

#content{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #000 url('/images/left_nav_repeater.gif') repeat-y 0 0;	
}

.content{
	margin: 20px 30px 30px 230px;
}

div#content p{
	line-height:1.5;
	margin: 0;
	padding: 0;
	display: block;
	margin-bottom: 10px;
}

div#container{
	width:1024px;
	margin:0 auto;
	text-align:left;
	border: 1px solid #888;
	background-color: #000;
}

div#footer{
	clear:both;
	width:100%;
	height: 190px;
	background: #000 url('/images/footer.gif') no-repeat 0 0;
	padding-bottom: 20px;
}

a{
	color: #2c7481;
	text-decoration:none;
	border-bottom: 1px dotted #2c7481;
}

h1#title{
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	top: 80px;
	left: 20px;
	font-weight: normal;
	font-size: 28px;
	font-family: Verdana;
	color: #FFF;
}

a#home-link{
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 100px;
	display: block;
	text-decoration: none;
	border: 0;
}

h1#title .color{
	color: #1d97c3;
}

h3{
	font-size: 13px;
}

#navigation{
	position: relative;
	top: 145px;
	left: 0;
	margin: 0;
	padding: 0;
	float: left;
}

#navigation li{
	display: block;
	float: left;
	color: #b3b3b3;
	text-transform: uppercase;
	font-size: 14px;
	border-left: 2px solid #b3b3b3;
	padding: 0 20px 0 20px;
}

#navigation li.first{
	border: none;
}

#navigation a{
	color: #b3b3b3;
	text-decoration: none;
	border-bottom: none;
}
	
#navigation a:hover{
	color: #2c7481;
	text-decoration:none;
	border-bottom: 1px dotted #2c7481;
}

#navigation .selected a{
	font-style: italic;
}

#address{
	margin: 30px 20px 0 0;
	padding: 0;
	float: right;
	color: #FFF;
	font-size: 14px;
	height: 50px;
	width: 400px;
	line-height: 160%;
	text-align: right;
	font-family: Verdana,Arial, ;
}

div#footer p{
	position: relative;
	top: 192px;
	color: #2c7481;
	font-size: 11px;
	text-align: right;
	padding-right: 5px;
}

/**
 * Forms
 */
form{
	border: 0;
	margin: 0;
	padding: 0;
}
 
.required em{
	color: red;	
	margin-left: 2px;
}

label{
	font-weight: bold;font-style: italic;	
	margin-left: 3px;
	font-size: 12px;
}
 
.form{
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	border: 0;
}

.text, select, textarea{
	margin: 2px 0 2px 0;
	padding: 2px;
	width: 300px;
	color: #333333;
	border: 1px solid #AAA;
	background-color: #F5F5F5;
}
	
input:focus, select:focus, textarea:focus{
	background-color: #2c7481;
	background-image: none;
	color: #FFF;
}

.error{
	background-color: #DEC1A1;
	background-image: url('/images/required.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;	
}

select .strong{
	font-weight: bold;	
}

fieldset{
	border: 1px solid #2c7481;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
}

legend{
	font-weight: bold;
	font-size: 12px;
	color: #CC0033;
	margin: 0;
	padding: 0 5px 0 5px;
}


#flash-errors{
	list-style-type: square;
	border: 1px solid #7E0000;

	color: #7E0000;
	font-weight: bold;
	margin: 10px 0px;
	padding: 5px 5px 5px 20px;
}

#flash-notices{
	list-style-type: square;
	border: 1px solid #555;
	color: #56D42C;
	font-weight: bold;
	margin: 10px 0px;
	padding: 5px 5px 5px 20px;
}

	
.left{
	float: left;	
}	
	
.right{
	float: right;	
}

h2{
	color: #cc0033;
	text-transform: uppercase;
	font-family: "Myriad Pro", Arial, Verdana;
	font-size: 30px;
	font-weight: normal;
	margin: 0;
	padding: 0;
} 

fieldset{
	margin-top: 20px;	
}

.form{
	border-collapse: collapse;
	margin: 10px 0;
	padding: 0;	
}

.form td, .form th{
	border-top: 1px solid #444;
	padding-top: 2px;
}

.form tr.first td, .form tr.first th, .form tr.last td, .form tr.last th{
	border-top: none;
}

.clearer{
	clear: both;
	height: 1px;
	width: 100%;
}

a img{
	border: 0;
}

.hidden{
	display: none;
}