	
	
	/* ----======== Reseting All Browsers ========---- */				
		
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
	{
	margin:0;
	padding:0;
	}
	
	fieldset, img
	{
	border:0;
	}
	
	ol
	{
	list-style:square;
	list-style-position:inside;
	line-height:25px;
	}
	
	ul
	{
	list-style:none;
	}
	
	caption, th
	{
	text-align:left;
	}
	
	h1, h2, h3, h4, h5, h6
	{
	font-size:100%;
	font-weight:normal;
	}
	
	abbr, acronym
	{
	border:0;
	}
	
	img, div, input { behavior: url("includes/js/iepngfix.htc") }

		
	/* ----======== HTML Elements ========---- */				
		
	html, body
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
	body
	{
	background: #61533f url(../images/body_bg.jpg) repeat-x;
	color: #877b6a;
	text-align: center;
	}
	
	h1
	{
	color: #f1b13d;
	font-size: 20px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

	h2
	{
	color: #f1b13d;
	padding-bottom: 10px;
	font-size: 17px;
	line-height: 24px;
	font-weight: bold;
	}

	h3
	{
	color: #877b6a;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
	}
	
	h4
	{
	color: #f1b13d;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 22px;
	}
	
	h5
	{
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 10px;
	color: #877b6a;
	}
	
	p
	{
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 10px;
	color: #877b6a;
	}
	
	#mainContent a
	{
	color: #e69400;
	text-decoration: none;
	}
	
	#mainContent a:hover
	{
	color: #433624;
	border-bottom: 1px solid #e69400;
	}
	
	.clearer
	{
	clear: both;
	}
	
	.line
	{
	width: auto;
	height: 2px;
	background: url(../images/line.gif) repeat-x;
	margin-left: 2px;
	margin-bottom: 10px;
	margin-right: 5px;
	}
	
	ul
	{
	margin-bottom: 10px;
	line-height: 22px;
	}
	
	#contentLeft li
	{
	line-height: 15px;
	padding: 3px 0 3px 10px;
	background: url(../images/bullet.gif) no-repeat;
	background-position: 0 7px;
	}
	
	.bullets li
	{
	line-height: 15px;
	color: #877b6a;
	font-size: 11px;
	padding: 3px 0 3px 10px;
	background: url(../images/bullet.gif) no-repeat;
	background-position: 0 7px;
	}
	
	/* ----======== Layout ========---- */
		
	#wrapper
	{
	text-align: centre;
	margin: auto;
	width: 958px;
	position: relative;
	}
	
	#header
	{
	background: url(../images/header_bg.png) repeat-y;
	height: 275px;
	position: relative;
	}
	
	#mainMenu
	{
	background: url(../images/menu_bg.png) no-repeat;
	height: 48px;
	width: 918px;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 999;
	}
	
	#mainMenu ul
	{
	}
	
	#mainMenu li
	{
	float: left;
	width: auto;
	position: relative;
	}
	
	#mainMenu a
	{
	font-size: 13px;
	color: #918c85;
	background: url(../images/menu_link_bg.gif) no-repeat top right;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	height: 36px;
	padding: 12px 17px 0px 17px;
	width: auto;
	}
	
	#mainMenu a:hover
	{
	background: url(../images/menu_link_bg_hover.gif) no-repeat top right;
	color: #b0a9a1;
	}
	
	#mainMenu li.active a
	{
	background: url(../images/menu_link_bg_active.gif) no-repeat top right;
	color: #f1b13d !important;
	}
		
	#mainMenu .home a:hover
	{
	background: url(../images/home_bg_hover.png) no-repeat top right !important;
	}
	
	#mainMenu .home .active a
	{
	background: url(../images/home_bg_active.png) no-repeat top right !important;
	}
	
	#logo
	{
	width: auto;
	height: auto;
	position: absolute;
	top: 81px;
	left: 34px;
	text-align: left;
	z-index: 99;
	}
	
	#quote
	{
	margin-top: 28px;
	z-index: 99;
	position: relative;
	}
	
	#banner
	{
	margin-left: 6px;
	width: auto;
	height: 275px; 
	}
	
	#mainContent
	{
	background: url(../images/footer_bg.png) no-repeat bottom;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	height: 0px;
	}
	
	#wrapper > #mainContent
	{
	height: auto;
	}
	
	#contentLeft
	{
	float: left;
	text-align: left;
	width: 657px;
	padding-right: 20px;
	padding-left: 26px;
	}
	
	#contentRight
	{
	float: left;
	text-align: left;
	width: 254px;
	}
	
	.contentRightInner
	{
	padding: 0 17px;
	}
	
	#footer
	{
	text-align: left;
	color: #aca296;
	padding-left: 26px;
	padding-top: 6px;
	padding-bottom: 12px;
	font-size: 11px;
	}
	
	#footer a
	{
	color: #f1b13d;
	text-decoration: none;
	}
	
	#footer a:hover
	{
	color: #fff;
	border-bottom: 1px solid #f1b13d;
	}
	
	
	/*Table + Form Layout */
	
	table 
	{
	border-bottom:1px solid #DADAD9;
	border-collapse:collapse;
	border-spacing:0pt;
	font-size:12px;
	margin-bottom:10px;
	width:100%;
	}
	
	td 
	{
	border-bottom:1px solid #DADAD9;
	border-left:1px solid #DADAD9;
	border-right:1px solid #DADAD9;
	background: #F5F5F5;
	padding: 5px 8px;
	color: #877b6a;
	}
	
	th 
	{
	border-bottom:3px solid #e69400;
	border-left:1px solid #61533F;
	border-right:1px solid #61533F;
	background: #61533F;
	padding: 8px 8px;
	color: #f1b13d;
	}
	
	input, textarea, select
	{
	border: 1px solid #DADAD9;
	background: #fff;
	}

	/* Credentials Image Tooltip */

	#contentRight h2
	{
	font-size: 13px;
	padding-bottom: 0px;
	}
	
	ul#credentials
	{
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 0;
	}

	#credentials li
	{
	list-style: none;
	float: left;
	display: inline;
	margin-right: 1px;
	margin-bottom: 1px;
	}
	
	#credentials li img
	{
	border: 1px solid #ddd;
	}
	
	#credentials li img:hover
	{
	border: 1px solid #f1b13d;
	}
	
	#credentials a:hover
	{
	border: none !important;
	}
	
	#preview
	{
	position: absolute;
	border: 1px solid #f1b13d;
	background: #fff;
	padding: 5px;
	display: none;
	color: #877b6a;
	}
	
	.slide
	{
	display: none;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	}


	