body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

#homebody {
	background-image: url(../images/bckgrnd.gif);
	background-repeat: repeat-x;
}

#internalbody {
	background-image: url(../images/bckgrnd-internal.gif);
	background-repeat: repeat-x;
}

a {
	color: #37939B;
	text-decoration: underline;	
}

a:hover {
	color: #00535E;
	text-decoration: underline;	
}

hr {
	border: 0;
	color: #CCC;
	background-color: #CCC;
	height: 1px;
	margin: 0 0 15px 0;
}

.clr {
	clear: both;
}

/* Header */
.header {
	height: 73px;
	padding-bottom: 17px;
}

.headerleft {
	float: left;
	padding-top: 21px;
}

.headerright {
	float: right;
	padding-top: 12px;
}

.contactheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}

/* Navigation */

#navlist {
    font-size: 12px;
	padding-left: 20px;
	height: 35px;
}

#navlist ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#navlist li {
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
	background: url(../images/nav-right.gif) no-repeat right top;
}

#navlist a {
    display: block;
	background: url(../images/nav-left.gif) no-repeat left top;
    padding: 10px 15px 9px;
	height: 15px;
	color: #666666;
	text-decoration: none;
	float:left;
}

#navlist a:hover {
	text-decoration: underline;
}

#navlist #current {
    background-image: url(../images/nav-right-on.gif);
}

#navlist #current a {
    background-image: url(../images/nav-left-on.gif);
	color: #333333;
	padding-bottom: 10px;
}

/* Main Container */

#maincontainer {
	margin: 0 auto;
	width: 898px;
	padding: 0 10px;
}

/* Title Container */

#titlecontainerhome {
	padding: 27px 0 16px;
}


#titlecontainer {
	padding: 27px 0 18px;
}

/* Content */

#contentcontainer {
	float: left;
	width: 641px;
	padding-right: 25px;
}

#contentcontainerhome {
	float: left;
	width: 643px;
}

#content, #contenthome {
	font-size: 12px;
	line-height: 24px;
	padding: 22px 0;
}

#contenthome {
	margin-right: 25px;
}

#content p, #contenthome p {
	margin: 0 0 12px;
}

.chpheader {
	font-size: 20px;
}

.review {
	font-size: 11px;
	line-height: 16px;
	padding: 0 0 25px 30px;
}

.review strong {
	font-size: 14px;
}

/* Home Boxes */

#homeboxleft, #homeboxright {
	float: left;
	font-size: 11px;
	line-height: 21px;
	margin: 16px 0;
}

#homeboxleft p, #homeboxright p {
	margin: 2px 0 9px;
}

#homeboxleft {
	border-left: dashed 1px #CCCCCC;
	border-right: dashed 1px #CCCCCC;
	width: 295px;
	padding: 0 20px;
}

#homeboxright {
	width: 286px;
	padding-left: 20px;
}

/* Images */

#floatleft {
	float: left;
	padding-right: 20px;
}

/* Right Column */

#rightcolumncontainer {
	float: left;
	width: 230px;
	background-color: #FFFFFF;
	margin-top: 39px;
	margin-bottom: 25px;
	background: url(../images/rightcolumn-bckgrnd.gif) repeat-y;
}

#rightcolumntop {
	background: url(../images/rightcolumn-top.gif) no-repeat;
}

#rightcolumnbottom {
	background: url(../images/rightcolumn-bottom.gif) no-repeat left bottom;
	padding: 9px 10px 11px;
}

#rightcolumn {
	border: dashed 1px #CCCCCC;
	padding: 15px 15px 0 15px;
	font-size: 11px;
	line-height: 21px;
}

#rightcolumn p, #rightcolumnhome p {
	margin: 0 0 15px 0;
}

#rightcolumnhome {
	float: left;
	width: 157px;
	height: 472px;
	background-color: #FFFFFF;
	margin-top: 19px;
	background: url(../images/rightcolumn-home.gif) no-repeat;
	font-size: 11px;
	line-height: 18px;
	padding: 163px 37px 0 59px;
}

.quote {
	font-size: 20px;
	line-height: 24px;
	color: #37939B;
}

/* Arrow lists */

#arrowlist {
	margin-left: 0;
	padding-left: 0;
	margin-top: 4px;
	list-style: none;
}

#arrowlist li {
	padding-left: 18px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
}

/* Footer */

#footer {
	font-size: 11px;
	padding: 15px 0 25px;
	clear: both;
	color: #666;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}

#footerhome {
	font-size: 11px;
	padding: 0 0 25px 0;
	clear: both;
	color: #666;
	text-align: center;
}

#footerhome img {
	padding-top: 7px;
}

.footeraddress {
	font-size: 10px;
	color: #999;
}