/* CSS Document */


body {
	border:0;
	margin:0;
	background-color: #fff2ec;
	
	color: #333333;
	font-family: Helvetica, sans-serif, Arial;
	text-align: center;
	line-height: 16px;
	font-size: 12px;
}

.center {
	margin-left: auto;
	margin-right: auto;
	width: 801px; /* was 815 */
	background-image: url('../_ASSETS/main_bg.jpg');
	background-repeat: repeat-y;
	/*background-position: 50%;*/
	
}
.container {
	position: relative;
	width:801px;
	margin-left: 0px; /*was 7*/
	font-size: 0;
	text-align: left;
}

#header {
	height: 56px;
}

#menu {
	position: absolute;
	background-color: #feccb3;
	width: 209px;
	top: 56px;
	left: 0;
	z-index: 500;
	background-image: url('../_ASSETS/menu_bg.jpg');
	background-repeat: no-repeat;
	padding-top: 12px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 209px;
	text-align: right;
}

#menu li {
	height: 32px;
	background-image: url('../_ASSETS/a_bg.jpg');
	background-repeat: no-repeat;
	padding-right: 7px;
}

#menu a {
	display: block;
	padding-top: 7px;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#content {
	z-index: 100;
}
.Text_Only {
	font-size: 11px;
}
#content p, #content h1, #content h2, #content h3, #content h4, #content ul, #content ol {
	margin-right: 30px;
	margin-left: 256px; /* added 7*/
	color: #000;
}

#content p, #content ul, #content ol{
	font-size: 12px;
	color: #333;
	font-family: Helvetica, sans-serif, Arial,;
	line-height: 17px;
}

#content h1, #content h2, #content h3 {
	color: #cd561d;
	
	font-weight: normal;
}

#content h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

#content h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#content h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}


#content h4 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #cd561d;
}

#content p {
	text-align: justify;
}

#content a {
	color: #F26522;
	
}

#content a:hover {
	color: #fff;
	text-decoration: underline;
}

#content a:visited {
	/*color: #FFCBB2;*/
	color: #000;
}

.img_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.sidebar_tip {
	position: absolute;
	top: 350px;
}

.tip_link {
	color: #fff;
	font-size: 10px;
	margin-left: 80px;
}

.spacer {
	clear: both;
	font-size: 0px;
}

.footer {
	position: relative;
	clear: both;
	height: 23px;
	padding-top: 5px;
	padding-left: 23px;
	padding-bottom: 0;
	background-color: #f26522;
	background-image: url('../_ASSETS/footer.jpg');
	background-repeat: no-repeat;
	font-size: 10px;
	color: #333333;
	border-top: 3px solid #fff;
	font-family: Helvetica, sans-serif, Arial;	
}
.footer p {
	margin: 0;
	padding: 0;
}

.footer a {
	color: #333333;
	font-family: Helvetica, sans-serif, Arial;
	font-size: 10px;
}
.contact_form {
	font-size: 12px;
	padding-left: 220px;
	padding-right: 300px; /* added 7*/
	color: #000;
}
form ul {
	margin: 20px 0;
}
form ul li {
	list-style: none;
	margin-bottom: 10px;
}
form a {
	color: #000;
	font-size: 10px;
}
label {
	margin: 0;
}
.SiteCredit_Home {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 11px;
	height: 10px;
	width: 300px;
	right: 23px;
	position: absolute;
	text-align: right;
	visibility: visible;
	color: #333333;
}
.Form_Cell_Req {
	background-color: #FFFF99;
	width: 320px;
}
.Form_Cell {
	background-color: #FFFFFF;
	width: 320px;
}
.form_sm_text {
	font-size: 11px;
	font-style: oblique;
	font-weight: bold;
}
