/* CSS Document */

/* ---------------------------------------------------- */
body{
	font-family: "Times New Roman", Times, serif;
	font-size:13px;
	color:#996633;
	background-image: url(../images/body_bg.png);
	background-repeat:repeat-y;
	background-color:#EFE4D6;
	margin: 0px;
	padding: 0px;
}
form {
	padding:0px;
	margin:0px;
}
img {
	border:0px;
}
a.white{
	color:#fff;
	text-decoration:none;
}
a.white:hover{
	color:#bcdded;
	text-decoration:none;
}
a{
	color: #996633;
	text-decoration:none;
}
a:hover{
	color: #996633;
	text-decoration:underline;
}
.clear {
	clear: both;
}
.boldtext{
	font-weight: bold;
}

.steelbluetext{
	color: #757f99;
}
.skybluetext{
	color: #79bbdc;
}
.blacktext{
	color:#000000;
}
.whitetext{
	color:#FFFFFF;
}
.errortext {
	color:#CC0000;
}

.input, select, input, textarea {
	font-size: 11px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
}
input.lightsubmit, button.lightsubmit {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	background-color: #EDE1D1;
	color: #996633;
	font-weight: bold;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* container */
#container{
	width: 755px;
	margin-left:12px;
}
#container_header{
	width: 755px;
	height:150px;
	background-image:url(../images/header_bg.png);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
#container_large_image{
	width: 755px;
	height:210px;
}
#container_main{
	width: 755px;
	background-image:url(../images/main_footer.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}
/* container */

/* container_header */
#header_logo{
	float: left;
	height:145px;
	width:300px;

}
#header_quick_nav{
	float:right;
	width:290px;
	height:45px;
	margin-top:10px;
	text-align:center;
}
#header_search{
	float:right;
	width:290px;
	text-align:center;
}
/* container_header */

/* container_main */
#main_left{
	float:left;
	width:188px;
	margin-bottom:50px;
	padding-top:20px;
	background-image:url(../images/menu_bg.png);
	background-repeat: repeat-x;
	background-color: #FCFCFC;
}
#main_right{
	float:left;
	width:460px;
	margin-left:5px;
	padding:10px 10px 80px 50px;
	background-image:url(../images/right_bg.png);
	background-position:left top;
	background-repeat:no-repeat;
}
/* container_main */

/* menu */
#menu{
	min-height:200px;
  height:auto !important;
  height:200px;
}
.menu_item {
	padding-left:20px;
	line-height: 30px;
}
.menu_item .menu_item_items {
}
.menu_item_item {
	line-height: 30px;
	padding-left: 30px;
}
.menu_separator {
	height:3px;
	text-align:center;
	background-image:url(../images/menu_separator_link.gif);
	background-position:center;
	background-repeat:no-repeat;
}
#menu_small_image {
	margin-top:40px;
	margin-bottom:10px;
	text-align:center;
}
/* menu */

/* main_right */
#main_right_title{
	color:#019D92;
	font-size:20px;
	line-height:70px;
	font-style:italic;
	font-weight:bold;
	height:70px;
}
#main_right_below_image {
	margin-top:20px;
}
/* main_right */