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

body {
	margin: 0px;
	background: url(../images/bg_tile.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

li {
	list-style-image: url(../images/sm_dbl_arrow.png);
	list-style-position: inside;
}

.style1 {
	font-size: 14px;
	font-weight: bold;
	color: #36C;
}

.style2 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #C03;
}

a:link {
	color: #C03;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #C03;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #C66;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #C03;
	font-weight: bold;
	text-decoration: none;
}

a.nav:link {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

a.nav:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

a.nav:hover {
	color: #FF0;
	font-weight: bold;
	text-decoration: none;
}

a.nav:active {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#container {
	width: 804px;
	height: auto;
	margin: 20px auto 0 auto;
}

#header {
	position: relative;
	top: 0;
	left: 0;
	width: 772px;
	height: 126px;
	padding: 0 16px 0 16px;
}

#logo {
	position: absolute;
	top: 11px;
	left: 0px;
	width: 257px;
	height: 111px;
}

#tag {
	position: absolute;
	top: 56px;
	left: 263px;
	width: 194px;
	height: auto;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
}

#join_icon {
	position: absolute;
	top: 17px;
	left: 559px;
	width: 125px;
	height: 30px;
}

#join {
  display: block;
  width: 125px;
  height: 30px;
  background: url("../images/JoinEmail.png") no-repeat 0 0;
}

#join:hover { 
  background-position: 0 -30px;
}

#join span {
  display: none;
}

#home_icon {
	position: absolute;
	top: 17px;
	left: 590px;
	width: 94px;
	height: 30px;
}

#home {
  display: block;
  width: 94px;
  height: 30px;
  background: url("../images/home_btn.png") no-repeat 0 0;
}

#home:hover { 
  background-position: 0 -30px;
}

#home span {
  display: none;
}

#fb_icon {
	position: absolute;
	top: 53px;
	left: 480px;
	width: 36px;
	height: 36px;
}

#fb {
  display: block;
  width: 36px;
  height: 36px;
  background: url("../images/fb_icon.png") no-repeat 0 0;
}

#fb:hover { 
  background-position: 0 -36px;
}

#fb span {
  display: none;
}

#tw_icon {
	position: absolute;
	top: 53px;
	left: 522px;
	width: 36px;
	height: 36px;
}

#tw {
  display: block;
  width: 36px;
  height: 36px;
  background: url("../images/tw_icon.png") no-repeat 0 0;
}

#tw:hover { 
  background-position: 0 -36px;
}

#tw span {
  display: none;
}

#li_icon {
	position: absolute;
	top: 53px;
	left: 564px;
	width: 36px;
	height: 36px;
}

#li {
  display: block;
  width: 36px;
  height: 36px;
  background: url("../images/li_icon.png") no-repeat 0 0;
}

#li:hover { 
  background-position: 0 -36px;
}

#li span {
  display: none;
}

#gp_icon {
	position: absolute;
	top: 53px;
	left: 606px;
	width: 36px;
	height: 36px;
}

#gp {
  display: block;
  width: 36px;
  height: 36px;
  background: url("../images/gp_icon.png") no-repeat 0 0;
}

#gp:hover { 
  background-position: 0 -36px;
}

#gp span {
  display: none;
}

#yt_icon {
	position: absolute;
	top: 53px;
	left: 648px;
	width: 36px;
	height: 36px;
}

#yt {
  display: block;
  width: 36px;
  height: 36px;
  background: url("../images/yt_icon.png") no-repeat 0 0;
}

#yt:hover { 
  background-position: 0 -36px;
}

#yt span {
  display: none;
}

#emergency_btn {
	position: absolute;
	top: 56px;
	left: 462px;
	width: 228px;
	height: 32px;
}

#emergency {
  display: block;
  width: 228px;
  height: 32px;
  background: url("../images/emergency_btn.png") no-repeat 0 0;
}

#emergency:hover { 
  background-position: 0 -32px;
}

#emergency span {
  display: none;
}

#bbb {
	position: absolute;
	height: 84px;
	width: 107px;
	top: 8px;
	left: 694px;
}

#nav_container {
	position: relative;
	top: 10px;
	left: 0;
	width: 804px;
	height: 46px;
	background: url(../images/nav_bg.png) no-repeat;
	z-index: 100;
	
}

#slide_container {
	position: relative;
	top: 10px;
	left: 0;
	width: 804px;
	height: 227px;
	background:url(../images/slide_bg.png) no-repeat;
}

.fadeshow1 {
	position: relative;
	top: 0px;
	left: 2px;
	width: 800px;
	height: 225px;
}

#phone_home {
	position: relative;
	top: 20px;
	left: 0;
	width: 804px;
	height: 41px;
	padding-top: 15px;
	background:url(../images/phone_bar.png) no-repeat;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}

.half_container {
	position: relative;
	top: 20px;
	left: 0px;
	margin: 10px 0 10px 0;
	width: 396px;
	height: auto;
	display: block;
	float: left;
}

.half_container_top {
	position: relative;
	top: 0px;
	left: 0px;
	width: 396px;
	height: 2px;
	background: url(../images/halfbox_top.png) no-repeat;
}

.half_container_content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 396px;
	height: auto;
	background: url(../images/halfbox_tile.png) repeat-y;
}

.half_container_btm {
	position: relative;
	top: 0px;
	left: 0px;
	width: 396px;
	height: 2px;
	background: url(../images/halfbox_btm.png) no-repeat;
}

.header_sm {
	position: relative;
	top: 0px;
	left: 0px;
	width: 364px;
	height: 19px;
	padding: 12px 12px 12px 18px;
	background: url(../images/header_sm_bg.png) no-repeat;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #C03;
}

.half_content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 356px;
	height: auto;
	padding: 15px 20px 15px 20px;
}

#footer {
	position: relative;
	top: 20px;
	left: 0;
	width: 764px;
	height: 20px;
	padding: 0 20px 0 20px;
	display: block;
	float: right;
	font-size: 10px;
	color: #369;
}

.full_container {
	position: relative;
	top: 9px;
	left: 0px;
	width: 804px;
	height: auto;
	display: block;
	float: left;
}

.full_container_top {
	position: relative;
	top: 0px;
	left: 0px;
	width: 396px;
	height: 2px;
	background: url(../images/halfbox_top.png) no-repeat;
}

.full_container_content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 804px;
	height: auto;
	background: url(../images/fullbox_tile.png) repeat-y;
}

.full_container_btm {
	position: relative;
	top: 0px;
	left: 0px;
	width: 804px;
	height: 2px;
	background: url(../images/fullbox_btm.png) no-repeat;
}

.header_lrg {
	position: relative;
	top: 0px;
	left: 2px;
	width: 770px;
	height: 19px;
	padding: 12px 12px 12px 18px;
	background: url(../images/header_lrg_bg.jpg) no-repeat;
}

.full_content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 766px;
	height: auto;
	padding: 15px 20px 15px 20px;
}

.sub_phone {
	display: block;
	float: right;
	padding-right: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #36C;
}

.sub_header {
	display: block;
	float: left;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #C03;
}

.sub_footer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 766px;
	height: 35px;
	padding: 0 20px 15px 20px;
	margin: 50px 0 0 0;
}

.sub_footer_tag {
	margin-top: 20px;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #C03;
}

.sub_footer_cert {
	display: block;
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #C03;
}

.sub_bluebox {
	width: 766px;
	height: auto;
	background-color: #39F;
	color: #FFF;
}

.sub_bluebox_header {
	width: 754px;
	height: 14px;
	padding: 4px 6px 6px 6px;
	background: url(../images/sub_bluebox_header_bg.gif) repeat-x;
	color: #FFF;
	font-weight: bold;
}

.sub_bluebox_content {
	width: 754px;
	height: auto;
	padding: 6px;
	background-color: #39F;
	color: #FFF;
}

.sub_redbox_content {
	width: 742px;
	height: 19px;
	padding: 12px;
	background: url(../images/red_btn_ovrszd.jpg) no-repeat;
	font-weight: bold;
	color: #FFF;
}

.sub_redbox_content_solid {
	width: 754px;
	height: auto;
	padding: 6px;
	background-color: #C03;
	font-weight: bold;
	color: #FFF;
}

.break_line {
	width: 100%;
	margin: 20px 0;
	border-bottom: #DDD 1px solid;
}

.clear {
	clear: both;
}

.thumbnails_100x75 {
	position: relative;
	height: 75px;
	width: 100px;
	float: left;
	display: block;
	padding: 15px;
	margin: 0 25px 25px 0;
	border: #CCC 1px solid;
}

