/*--------------------> Global Selectors <--------------------*/
* {
	margin: 0px;
	padding: 0px;
}

a img {
	border: 0;
}

.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.imgRight {
	float: right;
	margin: 0 0 10px 10px;
}

.center {
	text-align: center;
}

body {
	background-color: #595441;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 926px;
	height: auto;
	position: relative;
	left: 50%;
	top: 50px;
	margin: 0 0 0 -466px;
	padding: 3px;
	background-color: #fff;
}
/*--------------------> Header Selectors <--------------------*/

#header {
	width: 926px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 5px;
	margin-left: -463px;
	color: #fff;
	font-size: 18px;
	line-height: 60px;
	text-align: right;
}

/*--------------------> Mast Selectors <--------------------*/

#mast {
	width: 926px;
	height: 120px;
	position: absolute;
	left: 4px;
	top: 4px;
}

#tagline {
	width: 360px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 120px;
	padding: 5px 10px 5px 30px;
	background: url(../images/tagline-bkgd.png) left top repeat-y;
	color: #fff;
	font-size: 30px;
}

/*--------------------> Top Nav Selectors <--------------------*/

#top-navigation {
	width: 899px;
	height: 37px;
	position: absolute;
	left: 4px;
	top: 124px;
	background-color: #b9b09d;
	padding: 0 10px 0 15px;
	font-size: 14px;
}

#top-navigation a:hover {
	color: #fff !important;
	background-color: #6a6554;
}

/*** ESSENTIAL STYLES ***/
#top-navigation .sf-menu, #top-navigation .sf-menu * {
	list-style: none;
}

#top-navigation .sf-menu {
	line-height: 1.0;
}

#top-navigation .sf-menu ul {
	position: absolute;
	top: -999em;
	width: 12em;  /*left offset of submenus need to match (see below) */
	border: 1px solid #433f2d;
	padding: 0;
	background-color: #b9b09d;
}

#top-navigation .sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

#top-navigation .sf-menu li {
	float: left;
	position: relative;
}

#top-navigation li.bullet {
	padding: 12px 25px 0 25px;
}

#top-navigation .sf-menu a {
	width: 100px;
	padding: 12px 0 11px 0;
	display: block;
	position: relative;
	color: #433f2d;
	text-align: center;
	text-decoration: none;
}

#top-navigation .sf-menu ul li a {
	width: 11.3em;
	line-height: 18px;
	padding: 7px 5px;
	text-align: left;
	text-decoration: none;
}

#top-navigation .sf-menu ul li a:hover {
}

#top-navigation .sf-menu li:hover ul, #top-navigation .sf-menu li.sfHover ul {
	left: 0;
	top: 38px;  /*match top ul list item height */
	z-index: 99;
}

#top-navigation ul.sf-menu li:hover li ul, #top-navigation ul.sf-menu li.sfHover li ul {
	top: -999em;
}

#top-navigation ul.sf-menu li li:hover ul, #top-navigation ul.sf-menu li li.sfHover ul {
	left: 12em; /* match ul width */
	top: 0;
}

#top-navigation ul.sf-menu li li:hover li ul, #top-navigation ul.sf-menu li li.sfHover li ul {
	top: -999em;
}

#top-navigation ul.sf-menu li li li:hover ul, #top-navigation ul.sf-menu li li li.sfHover ul {
	left: 12em; /* match ul width */
	top: 0;
}


/*--------------------> Column Container Selector <--------------------*/

#column-container {
	border: 1px solid #a9a9a9;
}

#column-container a {
	color: #8e9e2b;
}

#column-container a:hover {
	text-decoration: none;
}

/*--------------------> Left Column Selectors <--------------------*/

#left-column {
	width: 250px;
	height: auto;
	float: left;
	margin-top: 157px;
}

#testimonials {
	background: #1c1c1c url(../images/testimonial.gif) left top no-repeat;
	font-size: 12px;
	color: #fff;
	padding: 40px 25px 10px 25px;
}

#testimonials p {
	margin: 15px 0;
}

#testimonials p.quote {
	background: url(../images/end-quote.gif) bottom right no-repeat;
}

.client {
	font-style: italic;
}

/*--------------------> Mini Form Selectors <--------------------*/
#qc {
	background-color: #595441;
	padding: 20px;
	font-size: 11px;
	text-align: center;
}

#qc h4 {
	color: #bed9b0;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
}

#qc textarea {
	width: 200px;
	height: 80px;
	border: 1px solid #433f2d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #433f2d;
	margin: 3px 0;
	padding: 4px 3px 3px 3px;
}

#qc input {
	width: 200px;
	height: 20px;
	border: 1px solid #433f2d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #433f2d;
	margin: 3px 0;
	padding: 4px 3px 3px 3px;
}

#qc a {
}

#qc a:hover {
}

/*--------------------> Form Selectors <--------------------*/

#contact {
	width: 310px;
	padding: 30px 0 20px 150px;
	text-align: center;
}

#contact input {
	width: 300px;
	height: 20px;
	border: 3px solid #433f2d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #433f2d;
	margin: 5px 0;
	padding: 4px 3px 3px 3px;
}

#contact select {
	width: 306px;
	height: 27px;
	border: 3px solid #433f2d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #433f2d;
	margin: 5px 0;
	padding: 4px 3px 3px 3px;
}

#contact .checkbox {
	text-align: left;
}

#contact .checkbox input {
	width: 15px !important;
	height: 15px !important;
}

#contact textarea {
	width: 300px;
	height: 100px;
	border: 3px solid #433f2d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #433f2d;
	margin: 5px 0;
	padding: 4px 3px 3px 3px;
}

input#submit {
	width: 126px;
	height: 30px;
	background-color: #433f2d;
	border: 1px solid #bed9b0;
	color: #bed9b0;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 11px;
	padding: 0;
	cursor: pointer;
}

input#submit:hover {
	background-color: #bed9b0;
	border: 1px solid #433f2d;
	color: #433f2d;
}

.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}

/*--------------------> Right Column Selector <--------------------*/

#right-column {
	width: 634px;
	height: auto;
	float: right;
	margin-top: 157px;
	padding: 20px;
	font-size: 12px;
	color: #333;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #f7873d;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #f7873d;
}

.rightContentImg {
	width: 240px;
	height: auto;
	float: right;
	text-align: center;
	margin: 18px 0 0 0;
}

#right-column h3 {
	font-size: 16px;
	color: #5d2459;
	padding: 15px 0 0 0;
}

#right-column p {
	padding: 10px 0;
	line-height: 16px;
}

#right-column ul {
	padding: 10px 30px;
}

#right-column ul li {
	margin: 5px 0;
}

#right-column ol {
	padding: 10px 30px;
}

#right-column ol li {
	margin: 5px 0;
}

#portfolio {
	list-style: none;
	padding: 0 !important;
	text-align: center;
}

#portfolio li {
	width: 200px;
	height: 220px;
	float: left;
	margin: 0 10px 0 0 !important;
}

#message-on-hold {
	height: 400px !important;
	clear: left;
}

#right-column ul.lists {
	width: 200px;
	height: auto;
	float: left;
	padding: 15px 0 15px 50px
}

#right-column ul.lists2 {
	list-style: none;
	width: 250px;
	height: auto;
	float: left;
	padding: 15px 0 15px 50px;
	text-align: center;
}

#right-column ul.lists3 {
	padding: 0 !important;
}

#right-column ul.lists3 li {
	list-style: none;
	width: 190px;
	height: auto;
	float: left;
	padding: 15px 10px;
	text-align: center;
}

.web li {
	height: 250px !important;
}

.pricing {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

.pricing li {
	width: 150px;
	float: left;
	color: #f73d3d;
	font-weight: bold;
}

.pricing2 {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

.pricing2 li {
	width: 230px;
	float: left;
	margin: 0;
	padding: 0;
	color: #f73d3d;
	font-weight: bold;
}

.pricing2 strong {
	color: #000;
}

.prices {
	color: #f73d3d;
	font-weight: bold;
}

/*--------------------> Footer Selectors <--------------------*/
#footer {
	background-color: #b9b09d;
	font-size: 11px;
	text-align: center;
	padding: 5px 0;
	letter-spacing: 1px;
}

#footer a {
	color: #433f2d;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

/*--------------------> Disclaimer Selectors <--------------------*/

#disclaimer {
	width: 926px;
	height: auto;
	clear: both;
	margin: 0 auto;
	padding: 64px 0;
	color: #000;
	font-size: 10px;
	text-align: center;
}

#disclaimer p {
	padding: 0 0 14px 0;
}

#disclaimer a {
	color: #cd621c;
	text-decoration: underline;
}

#disclaimer a:hover {
	text-decoration: none;
}
/*-------------------> Clearfix and sIFR Selectors, Please do not modify <--------------------*/
/* Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
/* sIFR http://www.mikeindustries.com/sifr/ Current Version 2.0.2 */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
/* =============== you can edit these styles ====================== */
.sIFR-hasFlash h1, .sIFR-hasFlash h2 {
	visibility: hidden;
}

#flashradiocontent {
	text-align: center;
	margin-top: 20px;
}
