* {
	padding:0;
	margin:0;
}
body {
	margin:0;
	background:url(../images/background.gif) repeat-y top left #205B75;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#DEE7EC;
}
#top {
	height:58px;
	width:100%;
	background-color:#0E4961;
}
#top h1 {
	position:absolute;
	width:275px;
	height:50px;
	background:url(../images/logo.gif) 0 0 no-repeat;
	top:4px;
	left:10px;
	text-indent:-5000px;
}
/* Navigation
--------------------------------------------------------------------------*/
ul#navigation {
	list-style: none;
	margin-left:300px;
	font-size:90%;
}
ul#navigation li {
	float: left;
	line-height:58px;
	list-style-type:none;
}
ul#navigation a {
	color:#fff;
	text-decoration:none;
	border:#2D708A 1px solid;
	background-color:#17546D;
	padding:3px 6px;
	margin-left:10px;
	margin-right:3px;
}
ul#navigation a:hover {
	background-color:#1F5F78;
	border:#FFC233 1px solid;
}
ul#navigation a.active {
	font-weight:bold;
}
/* Left side
--------------------------------------------------------------------------*/
#left {
	float:left;
	width:300px;
	height:440px;
	background-repeat:no-repeat;
	position:relative;
}
#panel1 {
	position:absolute;
	top:188px;
	left:0px;
	height:125px;
	width:270px;
	padding-left:15px;
	padding-right:15px;
}
#panel2 {
	position:absolute;
	top:313px;
	left:0px;
	height:125px;
	width:270px;
	padding-left:15px;
	padding-right:15px;
}
#left p, #left h2 {
	color:#fff;
}
#left h2 {
	font-size:18px;
	font-weight:bold;
	margin-top:22px;
	margin-bottom:4px;
	background:none;
}
#left div.size_long h2 {
	font-size:16px;
	margin-top:18px;
}
#left div.size_vlong h2 {
	font-size:14px;
}
#left p {
	font-size:13px;
	margin-top:3px;
	margin-bottom:0;
}
#copyright {
	position:absolute;
	top:313px;
	left:0px;
	margin-left:15px;
	margin-right:15px;
	color:#fff;
	margin-top:1em;
	line-height:140%;
	text-align:left;
}
#copyright p.address {
	line-height:normal;
}
#copyright p {
	font-size:70%;
}
/* Left photo styles
--------------------------------------------------------------------------*/
div.leftPhoto_1 {
	background-image:url(../images/left1.jpg);
}
div.leftPhoto_2 {
	background-image:url(../images/left2.jpg);
}
div.leftPhoto_3 {
	background-image:url(../images/left3.jpg);
}
div.leftPhoto_4 {
	background-image:url(../images/left4.jpg);
}
div.leftPhoto_5 {
	background-image:url(../images/left5.jpg);
}
div.leftPhoto_6 {
	background-image:url(../images/left6.jpg);
}
div.leftPhoto_7 {
	background-image:url(../images/left7.jpg);
}
div.leftPhoto_8 {
	background-image:url(../images/left8.jpg);
}
div.leftPhoto_9 {
	background-image:url(../images/left9.jpg);
}
div.leftPhoto_10 {
	background-image:url(../images/left10.jpg);
}
div.leftPhoto_11 {
	background-image:url(../images/left11.jpg);
}
div.leftPhoto_12 {
	background-image:url(../images/left12.jpg);
}
div.leftPhoto_13 {
	background-image:url(../images/left13.jpg);
}
div.leftPhoto_14 {
	background-image:url(../images/left14.jpg);
}
div.leftPhoto_15 {
	background-image:url(../images/left15.jpg);
}
div.leftPhoto_16 {
	background-image:url(../images/left16.jpg);
}
div.leftPhoto_17 {
	background-image:url(../images/left17.jpg);
}
div.leftPhoto_18 {
	background-image:url(../images/left18.jpg);
}
div.leftPhoto_19 {
	background-image:url(../images/left19.jpg);
}
div.leftPhoto_20 {
	background-image:url(../images/left20.jpg);
}
div.leftPhoto_21 {
	background-image:url(../images/left21.jpg);
}
div.leftPhoto_22 {
	background-image:url(../images/left22.jpg);
}
div.leftPhoto_23 {
	background-image:url(../images/left23.jpg);
}
div.leftPhoto_24 {
	background-image:url(../images/left24.jpg);
}
div.leftPhoto_25 {
	background-image:url(../images/left25.jpg);
}
div.leftPhoto_26 {
	background-image:url(../images/left26.jpg);
}
div.leftPhoto_27 {
	background-image:url(../images/left27.jpg);
}
/* Main Content
--------------------------------------------------------------------------*/
#content {
	float:left;
	width:620px;
	padding:2px 10px;
}
h2 {
	color:#fff;
	font-size:130%;
	font-weight:normal;
	margin-bottom:0.3em;
	
	padding-bottom:2px;
	background:url(../images/dash_horizontal_orange.gif) bottom left repeat-x;
}
h3 {
	color:#fff;
	font-size:100%;
}
p,#content ul {
	font-size:85%;
	margin-bottom:1em;
}
p.quote {
	color:#fff;
	border:#4B97B3 1px solid;
	padding:10px 0;
	padding-left:34px;
	margin-top:2em;
	background:url(../images/quote_open.gif) no-repeat 6px 9px #327590;
	line-height:140%;
}
p.quote span {
	display:block;
	padding-right:34px;
	background:url(../images/quote_close.gif) no-repeat 99% 100% #327590;
}
#content ul {
	margin-left:15px;
}
/* Secondary navigation
--------------------------------------------------------------------------*/
table#secondary_nav, table#secondary_nav_about {
	border:#4B97B3 1px solid;
	padding:6px 10px;
	margin:1.2em 0;
	background:#327590;
	width:100%;
	font-size:70%;
}
table#secondary_nav th {
	text-align:left;
}
table#secondary_nav_about td {
	text-align:center;
	width:33%;
}
table#secondary_nav td a, table#secondary_nav_about td a {
	text-decoration:none;
}
table td a.active {
	font-weight:bold;
}
/* General styling
--------------------------------------------------------------------------*/
a.whitearrow:link, a.whitearrow:visited {
	color:#fff;
	text-decoration:none;
	background-image:url(../images/arrow_white.gif);
	background-position:5px 6px;
	background-repeat:no-repeat;
	padding-left:20px;
}
a.whitearrow:hover, a.whitearrow:active {
	color:#4B97B3;
	background-image:url(../images/arrow_lblue.gif);
}
a.arrow:link, a.arrow:visited {
	color:#00538F;
	text-decoration:none;
	background-image:url(../images/arrow_dblue.gif);
	background-position:5px 6px;
	background-repeat:no-repeat;
	padding-left:20px;
}
a.arrow:hover, a.arrow:active {
	color:#1F87D1;
	background-image:url(../images/arrow_lblue.gif);
}
a:link, a:visited {
	color:#fff;
	text-decoration:underline;
}
a:hover, a:active {
	/*color:#4B97B3;*/
	color:#FFC233;
	text-decoration:none;
}
img {
	border:0;
}
form {
	margin:0px;
}
.clear {
	clear:both;
	height:1%;
}
input, textarea {
	border:#666 1px solid;
	color:#666;
	background-color:#fff;
	margin-bottom:3px;
	padding:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}