/*
-------------------------------------------------------------- 
BROWSER SPECIFICATION STYLES
-------------------------------------------------------------- 
*/ 

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
ol, ul {
	list-style: none;
	margin-bottom: 20px;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	background: #bcbcbc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	text-decoration: none;
}
a {
	outline: none;
	color: #0282c3;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0px;
}
p {
	margin-bottom: 15px;
	text-align: left;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #2d2d2d;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 25px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #f65d00;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 20px;
}
h3 {
	font-size: 16px;
	color: #f65d00;
	margin-bottom: 10px;
}
/*
-------------------------------------------------------------- 
GLOBAL STYLES
-------------------------------------------------------------- 
*/
.left {
	float: left;
}
.right {
	float: right;
}
.orange-text {
	color: #ff4200;
}
.orange-text-left {
	color: #ff4200;
	float:left;
}
.margin-bottom40 {
	margin-bottom: 40px;
}
/*
-------------------------------------------------------------- 
WRAPPER STYLES
-------------------------------------------------------------- 
*/
#wrapper {
	overflow: hidden;
	background: #FFFFFF url(../images/bg-wrapper.gif) repeat-x;
	width: 1024px;
	margin: 10px auto;
}
/*
-------------------------------------------------------------- 
HEADER STYLES
-------------------------------------------------------------- 
*/
#header-wrap {
	background: url(../images/bg-header-wrap.jpg) no-repeat top right;
	width: 966px;
	height: 390px;
	padding: 0px 29px;
}
.header {
	float: left;
	width: 966px;
	margin: 30px 0px 25px 0px;
}
.logo {
	float: left;
}
.header-right {
	float: right;
	color: #424242;
	font-size: 30px;
	font-weight: bold;
	line-height: normal;
	margin-right: 1px;
	margin-top: 30px;
}
.header-right span {
	font-size: 14px;
	color: #f65d00;
}
.banner {
	float: left;
	width: 966px;
}
/*
-------------------------------------------------------------- 
MAIN NAV STYLES
-------------------------------------------------------------- 
*/
#main-nav {
	background: url(../images/bg-main-nav.gif) repeat-x;
	float: left;
	width: 966px;
	height: 41px;
	line-height: 41px;
	padding: 0px 29px;
}
#main-nav ul {
	list-style: none;
	margin-bottom: 0px;
}
#main-nav ul li {
	display: inline;
}
#main-nav ul li a {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #343434;
	text-decoration: none;
	margin: 0px 19px;
}
#main-nav ul li a:hover {
	color: #ff4200;
}
#main-nav ul li .seleact {
	color: #ff4200;
}
#main-nav ul li span {
	float: left;
	background: url(../images/sep.gif) no-repeat;
	width: 1px;
	height: 16px;
	margin-top: 24px;
}
/*
-------------------------------------------------------------- 
CONTENT STYLES
-------------------------------------------------------------- 
*/
#content-div {
	float: left;
	width: 966px;
	padding: 40px 29px 100px 29px;
}
.left-section {
	float: left;
	width: 640px;
	margin-right: 44px;
}
.left-section ul {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	padding-left: 15px;
}
.left-section ul li {
	background: url(../images/brown-bullet.gif) no-repeat 0px 9px;
	line-height: 22px;
	padding-left: 15px;
}
.right-section {
	background: #FFFFFF url(../images/bg-right-section.gif) no-repeat;
	float: left;
	width: 265px;
	padding-left: 17px;
}
.right-section ul {
	list-style: none;
	margin-bottom: 0px;
}
.right-section ul li {
	background: url(../images/green-arrow.gif) no-repeat 0px 5px;
	border-bottom: 1px solid #e8e8e8;
	padding-left: 25px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.right-section ul li a {
	text-decoration: none;
	color: #333333;
}
.right-section ul li a:hover {
	text-decoration: underline;
}
.content-img {
	float: left;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 20px;
	margin-left: 0px;
}
/*
-------------------------------------------------------------- 
FOOTER STYLES
-------------------------------------------------------------- 
*/
#footer {
	float: left;
	background: url(../images/bg-footer.gif) repeat-x;
	width: 966px;
	height: 71px;
	line-height: 71px;
	padding: 0px 29px;
}
#footer a {
	text-decoration: none;
	color: #2b2b2b;
	margin: 0px 16px;
}
#footer a:hover {
	text-decoration: underline;
}
/*
-------------------------------------------------------------- 
FORM STYLES
-------------------------------------------------------------- 
*/
.form-row {
	clear: both;
	float: left;
	width: 450px;
	margin-bottom: 15px;
}
.form-input {
	background-color: #FFFFFF;
	width: 298px;
	height: 19px;
	border: 1px solid #d9d9d9;
	padding: 1px 0px 0px 5px;
}
.text-area {
	background-color: #FFFFFF;
	width: 298px;
	height: 149px;
	border: 1px solid #d9d9d9;
	padding: 1px 0px 0px 5px;
}
.col-left {
	float: left;
	width: 150px;
	line-height: 22px;
}
.col-right {
	float: right;
	width: 300px;
}
.box-1 {
	width:225px;
	float:left;
	margin-top:20px;
}
.box-2 {
	width:225px;
	float:left;
	margin:20px 20px 0 20px;
}
.box-3 {
	width:225px;
	float:left;
	margin-top:20px;
}
.just {
	text-align: justify;
}
