/*Theme color to replace: 335EAD*/

/*Imports*/
@import url("navigation.css");

* { margin:0; padding:0; }

body { 
	background: #000; 
	font: 12px/16px Arial, Verdana, Helvetica, sans-serif; 
	}
#shell { 
	margin: 0 auto 0 0; 
	position: relative; 
	width: 1008px; 
	}
#header { 
	width: 1008px; 
	height: 167px;
	background: url(images/pageElements/header.jpg) no-repeat; 
	}
#contentwrapper { 
	width: 1008px; 
	background: url(images/pageElements/wrapper2.jpg) 0 0 no-repeat; 
	height: 627px;
	overflow: hidden; 
	}

/*Main Content*/
#title, #titleHome {
	width: 427px;
	height: 30px;
	margin-left: 295px;
	}
#titleHome {
	padding: 40px 0 0 0;
	}
#content, #contentNoScroll { 
	width: 427px;
	height: 445px; 
	margin-left: 295px; 
	padding: 10px 0 10px 0;
	overflow: hidden;
	position: relative;
	}
	.content p { padding: 5px 0 10px 0; }
	.content a, .content a:visited { color: #0169B2;  }
	.content a:hover { color: #7CA1BB; } 
	.content ul { margin-left: 20px; padding: 5px 0;  }
	.content ol { margin-left: 35px; }
	.content h1 { clear: right; font-size: 36px; }
	.content h2, h3, h4, h5 { margin: 5px 0; color: #0169B2;  }
	.content h2 { font-size: 20px; }
	.content h3 { font-size: 18px; }
	.content h4 { font-size: 16px; }
	.content h5 { font-size: 14px; }
	
/*Footer*/
#footer { 
	width: 1008px; 
	background: url(images/pageElements/footer.jpg) top no-repeat; 
	padding: 99px 0 10px 0; 
	text-align: center; 
	color: #fff; 
	}
	#footer a, #footer a:visited { text-decoration: none; color: #fff; }
	#footer a:hover { color: #A98062; }

/*---- sIFR 3---*/
@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  } 
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  } 
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}
@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}
@media screen {
  .sIFR-active h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 30px;
    visibility: hidden;
	color: #0068b1;
  }
   .sIFR-active .tlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
    visibility: hidden;
	color: #ffffff;
  }
}

/*Misc*/
.featureCenter { 
	border: 2px #000 solid; 
	margin: 5px; 
	}
.featureRight { 
	border: 2px #000 solid; 
	margin: 5px; 
	float: right; 
	}
.photo { 
	border: 1px #000 solid; 
	padding: 5px; 
	background: #fff; 
	margin: 0px 5px; 
	}
.photoleft { 
	border: 1px #000 solid; 
	padding: 5px; 
	float: left; 
	background: #fff; 
	margin: 5px 10px 0px 0px; 
	}
.photoright { 
	border: 1px #000 solid; 
	padding: 5px; 
	float: right; 
	background: #fff; 
	margin: 10px 0px 0px 5px; 
	}
.pagePhoto { 
	float: right; 
	border: 1px #000 solid; 
	margin: 5px 0 0 10px; 
	}
.faqAnswer { 
	padding: 5px 0; 
	}

/*Scrolling*/
.section{
	width:6000px;
	position:relative;
}
.section .sub{
	position:relative;
	float:left;
	padding:0;
	width:427px;
	height: 100%;
	height: 440px;
}
.section .next, .section .prev{
	text-decoration: underline;
	color: #000;
	font-style: italic;
	position: absolute;
	bottom: 5px;
}
.section .next{
	right:10px;
}
.section .prev{
	left:0;
}

/*Forms*/
.errmsg {display:none;}
#validationmsg h4, #validationmsg ul li { color:#FF0000; }

/*Misc*/
.appointment {
	position: absolute;
	left: 0;
	top: 301px;
	}
.testimonials {
	position:absolute;
	left:0;
	top:580px; }	

.tlink {
	position: absolute;
	left: 850px;
	top: 10px;
	width: 125px;
	}
.logo {
	position: absolute;
	left: 824px;
	top: 33px;
	}
	
