@charset "utf-8";
/* CSS Document */
/****************** GLOBAL STYLES *******************/

* {
	padding: 0px;
	margin: 0px;
}

.float_right {
	float: right;
	clear: right;
}

.float_left {
	float: left;
	clear: left;
}

.clear {
	clear: both;
}

.right_justify {
	text-align: right;
}

.left_justify {
	text-aligh: left;
}

/****************** END GLOBAL STYLES *******************/


/****************** WRAPPER STYLES *******************/

#outer_wrapper {
	width: 960px;
	margin: 0px auto;
	padding: 10px 20px 0px 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

#content_wrapper {
	width: 940px;
	margin: 0px auto;
	padding: 10px 0px 20px 0px;
}

#footer_wrapper {
	width: 960px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

/****************** END WRAPPER STYLES *******************/


/****************** NAVIGATION STYLES *******************/

#navigation_container {
	width: 960px;
	height: 85px;
	padding-bottom: 10px;
	position: relative;
}

#navigation_left_end {
	width: 16px;
	height: 85px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/navigation_left_end.gif);
}

#navigation_right_end {
	width: 16px;
	height: 85px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url(../images/navigation_right_end.gif);
}

#navigation_content {
	width: 928px;
	height: 85px;
	position: absolute;
	left: 16px;
	top: 0px;
	background-image: url(../images/navigation_repeat_bg.gif);
	background-repeat: repeat-x;
}

#navigation_content ul {
	width: 900px;
	text-align: center;
	margin: 30px auto 0px auto;
	padding: 0px;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}

#navigation_content ul li {
	line-height: 22px;
	font-weight: 900;
	display: inline;
	padding: 0px 35px 0px 35px;
	border-right: 3px solid black;
}

#navigation_content ul li a:link, #navigation_content ul li a:visited {
	color: black;
	text-decoration: none;
}

#navigation_content ul li a:hover, #navigation_content ul li a:active {
	color: #fff200;
	text-decoration: underline;
}

/****************** END NAVIGATION STYLES *******************/


/****************** SLOGAN STYLES *******************/

#slogan_container {
	width: 960px;
	height: 29px;
	padding-bottom: 10px;
	position: relative;
}

#slogan_left_end {
	width: 9px;
	height: 29px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/slogan_left_end.gif);
}

#slogan_right_end {
	width: 9px;
	height: 29px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url(../images/slogan_right_end.gif);
}

#slogan_content {
	width: 942px;
	height: 29px;
	position: absolute;
	left: 9px;
	top: 0px;
	background-image: url(../images/slogan_repeat_bg.gif);
	background-repeat: repeat-x;
}

#slogan_content p {
	text-align: center;
	width: 940px;
	margin: 5px auto 0px auto;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0em;
	color: #fff200;
	font-weight: 700;
}

/****************** END SLOGAN STYLES *******************/


/****************** BANNER STYLES *******************/

#banner_container {
	width: 967px;
	height: 293px;
	position: relative;
}

#banner_left {
	position: absolute;
	top: 0px;
	left: 0px;
}

#banner_center {
	position: absolute;
	top: 0px;
	left: 322px;
}

#banner_right {
	position: absolute;
	top: 0px;
	left: 645px;
}

/****************** END BANNER STYLES *******************/


/****************** FOOTER STYLES *******************/

#footer_level_three {
	width: 960px;
	height: 292px;
	padding: 20px 0px 0px 0px;
	border-top: 1px solid #d5d5d5;
	border-bottom: 2px solid #d3b786;
	text-align: center;
}

#footer_level_three img {
	padding: 0px!important;
	margin: 0px!important;
	border: none;
}

#footer_level_two {
	width: 960px;
	height: 140px;
	padding-top: 20px;
}

#footer_level_one {
	width: 960px;
	height: 115px;
	position: relative;
	border-top: 1px solid #d5d5d5;
}

#footer_level_one img {
	border: none;
	position: absolute;
	top: 10px;
	left: 10px;
}

#footer_level_one ul {
	width: 960px;
	text-align: center;
	list-style-type: none;
	margin: 70px auto 0px auto;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #6a6a6a;
}

#footer_level_one ul li {
	display: inline;
	line-height: 14px;
	font-weight: 400;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #6a6a6a;
}

#footer_level_one a:link, #footer_level_one a:visited {
	color: #6a6a6a;
	text-decoration: none;
}

#footer_level_one a:hover, #footer_level_one a:active {
	color: #f26522;
	text-decoration: underline;
}

/****************** END FOOTER STYLES *******************/