/*--------------------> Global Selectors <--------------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #c0c0c0 url(../images/bkgd.gif) left top repeat-x;
}
#container {
	width: 762px;
	height: auto;
	position: relative;
	left: 50%;
	top: 0;
	margin: 0 0 0 -381px;
}

a img {
	border: none;
}

.imgLeft {
	float: left;
	margin: 10px 10px 10px 0;
}

.photoR {
	float: right;
	margin: 10px 0 10px 10px;
}

/*--------------------> Header Selectors <--------------------*/
#header {
	width: 730px;
	position: absolute;
	left: 0;
	top: 31px;
	padding: 0 16px;
}

#phone {
	float: right;
	margin-top: 5px;
}

/*--------------------> Top Nav Selectors <--------------------*/
#top-navigation {
	width: 762px;
	position: absolute;
	left: 0;
	top: 103px;
}

#top-navigation ul {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#top-navigation ul li {
	text-align: center;
	width: 150px;
	float: left;
}

#top-navigation ul li a {
	width: 150px;
	height: 14px;
	display: block;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	padding: 8px 0;
}

#top-navigation ul li a:hover {
	color: #FFFF99;
}

/*--------------------> Content Selectors <--------------------*/
#columns {
	padding-top: 133px;
	position: relative;
}

/*--------------------> Column Container Selector <--------------------*/
#column-container {
	width: 760px;
	height: auto;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background: url(../images/bkgd-columns.gif) left top repeat-y;
}

/*--------------------> Left Column Selectors <--------------------*/
#left-column {
	width: 166px;
	float: left;
}

#side-navigation {
	width: 166px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#side-navigation ul {
	list-style: none;
	width: 166px;
}

#side-navigation ul li {
	text-align: center;
}

#side-navigation a {
	width: 160px;
	display: block;
	padding: 3px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #dad9c9;
	border-bottom: 1px solid #dad9c9;
}

#side-navigation a:hover {
	color: #600;
	background: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}


/*--------------------> Right Column Selector <--------------------*/
#right-column {
	width: 594px;
	float: right;
}

h1 {
	width: 579px;
	height: 34px;
	padding: 11px 0 0 15px; 
	background: #757575 url(../images/h1.gif) repeat-x;
	font-family: Georgia,"Times New Roman",serif;
	font-size: 22px;
	font-weight: normal;
	color: #fff;
}

#content {
	padding: 15px;
	font-family: Arial, Calibri, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 0 0 11px 0;
}

#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 11px 0;
}

#content h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #600;
	padding: 11px 0;
}

#content p {
	margin: 0 0 22px 0;
	line-height: 20px;
}

#content ul {
	padding: .25em 10px .25em 30px;
	list-style-type: square;
}

#content ul {
	padding: .25em 10px .25em 30px;
}

#content li {
	padding: 6px 0;
}

#right-column a {
	color: #600;
	text-decoration: none;
}

#right-column a:hover {
	text-decoration: underline;
}

/*--------------------> Form Selectors <--------------------*/
#qc{
	width: 250px;
	background: url(../images/qc-bg.jpg) top left no-repeat;
	padding-top: 70px;
	margin: 15px;
	float: right;
	text-align: center;
}
#qc div{
	margin-bottom: 5px;
}
#qc input {
	width: 205px;
	height: 20px;
	padding: 5px 0 5px 5px;
	border: 1px solid #5d0202;
	
}
#qc textarea{
	width: 210px;
	height: 105px;
	border: 1px solid #5d0202;
}
#qc input.select{
}
#qc input.button{
	width: 165px;
	height: 45px;
	border: 0;
	background: #fff url(../images/submit-button.jpg) top left no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	cursor: pointer;
}
#qc input.button:hover{
	background: #fff url(../images/submit-button.jpg) bottom left no-repeat;
}
#qc input.orange-qc{
}
#qc img {
    vertical-align:middle;
}
#contact{
	width: 450px;
	text-align: center;
	margin: 15px;
	padding-left: 75px;
}
#contact ul{
	width: 350px;
	padding: 0;
	margin: 0;
	list-style-type: none; 
}
#contact ul li{
	margin-bottom: 5px;
	padding: 0;
}
#contact input {
	width: 350px;
	height: 20px;
	padding: 5px 0 5px 5px;
	border: 1px solid #5d0202;
	
}
#contact textarea{
	width: 350px;
	height: 105px;
	padding: 5px 0 0 5px;
	border: 1px solid #5d0202;
}
#contact input.button{
	width: 165px;
	height: 45px;
	border: 0;
	background: #FFFFFF url(../images/submit-button.jpg) top left no-repeat;
}
#contact input.button:hover{
	background: #FFFFFF url(../images/submit-button.jpg) bottom left no-repeat;
}

.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}
/*--------------------> Right Column Blog Navigation Selectors <--------------------*/
#blog {
}

/*--------------------> Footer Selectors <--------------------*/
#footer {
	background-color: #dad9c9;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 10px 0 10px 166px;
}

#footer a {
	color: #600;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*--------------------> Disclaimer Selectors <--------------------*/
#disclaimer {
	margin-top: 10px;
}

/*-------------------> 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;
}

/* ---[ colors ]--------------------- */

.red {color: #600 !Important}
.grey {color: #666 !Important}
.k {color: #000 !Important}
.w {color: #fff !Important}
