/* ----------------------------------- */
/* ---------->>> =GLOBAL <<<---------- */
/* ----------------------------------- */

body {
	/* background-color: #515151;
	color: #000;
	*/
	font-family: Verdana, sans-serif;
	font-size: 12px;
	margin: 15px 0;
}
p {
	line-height: 23px;
	margin: 0 0 15px 0;
	font-family: Verdana, sans-serif;
}

h1 {
	border-bottom: 1px #ccc solid;
	color: #6d8d23;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}
h2 {
	color: #6d8d23;
	font-size: 16px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

ul {
	padding: 0 0 15px 17px;
	list-style: square;
}
li {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 18px;
}

hr {
	background-color: #ccc;
	border: none;
	color: #ccc;
	height: 1px;
	margin: 0 auto 20px;
	padding: 0;
	text-align: center;
	width: 95%;
}

a:link {
	color: #6d8d23;
	text-decoration: none;
}
a:visited {
	color: #6d8d23;
	text-decoration: none;
}
a:active {
	color: #8aa635;
	text-decoration: none;
}
a:hover {
	color: #8aa635;
	text-decoration: none;
}


/* ----------------------------------- */
/* ---------->>> =FORMS <<<----------- */
/* ----------------------------------- */



/* ----------------------------------- */
/* ------>>> =PAGE STRUCTURE <<<------ */
/* ----------------------------------- */

#outer-container {
	background-color: white;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px;
	width: 935px;
}

#main-container {
	border: 1px #c8c8c8 solid;
	margin: 0 auto;
	overflow: hidden;
	width: 931px;
}

#header {
	float: left;
	/* height: 340px; */
	width: 931px;
}
#logo {
	float: left;
	height: 313px;
	width: 265px;
}

#main-column {
	float: left;
	width: 665px;
}
#header-image, #header-image img {
	display: block;
	height: 272px;
	width: 665px;
}
#content-wrapper {
	background-color: #fff;
	float: left;

	min-height: 478px;
	width: 930px;
	
	_height: 478px; /* IE6 min-height */
	margin-top: 15px;
}

#footer {
	background-color: #342c21;
	float: left;
	font-size: 10px;
	padding: 15px 0 5px 10px;
	text-transform: uppercase;
	width: 100%;
}

#footer-bottom {
	color: #6d6d6d;
	font-size: 12px;
	margin: 15px auto;
	text-transform: uppercase;
	width: 915px;
}


/* --->>> Navigation <<<--- */
#nav {
	width: 666px;
	height: 33px;
	margin:0; padding:0; 
}

#nav, #nav ul { /* All lists */
	border: 0;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	list-style: none;
	margin: 0; padding: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

#nav li a {
	display: block;
	text-decoration: none;
	height: 25px;
	display: block;
	margin:0; padding:8px 0 0 0;		
}

#nav li { /* All list items */
	float: left;
	width: 133px; /* Needed for Opera */
	position: relative;
	margin:0; padding:0; height: 33px;	
	border:0;
}
#nav li ul { /* Second level lists */
	font-size: 11px;
	left: -999em; /* Using "left" to hide menus because "display: none" is not read by screen readers */
	margin: 0; padding:0;
	position: absolute;
	width: 133px;
	z-index: 2;
	border: 1px solid #d1d1d1;
	border-width: 0 1px 0 1px;
	margin-left: -1px;	
	background: url(http://www.aviawest.com/images/accommodation-sites/global/dropdown-bg.jpg) top left no-repeat;
}

#nav li ul li { /* Second level list items */
	border: 0;
	border-bottom: 1px #d1d1d1 solid;
	font-size: 11px;
	display: block;
	height: 27px;
	margin:0; padding:0;
	background: none;	
}

#nav li ul a {
	display:block;
	padding: 5px 0 0 0; margin:0;
	height: 22px;
	background: none;
}

#nav li:hover, #nav li.active, #nav li.sfhover {
	background-position: 0 -64px;
}

#nav li li:hover, #nav li li.active, #nav li li.sfhover {
	background: none;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { /* Hide second-and-above level lists */
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul,
#nav li li.sfhover ul, #nav li li li.sfhover ul { /* Lists nested under hovered list items */
	left: 0;
}



/* ----------------------------------- */
/* ----->>> =PAGE COMPONENTS <<<------ */
/* ----------------------------------- */


/* ----------------------------------- */
/* ----->>> =OVERRIDE STYLES <<<------ */
/* ----------------------------------- */


