/*CSS Document*/
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, B, U, I, CENTER, 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%;
	vertical-align: baseline;
	background: transparent;
}
/*
* BODY
 */
BODY
{
	color: #303030;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow-x: hidden;
}
.wrapper
{
	background: url(images/bg.png) repeat-x top;
}
.wrapper2
{
	background: url(images/bg2.png) repeat-x top;
}
/*
* LINKS
 */
A
{
	color: #DE881A;
	text-decoration: none;
	font-weight: bold;
}
A:hover
{
	text-decoration: underline;
}
/*
* HEADINGS
 */
H1
{
	color: #232323;
	font-size: 28px;
	margin: 0px 0px 10px;
	font-weight: bold;
}
H2
{
	color: #232323;
	font-size: 18px;
	margin: 0px 0px 10px;
}
H3
{
	color: #232323;
	font-size: 16px;
	margin: 0px;
}
/*
* BUTTONS
 */
.button
{
	background: url(images/button_bg.png) repeat-x;
	height: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
/*border-radius: 5px*/
	border: 1px solid #CC8831;
	border-bottom-color: #7B664B;
	padding: 12px 25px;
	color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	float: left;
	margin-top: 6px;
}
.button:hover
{
	text-decoration: none;
	opacity: 0.85;
}
/*
* FONTS
 */
.orange
{
	color: #DE881A;
}
.report
{
	color: #000000;
	background: #DE881A;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
}
/*
* HEADER
 */
.header
{
	clear: both;
	width: 960px;
	margin: 0px auto;
}
.header .logo
{
	float: left;
	height: 72px;
	width: 334;
}
.header .menu
{
	height: 72px;
	float: right;
}
.header .menu UL
{
}
.header .menu UL LI
{
	list-style: none;
	height: 27px;
	padding: 30px 29px 15px 0px;
	margin-right: 24px;
	float: left;
	background: url(images/menu_separator.png) no-repeat right;
}
.header .menu UL LI:last-child
{
	background: none;
	padding-right: 0px;
	margin: 0px;
}
.header .menu UL LI A
{
	display: block;
	color: #989898;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 7px;
}
.header .menu UL LI A:hover
{
	border-bottom: 3px solid #EF931E;
	color: #FFF;
	text-decoration: none;
}
.header .current
{
	border-bottom: 3px solid #EF931E;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 7px;
	color: #FFF;
}
.header .feautured-wrapper
{
	clear: both;
	height: 341px;
	width: 1297px;
	background: url(images/feautured_bg.jpg) no-repeat;
}
.header .feautured
{
	width: 515px;
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #7D7D7D;
	margin-top: 40px;
}
.header .feautured STRONG
{
	color: #232323;
}
.header .feautured P
{
	line-height: 27px;
}
.header .feautured H1
{
	margin-bottom: 15px;
}
.header .feautured H1 .strong
{
	background: url(images/h1_separator.png) no-repeat right;
	padding-right: 20px;
	margin-right: 10px;
}
.header .info
{
	clear: both;
	height: 108px;
	color: #828282;
}
.header .info .left
{
	width: 620px;
	height: 73px;
	padding: 30px 10px 0px 0px;
	float: left;
	background: url(images/info_separator.png) no-repeat right;
	font-size: 16px;
	line-height: 25px;
}
.header .info .left IMG
{
	float: left;
	padding-right: 20px;
	margin-top: -3px;
}
.header .info .right
{
	width: 310px;
	float: left;
	line-height: 20px;
	padding: 10px 0px 0px 20px;
}
.header .info .right H2
{
	font-size: 14px;
}
.header .info .one
{
	width: 570px;
	padding-top: 32px;
}
.header .info .one H2
{
	font-size: 32px;
}
.header .info .one P
{
	font-size: 13px;
	font-weight: bold;
	color: #7D7D7D;
}
.header .info .one P STRONG
{
	color: #232323;
}
/*
* MAIN
 */
.main
{
	width: 960px;
	margin: 50px auto;
	clear: both;
	overflow: auto;
}
.main .feautured UL LI
{
	list-style: none;
	float: left;
	width: 291px;
	margin-right: 43px;
}
.main .feautured UL LI:last-child
{
	margin-right: 0px;
}
.main .feautured H2
{
	margin: 20px 0px;
}
.main .feautured P
{
	color: #303030;
	line-height: 25px;
}
.main .col-left
{
	float: left;
	width: 675px;
}
.main .col-left P
{
	line-height: 25px;
	margin-bottom: 20px;
}
.main .col-left .label
{
	color: #737373;
	font-weight: bold;
	clear: both;
	display: block;
}
.main .col-left .input
{
	background: #D8D8D8;
	height: 40px;
	border: 1px solid #BDB8B8;
	padding: 0px 10px 0px 13px;
	margin: 5px 0px 15px;
	font-size: 13px;
	width: 330px;
}
.main .col-left .textarea
{
	background: #D8D8D8;
	border: 1px solid #BDB8B8;
	padding: 10px;
	width: 655px;
	height: 180px;
	font-size: 13px;
	margin: 5px 0px 15px;
	font-family: Arial;
}
.main .col-left .button
{
	float: none;
	height: 40px;
	font-size: 11px;
}
.main .col-left FORM
{
}
.main .col-left .notice
{
	color: #DE881A;
	font-style: inherit;
}
.main .col-left IMG
{
	padding: 8px 22px 0 0;
}
.main .col-right
{
	float: left;
	width: 215px;
	margin-left: 40px;
	background: #D8D8D8;
	padding: 15px;
}
.main .col-right P
{
	line-height: 25px;
	margin-bottom: 20px;
}
/*
* FOOTER
 */
.footer-container
{
	clear: both;
	background: #D8D8D8;
	border-top: 1px solid #CCCCCC;
	height: 55px;
}
.footer
{
	width: 960px;
	margin: 0px auto;
	color: #6D6D6D;
	margin-top: 20px;
}
.footer .left
{
	float: left;
}
.footer .right
{
	float: right;
}
.footer .right UL LI
{
	list-style: none;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #6D6D6D;
}
.footer .right UL LI:last-child
{
	padding: 0px;
	margin: 0px;
	border: 0px solid #000000;
}
.footer .right UL LI A
{
	color: #6D6D6D;
	font-weight: normal;
}
