/***** BASIC STYLING *****/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: black;
	cursor: default;
	font-family: Arial, Helvetica, sans-serif;
	/* [disabled]font-size: 12px; */
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


/***** TEXT RELATED *****/
a, a:visited {color: #128fb4;}
a:hover, a:visited:hover {
	text-decoration: none;
	font-size: 14px;
	text-align: center;
}

p {
	font-size: 1em;
	line-height: 130%;
	letter-spacing: 0.015em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
}
p .emphasis {font-size: 1.09em; font-style: normal;}
.strong {font-weight: bold;}

h1 {font-size: 3.27em; margin: 0; padding: 0; letter-spacing: -0.050em; line-height: 110%;} /* 36px */
h2 {font-size: 2.73em; margin: 0; padding: 0; line-height: 120%;} /* 30px */
h3 {
	font-size: 2em;
	margin: 0;
	padding: 0;
	letter-spacing: 0.020em;
	line-height: 120%;
	color: #0B6518;
} /* 22px */
h4 {
	font-size: 1.64em;
	margin: 0;
	padding: 0;
	line-height: 120%;
	text-align: center;
} /* 18px */
h5 {
	font-size: 1.27em;
	margin: 0;
	padding: 0;
	line-height: 120%;
	color: #9CC978;
} /* 14px */
h6 {font-size: 1.09em; margin: 0; padding: 0; letter-spacing: 0.020em; line-height: 120%;} /* 12px */

h6.caption {
	color: #000;
	font-size: 1.09em;
}


/***** WEB FORM *****/
span.req {color: #f00000}

.btn {
	display: block;
	
	text-align: center;
	
	border: 2px solid #424242;
	
	background: #202020 url('../../img/btnBG.gif') repeat-x;
	
	cursor: pointer;
}
.btn img {border: 0; border-bottom: 1px solid transparent;}
.btn:hover img {border-bottom: 1px solid #f5f5f5;}

input[type=text], textarea {
	margin: 0;
	font-size: 1.27em;
	font-style: italic;
	letter-spacing: 0.025em;
	color: #999;
	border: thin inset #000;
	background-color: #CCC;
}
textarea {padding: 8px; overflow: auto;}
input[type=text] {
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}
input[type=text].error {border: 2px solid #c35656; background-color: #fbd4d4;}

div.errorBox {	
	border: 3px solid #c35656;
	
	background-color: #fbd4d4;
	
	overflow: hidden;
}
div.errorBox .left {float: left; width: 15%; margin: 15px 0 15px 0; padding: 0 0 0 20px;}
div.errorBox .right {float: right; width: 75%; margin: 10px 0 10px 0; padding: 0;}



/***** LAYOUT *****/
#layout {width: 918px; margin: 0 auto;}
div.container {
	margin: 25px 0 0 0;
	padding: 0;
	background-image: none;
	background-position: center;
	background-color: #FFF;
	background-repeat: no-repeat;
	text-align: left;
}



/***** HEAD *****/
#head {
	width: 100%;
	margin: 40px 0 0 0;
	padding: 0;
	height: 80px;
	overflow: visible;
}

#head .left {
	float: left;
	width: 365px;
	
	margin: 5px 0 0 0;
	padding: 0 0 0 25px;
}

#head .right {
	float: right;
	width: 470px;
	
	margin: 0;
	padding: 0 25px 0 0;
}



/***** BODY *****/
#body {
	width: 100%;
	min-height: 400px;
	border: 3px solid #000000;
	color: #000;
	background-color: #ffffff;
	background-image: url(../../img/footer-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#page-heading {
	width: 918px;
	height: 414px;
	
	margin: 0;
	padding: 30px 0 0 25px;
	
	background: url('../../img/default/heading-bg.png') no-repeat;
}

#content {
	width: 868px;
	margin: 0 auto 20px auto;
	padding: 0;
	color: #000;
	overflow: hidden;
	text-align: left;
}



/***** FOOTER *****/
#footer {
	margin: 10px 0 10px 25px;
	padding: 0;
	color: #838383;
	text-align: center;
}
#layout #content .main #main-sec-1 h3 {
	color: #045E11;
}

