@charset "utf-8";

/****************************** 
 * Fixed properties           *
 *                            *
 ******************************
/                            */

body, div, ul, li, dl, dt, table, dl, dt, dd, fieldset, form, label
{
	padding:0;
	margin:0;
	border:none;
}

html
{
	height:100%;
	width:100%;
}

body
{
	font-family:"Arial", Gadget, sans-serif;
	font-size:15px;
	line-height:16px;
	color:#fff;
	background-color:#000;
	height:100%;
	width:100%;
}

/****************************** 
 * Layout                     *
 *                            *
 ******************************
/                            */
/*apply positioning for the widget*/
#widgetWrapper{margin:0 0 0 140px;}
	/*hate to hack but it has to happen*/
	.ie8 #widgetWrapper , .ie7 #widgetWrapper {margin:0 0 0 0px;}
		
/*apply positioning for the header*/
#master{position:relative;margin-left:auto;margin-right:auto;width:996px;}
#headerGraphic{background-image:url(../images/vines.png); background-repeat:no-repeat;width:996px;height:382px;overflow:hidden;margin-left:auto;margin-right:auto;}

#sign{position:absolute;top:0px;left:0px;width:571px;height:35px;margin:80px 0 0 405px;}


#hL{	background-image:url(../images/headerLeft.png); background-repeat:none;width:416px;height:426px;float:left;z-index:1;margin:0px 0 0 0;}
#hC{	background-image:url(../images/headerCenter.png); background-repeat:none;width:159px;height:426px;float:left;z-index:1;margin:2px 0 0 0;}
#hR{	background-image:url(../images/headerRight.png); background-repeat:none;width:407px;height:426px;float:left;z-index:1;margin:2px 0 0 0;}

/*apply positioning for main copy area and footer */
#mainContent{width:996px;z-index:20000;margin-left:auto;margin-right:auto;}
			.nav{ width:100%;position:relative;	}
			.nav li a{ color:#CAC6A9;font-weight:bold;	}
			.nav a:hover{ color:#CAC6A9;	}
			.nav a:visited{ color:#CAC6A9;	}
					.nav li {margin:0px 65px 0 65px;padding:0px;list-style:none;float:left;font-size:14px;line-height:15px;	}
						.end{margin:0px 0px 0 0;}
				.line{background-image:url(../images/mainLine.jpg); background-repeat:none;width:993px;height:2px;border:none;margin-top:20px;}
		#textContainer {width:935px;line-height:26px;margin-left:35px;}
		#textContainer p{line-height:26px;}
			#textContainer ul{margin:0 0 0 35px;}
#imageTops{position:relative;text-align:center;margin-left:200px;margin-right:auto;width:900px;margin:50px 20px 0px 200px;}
#imageTops img {float:left;border:none;}
#Image-Map{margin:30px 0 30px 0;}


/****************************** 
 * Text Styles                *
 *                            *
 ******************************
/                            */
h1
{
	font-size:14px;
	margin:35px 0px 0px 0px;
	color:#CAC6A9;
}

label
{
	display:block;
	font-size:0.638em;
	line-height:1.5em;
}

/****************************** 
 * Utils                      *
 *                            *
 ******************************
/                            */
.semi-opaque
{
	opacity:0.85;
	-moz-opacity:0.85;
	filter:alpha(opacity=85);
}

.no-margin
{
	margin-right:0px;
}

.no-border
{
	border:none;
}

.clear
{
	clear:both;
}
.pointer:hover{cursor:pointer}