.wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	background-color: #005395;
	color:#FFFFFF;
	height: 200px;
}
#header a, #header p {
	color:#FFFFFF;
}
#header a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
#header span, #header span a {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
#header .logo {
	float: left;
	margin-top: 40px;
	margin-left: 40px;
}
#header .address {
	float:right;
	margin-top: 36px;
	margin-right: 40px;
	text-align: right;
}
#nav {
	clear: both;
	height: 28px;
	margin-left: 50px;
	padding-top: 26px;
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#nav li a {
	display: block;
	float: left;
	width: 114px;
	height: 22px;
	font-weight: normal;
	padding-top: 4px;
	text-align: center;
	background-color: #DDE3F1;
	background-image:url(../images/layout/nav_bck.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-right: 8px;
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}
#nav li a:hover {
	background-color: #DDE3F1;
	background-image: none;
	text-decoration: none;
	color:#666666;
}
#nav #current a {
	background-color: #DDE3F1;
	background-image: none;
	text-decoration: none;
	color:#666666;
}
#mainpic {
	background-color: #DDE3F1;
	text-align: center;
	padding: 10px;
}
#content {
	background-image:url(../images/layout/rightcol.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding: 30px 30px 20px 20px;
}

.leftcol {
	width: 650px;
	float:left;
}
.footimg {
	float:left;
	margin-right: 20px;
}
.footimg2 {
	float:left;
	margin-right: 0px;
}

#pagenav {
	padding-left: 25px;
}
#pagenav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#pagenav li {
	list-style: none;
	display:inline;
	padding: 0px;
	margin: 0px;
}
#pagenav li a {
	display: block;
	float: left;
	width: 270px;
	height: 24px;
	font-weight: normal;
	padding-top: 6px;
	text-align: center;
	color:#FFFFFF;
	background-color: #DDE3F1;
	background-image:url(../images/layout/but_bck.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-right: 18px;
}
.bluebold {
	color:#006699;
	font-size: 14px;
	font-weight: bold;
}
.greybold {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}
.menu_break {
	margin: 10px 80px 10px 50px;
	border-bottom: 1px solid #006699;
}
.leftcol td {
	padding-bottom:4px;
}
.leftcol .tintbox {
	background-color: #DDE3F1;
	padding: 10px;
	color: #005395;
}
.leftcol .whitebox {
	padding: 15px 10px 10px 10px;
	color: #666666;
}
.text24 {
	font-size: 24px;
}
.rightcol {
	width: 220px;
	float:right;
	color:#006699;
}
.rightcol p {
	color:#006699;
}
.rightcol .quote {
	margin: 25px 20px 0px 24px;
}
.rightcol .quote p {
	font-size: 14px;
	line-height: 22px;
}
.rightcol img {
	position:relative;
	z-index: 10;
	margin-top: -30px;
}

label {
	color:#006699;
	font-size: 12px;
    width: 200px;
    float: left;
    text-align: left;
    margin-right: 5px;
    display: block;
	padding-top: 0px;
}
.formholder {
	margin-bottom:10px;
}
.formsubmit {
	margin-bottom: 5px;
	width: 210px;
	text-align:right;
}
input.text, textarea {
	color: #000000;
	border: 1px solid;
	border-color: #3399cc #3399cc #66ccff #66ccff;
	padding: 1px 2px 2px 2px;
	font-size: 1em;
	width: 210px;
}
input.text2 {
	color: #000000;
	border: 1px solid;
	border-color: #3399cc #3399cc #66ccff #66ccff;
	padding: 1px 2px 2px 2px;
	font-size: 1em;
	width: 52px;
}
input.text:focus, textarea:focus
{
	border-color: #000000;
}
input.btn {
	width: 80px;
	height: 20px;
	background-color: #006699;
	border: 1px solid #FFFFFF;
	color:#FFFFFF;
}

#gallerymain .imgholder {
	width: 200px;
	height: 130px;
	overflow:hidden;
	float: left;
	margin: 0 15px 15px 0;
}
#gallerymain img {
	width: 225px;
	margin-left: -15px;	
}
#footer {
	background-color: #005395;
	color:#FFFFFF;
	height: 32px;
	font-size: 11px;
	padding: 18px 28px 0 18px;
	clear:both;
}
#footer a, #footer p {
	color:#FFFFFF;
	font-weight: normal;
	font-size: 11px;
}


