/******************************************************************************************************

											Custom Styles

/******************************************************************************************************/


#container,
.container {
	margin: 0 auto;
	width: 936px;
}

#branding {
	height: 175px;
	/* background: url('../images/design/header.jpg') top left no-repeat; */
}

#branding h1,
#branding .tab,
#contact-info {
	margin: 0;
	position: absolute;
}

#branding h1 {
	background: url(/images/logo.png) no-repeat;
	height: 156px;
	width: 521px;
	padding: 0px;
	left: 10px;
	top: 10px;
}

#branding h1 a {
	display: block;
	height: 100%;
	text-indent: -5000px;
	text-decoration: none;
}

#contact-info {
	right: 10px;
	text-align: right;
	top: 35px;
	font-size: 1.2em;
}

#contact-info .phone {
	display: block;
	font-size: 2.2em;
	font-weight: bold;
	color: #015c95;
	line-height: 33px;
	text-align: right;
	margin-bottom: 5px;
}

#contact-info a {
	font-weight: normal;
}

#branding .tab {
	background: url(/images/design/tab-lg.png) no-repeat;
	bottom: 20px;
	right: 8px;
	text-align: center;
}

#branding .tab,
#branding .tab a {
	color: #009adb;
	display: block;
	font-weight: normal;
	height: 45px;
	line-height: 45px;
	width: 420px;
	font-size: 12px;
}

#columns {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#leftcol,
.leftcol {
	float:left;
	position:relative;
	width:218px;
	z-index:2;
}

#rightcol,
.rightcol {
	float:right;
	position:relative;
	width:718px;
	z-index:1;
}

#rightcol {
	background: #231f20 url(/images/design/interior_t.png) no-repeat center top;
	color: #fff;
}

#rightcol-hp {
	float:right;
	position:relative;
	width:718px;
	z-index:1;
}

#rightcol-inner,
.rightcol-inner {
	padding: 20px;
}

#rightcol-inner {
	background: url(/images/design/interior_b.png) no-repeat center bottom;
	min-height: 475px;
	_height: auto !important;
	_height: 475px;
}

.home #rightcol-inner {
	background: none;
	min-height: 10px;
	_height: auto !important;
	_height: 10px;
}

#callout{
	width: 718px;
	background: url('../images/design/callout.png') top left no-repeat;
}

#callout-content {position: relative; padding: 310px 20px 0 20px; }

#emergency{
	width: 210px;
	float: left;
	margin-right: 20px;
	color: #fff;
	margin-left: 10px;

}

#emergency a {
	font-size: 1.3em;
	font-weight: normal;
	margin-top: 50px;
	display: block;
}

#what{
	width: 435px;
	float: left;
	color: #fff;
}

#what h1{
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 7px;
}

#callout ul{
	margin: 0;
}

#callouts ul {
	list-style-type: none;
	margin: 0 0 15px;
	padding: 0 0 0 28px;
	background: url('../images/design/side.png') top left no-repeat;
	height: 167px;
}

#callouts li {
	float: left;
	margin: 20px 0 15px 0;
	padding: 0;
	width: 100%;
}

#callouts li.first h3, #callouts li.first p {
	display: inline;
}

#callouts li.last {
	margin: 0;
}

#callouts .content {
	padding: 0px 12px;
}

#callouts h3,
#callouts p {
	margin: 0;
}

#callouts h3 a {
	font-weight: normal;
	color: #5dc458;
	font-size: 1.1em;
}

#callouts,
#callouts a {
	color: #262626;
}

#callouts a {
	text-decoration: none;
}

#callouts li a:hover {
	text-decoration: underline;
}

#save{
	padding-top: 30px;
}

p#save{
	padding: 30px 10px 0 25px;;
	color: #666;
}

h2.aff{
	background: url('../images/design/aff.jpg') center right no-repeat;
	line-height: 36px;
	color: #003a69;
}

.logos {
	text-align: center;
}

.logos img {
	padding: 0 5px 5px 5px;
	vertical-align: middle;
}

#lower-container {
	background: #fff;
	margin-top: 20px;
}

.common-questions #rightcol h2 {
	color: #009adb;
}


