p {
	margin: 10px 0;
}
ul, ol {
	padding-left: 15px;
	list-style-position: outside;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
img {
	border: none;
}
a, a:visited {
	color: #012063;
}
a:hover,
a:focus {
	color: #fff;
	background: #012063;
}
h1, h2, h3, h4, h5 { color: #012063; margin: 1em 0;}
h1 {
	font-size: 1.4em;
	letter-spacing: .2em;
}
h2 {font-size: 1.2em;}
h3 {font-size: 1.1em;}
hr {
	border: none 0;
	border-top: 1px solid #ddd;
	width: 80%;
	height: 1px;
	margin: 20px;
	text-align: center;
	clear: both;
}
table {
	margin-bottom: 20px;
}
table td {
	padding: 4px;
	border: 1px solid #ccc;
}
body {
	margin: 0 auto;
	font: 62.5% Arial, Helvetica, sans-serif; 
	text-align: center;
	color: #010000;
	background: fixed url(../img/bg.png) no-repeat 50% 0;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 956px;
	font-size: 1.4em;
}
#skip {
	height: 0;
	text-indent: -9999em;
}
.noshow {
	position: absolute;
	left: -9999px;
	width: 900px;
}
.clear {
	clear: both;
}
#header {
	width: 956px;
	height: 136px;
	background: url(../img/header.png) no-repeat;
}
a .logo {
	width: 330px;
	margin: 10px 20px 0;
	float: left;
	clear: both;
}
/* --- navigation --- */
#nav {
	position: relative;
	top: 60px;
	left: 20px;
	width: 100%;
	font-size:1.1em;
}
#nav ul {
	margin: 0;
	padding: 2px 0 0 6px;
	list-style:none;
}
#nav li{
	display:inline;
	margin:0;
	padding:0;
}
#nav a {
	float:left;
	margin:0;
	margin-right: 1px; /*spacing between each tab*/
	padding:0 2px 0 16px;
	text-decoration:none;
}
#nav a span{
	float:left;
	display:block;
	padding: 8px 14px 8px 0;
	color:#fff;
}
#nav a:hover,
#nav #current a {
	position: relative;
	top: -38px;
	height: 78px;
	background:url(../img/lefttab.png) no-repeat left top;
}
#nav a:hover span,
#nav #current a span {
	height: 62px;	
	background:url(../img/righttab.png) no-repeat right top;
}
#content {
	width: 956px;
	float: left;
	background: url(../img/copybg.png) repeat-y;
}
#leftcol {
	width: 249px;
	line-height: 150%;
	margin: 0;
	padding: 0;
	background: url(../img/leftimage.png) no-repeat;
	float: left;
}
div.leftcopy {
	margin: 356px 0 0;
	padding: 5px;
	color: #fff;
	font-size: 1.3em;
	line-height: 100%;
	text-align: center;
}
.phone {
	padding-top: 5px;
	font-size: 1.8em;
	font-weight: bold;
	color: #023097;
}
div.leftcopy a,
div.leftcopy a:visited {
	color: #fff;
	font-size: .9em;
	text-decoration: none;
}
div.leftcopy a:hover,
div.leftcopy a:focus {
	text-decoration: underline;
}
.cnla {
	margin: 180px 0 0 10px;
}
#rightcol {
	width: 707px;
	margin: 0;
	background: url(../img/topimage.png) no-repeat;
	float: left;
}
div.copy {
	margin: 268px 0 0;
	padding: 20px 40px;
	min-height: 450px;
	line-height: 140%;
}
.imageright {
	margin: 0 0 40px 40px;
	float: right;
	clear: both;
}
#gallerycontainer {
	width: 868px;
	margin: 0 1px;
	padding: 0 40px 20px;
	float: left;
}
#footer {
	margin: 0 auto;
	padding: 10px 0 0;
	position: relative;
	width: 956px;
	background: url(../img/bottom.png) no-repeat;
	clear: both;
}
#footer h2 {
	margin: 0;
	padding-top: 50px; 
	text-align: center;
	color: #666;
	font-size: .9em;
	border-bottom: none;
}
#footer h2 a, 
#footer h2 a:visited {
	color: #666;
	text-decoration: none;
}
#footer h2 a:hover,
#footer h2 a:focus {
	color: #012063;
	background: none;
}
#footer h3 {
	margin: 0;
	text-align: center;
	color: #999;
	font-size: .9em;
}
#footer h3 a, 
#footer h3 a:visited {
	color: #999;
	text-decoration: none;
}
#footer h3 a:hover,
#footer h3 a:focus {
	color: #012063;
	background: none;
}