body {
	margin: 0;
	padding: 0;
	background:url(/images/bg.jpg);
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	color:#381919;
	font-size: 12px;
	line-height: 14px;
	font-variant: normal;
}
table, td {
	font: 11px/14px'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	padding-bottom: 5px;
}
p {
	padding:0 0 10px 12px;
	margin:0;
	margin-right:30px;
}

.p2 {
	padding:0 0 10px 12px;
	margin:0;
	position:relative;
	background-repeat:no-repeat;
	height:375px;
	background-position:center;
}

.clear {
	clear: both;
	
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	color:#f78f1e;
	text-decoration:none;
	cursor: pointer;
}
a:hover {
	text-decoration:none;
	color:#333333;
	margin-left: 0px;
}
/* Titles
-------------------------------------------------------------------------*/

h1 {
	font-size:26px;
	font-weight:normal;
	line-height:38px;
	color:#409ed0;
	padding:0 0 0 8px;
	margin:0 0 0 0;
}
h2 {
	font-size:18px;
	font-weight:bold;
	color:#333;
	padding:0;
	margin:0 0 10px 0;
}
h3 {
	font-size:14px;
	font-weight:bold;
	color:#381919;
	padding:5px 0 0 8px;
	margin:0 0 10px 0;
}


/* HR 3 browsers compatible
-------------------------------------------------------------------------*/

hr {
	color: #ccc;
	height: 1px;
	background-color: #DADADA;
	border:0;
}
/*= Layouts
-------------------------------------------------------------------------*/

#pageWrapper {
	text-align: left;
	width: 850px;
	margin: 0 auto 0 auto;


}
#header {
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	height: 145px;
	width: 850px;
	border-left:12px;
	border-left-style:solid;
	border-left-color:#FFFFFF;
	border-top:12px;
	border-top-style:solid;
	border-top-color:#FFFFFF;
	border-right:12px;
	border-right-style:solid;
	border-right-color:#FFFFFF;

}

}
/* HACK for IE.6 - Fix for overlaping CSS backgrounds */
/* * html {
	background : url(null) fixed no-repeat;
}*/
#pageFooterWrapper {
	background: url(../../images/bgFooter.gif) no-repeat bottom;
	min-height:620px;
}
* html #pageFooterWrapper {
	height:620px
}
#home #pageFooterWrapper {
	background: url(../../images/bgFooter.gif) no-repeat bottom;
}
a#linkHome {
	display:block;
	margin:30px 0 0 0;
	width: 380px;
	height:130px;
	text-indent:-9000px;
	float:left;
}

/*= Search
-------------------------------------------------------------------------*/

.searchBox {
	width:150px;
	height:19px;
	padding:4px 0 0 0;
	margin:0;
	background: url(../../images/bgSearchField.gif) repeat-x 0px 0px;
	border: none;
	color:#666;
	font-weight:bold;
	font-size:11px;
}
body#home .searchBox {
	width:150px;
	height:19px;
	padding:4px 0 0 0;
	margin:0;
	background: url(../../images/bgSearchFieldHome.gif) repeat-x 0px 0px;
	border: none;
	color:#666;
	font-weight:bold;
	font-size:11px;
}
/* HACK for IE.6 */

* html .searchBox {
	width:150px;
	height:19px;
	padding:4px 0 0 0;
	margin:0;
	background: url(../../images/bgSearchField.gif) repeat-x 0px -1px;
	border: none;
	color:#666;
	font-weight:bold;
	font-size:11px;
}
* html body#home .searchBox {
	width:150px;
	height:19px;
	padding:4px 0 0 0;
	margin:0;
	background: url(../../images/bgSearchFieldHome.gif) repeat-x 0px -1px;
	border: none;
	color:#666;
	font-weight:bold;
	font-size:11px;
}
/* HACK for IE.7 */
*:first-child+html .searchBox {
	width:150px;
	height:19px;
	padding:4px 0 0 0;
	margin:0;
	background: url(../../images/bgSearchField.gif) repeat-x 0px -1px;
	border: none;
	color:#666;
	font-weight:bold;
	font-size:11px;
}
*:first-child+html body#home .searchBox {
	width:150px;
	height:19px;
	padding:4px 0 0 0;
	margin:0;
	background: url(../../images/bgSearchFieldHome.gif) repeat-x 0px -1px;
	border: none;
	color:#666;
	font-weight:bold;
	font-size:11px;
}
.searchBtn, body#home .searchBtn {
	margin:0;
	padding: 0;
	border: none;
}
/*= Layer Search END
-------------------*/
#content {
}

#colRight {
	margin-top:50px;
	margin-bottom:-40px;
	padding:40px 0 20px 40px;
	width:810px;
	background-color:#ddd8d6;
	border-left:12px;
	border-left-style:solid;
	border-left-color:#FFFFFF;
	border-top:12px;
	border-top-style:solid;
	border-top-color:#FFFFFF;
	border-right:12px;
	border-right-style:solid;
	border-right-color:#FFFFFF;

}
#colRight ul {
	padding:5px 0 10px 20px;
	margin:0;
	list-style: square;
}
#colRight ul li {
	padding:5px 0 5px 0;
	margin:0;
	border-bottom: 1px dotted #CCCCCC;
}
#colRight ol {
	padding:5px 0 10px 20px;
	margin:0 0 0 20px;
	list-style:decimal;
}
#colRight ol li {
	padding:5px 0 5px 0;
	margin:0;
	color:#409ed0;
}

a {
	color:#409ed0;
	text-decoration:none;
	cursor: pointer;
}
a:hover {
	text-decoration:none;
	color:#663333;
	margin-left: 0px;
}



#nav {
	background-color:#553a1d;
	width:850px;
	line-height:40px;
	text-align:center;
	color:#ffffff;
	font-size:14px;
	font-variant: small-caps;
	border-left:12px;
	border-left-style:solid;
	border-left-color:#FFFFFF;
	border-top:12px;
	border-top-style:solid;
	border-top-color:#FFFFFF;
	border-right:12px;
	border-right-style:solid;
	border-right-color:#FFFFFF;
	margin-top:143px;
	margin-left: -12px;
}
#nav a {
	color:#fff;
}
#nav a:hover {
	color:#663333;
	background-color:#ddd8d6;
	/*text-decoration:overline;*/


}

#navContentBottom {
	height:40px;
	background: url(../../images/bgNavContentBottom.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin: 0 auto 0 auto;
	width: 996px;
}
#navContentBottom ul {
	margin:0;
	padding: 0 20px 0 0;
	list-style:none;
	background: url(../../images/bgNavContentBottomLeft.gif) no-repeat;
	height:40px;
	float:right;
	width:290px;
}
#navContentBottom li {
	float:right;
	display:inline;
	padding:0;
	margin: 0;
	height:40px;
}
#navContentBottom a {
	color:#666;
	font-size:10px;
}
#navContentBottom a:hover {
	color:#333;
}
a#btnSend {
	display:block;
	margin:11px 0 0 0;
	padding: 0 10px 0 25px;
	background: url(../../images/bgBtnSend.gif) no-repeat 0px 0px;
	white-space:nowrap;
}
a#btnTop {
	display:block;
	margin:11px 0 0 0;
	padding: 0 0 0 25px;
	background: url(../../images/bgBtnTop.gif) no-repeat 0px 0px;
}
#navBottom {
	width:236px;
	background: url(../../images/homeContentBgBtm.gif) repeat-y;
	height:20px;
}
#footer {
	background:#c1bdb8;
	color:#666666;
	font-size:10px;
	width: 850px;
	border-left:12px;
	border-left-color:#FFFFFF;
	border-left-style:solid;
	border-right:12px;
	border-right-color:#FFFFFF;
	border-right-style:solid;
	border-bottom:12px;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-top:12px;
	border-top-color:#FFFFFF;
	border-top-style:solid;
}
#footer a {
	color:#666666;
}
#footer a:hover {
	color:#fff;
}
#footer #footerLeft {
	float:left;
	padding-top:20px;
	padding-left:40px;
	padding-bottom:20px;
	text-transform: uppercase;
	display: inline;
}
#footer #footerRight {
	float:right;
	padding-top:20px;
	padding-right:40px;
	padding-bottom:20px;
	text-transform: uppercase;
	display: inline;
}
#footer ul {
	margin:0;
	padding: 0;
	list-style:none;
}
#footer li {
	float:right;
	display:inline;
	text-transform: uppercase;
	width: 250px;

}


/*= HOME Page Layers
-------------------------------------------------------------------------*/
#homeContent {
	width:981px;
	margin:0 0 0 7px;
}
#homeContent ul {
	margin:0;
	list-style:none;
	padding:0 0 0 26px;
}
#homeContent li {
	display:inline;
	float:left;
	width:288px;
	background: url(../../images/homeContentBgTop.gif) no-repeat;
}
#homeContent li#col1, #homeContent li#col2 {
	padding:0 33px 0 0;
}
#homeContent h1 {
	font-size: 24px;
	line-height:26px;
	color: #ff9900;
	font-weight: normal;
	padding:10px 0 20px 0;
	margin:0;
}
.colBottom {
	background: url(../../images/homeContentBgBtm.gif) no-repeat bottom;
	width:288px;
	margin:10px 0 0 0;
	padding: 0 0 20px 0;
	min-height:240px;
}
* html .colBottom {
	height:240px
}
#homeContent .col {
	padding:0 25px;
}
.col p {
	color:#000;
	line-height:12px;
}
.col strong {
	color:#b86009;
}
#picHome {
	width:981px;
	background: url(../../images/picHome.jpg);
	height: 310px;
}
a.btnMore {
	background: url(../../images/bgBtnMore.gif) no-repeat right 3px;
	padding:5px 26px 5px 0;
	display:block;
	text-align:right;
	color:#b86009;
	float:right;
}
a:hover.btnMore {
	color:#924d09;
}
/*= SUB Navigation
-------------------------------------------------------------------------*/

#subNav {
	background: #fff;
}
#subNav ul {
	width:220px;
	background: url(../../images/bgSubNav.gif) no-repeat right top;
	min-height:212px;
	padding:10px 0 0 15px;
	margin:0;
}
#subNav li {
	list-style: none;
	padding:0;
	margin:0;
	float:left;
	width:220px;
}
#subNav li a {
	padding:10px 20px 10px 10px;
	margin:0;
	background: url(../../images/bgSubNavBtn.gif) no-repeat right top;
	display:block;
	text-align:right;
	color:#333;
	font-weight:bold;
	line-height:12px;
}
#subNav li a:hover {
	background: url(../../images/bgSubNavBtnOn.gif) no-repeat right top;
	color:#eb7b00;
}
/*= NEW Styles
----------------------

color: #ccc;
	height: 1px;
	background-color: #DADADA;
	border:0;
	
---------------------------------------------------*/

.blockHome {
	padding: 20px 0 10px 0;
	border-top: 1px solid #DADADA;

}
.blockHome .corner {
	float:left;
	width:60px;
	height:40px;
	color:#ff9933;
	font-size:36px;
	text-align:right;
	background: url(../../images/bgCornerSteps.gif) no-repeat right top;
	padding:20px 20px 20px 0;
	margin: 0;
}
.blockHome .text {
	float:right;
	width:570px;
}
.blockHome p {
	line-height:normal;
	padding: 0 0 20px 0;
}

/*= Block White
-------------------------------------------------------------------------*/

.blockWhite {
	padding: 0 0 20px 5px;
}
.blockWhite .blockWhiteTop {
	height:20px;
	background: url(../images/bgBlockWhiteTop.gif) no-repeat left top;
	padding-left: 5px;
}
.blockWhite .blockWhiteContent {
	background: url(../images/bgBlockWhite.gif) repeat-y right top;
	padding: 0 20px;
}
.blockWhite .blockWhiteContent p {
	padding: 10px 0 10px 0;
}
.blockWhite .blockWhiteBottom {
	height:20px;
	padding-top:8px;
	background: url(../../images/bgBlockWhiteBottom.gif) no-repeat right top;
}
/* FORM
-------------------------------------------------------------------------
------------------------------------------------------------------------- */

fieldset {
	border:none;
}
fieldset h3 {
	padding:20px 0 0 0;
}
fieldset tr#bgYellow {
	background:#f6f6f6;
	border: 2px solid #fff;
}
fieldset tr#bgBlue {
	background:#e7e7e7;
	border: 2px solid #fff;
}
fieldset tr#bgYellow input, fieldset tr#bgBlue input {
	font-size:11px;
	border: 1px solid #eee;
	padding:3px;
	margin:3px 0 0 5px;
	background:#fff;
	width:90%;
}
fieldset label {
	font-weight:bold;
	text-align:right;
	display:block;
	padding:5px 0 0 0;
}
fieldset input {
	font-size:11px;
	border:none;
	padding:3px;
	margin:3px 0 0 5px;
	background:#eaf5f4;
	width:90%;
}
fieldset input.checkBox {
	border:none;
	width:20px;
	height:20px;
}
fieldset select {
	font-size:11px;
	border: 1px solid #eee;
	padding:0px;
	margin:3px 0 0 5px;
	background:#eff4f5;
}
fieldset textarea {
	font-size:11px;
	font: 11px'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
	border: 1px solid #eee;
	padding:3px;
	margin:3px 0 0 5px;
	width:95%;
	height:50px;
	background:#eaf5f4;
}
fieldset ol {
	list-style-type:none;
	margin:0;
	padding:0;
}
fieldset ol li {
	padding: 5px 0 5px 0;
	margin:0;
	/*border-bottom: 1px dotted #ccc;*/
}
.btn input {
	color:#fff;
	font-size:11px;
	padding:2px 10px;
	margin:10px 0 0 0;
	background-color:#666;
	font-weight:bold;
	float:right;
	cursor: pointer;
	width:100px;
}
.btn input:hover {
	background-color:#edb543;
	color:#000;
}


/*= END
-------------------------------------------------------------------------*/
