/* -------- LAYOUT -------- */

body {
	/*font: 12px 'Trebuchet MS';*/
	font: 12px 'Arial';
	color: #2f2b2c;
	background: url(../design/body_back.jpg) repeat-x;
	background-color: #59463b;
}

#layout {
	width: 983px;
	height: 640px;
	margin-top: 20px;
}




/* -------- TOP NAV ZONE -------- */

#box_top {
	width: 983px;
	height: 103px;
	background: url(../design/box_top.jpg) no-repeat;
	padding: 0px 0px 0px 25px;
	text-align: left;
}


#box_top p.transparent_link {
	/*padding: 0px 0px 0px 0px;*/
	margin: 0px;
	width: 250px;
}


#box_top p.transparent_link a {
	width: 250px;
	height: 100px;
	display:inline;
	float: left;
	margin: 0px 0px 0px 0px;
}



#box_top p.findout {
	padding: 36px 0px 0px 750px;
	margin: 0px;
	/*text-align: center;*/
	color: #ffffff;
	width: 250px;
	font-size: 11px;
	/*font-weight: bold;*/
}

#box_top p.findout a {
	text-decoration: none;
	background: url(../design/button.png);
	line-height: 20px;
	width: 78px;
	height: 23px;
	text-align: center;
	color: #ffffff;
	display:inline;
	float: left;
	margin: 10px 10px 0px 0px;
}

#box_top p.findout a:hover {
	background: url(../design/button_hover.png);
}





/* -------- MIDDLE CONTENT ZONE -------- */

#box_mid {
	width: 983px;
	height: 440px;
	background: url(../design/box_mid.jpg) no-repeat;
}

#box_mid .container{
	width: 935px;
	height: 440px;
}

#box_mid .container img{
	float: left;
	/*border-right: 1px solid #000;*/
}

#box_mid .copy{
	padding: 40px;
	margin-left: 320px;
	text-align: left;
	vertical-align: top;
}

#box_mid .copy h1{
	font-size: 18px;
	/*color: #928258;*/
	/*color: #aa9966;*/
	color: #222222;
	font-weight: bold;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}

#box_mid .copy h2{
	font-size: 13px;
	color: #928258;
	font-weight: bold;
	padding: 2px 0px 6px 0px;
	margin: 0px;
}

#box_mid .copy p{
	font-size: 13px;
	color: #2f2b2c;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 18px;
}

#box_mid .copy ul li{
	font-size: 12px;
	color: #2f2b2c;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 18px;
}

#box_mid a{
	color: #426e7e;
	text-decoration: none;
}

#box_mid a:hover{
	color: #928258;
	text-decoration: none;
}

#box_mid .table{
	padding: 40px;
	margin-left: 460px;
	text-align: left;
	vertical-align: top;
}


/* -------- BOTTOM LOGO ZONE -------- */

#box_bot {
	width: 983px;
	height: 46px;
	background: url(../design/box_bot.jpg) no-repeat;
	padding: 8px;
	padding-left: 40px;
	margin-left: 0px;
	text-align: left;
}


#box_bot a {
	line-height: 20px;
	font-size: 12px;
	color: #dddddd;
	text-decoration: none;
	/*margin: 0px 0px 0px 0px;*/
}

#box_bot a:hover {
	color: #ffffff;
}

#box_bot a.on {
	color: #ffffff;
}





/* -------- MENU ZONE -------- */

#box_menu {
	width: 983px;
	height: 26px;
	background: url(../design/box_menu.jpg) no-repeat;
	padding: 0px;
	margin: 0px;
	text-align: left;
}


/* -------- FOOTER -------- */

#menu_bot {
	color: #7d7d7b;
}

#menu_bot a{
	text-decoration: none;
	color: #7d7d7b;
	font-size: 11px;
}

#menu_bot a:hover{
	color: #ffffff;
	
}


/* -------- FORM TABLE -------- */


td.title{
/*font-family: 'Trebuchet MS';*/
font-family: 'Arial';
font-size: 13px;
color: #a58f5e;
font-weight: bold;
padding: 5px 5px 15px 5px;
margin: 0px;
}

td.form{
/*font-family: 'Trebuchet MS';*/
font-family: 'Arial';
font-size: 12px;
color: #413f40;
padding: 5px;
margin: 0px;
line-height: 18px;
}

input,option,select{
/*font-family: 'Trebuchet MS';*/
font-family: 'Arial';
font-size: 11px;
color: #413f40;
}

.bullet {
	list-style-image: url(../design/bullet.jpg);
	list-style-position: inside;
	margin-left: 15px;
	position: absolute;
}


