body, html {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background: #d4e2f0 url(../img/bg.png);
}
#container {
	width: 1000px;
	margin: 0 auto;
	background: url(../img/bgcontent.png) repeat-y;
}
#header {
	background: #fff url(../img/bgheader.png) no-repeat 0;
	height: 120px; position: relative;
}

#header a { text-indent: -9999px; width: 250px; height: 90px; display: block; left: 20px; position: absolute; }

/* ----------MAIN CONTENT----------- */
#content {
	float: left;
	width: 550px;
	margin-left: 40px;
	margin-bottom: 25px;
}
#content a {
	color: #121658;
}
#content-nav {
	list-style: none;
	background: #121658;
	color: #fff;
	padding: 3px 10px 0px 12px;
	margin: -5px 0 20px -20px;
	width: 568px;
}

#content-nav ul {
	height: 30px;
	}
	
#content-nav ul li {
	float: left;
	height: 15px;
	margin: 8px 0 0 0;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 15px;
	border-right: 1px solid #fff;
	line-height: 15px
	display: block;
}
#content-nav ul li.last {
border: none;
}
#content-nav ul li.dropdown {
	position: relative; 
	}
	
#content-nav ul li.dropdown ul { 
	background: #121658; width: 190px; position: absolute; 
	top: 22px; height: 90px; left: 0px; display: none;
	}
	
#content-nav ul li ul li {
	float: none;
	margin: 10px 0; 
	}
	
#content-nav ul > li a {
	color: #fff;
	text-decoration: none;
}
#content-nav ul > li a:hover {
	color: #dedee7;
}

h2 {
	color: #93730d;
	font-size: 18px;
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	letter-spacing: -0.1em;
}
h3 {
	color: #000;
}
h4 {
	color: #121658;
	padding-top: 1em;
}
p {
	color: #000;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
blockquote {
	margin: 1em 0em;
	padding: 1.5em;
	background-color: #dedee7;
}
blockquote p {
	font-style: italic;
	margin: 0;
}
#testimonial {
	height: 200px;
}
img {
	float: left;
	clear: none;
	margin-right: 1.5em;
}
img.right{
	float: right;
}
ol {
	list-style-type: disc;
	padding-left: 2em;
	line-height: 2em;
}
ol li {
	font-weight: bold;
	color: #333;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
/* ----------SIDE CONTENT----------- */
#side-content {
	float: right;
	width: 340px;
	margin-right: 36px;
}
#side-video {
	border: 2px solid #c0ae73;
	background-color: #22224e;
	height: 230px;
	width: 340px;
}
#side-form {
	border: 2px solid #c0ae73;
	width: 300px;
	margin-top: 10px;
	padding: 20px;
}
#side-form p {
	padding: 0;
	margin: 0;
	font-size: 13px;
}
#side-form h3 {
	text-align: center;
	color: #121658;
	margin-bottom: 20px;
	margin-top: 15px;
	padding: 0;
	font-size: 1.8em;
	line-height: 1em;
}
#side-form h6 {
	text-align: center;
	font-size: 13px;
	line-height: 0;
	font-size: 1.3em;
	margin: -6px 0 25px 0;
}
#side-form img.brochure{
	margin: 13px;
}
#side-form img.lock {
	padding-top: 14px;
}

#side-form form {
	margin: 10px 0 30px 0; 
	}
#signup ul li {
	float: left;
	width: 140px;
	margin: 0 10px 6px 0;	
}
#signup ul li input {
	width: 135px;
}
#side-form ol li {
	line-height: 1.4em;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 5px;
}
label {
	display: block;
}
#signup .privacy {
	font-size: 9px;
	width: 130px;
	float: left;
	line-height: 1.3em;
	position: relative;
	bottom: 0;
	right: -25px;
	top: -22px;
}

#submit {
	width: 135px;
	color: #fff;
	background-color: #121658;
	border: 2px solid #c0ae73;
	padding: 5px;
	font-variant: normal;
	margin-top: 10px;
}
#submit:hover {
	width: 135px;
	color: #fff;
	background-color: #93730d;
	border: 2px solid #c0ae73;
	padding: 5px;
	font-variant: normal;
	margin-top: 10px;
}
legend {
	font-weight: bold;
	font-size: 13px;
}
fieldset {
	border: 1px solid #121658;
	padding: 20px;
	margin-top: 20px;
	background-color: #f8fcff;
}
.item {
	display: inline;
}
textarea {
	width: 510px;
	height: 120px;
}
.myform {
	margin: 0 auto;
	width: 550px;
	padding: 0px;
}
/* ----------- CONTACT ----------- */
.myform label {
	display: block;
	font-weight: bold;
	text-align: right;
	width: 225px;
	float: left;
	line-height: 14px;
}
.myform input {
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #ccc;
	width: 200px;
	margin: 2px 0 20px 10px;
}
.myform .myform-submit {
	width: 135px;
	color: #fff;
	background-color: #121658;
	border: 2px solid #c0ae73;
	padding: 5px;
	font-variant: normal;
	margin-top: 10px;
	margin-left: 0;
}
.myform #consultation-submit {
	width: 205px;
	color: #fff;
	background-color: #121658;
	border: 2px solid #c0ae73;
	padding: 5px;
	font-variant: normal;
	margin-top: 10px;
	margin-left: 200px;
}
.myform #consultation-submit:hover {
	width: 205px;
	color: #fff;
	background-color: #93730d;
	border: 2px solid #c0ae73;
	padding: 5px;
	font-variant: normal;
	margin-top: 10px;
}
.myform h3 {
	font-size: 16px;
	clear: both;
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
	padding-top: 20px;
	padding-bottom: 5px;
}
.myform select {
	float: left;
	margin-left: 10px;
	margin-bottom: 25px;
	width: 205px;
}
#photo-placeholder p {
	clear: both;
	padding: 7px 0;
}
.myform label.long {
width: 500px;
text-align: left;
padding-top: 10px;
}
fieldset {
border: 1px solid #ccc;
}
.myform textarea {
margin: 5px 0px 15px 0px;
}
form#form-contact ul li { margin: 5px 0; }
form#form-contact label.item { width: 110px; display: block; float: left;}
form#form-contact label.long { width: 220px; display: block; float: left;}
#message.success { background: #d4e2f0; color: #fff; padding: 10px; border: 2px dashed #000;}
/* ----------FOOTER----------- */
#footer {
	clear: both;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../img/bgfooter.png);
	width: 1000px;
	height: 35px;
}
#footer-nav {
	padding: 25px 10px 5px;
}
#footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer-nav li {
	display: inline;
	margin: 0;
	padding: 0;
	color: #121658;
}
#footer-nav ul > li a {
	color: #121658;
	text-decoration: none;
}
#footer-nav ul > li a:hover {
	color: red;
}
#footer-nav p {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}