/* Font Faces - BEGIN */
@font-face {
    font-family: 'CabinRegular';
    src: url('fonts/Cabin-Regular-webfont.eot');
    src: url('fonts/Cabin-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Cabin-Regular-webfont.woff') format('woff'),
         url('fonts/Cabin-Regular-webfont.ttf') format('truetype'),
         url('fonts/Cabin-Regular-webfont.svg#CabinRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'CabinSemiBold';
    src: url('fonts/Cabin-SemiBold-webfont.eot');
    src: url('fonts/Cabin-SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Cabin-SemiBold-webfont.woff') format('woff'),
         url('fonts/Cabin-SemiBold-webfont.ttf') format('truetype'),
         url('fonts/Cabin-SemiBold-webfont.svg#CabinSemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CabinBold';
    src: url('fonts/Cabin-Bold-webfont.eot');
    src: url('fonts/Cabin-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Cabin-Bold-webfont.woff') format('woff'),
         url('fonts/Cabin-Bold-webfont.ttf') format('truetype'),
         url('fonts/Cabin-Bold-webfont.svg#CabinBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Font Faces - END */

html, body {
	height: 100%;
}
body {
	background: #f8f8f8;
	margin: 0px;
}
body, p, td, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #003E6A;
	font-weight: normal;
	line-height: 120%;
	font-family: "CabinRegular", Arial, Helvetica;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}
a {
	color: #004A84;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border-width: 0px;
}
p {
	padding: 0;
	margin-top: 9px;
	margin-bottom: 9px;
}
ul {
	padding-left: 25px;
	margin: 13px 0;
	list-style-type: none;
}
ul li {
	background: url('tpl_images/list.png') 0 6px no-repeat;
	padding: 0 0 5px 8px;
}
hr {
	height: 4px;
	background: url('tpl_images/horizontal_line.png') center top no-repeat;
	border-width: 0;
	margin: 9px 0;
	color: transparent;
}
*+html hr {
    display : list-item;
    list-style-type: none;
	background: none;
    list-style : url('tpl_images/horizontal_line.png') inside;
    filter : alpha(opacity=0);
	margin-bottom: 0;
}


/****** SPECIAL FOOTER LINKS STYLES ******/

#footer_links, #footer_links a {
	color: #a6a6a6;
	font: normal 11px/14px Arial, Helvetica, sans-serif;
}
#footer_links a {
	padding: 0;
}
/****** HORIZONTAL MENU STYLES ******/

#menu li {
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
}
/****** COMMON MENU STYLES ******/

#menu {
	width: 100%;
	float: left;
}
#menu ul {
	width: 100%;
	float: left;
}
#menu li.first_main_menu_item, #menu li.middle_main_menu_item, #menu li.last_main_menu_item {
	background: url('tpl_images/menu_separator.png') right top no-repeat;
	padding: 0 3px 0 0;
	border: none;
	margin: 0;
}
#menu li a {
	height: 50px;
	background: none;
	padding: 0 21px;
	margin: 0;
	color: #fff;
	font: normal 14px/50px "CabinBold", Arial, Helvetica;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 2px 2px 2px #1b1711;
}
* html #menu li a {
	float: left;
}
#menu li:hover, #menu li:hover a, #menu li a:hover, #menu li.selected_main_menu_item a {
	text-decoration: none;
}
#menu li ul {
	width: 205px;
	left: -1px;
	background: url('tpl_images/sub_menu_bg.png') left bottom no-repeat;
	padding: 6px 0 8px;
	border: none;
}
* html #menu li ul {
	top: 50px;
}
#menu li ul li {
	width: 205px;
	background: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	list-style-image: none;
	text-align: left;
}
#menu li ul li a, #menu li:hover ul li a {
	width: auto;
	height: auto;
	min-height: 1px;
	background: none;
	filter: none;
	text-align: left;
	padding: 3px 5px 4px 15px;
	color: #fff;
	font: bold 13px/16px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
}
#menu li ul li a:hover, #menu li:hover ul li a:hover {
	background: none;
	color: #fff;
	text-decoration: underline;
}

/****** MAIN LAYOUT STYLES ******/
.center {
	width: 984px;
	margin: 0 auto;
}
#header {
	width: 100%;
	float: left;
	background: url('tpl_images/header_repeat.png') left top repeat-x;
	border-top: 5px solid #302d2e;
}
#header_bg {
	width: 100%;
	float: left;
	background: url('tpl_images/header_center.jpg') center top no-repeat;
}
#header_content {
	width: 950px;
	height: 173px;
	float: left;
	background: url('tpl_images/header_shadow.png') center bottom no-repeat;
	padding: 0 17px;
}
#header_slogan {
	width: 100%;
	float: left;
	background: url('tpl_images/slogan.png') 674px 76px no-repeat;
}
#logo {
	width: 537px;
	float: left;
	padding: 19px 0 0 18px;
}
#logo a, #logo img {
	float: left;
}
#header_right {
	width: 374px;
	float: right;
	padding: 16px 21px 0 0;
	color: #003E6A;
	font: normal 19px/24px "CabinRegular", Arial, Helvetica;
}
#header_right div {
	float: right;
	background: url('tpl_images/phone.png') left top no-repeat;
	padding: 0 0 0 31px;
}
#header_right span {
	float: right;
	padding: 0 9px 0 0;
}
.ccp_button {
	float: right;
	padding-top: 82px;
}
#top_bar {
	width: 100%;
	float: left;
	background: #003f6c url('tpl_images/banner_repeat.png') left top repeat-x;
}
#top_bar_content {
	width: 950px;
	float: left;
	position: relative;
	background: url('tpl_images/banner_shadow.png') left top no-repeat;
	padding: 0 17px;
}
#banner {
	width: 100%;
	float: left;
}
#banner_nav {
	position: absolute;
	z-index: 1001;
	bottom: 17px;
	right: 37px;
}
#banner_nav a {
	width: 17px;
	height: 16px;
	float: left;
	background: url('tpl_images/banner_nav.png') left top no-repeat;
	margin: 0 0 0 4px;
	text-indent: -999px;
	font-size: 0px;
	line-height: 0px;
}
#banner_nav a.activeSlide {
	background-position: left bottom;
}
#top_menu {
	width: 950px;
	height: 50px;
	position: absolute;
	z-index: 1000;
	bottom: 0;
	left: 17px;
	background: url('tpl_images/menu_bg.png') left top repeat;
}
#mainbody, #mainbody_full, #mainbody_inner, #mainbody_inner_full {
	width: 100%;
	float: left;
	padding: 0 0 7px;
}
#mainbody_repeat {
	width: 100%;
	float: left;
	background: url('tpl_images/wrapper_repeat.png') left top repeat-y;
}
#mainbody_bottom {
	width: 950px;
	float: left;
	background: url('tpl_images/wrapper_bottom.png') left bottom no-repeat;
	padding: 0 17px;
}
#main_content {
	width: 936px;
	float: left;
	padding: 6px 7px 7px;
	border-top: 1px solid #dcdcdc;
}
#main_content_repeat {
	width: 100%;
	float: left;
	background: url('tpl_images/mainbody_repeat_home.png') left top repeat-y;
}
#main_content_top {
	width: 100%;
	float: left;
	background: url('tpl_images/mainbody_top_home.png') left top no-repeat;
}
#main_content_bottom {
	width: 100%;
	float: left;
	background: url('tpl_images/mainbody_top_home.png') left bottom no-repeat;
}
#mainbody_full #main_content_repeat, #mainbody_full #main_content_top, #mainbody_full #main_content_bottom,
#mainbody_inner_full #main_content_repeat, #mainbody_inner_full #main_content_top, #mainbody_inner_full #main_content_bottom {
	background: none;
}
#mainbody_inner #main_content_repeat {
	background: url('tpl_images/mainbody_repeat.png') left top repeat-y;
}
#mainbody_inner #main_content_top {
	background: url('tpl_images/mainbody_top.png') left top no-repeat;
}
#mainbody_inner #main_content_bottom {
	background: url('tpl_images/mainbody_top.png') left bottom no-repeat;
}
#left_col {
	width: 707px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	float: left;
}
#left_col_padding {
	width: 661px;
	float: left;
	padding: 17px 26px 15px 20px;
}
#mainbody_full #left_col, #mainbody_inner_full #left_col {
	width: 934px;
	background: #fff;
	border: 1px solid #ededed;
}
#mainbody_full #left_col_padding, #mainbody_inner_full #left_col_padding {
	width: 894px;
	padding: 17px 20px 15px;
}
#right_col {
	width: 229px;
	float: left;
}
#right_col_padding {
	width: 190px;
	float: left;
	padding: 17px 19px 6px 20px;
}
#bottom_keywords {
	width: 100%;
	float: left;
	background: #003f6c;
	padding: 12px 0 12px;
	color: #fff;
	font: normal 16px/20px "CabinSemiBold", Arial, Helvetica;
}
#bottom_keywords table {
	margin: 0 auto;
}
#bottom_keywords ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
#bottom_keywords ul li {
	float: left;
	background: url('tpl_images/footer_list.png') 0 7px no-repeat;
	padding: 0 17px 0 24px;
	color: #fff;
	font: normal 16px/20px "CabinSemiBold", Arial, Helvetica;
}
#bottom_keywords ul li:first-child {
	background: none;
	padding: 0 17px;
}
#footer {
	width: 100%;
	float: left;
	position: relative;
	background: #d5d5d5;
}
#footer_left {
	width: 50%;
	height: 44px;
	position: absolute;
	top: 0;
	left: 0;
	background: url('tpl_images/footer_repeat.png') left top repeat-x;
}
#footer_bg {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
	background: url('tpl_images/footer_center.png') center top no-repeat;
}
#footer_content {
	width: 950px;
	float: left;
	padding: 17px 17px 12px;
}
#copyright {
	width: 500px;
	float: left;
	color: #a6a6a6;
	font: normal 11px/14px Arial, Helvetica, sans-serif;
}
#bottom_links {
	width: 450px;
	float: right;
	text-align: right;
}
#preload_menu_bg {
	width: 1px;
	height: 1px;
	position: absolute;
	top: -10px;
	left: 0;
	background: url('tpl_images/sub_menu_bg.png') left top no-repeat;
}

/* Right Column */
#right_col ul {
	padding: 0;
	margin-left: 0;
}
#right_col ul li {
	background: url('tpl_images/service_list.png') 0 4px no-repeat;
	padding: 0 0 5px 17px;
}