body{
	font-family:Arial, Helvetica, sans-serif;
	/*background: url(images/bg_tile.gif) top left repeat-y #f6f6f6;*/
	margin: 0px;
	padding: 35px 45px 0px 45px;
}

.clearer{
	clear:both;
}

p{
	padding: 3px 0px 3px 0px;
}

a{
	color: #b74f8f;
}

div.container{
	width: 954px;
}

/********************* HEARDER ************************/

div.header{
	width: 954px;
	height: 130px;
} 

div.logo{
	float:left;
}

img.logo{
	margin-left: 20px;
}

div.nav{
	float:right;
	width: 260px;
	text-align: left;
	vertical-align:bottom;
}

a.nav_link{
	display: block;
	float:left;
	font-size:10px;
	text-decoration: none;
	color: #96aebe;
	padding-left: 18px;
	padding-top: 8px;
	margin-left: 12px;
	margin-right: 12px;
	border-top: 4px solid #ffffff;
}

a.nav_link:hover{
	border-top: 4px solid #b74f8f;
	color: #b74f8f;
}

a.nav_home{
	background: url(images/icons/home.gif) 1px 8px no-repeat;
}

a.nav_home:hover{
	background: url(images/icons/home_select.gif) 1px 8px no-repeat;
}

a.nav_site_map{
	background: url(images/icons/site_map.gif) 0px 9px no-repeat;
}

a.nav_site_map:hover{
	background: url(images/icons/site_map_select.gif) 0px 9px no-repeat;
}

a.nav_contact{
	background: url(images/icons/contact.gif) 0px 9px no-repeat;
}

a.nav_contact:hover{
	background: url(images/icons/contact_select.gif) 0px 9px no-repeat;
}

/******************** SEARCH ************************/

table.top_search{	
	margin-left: 15px;
}

input.serch_field{
	background: url(images/searchbox_bg.gif) 2px 0px no-repeat;
	background-color: #ffffff;
	border: 1px solid #d5dfe5;
	font-size:10px;
	padding: 2px;
	width: 150px;
	color: #000000;
}

input.search{
	width:23px;
	height:18px;
}

input.search_button{
	width:23px;
	height:18px;
	background:url(images/icons/search.gif) top left no-repeat;
	border:0px;
	padding:0px;
	overflow:hidden;
	cursor:pointer;
	cursor:hand;
	padding-top:18px;
	font-size:0px;
}

/******************** MENU *************************/

div.menu{
	width: 954px;
	height: 237px;
}

div.banner{
	float:left;
	width: 664px;
	height: 237px;
	background: url(images/banner_underline.gif) bottom left repeat-x;
}

div.menu_links{
	background: url(images/menu_bottom.gif) bottom left no-repeat;
	float:right;
	width: 290px;
	height: 237px;
	text-align: left;
}

a.menu_link{
	display:block;
	font-size:26px;
	text-decoration: none;
	background:url(images/menu_normal.gif) left center no-repeat;
	color: #96aebe;
	padding-left: 45px;
	height: 47px;
	line-height:47px;
}

a.menu_link:hover{
	background:url(images/menu_select.gif) left center no-repeat;
	color: #b74f8f;
}

a.selected{
	background:url(images/menu_select.gif) left center no-repeat;
}


a.menu_bottom_link{
	background:none;
}

a.menu_bottom_link:hover{
	background:url(images/menu_bottom_select.gif) left center no-repeat;
}
a.bottom_selected{
	background:url(images/menu_bottom_select.gif) left center no-repeat;
}
/******************** FOOTER *************************/

div.footer{
	width: 954px;
}

.bottom_text{
	font-size: 11px;
	color: #96aebe;
	text-align:left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #96aebe;
}

.bottom_links{
	text-align:right;
}

a.bottom_link{	
	font-size: 11px;
	color: #798992;
	text-decoration:none;
	padding: 3px 7px 3px 7px;
}

a.bottom_link:hover{	
	text-decoration:underline;
}

