@import url("reset.css");

/*
/		TYPOGRAPHY
/		all global typography styles
--------------------------------------------------------------------------------------------------------*/

body 				{ font-family: Arial, verdana, sans-serif; font-size: 12px; line-height: 1.7em; color: #333; }
a 					{ color: #666; text-decoration: none; }
a:hover 			{ color:#333; }
p 					{ margin-bottom: 15px; color: #333;  }
strong, b 		{ font-weight: bold; }
em, i 				{ font-style: italic; }


/* HEADING TAGS */
h1, h2, h3 {
	font-family: "Times New Roman";
	font-weight: normal;
	color: #8d4517;
	text-transform: uppercase;
	}
h4, h5, h6 {
	font-family: Arial, verdana, sans-serif;
	font-weight: bold;
	color: #000;
	}
	
h1 {
	color: #000;
	font-size: 22px;
	margin: 0 0 20px 0;
	}
h2 {  
	font-size: 18px;
	margin: 40px 0 8px 0;
	}
h3 { 
	font-size: 16px;
	margin: 0 0 5px 0;
	}
h4 { font-size: 13px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

p.introtext { font-size: 15px; margin-bottom: 20px; }
a.viewmore {
	background: url('../images/master/arrow_gray.gif') no-repeat right 4px;
	padding-right: 10px;
	font-size: 11px;
	color: #666;
	}
	a.viewmore:hover { color: #333; }

.FloatRight { float: right; }
.FloatLeft { float: left; }
img.FloatRight { margin-left: 20px; }
img.FloatLeft { margin-right: 20px; }

/*
/		NAVIGATION
--------------------------------------------------------------------------------------------------------*/

ul#nav { list-style: none; margin: 10px auto 0 auto; padding: 0px; width: 900px; }
ul#nav li	{ float: left; }
ul#nav li a {
	display: block;
	float: left;
	height: 17px;
	font-family: "Times New Roman";
	color: #e7d2aa;
	font-size: 17px;
	text-decoration: none;
	display: inline;
	text-transform: uppercase;
	}
	ul#nav ul { float: left; }
	ul#nav li li a {	margin-left: 21px; display: inline; }
	ul#nav li.first a { margin-left: 0; }
	ul#nav li a:hover { color: #FFF; }
	ul#nav li a.CMSListMenuLinkHighlighted { color: #FFF; }

.SideNavMenu h2 { 
	background: #CCC url('../images/global/pdf.gif') no-repeat center right;
	margin: 0;
	padding: 4px 10px;
	font-size: 20px;
	color: #000;
	border-bottom: 2px solid #999;
	
	}
	.SideNavMenu ul {
	margin: 5px 10px 40px 10px;
	}
	.SideNavMenu li { 
	font-size: 13px; 
	font-weight: bold;
	text-transform: uppercase;
	}


/*
/		GLOBAL LAYOUT
--------------------------------------------------------------------------------------------------------*/

body { background: #2c231d url('../images/master/cloth.jpg') repeat top center; }

#topwrap {
	background: url('../images/nav/bg.jpg') repeat-x;
	height: 135px;
	}
	#topwrap #logo a {
	background: url('../images/master/aura_logo.jpg') no-repeat 0 15px;
	width: 200px;
	height: 94px;
	}

#midwrap {
	background: url('../images/master/mid_bg.jpg') repeat-x top;
	padding: 9px;
	}
	#midwrap .mid { width: 900px; margin: 0 auto; }

#contentwrap {
	background: url('../images/master/cloth_bg.jpg') repeat-x top center;
	height: 400px;
	}
	#contentwrap .content { 
	background-color: #FFF;
	width: 860px; 
	margin: 0 auto 40px auto;
	padding: 20px;
	}
	#contentwrap .InnerContent {
	width: 558px;
	float: left;
	}

#contentwrap .content .footer {
	color: #c0b89f;
	clear: both;
	text-align: right;
	margin: 40px 0 0 0;
	}
	#contentwrap .content .footer a {
	color: #c0b89f;
	text-decoration: underline;
	}
	#contentwrap .content .footer a:hover {
	color: #a69d83;
	}
	
/* 
/	SIDEBAR
------------------------------------------*/

.PreferredGuest a {
	background: url('../images/master/header_preferredguest.gif') no-repeat 14px 14px;
	}
	
/*
/		HOME
--------------------------------------------------------------------------------------------------------*/

ul.PromoAds {  }
ul.PromoAds li { float: left;	margin: 0 0 0 9px; }
ul.PromoAds li.first { margin-left: 0; }
ul.PromoAds li a { 
	display: block;
	float: left;
	width: 274px;
	height: 28px;
	padding: 264px 10px 10px 10px;
	_padding-top: 258px;
	color: #e0c3ae;
	line-height: 14px;
	}
	ul.PromoAds li a:hover { color: #FFF; }





