@import "reset.css";

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a{
	color:#841138;
	text-decoration:none;
}

#header-container{
	border-top:5px solid #902048;
	background:#EFE9DC;
	border-bottom:10px solid #000066;
	text-align:center;
}

#header{
	width:990px;
	margin:0 auto;
	text-align:left;
}

#logo{
	background:url(../img/logo.png) no-repeat;
	width:310px;
	height:175px;
	float:left;
}

#logo a{
	display:block;
	height:175px;
	text-indent:-3000px;
}

#mission{
	float:left;
}

#contact-details{
	float:left;
	width:180px;
	line-height:20px;
	margin-top:35px;
	text-align:right;
}

#main_nav{
	height:25px;
	background:url(../img/menu-bg.png) repeat-x;
}

#footer-container{
	text-align:center;
}
#footer-top{
	background:#000066;
}

#footer-nav{
	color:#000066;
	line-height:15px;
	font-size:11px;
}
#footer-nav a{
	color:#000066;
	margin:0 2px;
}

.clear{ clear:both; }

/* contact form **************************/
fieldset{
	border:none;
	margin-top:15px;
	width:300px;
}
legend{
	display:none;
}

.form-element{
	padding:2px 0;
	line-height:22px;
}

.form-element label{
	float:left;
	display:block;
	width:100px;
}

.input input{
	border:1px solid #FF8040;
	background:#F7DFCA;
	width:195px;
}
.textarea textarea{
	border:1px solid #FF8040;
	background:#F7DFCA;
	width:195px;
	height:120px;
}

.buttons{
	text-align:right;
}
.buttons input{
	border:1px solid #FF8040;
	background:#F7DFCA;
	margin-right:3px;
}
