@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
    background-image: url("images/bg.gif");
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #473930;
}

p{
	line-height: 1.5em;
	padding: 1em 0;
}

#container{
	margin: 20px auto;
   width: 830px;
   background: #fff;
   background-image: url("images/cl_main_brdrleft.gif");
    background-position: left center;
    background-repeat: repeat-y;
}

img{
	border: 0;
}

a{
	color:#366994;
	text-decoration: none;
	font-style:italic;
}

h2 {
	padding: 20px 0 5px 0;
	border-bottom: solid thin;
	width: 100%;
}
h3 {
	padding: 10px 0;
	color: #996;
}
#header {
	height: 130px;
	background-image: url("images/cl_main_brdrright.gif");
    background-position: right center;
    background-repeat: repeat-y;
}
.logo {
	float: left;
}
#header ul {
	background: url("images/cl_header_right.gif") repeat-x;
	display: block;
	float: left;
	padding-right: 3px;
}
#header li{
	display:inline;
	float: left;
	list-style-type:none;
	width: 92px;
	height: 92px;
	text-align: center;
	color: #635043;
}
#header ul li a {
	text-align: center;
	color: #635043;
	font-style:normal;
	height: 92px;
	display: block;
	padding-top:40px;
	font-size: 16px;
}
#header li:hover {
	background: url("images/nav_over.gif") no-repeat top center;
	color: #fff;
}
#header li a:hover {
	color: #fff;
	height: 92px;
}
.thispage {
	background: url("images/nav_over.gif") no-repeat top center;
}
#header ul li.thispage a {
	color: #fff;
}

#content {
	background-image: url("images/cl_main_brdrright.gif");
    background-position: right center;
    background-repeat: repeat-y;
	padding: 10px 50px;
	display: block;
	clear: both;
}
.mainimg {
	margin-left: -46px;
	width: 816px;
	border-top: #00E solid thin;
	border-bottom: #00E solid thin;
}

#content li {
	margin: .5em 0 .5em 2em;
}

#biocontent {
	background-image: url("images/cl_main_brdrright.gif");
    background-position: right center;
    background-repeat: repeat-y;
	padding: 10px 50px;
	display: block;
	clear: both;
}
#biocontent li {
	clear: both;
	list-style: none;
	padding: 15px 0;
	min-height: 230px;
}
#biocontent li span {
	display:block;
	font-style:italic;
	font-size: 1.2em;
	padding: .5em 0;
	color: #005;
}
#staff {
	clear:both;
	padding: 10px 30px;
	display: block;
	background-image: url("images/cl_main_brdrright.gif");
    background-position: right center;
    background-repeat: repeat-y;
}
#staff li {
	display: inline-block;
	vertical-align: top;
	width: 320px;
	list-style: none;
	margin: 15px 25px;
}
#staff li span {
	display:block;
	font-style:italic;
	font-size: 1.2em;
	padding: .5em 0;
	color: #005;
}
.bioimg {
	float: left;
	padding: 0 1em 1em 1em;
}
.staffimg {
	margin: 10px auto;

}
#links {
	background-image: url("images/cl_main_brdrright.gif");
    background-position: right center;
    background-repeat: repeat-y;
	padding: 10px 50px;
	text-align: left;
	display: block;
	clear: both;
}
#links td{
	padding: .5em 0;
	width: 360px;
}

#payment {
	margin: 2em;
	text-align: right;
	line-height: 2em;
	width: 50%;
}

.addrLeft {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	margin: 10px 80px;
}
.addrRight {
	float: right;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	margin: 10px 80px;
}
.center {
	display:block;
	margin: 0 auto;
}
#footer {
	clear: both;
	text-align: center;
	background-image: url("images/cl_footer.gif");
	height: 65px;
}
#footer p {
	padding: 20px 0;
	font-weight: bold;
}
