* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 100%;
	text-align: center;
	font-family: arial;
	background: #fff url('/images/background/body_bg.gif') repeat-x top left;
}


/* ------------------------------------------------------- LAYOUT */

#page_top {
	text-align: center;	
}

#page_top_content {
	width: 850px;
	margin: 0 auto;
}

#page_bottom {
	text-align: center;		
	margin: 0;
}

#page_bottom_content {
	width: 850px;
	margin: 0 auto;
	background: #fff;
}

#footer {
	width: 850px;
	margin: 0 auto;
	background: #fff;
}


/* ------------------------------------------------------- HEADER & NAVIGATION */

#header {

}

#header .left img {
	border: none;
	margin: 20px 0 0 30px;
}

#header .right {
	margin: 60px 30px 0 0;
}

#main_nav {
	background: #bc9c4f url('/images/background/main_nav_bg.gif') repeat-x top left;
	text-align: left;
	height: 30px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
}

#main_nav ul {
	list-style-type: none;
}

#main_nav li {
	float: left;
	padding: 0;
	margin: 8px 0 0 0;
	font-size: 0.8em;
	border-right: 1px solid #dabf92;
	border-left: 1px solid #a58d47;
}

#main_nav li.first {
	margin-left: 20px;
	border-left: none;
}

#main_nav li.last {
	border-right: none;
}

#main_nav li.right {
	float: right;
	border: none;
}

#main_nav li a:link, #main_nav li a:visited {
	color:#fff;	
	text-decoration: none;
	padding: 2px 20px;
	margin: 0;
	z-index: 100;
}

#main_nav li a:hover {
	color: #53431b; 
}

#main_nav a.selected:link, #main_nav a.selected:visited {
	font-weight: bold;
	color: #53431b; 
	padding: 2px 20px 12px 20px;
	background: url('/images/main_nav_selected.png') no-repeat bottom;
}


/* ------------------------------------------------------- PAGE INTRO */

#page_intro {
	background: #3745a6 url('/images/background/page_intro_bg.gif') repeat-x top left;
	text-align: left;
}

#page_intro h1 {
	color: #fff;
	font-size: 1.9em;
	margin: 0 0 20px 0;
	font-weight: normal;
}

#page_intro p {
	color: #fff;
	margin: 0 0 20px 0;
	font-size: 0.95em;
	line-height: 1.25em;
}

#page_intro div {
	padding: 20px 30px 0 30px;
}

div.left {
	float: left;
}

div.right {
	float: right;
}

#page .clear {
	clear: both;
}


/* ------------------------------------------------------- PAGE CONTENT - BOTTOM */

#page_bottom_content h2 {
	margin: 20px 0;
	font-weight: normal;
	font-size: 1.5em;
	color: #333;
}

#page_bottom_content p {
	margin: 0 0 20px 0;
	font-size: 0.9em;
	color: #333;
}

#page_bottom_content li {
	margin: 0 0 10px 40px;
	font-size: 0.9em;
	color: #333;
}

#page_bottom_content .left {
	padding: 20px 0 0 30px;
	width: 370px;
	text-align: left;
}

#page_bottom_content .right {
	padding: 20px 30px 0 0;
	width: 370px;
	text-align: left;
}

#page_bottom_content .full {
	padding: 20px 0 0 30px;
	width: 750px;
	text-align: left;
	margin: 0 0 20px 0;
}

#case_study {
	margin: 0px 30px;
	padding: 20px;
	border: 1px solid #c9ab6b;
	background: #fef7e8;
	text-align: left;
}
#case_study h3 {
	color: #76571b;
	font-size: 1.1em;
	margin: 0 0 10px 0;
}
#case_study p, #case_study blockquote, #case_study cite {
	color: #76571b;
	font-size: 0.8em;
}
#case_study blockquote, #case_study cite {
	margin: 0 40px;
}
#case_study em {
	text-decoration: underline;
}
/* ------------------------------------------------------- CONTACT PAGE */

.contact {
	font-weight: bold;
	color: #3745A6;
	font-size: 0.9em;
}

#page_bottom_content a:link, #page_bottom_content a:visited {
	color: #3745A6;
	text-decoration: none;	
}

#page_bottom_content a:hover {
	color: #111;
}

.contact .label {
	float: left;
	font-weight: normal;
	color: #666;
	width: 100px;
	text-align: right;
	font-size: 0.8em;
	margin-right: 10px;
}

fieldset {
	border: none;
	background: #edf1fa;
	padding: 10px;
	border-top: 2px solid #b9994c;
}

fieldset label {
	float: left;
	font-weight: normal;
	color: #666;
	width: 80px;
	text-align: right;
	font-size: 0.8em;
	margin-right: 10px;
}

fieldset input {
	padding: 3px;
	font-size: 0.9em;
}

fieldset .submit {
	margin-left: 90px;
	background: url('/images/background/main_nav_bg.gif') repeat-x left;
	padding: 5px;
	color: #fff !important;
	border: none;
	cursor: pointer;
	cursor: hand;
}

/* ------------------------------------------------------- FOOTER */

#footer_divide {
	height: 15px;
	padding: 20px 0;
	background: url('/images/background/footer_divide.gif') repeat-x left;
}

#footer_content {
	margin: 30px 0 0 0;
	padding: 0 30px 30px 30px;
	text-align: left;
	line-height: 1.4em;
	font-size: 0.9em;
}

#footer_content h4 {
	color: #3e3e60;
	font-size: 0.9em;
}

#footer_content h4 em {
	color: #b59646;
	font-weight: normal;
}

#footer_content p {
	color: #5870a6;
	font-size: 0.8em;
}

#footer_content p a:link, #footer_link p a:visited {
	color: #5870a6;
	text-decoration: none;
}

#footer_content p a:hover {
	color: #111;
}

#footer_content p em {
	margin: 0 5px;
	color: #969292;
	font-style: normal;
}

#footer_content p.smaller {
	margin: 5px 0 0 0;
	color: #969292;
	font-size: 0.7em;
}

#footer_content p.smaller a:link, #footer_content p.smaller a:visited {
	color: #969292;
	text-decoration: underline;
}

#footer_content p.smaller a:hover {
	color: #111;
}
/* Application Form Styling */

ul#application-steps {
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
    height: 30px;
}

ul#application-steps li {
    display: block;
    float: left;
    text-align: center;
    width: 69px;
    height: 30px;
    margin: 0 5px 0 0;
    font-size: 0.8em!important;
}

ul#application-steps li.current {
    background: url('/images/application_selected.png') no-repeat center bottom;
}

p.step2_space {
	clear: both;
 	padding-top: 10px;
}

.application label {
    width: 120px;
    margin-right: 10px;
    display: block;
    float: left;
    padding-top: 4px;
    clear: both;
}

.application .single-check {
    clear: both;
    float: left;
    margin: 6px 0 0 106px;
}

.application label.wide {
    clear:  none;
    width:  210px;
    text-align: left;
    margin: 0 0 10px 10px;
}

.application input.text {
    color: #666666;
    width: 200px;
    height: 15px;
    border: 1px solid #B9994C;
    background: #FFF;
    font: 0.8em Arial, Sans-serif;
    padding: 3px;
}

.application textarea {
    margin: 5px 0 10px 0;
    padding: 3px;
    width: 190px;
    height: 63px;
    float: left;
    border: 1px solid #B9994C;
    background: #FFF;
    font: 0.8em Arial, Sans-serif;
    color: #666666;
}

span.radio1, span.check1, span.check2, span.check3 {
    color: #666666;
	width: 80px;
	clear: none!important;
	float: left;
	font-size: 0.8em;
	padding-top: 4px;
	margin: 0 0 10px 5px;
}

span.check1, span.check2, span.check3 {
	padding-top: 0px;
}

span.radiolist {
	display: block;
    float: left;
}

span.radiolist input {
	display: block;
	float: left;
}

span.radiolist label {
	width: 80px;
	clear: none!important;
	float: left;
	margin: 0 0 10px 5px;
	text-align: left;
	padding-top: 0;
}

span.radiolist br {
	clear: both;
	margin-top: 20px;
}

input.clear {
    display: block;
    float: left;
    margin-left: 10px;
}

.application .radio {
	display: block;
	float: left;
	margin: 4px 0 10px 0;
}

.application .check {
    float: left;
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
    padding-top: 2px;
}

.application .check-newline {
    clear: both;
    float: left;
    display: block;
    margin-bottom: 10px;
    margin-left: 130px;
}

.application input.file {
	position: relative;
	text-align: right;
	z-index: 2;
	margin-bottom: 10px;
	width: 210px;
} 

.application select {
    width: 210px;
    border: 1px solid #B9994C;
}

.application option {
    border: 0;
}

#page_bottom_content .application p {
    margin-bottom: 10px;
}

.application .submit {
    margin-left: 130px;
}

.application small.application_submit {
    color: #666666;
    display: inline-block;
    margin: 5px 0 0 130px;
    font-size: 0.8em;
}
