@charset "utf-8";
/* CSS Document */

/* HTML BODY & HEADER DIV*/

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #f2f2f2;	
}

a {
	color: #ff6600;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}	

.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clear {
    _height: 1%;
    zoom: 1;
}

.ieclear {
    _height: 1%;
    zoom: 1;
	clear: both;
}

#page {
	width: 974px;

	margin: 0 auto;
	background: #FFF;
}

#main {
	background: #FFF;
	height: 100%;
	margin: 0 auto;
	position: relative;
	width: 974px;
	position: relative;
	width: 974px;
	margin: 0 auto;
	height: 100%;
	background: #FFF;
}

.header_top {
	width: 974px;
	height: 128px;
	background: #ff6600 url(../images/header/bg.png) repeat-x 0 bottom;
}

.header_logo {
	width: 249px;
	height: 65px;
	float: left;
	display: inline;
	position: relative;
	margin: 40px 0 0 20px;
}

.header_logo img {
	display: block;
}

.header_search {
	width: 445px;
	height: 147px;
	margin: 0 0 0 529px;
	_margin: 0 0 0 526px;	
	color: #FFF;
}

.header_search_links {
	height: 20px;
	padding:17px 15px 0 0;
	text-align: right;
	font-size: 0.916em;
}

.header_search_links a {
	font-size: 0.916em;
	text-decoration: none;
	color: #FFF;
}

.header_search_links a:hover {
	text-decoration: underline;
}

.header_input_style {
	width: 136px;
	height: 18px;
	border: 1px solid #a5acb2;
	background: #FFF;
	font-size: 1em;
	color: #666;
	padding: 0px 0 0 3px;
	margin: 0;
}

.header_submit_btn {
	width: 14px;
	height: 20px;
	background: url(../images/header/search_submit.gif) no-repeat top left;
	background-position: 0 2px;
	text-indent: -999px;
	border: 0;
	cursor: pointer;
}

.header_input {
	height: 20px;
	margin: 7px 15px 0 0;
	text-align: right;
}

.header_slogan {
	height: 13px;
	margin: 30px 20px 0 0;
	text-align: right;
}

.header_navigation {
	width: 974px;
	height: 41px;
	margin: 0 auto;
	background: url(../images/header/navigation_bar.gif) repeat-x top left;
}

.header_navigation ul {
	margin: 0 0 0 13px;
	padding: 12px 0 0 0;
	list-style: none;
}

.header_navigation ul li {
	display: inline-block;
	margin: 0 20px 0 0;
	float: left;
}


.header_navigation ul li a {
	font-size: 1.333em;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-shadow: 0 1px #e6e6e6;
}

.header_navigation ul li a:hover {
	font-size: 1.333em;
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
	display: block;	
}


/* FOOTER DIV */

#footer {
	width: 974px;
	background: #d8d8d8;
	height: 200px;
}

.footcolumns {
	margin: 0 auto;
}

.footcolumns li {
	width: 183px;
	margin: 0 0 20px 8px;
	float: left;
	list-style: none;
}

.footcolumns li p {
	margin: 0 0 0 10px;
	font-size: 0.916em;
}

.footcolumns li p a {
	color: #000;
	text-decoration: none;
}

.footcolumns li p a:hover {
	text-decoration: underline;
}	

.footcolumns li h1 {
	margin: 0; padding: 0;
}	

.footcolumns li h1 a {
	background: url(../images/footer/footarr.gif) no-repeat top left;
	background-position: 0 3px;
	color: #706454;
	padding: 0 0 0 8px;
	margin: 0 0 5px 0;
	font-size: 14px;
	text-decoration: none;
}

.footcolumns li h1 a:hover {
	text-decoration: underline;
}	

.footer_sitemap {
	width: 150px;
	height: 30px;
}

.footer_bottom {
	background: #7d7d7d;
	height: 91px;
	border-top: 1px solid #FFF;
	width: 974px;
	margin: 0 auto;
}	

.footer_bt_left {
	width: 500px;
	height: 30px;
	float: left;
	margin: 10px 0 0 20px;
	_margin: 10px 0 0 10px;
	color: #FFF;	
}

.footer_bt_left a {
	font-size: 0.916em;
	color: #FFF;
	text-decoration: none;
}	

.footer_bt_left a:hover {
	text-decoration: underline;
	cursor: pointer;
}	

.footer_bt_right {
	width: 300px;
	height: 30px;	
	position: relative;
	margin: 10px 0 0 650px;
	text-align: right;
	color: #FFF;
	font-size: 0.916em;
}

.footer_bt_bottom {
	clear: both;
}

.footer_bt_bottom_left {
	float: left;
	padding: 15px 0 0 20px;
	color: #FFF;
	font-size: 11px;
}

.footer_bt_bottom_right {
	float: right;
	padding: 0 25px 0 0;
}

/* Dialogs */

div.ui-dialog 
{
    border: none;
    background: transparent;
}

div.ui-dialog .ui-dialog-titlebar 
{
    background: #FFF url(../images/dialog.png) no-repeat 0 0;
    _background: #FFF url(../images/dialog.gif) no-repeat 0 0;
    height: 43px;
    padding: 30px 40px 0 40px;
}

div.ui-dialog
{
    background: #FFF url(../images/dialog.png) no-repeat -880px 100%;
    _background: #FFF url(../images/dialog.gif) no-repeat -880px 100%;
    padding-bottom: 41px;
}

div.ui-dialog .ui-dialog-title 
{
    color: #FF6600;  
    font-size: 24px;
	font-weight: bold;
}

div.ui-dialog .ui-dialog-titlebar-close 
{
	text-indent: -9999px;
    width: 28px;
    height: 26px;
    padding: 0;
    background: url(../images/dialog_close.gif) no-repeat 0 0;
    outline: none;
	position: absolute;
	margin: -20px 0 0 240px;
}

div.ui-dialog iframe 
{
    background: #fff;
    border: 0;
    overflow: hidden;
    background: url(../images/dialog.png) repeat-y -440px 0;
    _background: url(../images/dialog.gif) repeat-y -440px 0;
}


