body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#777777;
	background:url(../images/bg_body.gif) repeat-x center top #1c1e1a;
}

/* ======================= */
/* HEADER STRUCTURE STYLES */
/* ======================= */

div.header {
	width:100%;
	height:330px;
	position:absolute;
	left:0px;
	top:0px;
	background:url(../images/bg_banner.jpg) no-repeat center top;
}

.hRule, .hRuleDesign {
	background:#f1f1f1;
	width:723px;
	height:4px;
	overflow:hidden;
	position:absolute;
	left:50%;
	top:328px;
	margin-left:-365px;
}

.hRuleDesign {
	top:201px;
}

div.headerDesign {
	width:100%;
	height:201px;
	position:absolute;
	left:0px;
	top:0px;
	background:url(../images/bg_banner_design.jpg) no-repeat center top;
}

div.phoneNumber {
	width:333px;
	height:30px;
	position:absolute;
	left:50%;
	top:30px;
	margin-left:15px;
	z-index:200;
	background:url(../images/bg_dotted_line.gif) repeat-x left top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	padding-top:6px;
	color:#8c8c8c;
}

div.phoneNumber span {
	font-size:12px;
	color:#F06F19;
	font-weight:bold;
}

div.welcome {
	width:215px;
	height:162px;
	position:absolute;
	left:50%;
	top:103px;
	margin-left:89px;
	z-index:103;
	color:#ffffff;
	padding:40px 27px 20px 27px;rr
}

div.welcome div.bullet {
	width:5px;
	height:35px;
	position:absolute;
	left:27px;
	top:45px;
	background:#fed370;
}

div.welcome span.heading {
	font-size:21px;
	text-transform:uppercase;
	font-weight:bold;
	display:block;
	padding-left:12px;
}

div.welcome span.headingSub {
	font-size:16px;
	text-transform:uppercase;
	display:block;
	margin:-2px 0px 10px 0px;
	padding-left:12px;
}

div.welcome span.paragraph {
	font-size:12px;
}
 
 div.welcome span.upperCase {
 	text-transform:uppercase;
}

/* ===================== */
/* MENU STRUCTURE STYLES */
/* ===================== */

div.navMain, div.navMainDesign {
	z-index:100;
	width:723px;
	height:35px;
	position:absolute;
	left:50%;
	top:68px;
	margin-left:-365px;
}

div.navMain a, div.navMainDesign a {
	display:block;
	float:left;
	height:27px;
	font-size:9px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	color:#333333;
	*color:#333333;
	padding:8px 30px 0px 30px;
	border-left:solid #ffffff 1px;
}

div.navMain a:hover, div.navMainDesign a:hover {
	text-decoration:none;
	color:#000000;
	background:url(../images/bg_navmain_hv.gif) repeat-x 1px top;
}

div.navMainDesign {
	height:30px;
}

div.navMainDesign span {
	height:28px;
	top:13px;
}

div.navMainDesign a {
	height:17px;
}

div.navMainDesign a:hover {
}

div.navHead {
	width:345px;
	height:21px;
	position:absolute;
	left:50%;
	top:10px;
	margin-left:0px;
	z-index:200;
}

div.navHead a {
	display:block;
	float:right;
	height:19px;
	font-size:11px;
	color:#F06F19;
	text-align:right;
	text-decoration:none;
	text-transform:lowercase;
	padding:2px 17px 0px 12px;
	background:url(../images/bg_navhead_bullet.gif) no-repeat left 6px;
}

div.navHead a.last {
	padding:2px 0px 0px 12px;
}

div.navHead a:hover {
	color:#F06F19;
	text-decoration:none;
	background:url(../images/bg_navhead_bullet_hv.gif) no-repeat left 6px;
}

div.navHead a span {
	color:#F06F19;
}

div.navSec {
	width:140px;
	position:relative;
	left:0px;
	top:0px;
	padding-bottom:15px;
}

div.navSec a {
	display:block;
	height:15px;
	width:120px;
	color:#4c4c4c;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px 0px 0px 12px;
	margin-left:4px;
	background:url(../images/bg_arrow.gif) no-repeat left 4px;
}

div.navSec a:hover {
	color:#ad4db3;
	text-decoration:none;
	background:url(../images/bg_arrow.gif) no-repeat 1px 4px;
}

div.otherLinks {
	padding:10px 10px 15px 10px;
	text-align:center;
	background:#161715;
	border-top:solid 1px #252723;
	color:#3A3E37;
}

div.otherLinks a {
	color:#3A3E37;
	padding:0px 3px 0px 3px;
	font-size:10px;
}

div.otherLinks a:hover {
	color:#575E53;
}

div.preload {
	position:absolute;
	top:-500px;
	left:0px;
}

/* ===--------------------=== */
/* PAGE STRUCTURE STYLES MAIN */
/* ===--------------------=== */

div.master {
	margin-top:158px;
	background:url(../images/bg_master.gif) repeat-y center top;
}

div.servant {
	background:url(../images/bg_servant.gif) no-repeat center top;
}

div.servantDesign {
	background:url(../images/bg_servant_alt.gif) no-repeat center top;
}

div.peasant {
	width:767px;
	position:relative;
	top:0px;
	left:50%;
	margin-left:-384px;
}

td.leftCol, td.leftColDesign {
	height:600px;
	width:267px;
	vertical-align:top;
}

td.leftColDesign {
	height:520px;
}

td.rightCol {
	width:510px;
	vertical-align:top;
}

div.contentLeft, div.contentLeftDesign {
	padding:200px 10px 0px 20px;
	width:227px;
}

div.contentLeftDesign {
	padding:65px 0px 0px 20px;
}

div.contentRight, div.contentRightDesign {
	padding:200px 20px 0px 0px;
}

div.contentRightDesign {
	padding:63px 20px 0px 0px;
}

div.footer {
	width:100%;
	height:90px;
	position:relative;
	left:0px;
	top:0px;
	background:url(../images/bg_footer.gif) no-repeat center top;
	margin-bottom:30px;
}

div.footerContent {
	width:767px;
	height:90px;
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-384px;
	font-size:9px;
	color:#575752;
}

div.contact {
	width:200px;
	height:64px;
	position:absolute;
	left:0px;
	top:4px;
	padding:13px 0px 0px 20px;
}

div.footerLogos {
	width:260px;
	height:46px;
	position:absolute;
	right:22px;
	top:15px;
	background:url(../images/bg_footer_logos2.jpg) no-repeat right top;
}

div.contact span {
	display:block;
	margin-bottom:8px;
}

div.footerLinks {
	width:300px;
	height:20px;
	position:absolute;
	left:197px;
	top:4px;
	padding:13px 0px 0px 0px;
}

div.footerLinks a {
	display:block;
	float:left;
	text-decoration:none;
	color:#abab95;
	font-weight:bold;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px 5px 0px 6px;
}

div.footerLinks a:hover {
	color:#CD68D2;
}

div.footerLinks span {
	display:block;
	float:left;
	width:1px;
	height:7px;
	background:#BCBCBC;
	cursor:pointer;
	margin-top:3px;
}

div.footerDisclaimer {
	width:300px;
	height:40px;
	position:absolute;
	left:197px;
	top:37px;
}


/* ===---------------------=== */
/* PAGE STRUCTURE STYLES OTHER */
/* ===---------------------=== */

div.search {
	width:197px;
	height:32px;
	position:absolute;
	left:0px;
	top:0px;
	background:url(../images/bg_search.gif) no-repeat 10px 7px #FFFFFF;
}

div.search input.textArea {
	width:116px;
	height:14px;
	position:absolute;
	left:13px;
	top:10px;
	background:none;
	border:none;
	color:#777777;
	font-size:11px;
}

div.search input.searchBtn {
	width:54px;
	height:19px;
	position:absolute;
	right:11px;
	top:8px;
	background:none;
	border:none;
	cursor:pointer;
	padding:0px 0px 2px 0px;
	*padding:0px 0px 1px 0px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div.search input.searchBtn:hover {
	background:url(../images/bg_search_btn.gif) no-repeat left top;
}


div.toolBar, div.toolBarDesign {
	width:728px;
	height:32px;
	position:absolute;
	left:50%;
	top:326px;
	margin-left:-370px;
	background:url(../images/bg_tool_bar.gif) repeat-x left top;
}

div.toolBarDesign {
	top:254px;
}

div.contentTitle {
	width:100%;
	height:19px;
	position:relative;
	left:0px;
	top:0px;
	background:url(../images/bg_dotted_line_dark.gif) repeat-x left bottom;
}

div.contentTitle h1 {
	float:left;
	width:170px;
	text-transform:uppercase;
}

div.contentTitle a {
	display:block;
	float:right;
	width:123px;
	*width:112px;
	height:20px;
	background:#0066CC;
	text-decoration:none;
	text-transform:uppercase;
	text-align:right;
	color:#38a832;
	font-size:9px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/bg_arrow.gif) no-repeat left 4px;
	padding:0px 0px 0px 10px;
	margin-top:3px;
}

div.contentTitle a:hover {
	color:#c757cd;
	background:url(../images/bg_arrow.gif) no-repeat 1px 4px;
}


/* ============= */
/* WIDGET STYLES */
/* ============= */

div.rotator, div.rotatorDesign {
	width:452px;
	height:222px;
	position:absolute;
	left:50%;
	top:103px;
	margin-left:-364px;
	background:url(../images/rotator_img/04.jpg) no-repeat left top;
	overflow:hidden;
}

div.rotatorDesign {
	width:722px;
	height:102px;
	top:98px;
	background:url(../images/rotator_img/02.jpg) no-repeat left -175px;
	overflow:hidden;
}

