/* Main */ 

body { background-color:#ffff; margin: 0; padding: 0;  }

html, body, img {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #fff;
	padding: 0;
	margin: 0;
	border: 0;
}

a { outline: 0; }

h1,h2,h3 { padding:0; margin:0; font-weight: normal; }

a:link { color: orange; text-decoration: none; }
a:visited { color: orange; }
a:active { color: orange; }
a:hover { color: orange; text-decoration: underline; }

.current-page a:link, .current-page a:visited { color: #ed1c24; }

.clear { clear: both; }

.orange { color: orange; } 

.blue { color:#003471; }

.telephone { text-align: right; padding: 10px; font-weight:none; }

.container {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	display: block;
}

.float-left { float: left; margin:10px;}

.center { text-align: center; }

.important { color: #ed1c24; font-weight: bold; }

/* Menu */

#nav-container {
	position: absolute;
	bottom: 0px;
	right: 50px;
}

.nav {
	margin:0;
	padding:0;
}

.nav li {
	list-style:none;
	float:left;
	background-color:#003471;
	margin-right: 10px;
	padding: 5px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.nav li:hover {
	background-color: #666666;
}

.nav li a:link, .nav li a:visited {
	display:block;
	text-decoration:none;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	margin:0;
	padding:10px;
}

/* Layout */

#top-bar { background-color: #666666; border-bottom: 5px solid #d7d7d7; width:100%; line-height: 28px; }
#top-bar img { margin-right: 10px; }

#top,#intro,#seperator,#footer { width: 980px; display: block; }

#top { position: relative; }

#intro { width: 960px; background:url(/images/main-photo.png) top center no-repeat; height: 284px; margin-bottom: 10px; }

#content { background-color: #fff; padding: 10px; width: 960px; color: #666666; }

	#content h1 { color: #003471; font-size: 22px; }

#full-col { width: 650px; float: left; }

	.info-box { margin-bottom: 20px; }
	
	.info-box img {
		float: left; margin-right: 10px; border: 1px solid #666666;
	}
	
	.info-box span {
		float: left;
		width: 350px;
	}

	#full-col ul { list-style-type: square; }
	#full-col ul li { margin-bottom: 10px; }

	#full-col p { line-height: 21px; }
	#full-col .paragraph { border-bottom: 1px dashed #666666; padding-bottom: 20px; }

#static-col { width: 310px; float: left; }

	#contact-form { 
		border-radius: 10px;
		padding: 10px; 
		background:url(/images/contactbg.png) top center no-repeat;
	}


#footer { background-color: #666666; border-top: 5px solid #d7d7d7; width:100%; text-align: center; padding: 10px; height: 200px; }

/* Index */


/* Form */

#formsubmit { height: 400px; }

form { padding: 10px; }

form h3 { margin-bottom: 10px; color: orange; border-bottom: dashed 1px #d7d7d7; padding-bottom: 10px; }

.formelement {
	display: block;
	margin-bottom: 10px;
}

.posbutton { display: block; position: relative; }

button { 
	padding: 5px;
	border:0;
	color: #fff;
	margin-top: 20px; 
	margin-right: 10px; 
	height: 33px; 
	line-height: 23px; 
	background-color: #003471;
	border-radius: 10px;

}

label { width: 75px; float: left; line-height: 31px; }

textarea { height: 100px; }
input, select, textarea { padding: 5px; width: 150px; margin-left: 10px; } center; }


