/********HTML Elements***********/
*{
	margin: 0;
	padding: 0;
}

body {
	text-align:center;
	background-color: #363636;
	font-family: "helvetica", arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

img {
	border: none;
}

div.logo{
	text-align: left;
	padding: 10px 0 0 0;
	float: left;
	width: 380px;
}

h1{
	color: #b9f7bf;
	padding: 0 0 10px 0;
	font-size: 120%;
}

h2{
	font-size: 110%;
	padding: 10px 0 10px 0;
}

a:link, a:visited {
	color: #eae7cc;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color:#dedbc2;
}

dl {
	padding: 0 0 0 10px;
}

div.clearer{
	height: 1px;
	clear: both;
}

p {
	padding: 0 0 10px 5px;
}

p.indent {
	padding: 0 0 10px 5px;
	margin: 0 0 0 10px;
}

div#container{
	background-position: top left;
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
}

div.content{
	width: 1000px;
	text-align: left;
	padding: 0;
	margin: 0 auto;
}

div#containerBottom{
	background-position: top;
	background-image: url('../images/bgLowerContent.jpg');
	background-repeat: repeat-x;
	background-color: #38372a;
	padding: 30px 0 10px 0;
	color: #ffffff;
}

div.column, div.columnRight, div.columnLeft{
	width: 470px;
	float: left;
}

div.columnRight{
	margin: 0 0 0 60px;
}

div.sideBox {
	background-color: #fff;
	width: 190px;
	float: left;
	border: 1px solid #e5e5e5;
	margin: 5px 0 10px 10px;
}

div.navHeading{
	margin: 10px 0 5px 5px;
	padding: 10px 0 0 0;
	width: 200px;
}

div.footer{
	padding: 10px 0 10px 0;
	background-image: url('../images/bgFooter.jpg');
	background-repeat: repeat-x;
	background-color: #363636;
	font-size: 80%;
	color: #fff;
	text-align: left;
}

div.footerInfo{
	margin: 0 auto;
	width: 1000px;
}

/******** Nav Elements ***********/
div#nav{
	float: right;
	margin: 0 10px 0 0;
	width: 540px;
}

* div#nav{
	width: 565px;
}

div#nav .tab a, div#nav .tab a:visited{
	color: #555342;
	padding: 0px 2px 0 2px;
	margin: 5px 0 0 0;
	float:left;
	display: block;
}

div#nav li{
	float: left;
	display: block;
	margin: 0 0 0 5px;
	width: 75px;
	text-align: center;
}

div#nav #home{
	width: 55px;
}

div#nav #services{
	width: 78px;
}

div#nav #about{
	width: 87px;
}

div#nav #retire{
	width: 158px;
}

div#nav #forms{
	width: 60px;
}

div#nav #contact{
	width: 68px;
}

#nav .tab{
	background:url(../images/navBgOff.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#nav .left, #nav .right{
	display: block;
	background:url(../images/navLeftOff.jpg);
	background-position: top;
	background-repeat: none;
	background-position: left;
	width: 5px;
	height: 32px;
	float: left;
}
	
#nav .right{
	background:url(../images/navRightOff.jpg);
	background-position: top;
	background-position: right;
	float: right;
	
}

body#index #nav #home, body#services #nav #services, body#about #nav #about, body#retire #nav #retire, body#forms #nav #forms, body#contact #nav #contact{
	background:url(../images/navBgOn.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #ffffff;
}

body#index #nav #home a, body#services #nav #services a, body#about #nav #about a, body#retire #nav #retire a, body#forms #nav #forms a, body#contact #nav #contact a{
	color: #ffffff;
}

body#index #nav #home .left, body#services #nav #services .left, body#about #nav #about .left, body#retire #nav #retire .left, body#forms #nav #forms .left, body#contact #nav #contact .left{
	background:url(../images/navLeftOn.jpg);
}

body#index #nav #home .right, body#services #nav #services .right, body#about #nav #about .right, body#retire #nav #retire .right, body#forms #nav #forms .right, body#contact #nav #contact .right{
	background:url(../images/navRightOn.jpg);
}

body#disclaimer #nav{
	display: none;
}

/******** Home Elements ***********/

#slides{
	float: left;
	padding: 0 0 10px 0;
}

#topInfo{
	padding: 5px 10px 10px 0px;
	float: right;
	width: 450px;
	text-align: left;
	color: #555342;
}

#topInfo ul{
	margin: 5px;
}

#topInfo li{
	margin: 5px 0 0 0;
}

#downloads, #contactInfo{
	float: left;
	width: 170px;
	margin: 0 0 0 0px;
}

#downloads a:link, #downloads a:visited{
	display: block;
	margin: 0 0 0 5px;
}

#contactInfo dl, #contactInfo dd{
	margin: 0;
	padding: 0;
}

#contactInfo dl{
	margin: 0 0 0 5px;
}

#appointmentInfo {
	width: 430px;
	padding: 25px 0 0 0px;
}

#appointmentInfo .formRow {
	float: left;
	padding: 0 0 10px 10px;
	width: 200px;
}

#appointmentInfo div.submitBlock{
	float: right;
	padding: 0 30px 0 0;
}


.featuredImage{
	border: 5px solid #666549;
	float: right; 
	margin: 5px;
}

#downloadLink{
	margin: 0 0 0 5px;
}


/******** Services Elements ***********/

ul{
	padding: 0 0 0 20px;
}


/******** Search Elements ***********/

div.searchText{
	display: none;
}

/******** Contact Elements ***********/

#contactWrap{
	width: 650px;
}

* #contactWrap div.submitBlock{
	margin: 0 90px 0 0;
}

/******** Disclaimer Elements ***********/

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width: 870px; 
  height:650px;
  padding:10px;
  background-color:#ffffff;
  color: #333333;
  text-align: left;
}

#boxes #dialog a{
	float: right;
	color: #003300;
	margin: 14px;
}

#boxes #dialog h1{
	color: #009900;
}
