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

body{
	margin: 0;
	padding: 0;
	background-image: url(/images/body_back.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #C5DCE9;
}

h3{
	color: #016698;
	font-size: 20px;
	margin: 0;
	font-weight: normal;
}


hr{
	border-color: #7B6852;
}

.banner_back{
	width: 100%;
	height: 207px;
	margin: 0 auto;
	background-image: url(/images/banner_back.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

.banner{
	display: block;
	width: 950px;
	height: 170px;
	margin: 0 auto;
}

.logo{
	position: relative;
	top: 20px;
	left: 15px;
}

.banner_blueBar{
	width: 100%;
	background-color: #BFD8E9;

}

.banner_blueBar a{
	text-decoration: none;
}

.banner_blueBar a:hover{
	color: #EE3D3A;
}

.top_nav{
	width: 950px;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: left;
	/*border: 1px solid black;*/
}


.top_nav ul{
	list-style:none;
	margin: 0;
	padding-top: 8px;
	color: #036AAB;
	font: 12px Arial, Helvetica, sans-serif;
	padding-left:0px;
}

.top_nav ul li{
	float: left;
	margin-right: 30px;
	background-image:url(/images/blue_arrow.png);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:15px;
}

.top_nav a{
	color: #036AAB;
}

.multi_color_bar{
	width: 100%;
	height: 7px;
	background: url(/images/multi_color_bar.jpg) repeat-x;
}

.content_back{
	width: 100%;
	min-height: 300px;
}

.content_container{
	width: 950px;
	margin: 0 auto;
}

.content_bottom_back
{
	width: 100%;
}

.content_bottom_container{
	width: 950px;
	margin: 0 auto;
	color:#7B6852;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

.content_bottom_container h1{
	color: #7b6852;
	margin: 0;
	font-size: 32px;
}

.content_bottom_container h2{
	color: #016698;
	margin: 0;
	font-size: 22px;
}

.content_bottom_container a{
	color: #EE3D3A;
}


.left_nav{
	float: left;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

/*.left_nav ul{
	list-style: none;
	color: white;
}

.left_nav ul li{
	width: 170px;
	height: 35px;
	line-height: 35px;
	background-color: #016698;
	background-image: url(/images/white_arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	border-bottom: 2px solid white;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	margin-righit: 4px;
	padding: 4px;
}

.left_nav ul li a{
	margin-right: 15px;
	color: white;
	text-decoration: none;
}*/


.right_container{
	float: right;
	width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.right_container a{
	color: Red;
}



.right_container p, .right_container td, .right_container ul{
	color: #7B6852;
	font-size: 11px;

}

.right_container #brand_links {
	font-size: 14px;
	font-weight: bold;
}

.right_container #brand_links a, .right_container ul li a{
	color: #EE3D3A;
	text-decoration: none;
}

.right_container #brand_links a:hover, .right_container ul li a:hover{
	text-decoration: underline;
}


.right_container h1{
	color: #7b6852;
	margin: 0;
	font-size: 32px;
	padding-bottom:10px;
}

.right_container h2{
	color: #016698;
	margin: 0;
	font-size: 22px;
}


.right_login{
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	top: 40px;
}

.right_login a:hover, .right_login a{
	color:Red;
}

.login_inputs{
	width: 145px;
	height: 44px;
	background: url(/images/rounded_form_back.png) no-repeat;
}

.login_inputs input{
	width: 118px;
	position: relative;
	left: 20px;
	top: 6px;
	border: 0;
	background: none;

}

.login_title{
	width: 118px;
	position: relative;
	left: 20px;
	top: -15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #016698;
}

#employee_login{
   display: none;
   width: 335px;
   height: 73px;
   background: url(/images/light_blue_login_back.png) top left no-repeat;
}

#customer_login{
   display: none;
   width: 335px;
   height: 73px;
   background: url(/images/dark_blue_login_back.png) top left no-repeat;
}

#employee_login a{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #016698;
	padding-top: 3px;

}

#customer_login a{
   	font-family: Arial, Helvetica, sans-serif;
  	color: #016698;
	text-decoration: none;
	padding-top: 3px;
}

#employee_logout {
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top: 10px;
}

#employee_logout a{
    margin-left: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	text-decoration: none;
	color: #BFD8E9;
	position: relative;
	display: inline;
}

#customer_login span{
	color: #016698;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
}

#employee_login span{
	color: #016698;
	font-family: Arial, Helvetica, sans-serif;
    padding-top: 3px;

}

.home_bottom{
	border-top: 1px solid #7B6953;
	margin: 0 auto;
	width: 950px;
}

.home_bottom #left{
	border-right: 1px solid #7B6953;
	float: left;
	position: relative;
	width: 35%;
	font-family: Arial, Helvetica, sans-serif;
	color: #7B6852;
	font-size: 12px;
	padding: 8px;

}

.home_bottom #left p{
	margin: 0;
	padding-left: 65px;
}


.phone_icon{
	position: absolute;
	padding-left: 7px;
}

.hotline{
	margin-top: 10px;
	margin-bottom: 10px;
	height: 30px;
	line-height: 30px;
	background-color: #C7B299;
	font: 24px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	padding-left: 65px;
}

.home_bottom #right{
	float: right;
	position: relative;
	width: 60%;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 8px;
}

.home_bottom #right h2{
	color: #7B6852;
	font-size: 28px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.latest_news{
	float: left;
	width: 260px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #7B6852;
}

.latest_news p{
	margin-top: 0;
}

.latest_news #learn_more{
	height: 18px;
	line-height: 18px;
	padding-right: 14px;
	background: url(/images/brown_arrow.png) no-repeat right;
}

.latest_news a{
	color: #7B6852;
	text-decoration: none;
}

.news_pic{
	float: right;
}

.page_anchors{
	font-weight: bold;
	color: #EE3D3A;
	margin-right: 22px;
	float: left;
	font-size: 12px;
}

.location_box{
	margin-bottom: 20px;
}

.location_box span{
	float: left;
	margin-left: 20px;
	margin-right: 10px;
}


.location_box td, .location_box p{
	color: #7B6852;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 8px;
}

.location_box a{
	font-weight: bold;
	color: #EE3D3A;
	text-decoration: none;
}

.location_box a:hover{
	text-decoration: underline;
}

.footer{
	width: 100%;
	height: 65px;
	background: #e8dfd6;
	margin-top: 50px;
	color: #7B6953;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
	background-image:url(/images/footer-bg.jpg);
	background-repeat:repeat-y;
}

.footer a{
	color: #7B6953;
	text-decoration: none;
}

.footer a:hover{
	text-decoration: underline;
}

.footer #container{
	width: 950px;
	margin: 0 auto;
	text-align: center;
	padding-top: 8px;
}

.command_link {
	padding:0.4em 1em 0.4em 20px;
	text-decoration:none;
	color:red;
	font-size:11px;
}


.command_link span.ui-icon {
	position:absolute;
	display:none;
}

.command_panel
{
	border-bottom:dotted 1px #1c3664;
}


.download_link a
{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:red;
}

.download_description
{
	font-size:10px;
	color:Black;
}

.item_list
{
	background-color:#e3dcd4;
	border-bottom:dotted 1px #1c3664;
	padding: 5px 10px 5px 10px;
	font-size:12px;
	font-weight:bold;
	font-color:black;
}

.item_edit_blue
{
	font-size:16px;
	font-weight:bold;
	color:#003650;
}

.item_list_alt
{
	background-color:#f3efeb;
	border-bottom:dotted 1px #1c3664;
	padding: 5px 10px 5px 10px;
	font-size:12px;
	font-weight:bold;
	font-color:black;
}

.item_list .primary
{
	font-size:16px;
	color:#003650;
}

.item_list_alt .primary
{
	font-size:16px;
	color:#003650;
}

.item_list_title
{
	background-color:#016698;
	font-size:20px;
	color:white;
	padding:3px;
	font-weight:bold;
}

.item_list_title td
{
	font-size:20px;
	color:white;
	font-weight:bold;
}

.item_list_footer
{
	background-color:#016698;
	padding: 1px 10px 1px 1px;
}

.item_list_container
{
	padding:3px;
	height:400px;
	overflow:auto;
	border:solid 1px #BFD8E9;
}


.item_edit_title
{
	background-color:#016698;
	font-size:20px;
	color:white;
	padding:3px;
	font-weight:bold;
}



.item_edit_footer
{
	background-color:#016698;
	padding: 1px 10px 1px 1px;
}

.item_edit_container
{
	padding:3px;
	border:solid 1px #BFD8E9;
	background-color:#f3efeb;
	font-size:12px;
	color:#003650;
}


.selected_site a
{
	font-weight:bold;
	color:Red;
}

.pager
{
	font-weight:bold;
	font-size:16px;
}

.formbox1
{
	width:759px;
	background-image:url('/images/box-top.jpg');
	background-repeat:no-repeat;
	background-color:#c7b199;
}

.formbox2
{
	background-image:url('/images/box-bottom.jpg');
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:5px;
}


.form2box1
{
	width:759px;
	background-image:url('/images/box2-top.jpg');
	background-repeat:no-repeat;
	background-color:#dbe8f1;
}

.form2box2
{
	background-image:url('/images/box2-bottom.jpg');
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:5px;
}

form {
margin: 0;
padding: 0;
}