/* GENERAL LAYOUT
============================================================== */

body {
	margin: 0;
	text-align: center;
}
.clear {clear: both;}

#wrapper {
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: left;
	width: 982px;
}
#wrapper_background {
	padding: 0 1px;
}
#content_wrap {
	padding: 35px;
}
#footer {
	height: 42px;
}


/* HEADER
============================================================== */

/* header title banner
-------------------------------------------------------------- */

#head_title_banner {
	display: block;
	height: 89px;
}

#head_logo {
	display: block;
	float: left;
	width: 135px; height: 75px;
}
#head_logo img {
	margin: 7px 0 0 6px;
	width: 127px; height: 67px;
}

#head_title_wrap {
	display: block;
	float: left;
	padding-left: 12px;
	width: 820px;
}
#head_title {
	display: block;
	height: 46px;
	overflow: hidden;
	padding-top: 9px;
}
#head_subtitle {
	display: block;
	height: 22px;
	overflow: hidden;
}

/* header menu
-------------------------------------------------------------- */

#head_menu_wrap {
	display: block;
	width: 980px; height: 31px;
}
#head_menu {
	display: block;
	float: right;
	right: 50%;
	position: relative;
}
#head_menu_center {
	float: left;
	height: 29px;
	left: 50%;
	padding-top: 1px;
	position: relative;
}

/* header main image
-------------------------------------------------------------- */

#head_mainimage_wrap {	
	position: relative;
	width: 980px; height: 151px;
}
#head_mainimage {
	left: 0; top: 0;
	position: absolute;
	width: 980px; height: 151px;
	z-index: 10;
}
#head_photo {
	left: 847px; top: 0;
	position: absolute;
	width: 132px; height: 151px;
	z-index: 20;
}

/* header contact banner
-------------------------------------------------------------- */

#head_contact_wrap {
	display: block;
	height: 56px;
}

#head_social {
	float: left;
	padding: 12px 0 0 12px;
	width: 250px;
}
#nav_social img {
	border: none;
	margin-right: 5px;
}

#head_contact {
	display: block;
	float: right;
	padding-right: 12px;
	text-align: right;
	width: 700px;
}

#contact_phone {padding-top: 6px;}
#contact_phone span span {padding-left: 15px;}


/* NAV MENU
============================================================== */

/* main menu item structure
-------------------------------------------------------------- */

#dyn_nav_h.dropdown li {
	padding: 0;
}

/* main menu item arrow
-------------------------------------------------------------- */

#dyn_nav_h.dropdown .dyn_nav_a {
	padding-right: 22px;
}

/* main menu item text
-------------------------------------------------------------- */

a.dyn_nav_mm:link, a.dyn_nav_mm:visited {
	height: 29px;
	line-height: 29px;
	padding: 0 22px;
}

/* drop down item structure
-------------------------------------------------------------- */

#dyn_nav_h.dropdown ul {padding: 5px;}

/* drop down item text
-------------------------------------------------------------- */

.dyn_nav_dd a:link, .dyn_nav_dd a:visited {
	height: 25px;
	line-height: 25px;
}