/* colors 

gold	#ce9921
blue	#0c2d5c

*/

html, body {
	font-family: verdana, helvetica, arial, sans-serif;
	background: #0c2d5c;
}

body {
	font-size: 62.5%; /* reset 1em to 10px */
	text-align: center;
	color: #fff;
}

a {
	color: #fff;
}

#wrapper {
	width: 870px;
	margin: 0 auto;
	text-align: center;
	background: url(images-layout/bg-main.gif) repeat-y;
}

#header {
	position: relative;
	width: 870px;
	height: 104px;
	text-align: left;
	background: #0c2d5c;
}

#headerLogo {
	display: inline-block;
	float: left;
}

#headerContact {
	position: absolute;
	right: 19px;
	bottom: 23px;
	text-align: right;
}

#headerContact p {
	padding-top: 20px;
	font-size: 1.1em;
	line-height: 1.2em;
}

#nav {
	position: relative;
	width: 832px;
	padding: 0 0 7px;
	border-bottom: 5px solid #ce9921;
}

#content {
	position: relative;
	display: inline-block;
	width: 864px;
	padding: 0 19px;
	text-align: left;
}

html > body #content {
	width: 832px;
}

#contentMainHome {
	position: relative;
	display: inline-block;
	float: left;
	width: 407px;
	margin-top: 25px;
	text-align: left;
}

#contentMainHome p {
	margin-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.6em;
}

#contentMainHome .header {
	color: #ce9921;
	font-weight: bold;
}

#contentMainHome .header a {
	color: #ce9921;
}

#heroHome {
	position: relative;
	width: 832px;
	height: 160px;
	display: none;
}

.heroHomeSingle {
	position: absolute;
	width: 832px;
	height: 160px;
}

#contentSideHome {
	display: inline-block;
	float: right;
	width: 331px;
	margin-top: 25px;
	text-align: left;
}

#contentSidevideo {
	display: inline-block;
	float: right;
	width: 331px;
	margin-top: 25px;
	text-align: left;
}


#contentMain {
	position: relative;
	display: inline;
	float: left;
	width: 416px;
	margin-top: 31px;
	margin-left: 12px;
	text-align: left;
}

#contentMain h1 {
	margin-bottom: 15px;
	font-size: 1.8em;
	line-height: 1.6em;
	font-weight: normal;
	color: #ce9921;
}

#contentMain p {
	margin-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.6em;
}

#contentMain .header {
	color: #ce9921;
}

#contentSide {
	display: inline;
	float: right;
	width: 333px;
	margin-top: 31px;
	margin-right: 12px;
	text-align: left;
}

#collapse h3 {
	diplay: block;
	margin-bottom: 15px;
	padding: 0 5px;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold; 
/*	font-weight: normal; */
	background: #808285;
	cursor: pointer;
}

#footer {
	padding-bottom: 30px;
	background: #0c2d5c;
}

.clearIt {
	clear: both;
}

/* form elements */
#contentSideForm {
	color: #0c2d5c;
	background: #ce9921;
}

#contentSideForm form {
	padding: 8px 15px;
}

#contentSideForm form h1 {
	margin-bottom: 13px;
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: bold;
}

#contentSideForm input {
	display: block;
	width: 200px;
	float: left;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	font-size: 1.2em;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	border: 1px solid #0c2d5c;
}

#contentSideForm input.inline {
	display: inline;
	float: left;
	width: auto;
	margin: 0;
	margin-right: 5px;
	border: none;
}

#contentSideForm label {
	display: block;
	float: left;
	width: 80px;
	margin-bottom: 5px;
	text-align: left;
	font-size: 1.1em;
}

#contentSideForm p {
	display: block;
	margin-bottom: 5px;
	font-size: 1.1em;
	line-height: 1.7em;
	clear: left;
}

#contentSideForm form br {
	clear: left;
}
	
span.label {
	display: inline;
	width: 80px;
}

button {
	margin-top: 10px;
	margin-right: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #0c2d5c;	
	background: #fff;
	border: 1px solid #0c2d5c;
	cursor: pointer;
}