body {
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	line-height: 17px;
	color: #62625A;
}

td {
	font-size: 11px;
	line-height: 17px;
}

a {
	color: #7B7B70;	
	font-weight: bold;	
}

.cb {
	clear: both;	
}

h1 {
	font-size: 15px;
	color: #7B7B70;	
}

ul {
	margin: 0px;
	padding: 0px;
}

.inner {
	width: 750px;
	text-align: left;
	margin: 0 auto;
}

#pageheader {
	background-color: #000;	
}

#pageheader .inner {
	height: 75px;
	padding-top: 10px;
}

#pageheader .inner #contact {
	float: right;
}

#topmenu {
	background: #E5E5D2 url(../images/topmenu_bg.gif) repeat-x;	
	height: 34px;
}

#topmenu .inner ul li {
	padding: 10px 15px 0 15px;
	float: left;
	height: 24px;
	font: bold 11px verdana;
	list-style: none;
	border-left: solid #ffffff 1px;
}

/* Star selector hack: recognized only by IE */
* html body #topmenu .inner ul li {
	height: 34px;	
}
/* End star selector hack */

#topmenu .inner ul li#contact {
	border-right: solid #ffffff 1px;
}

#topmenu .inner ul li.selected {
	border-top: solid #ffffff 1px;
	background: #817979;
}

#topmenu .inner ul li a {
	color: #ffffff;
	text-decoration: none;	
	display: block;	
}

/* Secondary menu */
.inner #secondmenu {
	background-color: #817979;
	height: 30px;
	border-left: solid #E3E3E3 1px;
	border-right: solid #E3E3E3 1px;
}

.inner #secondmenu ul li {
	float: left;
	padding: 5px 10px;
	list-style: none;
}

.inner #secondmenu ul li a {
	color: #ffffff;
	font: 13px verdana;
	text-decoration: none;
	display: block;	
}

.inner #secondmenu .selected a {
	font-weight: bold !important;
}

/* Content area*/

#maincontentarea {
	background: url(../images/dot.gif) no-repeat 1px bottom;
	border-left: solid #E3E3E3 1px;
	border-right: solid #E3E3E3 1px;
	width: 708px !important;
	padding: 20px;
}

/* Star selector hack: recognized only by IE */
* html body #maincontentarea {
	width: 750px !important;
}
/* End star selector hack */

#maincontentarea #left {
	width: 230px;
}

#maincontentarea #right {
	float: right;
	width: 475px;	
}



.footnote {
	font-size: 11px;
	color: #7B7B70;	
}

#footer {
	background: #000;
	color: #fff;
	font: 10px verdana;
	padding: 10px 0;	
}

#footer a  {
	color: #B6B7B5;	
	font-weight: normal;
	text-decoration: none;
}

/* Bottom of the page pics */

.bg {
	background: url(../images/interior.jpg) no-repeat bottom center !important;
	padding-bottom: 90px !important;
}

.bg1 {
	background: url(../images/interior1.jpg) no-repeat bottom center !important;
	padding-bottom: 90px !important;
}

.bg2 {
	background: url(../images/interior2.jpg) no-repeat bottom center !important;
	padding-bottom: 90px !important;
}

.bg3 {
	background: url(../images/interior3.jpg) no-repeat bottom center !important;
	padding-bottom: 90px !important;
}

.bg4 {
	background: url(../images/dot.gif) no-repeat bottom center !important;
	padding-bottom: 90px !important;
}

.nobackground {
	background-image: none !important;	
}

/* Special page elements */

.focusbox_top {
	background: #E2E4E1 url(../images/focusbox_top.gif) no-repeat;	
	width: 180px;
	padding: 10px;
}

/* Star selector hack: recognized only by IE */
* html body .focusbox_top {
	width: 200px;
}
/* End star selector hack */

.focusbox_bottom {
	background: #E5E5D2 url(../images/focusbox_bottom.gif) no-repeat;
	width: 200px;	
	height: 8px;
	font-size: 1px;
}

.quote_top, .quote_bottom {
	margin: 35px 30px 0 0;
	padding-left: 35px;
	color: #000;
	background: url(../images/quote_top.gif) no-repeat;	
}

.quote_bottom {
	margin-top: 0px;
	background: url(../images/quote_bottom.gif) no-repeat top right;	
}

.subheadunderline {
	border-bottom: dashed #000 1px;	
	font-weight: bold;
	padding-bottom: 3px;
}

.bullet {
	vertical-align: -5px;	
}