@charset "UTF-8";
/* CSS Document */

#container {
	width: 1007px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 10px;
}
#hedaer {
	background-color: transparent;
	background-image: url(../../images/header_r.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 262px;
	width: 585px;
}
body {
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
	line-height: 18px;
	color: #581900;
	margin: 15px 0px 0px;
	padding: 0px;
	text-align: left;
}
#panel_bg {
	background-color: transparent;
	background-image: url(../../images/pan_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	width: 1007px;
	
	
}
#pan_bot {
	background-color: transparent;
	background-image: url(../../images/pan_bot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 1007px;
	float: left;
	margin-bottom: 0px;
}
#panel {
	background-color: transparent;
	background-image: url(../../images/panel_top_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 1007px;
}

#panel_right {
	float: right;
	width: 500px;
	margin-left: 0px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-right: 60px;
}

#panel_right p {
	margin-bottom: 0px;
	padding-bottom: 8px;
	margin-top: 8px;
}
.small_text {
	font-size: 11px;
	line-height: 13px;
}
#copyright {
	font-size: 11px;
	padding-left: 70px;
}
h1 {
	font-size: 32px;
	margin-top: 5px;
}

#panel_right h2 {
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
}.row {
	float: left;
	width: 1007px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#top_left {
	background-color: transparent;
	background-image: url(../../images/top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 48px;
	width: 422px;
}
#nav_bg {
	background-color: transparent;
	background-image: url(../../images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 31px;
	width: 565px;
	padding-left: 20px;
	padding-top: 17px;
}
#logo {
	float: left;
	height: 262px;
	width: 422px;
}
#promo_bg {
	background-color: transparent;
	background-image: url(../../images/promo_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 398px;
	width: 422px;
}
#footer_h {
	background-color: transparent;
	background-image: url(../../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 81px;
	width: 1007px;
	float: left;
}
#main_copy {
	background-color: transparent;
	background-image: url(../../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 398px;
	width: 585px;
}
#footer_h p {
	font-size: 18px;
	text-align: center;
	margin-left: 360px;
	margin-top: 40px;
}
#promo {
	font-size: 18px;
	line-height: 22px;
	color: #FBD666;
	float: right;
	width: 299px;
	margin-right: 50px;
	margin-top: 90px;
}
.promo_item {
	background-color: transparent;
	background-image: url(../../images/promo_swoosh.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 5px;
	padding-bottom: 25px;
	text-align: center;
	margin-top: 0px;
}
#promo p {
	margin-top: 0px;
}
#main_copy h1 {
	font-family: "Trebuchet MS";
	line-height: 24px;
	font-size: 24px;
	font-weight: bold;
	margin-top: 60px;
	margin-left: 10px;
}
#main_copy p {
	font-size: 18px;
	line-height: 20px;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 10px;
}
#panel_left {
	width: 360px;
	margin-top: 30px;
	margin-left: 60px;
	float: left;
}
.panel_img {
	padding: 8px;
	background-color: #FFFFFF;
	border: 1px solid #C9B1AA;
}
#panel_left p {
	margin-top: 0px;
	margin-bottom: 10px;
}
#panel a {
	color: #581900;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF6600;
	padding-bottom: 1px;
}

#panel a:hover {
	color: #CC0000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF6600;
	padding-bottom: 1px;
}

.err {
	color: #990000;	
}

/* Form styles */
#form_container ul {
	list-style: none;
}

#form_container li {
	list-style: none;
	margin-left: -30px;
	padding: 3px;
}

input {
	color: #581900;
	padding: 3px;
	border: 1px solid #C9B1AA;
	cursor: pointer;
}
