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

body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #EBEBEB;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252525;
}

.header {
color:#F4F4F4;
font-size:10px;
font-weight:bold;
width:760px;
height:39px;
padding-left:63px;
padding-top:97px;
background-image:url(images/header_image.jpg);
background-repeat:no-repeat;
}

.content_area {
text-align:left;
width:582px;
padding-left:18px;
padding-top:10px;
margin-top:0px;
padding-right:18px;
}

.content_area a:link {
	color: #D78100;
	text-decoration: none;
	font-weight:bold;
}
.content_area a:visited {
	text-decoration: none;
	color: #D78100;
	font-weight:bold;	
}
.content_area a:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #FF9C0D;
}
.content_area a:active {
	text-decoration: none;
	color: #FF9C0D;
	font-weight:bold;
}

.menu_area {
text-align:left;
}


.menu_item {
width:205px;
font-size:10px;
}

.menu_item a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	display:block;
	padding:4px 6px 6px 20px;
	margin:0px;
	background-image:url(images/menu_arrow.gif);
	background-repeat:no-repeat;
    background-position:left;
	background-color:#252525;
	border-bottom:1px solid;
	border-top:1px solid;
	border-bottom-color:#484848;
	border-top-color:#000;
}

.menu_item a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	display:block;
	padding:4px 6px 6px 20px;
	margin:0px;
	background-image:url(images/menu_arrow.gif);
	background-repeat:no-repeat;
    background-position:left;
	background-color:#252525;
	border-bottom:1px solid;
	border-top:1px solid;
	border-bottom-color:#484848;
	border-top-color:#000;
}

.menu_item a:hover {
	text-decoration: none;
	font-weight:bold;
	color: #ffffff;
	background-color:#383838;
	border-bottom:1px solid;
	border-top:1px solid;
	border-bottom-color:#484848;
	border-top-color:#000;
}
.menu_item a:active {
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
}

.contact_side {
padding-top:10px;
padding-left:24px;
color:#CCCCCC;
}

.contact_side a:link {
	color: #D78100;
	text-decoration: none;
	font-weight:bold;
}
.contact_side a:visited {
	text-decoration: none;
	color: #D78100;
	font-weight:bold;	
}
.contact_side a:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #FF9C0D;
}
.contact_side a:active {
	text-decoration: none;
	color: #FF9C0D;
	font-weight:bold;
}

.contact_side input {
color:#FFFFFF;
background-color:#252525; 
border:1px solid #333;
font-size:9px;
}

.contact_side textarea {
overflow:auto;
width:149px;
color:#FFFFFF;
background-color:#252525; 
border:1px solid #333;
}

.contact_side p {
padding-top:1px;
padding-bottom:4px;
margin:0px;

}



.footer_area {
text-align: center;
}

.footer_area a:link {
	color: #D78100;
	text-decoration: none;
	font-weight:bold;
}
.footer_area a:visited {
	text-decoration: none;
	color: #D78100;
	font-weight:bold;	
}
.footer_area a:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #FF9C0D;
}
.footer_area a:active {
	text-decoration: none;
	color: #FF9C0D;
	font-weight:bold;
}


h1 {
font-size:18px;
}