@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

body {
	background: #034f89 url(../images/layout/bg_repeat.jpg) top left repeat-x fixed;
}

#site_wrap {
	background: transparent url(../images/layout/sitewrap_bg.jpg) center top no-repeat scroll;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

#site_layout {
	margin: 0 auto;
	width: 990px;
}

#site_layout #site_header {
	background: transparent url(../images/layout/header.png) left top no-repeat scroll;
	height: 203px;
	position: relative;
	width: inherit;
}

#site_layout #site_header #logo {
	height: 98px;
	left: 45px;
	margin: 0 auto;
	position: absolute;
	top: 85px;
	width: 212px;
	z-index: 100;
}

#site_layout #site_header #logo a {
	display: block;
	height: 98px;
	width: 212px;
}

#site_layout #content_area {
	height: 408px;
	padding-top: 5px;
	position: relative;
	width: 990px;
}

#site_layout #content_area .box {
	float: left;
	height: 408px;
	position: relative;
	width: 247px;
}

#site_layout #content_area .box h3 {
	color: #FFFFFF;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1em;
	font-weight: bold;
	left: 0;
	line-height: 50px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 247px;
}

#site_layout #content_area .box span {
	color: #fff;
	display: block;
	font-family: Helvetica,Arial,sans-serif;;
	font-size: .82em;
	left: 0;
	line-height: 1.3em;
	padding: 5px;
	position: absolute;
	text-align: center;
	top: 290px;
	width: 96%;
}

#site_layout #content_area .box_links,
#site_layout #content_area .box_link_acc {
	bottom: 0;
	left: 25px;
	position: absolute;
	z-index: 2;
}

#site_layout #content_area .box_link_acc {
	left: 5px;
}

#site_layout #site_footer {
	height: 160px;
	margin: 0px;
	position: relative;
	width: 990px;
}

#site_layout #site_footer #top_of_footer {
	background: transparent url(../images/layout/footer_under.png) center top no-repeat scroll;
	height: 85px;
	width: inherit;
}

#site_layout #site_footer #btm_of_footer {
	height: 75px;
	width: inherit;
}

#site_layout #site_footer #btm_of_footer #btm_links {
	margin: 0 auto;
	text-align: center;
	width: inherit;
}

#site_layout #site_footer #btm_of_footer #btm_links > ul {
	margin: 0 auto;
}

#site_layout #site_footer #btm_of_footer #btm_links ul li {
	display: inline;
	list-style: none;
	margin: 0 2px 0 0;
}

#site_layout #site_footer #btm_of_footer #btm_links ul li a {
	color: #ffffff;
	font-family: 'Trebuchet MS';
	font-size: .7em;
	line-height: 30px;
	text-decoration: none;
	vertical-align: 10px;
}

#site_layout #site_footer #btm_of_footer #btm_links .first_btm_link_li {
	list-style: none;
}

#site_layout #site_footer #btm_of_footer #btm_links .last_btm_link_li {
	margin: 0;
}

#site_layout #site_footer #btm_of_footer #btm_links a:link,
#site_layout #site_footer #btm_of_footer #btm_links a:visited {
	text-decoration: none;
}

#site_layout #site_footer #btm_of_footer #btm_links a:hover,
#site_layout #site_footer #btm_of_footer #btm_links a:active {
	text-decoration: underline;
}

#site_layout #site_footer #btm_of_footer #footer_info {
	color: #fff;
	font-family: Trebuchet MS;
	font-size: 0.7em;
	margin-bottom: 20px;
	text-align: center;
}

#site_layout #site_footer #btm_of_footer #social_links {
	position: absolute;
	right: 0px;
	top: 76px;
}

#site_layout #site_footer #btm_of_footer #social_links #fb_link {
	float: left;
}

#site_layout #site_footer #btm_of_footer #social_links #twitter_link {
	float: left;
}


#site_layout #site_footer #btm_of_footer #social_links2 {
	position: absolute;
	left: 0px;
	top: 76px;
}

#site_layout #site_footer #btm_of_footer #social_links2 #iPhone-app_link {
	float: left;
}