/* ===============================================
---Simmons and Fletcher
==================================================
--------------------------------------------------
BACKGROUND      #34608a;

P NAV NORMAL	#;
P NAV HOVER		#;
=================================================*/

@import "default.css";

body {
	background: #34608a url(../images/bg.gif) top repeat-x;
}

/* !structure ============================== */
#header {
	position: relative;
	z-index: 1000;
}
#banner {
	position: relative;
	clear: both;
	margin: 0;
	padding: 10px 10px 0;
	background: #d1dee8;
	font-family: Georgia;
	font-style:italic;
}
#banner img {
	float:left;
	display:block;
}
#content-wrapper {
	clear: both;
	margin: 0;
	padding: 10px 0;
	background: #f5f8fa url(../images/content-bg-top.gif) top repeat-x;
}
#footer-wrapper {
	margin: 0px 0 0;
	padding: 2px 0;
	background-color: #eaedee;
}
/* !typography ============================== */
h1 {
	font-family: Georgia, serif;
	color: #0076b1;
	font-size: 2.2em;
	font-weight: normal;
}
h2 {
	margin: 7px 0;
	font-family: Georgia, serif;
	color: #0076b1;
	font-size: 1.8em;
	font-weight: normal;
}
h3 {
	margin: 7px 0;
	font-family: Georgia, serif;
	color: #0076b1;
	font-size: 1.4em;
	font-weight: normal;
}

p {
	margin: 10px 0;
	color: #636363;
}
#content ul, #content ol {
	color: #636363;
	font-size: 1.2em;
}
	#content ul li, #content ol li {
		padding: 2px 0;
		color: #636363;
		line-height: 1.4;
	}
#content a {
	color: #fb310b;
}
#content a:hover {
	color: #333;
}

#content .content-img-right {
	float: right;
	padding: 1px;
	margin: 7px 0 7px 14px;
	border: 1px solid #333;
}
#content .content-img-left {
	float: left;
	margin: 7px 14px 7px 0;
	border: 1px solid #333;
}

blockquote {
	margin: 0 25px;
	font-size: 1.4em;
	line-height: 1.6;
}

#banner p {
	position: absolute;
	bottom:25%;
	left: 30px;
	color: #fff;
	font-size: 2.5em;
	line-height: 1.2;
}
	#banner p span {
		font-size: .65em;
		color: #e9e9e9;
	}
/* !elements ============================== */
a#logo {
	float: left;
	width: 341px;
	height: 56px;
	background: transparent url(../images/logo.png) no-repeat;
}

#search {
	margin: 0 0 5px;
	padding: 20px 0;
	background: transparent url(../images/content-split.gif) bottom repeat-x;
	border: none;
}
	#search input[type=text] {
		border: 1px solid #bcc9cd;
		padding: 3px;
		width: auto;
		color: #7a7a7a;
	}
	#search input[type=submit] {
		border: 1px solid #1c6cbe;
		padding: 2px;
		background: #4096ee;
		color: #fff;
	}
	
	.AS_ajax_resultsIntroFailure {
		font-size: 1.2em;
	}

#call-us {
	clear: both;
	display: block;
	margin: 0 0 0 -6px;
}

.en-espanol {
	display:block;
	padding: 5px;
	text-align: right;
}
#quick-contact {
	position: relative;
	margin: 15px 0 0;
	padding: 6px;
	border: 1px solid #d5d8db;
	background-color: #f3f3f3;
}
	#quick-contact h3 {
		font-family: Georgia, serif;
		color: #4096ee;
		font-size: 1.6em;
	}
	#quick-contact img.question-mark {
		display: block;
		position: absolute;
		right: 10px;
		top: -10px;
	}
	#quick-contact label {
		display: block;
		margin: 2px 0;
		font-size: 1.2em;
	}
	#quick-contact input[type=text], #quick-contact textarea {
		margin: 0 0 5px;
		padding: 3px;
		width: 95%;
		font-size: 1.1em;
		border: 1px solid #bcc9cd;
	}
	#quick-contact input[type=submit] {
		border: 1px solid #1c6cbe;
		padding: 5px 8px;
		background: #4096ee;
		color: #fff;
		cursor: pointer;
	}
	.errors {
		padding: 5px 0;
		color: #b00e1a;
		font-size: 1.2em;
		line-height: 1.3;
	}

form {
	position: relative;
	margin: 15px 0 0;
	padding: 6px;
	border: 1px solid #d5d8db;
	background-color: #f3f3f3;
}
	form label {
		display: block;
		margin: 2px 0;
		font-size: 1.2em;
	}
	form input[type=text] {
		margin: 0 0 5px;
		padding: 3px;
		width: 95%;
		font-size: 1.1em;
		border: 1px solid #bcc9cd;
	}
	form textarea {
		margin: 0 0 5px;
		padding: 3px;
		width: 95%;
		font-size: 1.6em;
		border: 1px solid #bcc9cd;
	}
	
	form input[type=submit] {
		border: 1px solid #1c6cbe;
		padding: 5px 8px;
		background: #4096ee;
		color: #fff;
		cursor: pointer;
	}

/* !navigation ============================== */
ul#global-nav {
	position: relative;
	float: right;
	margin-top: 19px;
	width: 570px;
}
	ul#global-nav li {	
		position: relative;
		float:left;
		display:block;
		margin-left:27px;
	}
		ul#global-nav li a {
			text-align: center;
			text-decoration: none;
			color: #fff;
			font-size: 1.2em;
		}
		ul#global-nav li a:hover {
			text-decoration: underline;
		}

	ul#global-nav ul {
		display: none;
		position: absolute;
		padding: 4px;
		background: #f2f2f2;
	}
	ul#global-nav li:hover ul {
		display: block;
	}
		ul#global-nav ul li {
			float: none;
			width: 150px;
		}
			ul#global-nav ul li a {
				text-align: left;
				display: block;
				padding: 7px 3px 5px;
				font-size: 1.2em;
				color: #636363;
				text-decoration: none;
				background: transparent url(../images/content-split.gif) bottom repeat-x;
			}
			ul#global-nav ul li.last a {
				background: none;
			}

ul#primary-nav {
	position:relative;
	z-index:2;
	margin: 0 1px 10px;
	height: 40px;
	background: #028ec3 url(../images/primary-nav-bg.gif) top repeat-x;
}
ul#primary-nav li {
	position: relative;
	padding: 0 2px 0 0;
	background: url(../images/primary-nav-border.gif) right repeat-y;
}
ul#primary-nav li.last {
	padding: 0;
	background: none;
}
ul#primary-nav li a {
	display: block;
	height: 40px;
	padding: 0 30px;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	text-align: center;
	line-height: 3.3;
}
ul#primary-nav li a:hover, ul#primary-nav li.last a:hover, ul#primary-nav li.hover > a {
	background-color: #01599d;
}
	
ul#primary-nav ul {
	display: none;
	position: absolute;
	padding: 7px 0;
	top: 40px;
	background: #028cc2 url(../images/primary-nav-drop-bg.gif) top repeat-x;
	z-index: 100;
	width: 180px;
}
ul#primary-nav li:hover ul {
display: block;
}
ul#primary-nav ul li {
	float: none;
	padding: 0 7px;
	background: none;
	list-style: none;
}
ul#primary-nav ul li.last {
	padding: 0 7px;
}
ul#primary-nav ul li a {
	padding: 0 5px;
	text-align: left;
	height: auto;
	background: transparent url(../images/primary-nav-drop-border.gif) bottom repeat-x;
}
ul#primary-nav ul li.last a {
	background: none;
}

ul#secondary-nav {
	margin: 0;
	padding: 0;
}
ul#secondary-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#secondary-nav li a {
	display: block;
	padding: 7px 3px 5px;
	font-size: 1.2em;
	color: #636363;
	text-decoration: none;
	background: transparent url(../images/content-split.gif) bottom repeat-x;
}
ul#secondary-nav li.active > a {
	font-weight: bold;
	color: #333;
	background-color: #e3f7ff;
}
ul#secondary-nav li a:hover {
	background-color: #e3f7ff;
	color: #333;
}
ul#secondary-nav ul {
	display: none;
}
ul#secondary-nav li.active ul {
	display: block;
}
ul#secondary-nav ul li {
	margin-left: 15px;
}
ul#sitemap {
	font-size: 12px !important;
}
ul#sitemap li {
	font-size: 12px !important;
}
ul#sitemap li a {
	font-weight: bold;
	color: #333;
}
ul#sitemap li ul li a {
	font-weight: normal;
	color: #555;
}

/* !breadcrumbs ============================== */	
.B_crumbBox {
	margin: 0 0 7px;
	background: transparent url(../images/content-split.gif) bottom repeat-x;
	color: #636363;
}
.B_crumbBox a {
	color: #333 !important;
	text-decoration: none;
}

/* !buckets ============================== */
ul#buckets {
	clear: both;
	margin: 15px 0;
	overflow:auto;
}
	ul#buckets li {
		float: left;
		margin: 5px;
		padding: 5px;
		width: 210px;
		height: 88px;
		background: transparent url(../images/bucket-bg.gif) no-repeat;
		list-style: none;
	}	
		ul#buckets li h3 {
			margin: 0 0 3px;
			font-family: Georgia, serif;
			color: #0076b1;
			font-size: 1.1em;
		}
		ul#buckets li img {
			float: left;
		}
		ul#buckets li ul {
			margin: 0 0 0 100px;
			padding: 0;
			font-size: .8em;
		}
		ul#buckets li ul li {
			float: none;
			margin: 0;
			padding: 2px 0;
			width: auto;
			height: auto;
			background: none;
			list-style: disc;
			list-style-position: inside;
			color: #656565;
			line-height: 1;
		}
			ul#buckets li ul li a {
				color: #656565;
				text-decoration: none;
			}
	ul#buckets li a.learn-more {
		display: block;
		margin: 5px 0 0 100px;
		width: 67px;
		height: 17px;
		text-indent: -9999px;
		background: transparent url(../images/btn-learn-more.gif) no-repeat;
	}

#footer-utility {
	padding: 0 0 10px;
}
#footer_video {
	padding-left:10px;
	}
#footer-utility h3 {
	margin: 7px 0 2px;
	font-family: Georgia, serif;
	color: #000;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
}
	#footer-utility ul {
		background: #e3e3e3 url(../images/footer-utility-links-bg.gif) top repeat-x;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
	}
		#footer-utility ul li {
			padding: 2px 0;
			color: #0175b4;
		}
			#footer-utility ul li a {
				color: #0175b4;
				text-decoration: none;
			}
			#footer-utility ul li a:hover {
				text-decoration: underline;
			}

	#footer-utility #contact-info {
		padding-top: 22px;
	}
		#footer-utility #contact-info p {
			margin: 0 0 8px;
			line-height: 1.4;
		}
#footer {
	background-color: #8095a1;
}
	#footer #credits {
		float: left;
		margin-left: 15px;
		color: #fff;
	}
		#footer #credits a {
			color: #fff;
		}
	#footer ul#footer-nav {
		float: right;
		margin: 9px;
	}
		#footer ul#footer-nav li {
			padding: 0 5px;
			font-size: 1.1em;
			border-right: 1px solid #0f304f;
		}
		#footer ul#footer-nav li.last {
			border: none;
			padding-right: 0;
		}
			#footer ul#footer-nav li a {
				color: #0f304f;
				text-decoration: none;
			}
			#footer ul#footer-nav li a:hover {
				text-decoration: underline;
			}
span#phone { 
	display: block;
	font-family: Verdana, san-serif;
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: normal;
	margin: -45px 0 0 82px;
}

span#loc:1153158807 { 
	display: block;
	font-family: Verdana, san-serif;
	color: #FFFFFF;
	font-size: 1.9em;
	font-weight: normal;
	margin: -45px 0 0 82px;
}
/*-----------------------------*/
.banner-wrapper {
	float:left;
	width:100%;
	position:relative;
}
#mediaplayer_wrapper{
	bottom: 15px;
    position: absolute!important;
    right: 20px;

}
/* !social icons ============================== */

.fb, .tw

{

	float: left;

	width: 100%;

	height: 32px;

	margin: 0 0 10px 0;

}

.fb

{

	background: url(images/fb.png) no-repeat center left;

}

.tw

{

	background: url(images/tw.png) no-repeat center left;

}

.fb a, .tw a

{

	font-family: georgia, verdana, arial, sans-serif;

	font-size: 14px;

	color: #0076b1;

	text-decoration: none;

	padding: 0 0 0 12px;

	line-height: 32px;

}

#box-wrapper{
float:left;
width:100%;
background: #b3c4d1 url(../images/logos-bg.jpg) top repeat-x;
}
#box-wrapper .badges-wrapper ul{
list-style-type:none;
}
#box-wrapper .badges-wrapper ul li{
float:left;
margin-left:52px;
padding: 10px 0 10px 0;
}
