/* CSS Document */
/* BASIC */
body {
	margin:0;
	padding:0;
	background:#FFF url('../images/bg.jpg') repeat-x;
        text-align:justify;
	}

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6, p, a {
	font-family:Georgia, "Times New Roman", Times, serif;
	}
#top h1 {margin:0;}
strong {
	font-weight:bold;
	}
#main h2, #about h2 {
	font-size:18px;
	font-weight:bold;
	color:#1B2D41;
	}
#main p, #about p, #subMain p {
	font-size:12px;
	color:#333;
	}
#sidebar h2, #sidebar h2 a, #sidebar h2 a:visited {
	font-size:16px;
	font-weight:bold;
	color:#1B2D41;
	text-decoration:none;
	}
#subMain h2 {
	font-size:20px;
	font-weight:bold;
	color:#1B2D41;
	}
#sidebar h3 {
	font-size:14px;
	font-weight:normal;
	color:#44719D;
	padding-left:10px;
	}
#sidebar h3 a{
	color:#44719D;
	text-decoration:underline;
	}
#sidebar h3 a:hover {
	color:#B0CA64;
	}
#subMain h3 {
	font-size:16px;
	font-weight:bold;
	color:#44719D;
	}
#subMain .address p {margin:0;}
#box h3 {
	margin-bottom:5px;
	color:#1B2D41;
	}
#box ul li {
	margin-bottom:3px;
	color:#333;
	font-size:12px;
	}
#footer #bottom p {
	font-size:12px;
	color:#999;
	line-height:12px;
	}
#footer #bottom p a, #footer #bottom p a:visited {
	font-size:14px;
	color:#B0CA64;
	font-weight:bold;
	}
#footer #bottom p a:hover {
	color:#FFF;
	}

/* STRUCTURE */
#container {
	margin: 0 auto;
	padding: 10px;
	width:760px;
	}
#header {
	margin:0;
	padding:0;
	height:148px;
	}
#top {
	margin:-5px 0 0 0;
	padding:0;
	}
#logo {
	margin:0;
	padding:0;
	width:483px;
	height:78px;
	}
#a50th {
        display:none;
	margin-top:0;
	padding:0;
	width:106px;
	height:119px;
	}
#content {
	margin:25px 0 0 0;
	padding:0;
	}
#main {
	margin:0;
	padding:7px 300px 10px 10px;
	background: url('../images/main3.jpg') no-repeat;
	height:219px;
	}
#about {
	margin:10px 0 0 0;
	padding:0;
	}
span.small {font-size:11px;  font-style:italic;}
table.contact tr td {vertical-align:top; padding-right:40px;}
ul li {font-size:12px;}
#subMain {
	margin:0;
	padding:5px 10px 10px 25px;
	min-height:400px;
	width:550px;
	float:left;
	border-left:1px solid #7294B5;
	}
#box {
	margin:5px;
	padding:5px 10px;
	width:242px;
	float:left;
	border:1px solid #C6DAEA;
	background:#EAF1F7;
	}

#sidebar {
	margin:0 10px 10px 0;
	padding:0 10px 10px 0;
	min-height:340px;
	width:150px;
	}
#footer {
	margin:0 auto;
	padding:0;
	background:#1B2D41 url('../images/footerbg.jpg') repeat-x top;
	width:100%;
	min-height:214px;
	
	}
#footer #bottom {
	margin:0 auto;
	padding:100px 0 12px 0;
	width:740px;
	text-align:center;
	}

	
	
/* NAV */
#navContainer{padding:20px 15px 0 0;margin:0 0 18px 0; width:550px;}
ul#nav{list-style-type:none;width:100%;position:relative;height:27px;font-family:"Trebuchet MS",Arial,sans-serif;font-size:12px;font-weight:normal;margin:0;padding:11px 0 0 0;}
ul#nav li{display:block;float:left;margin:0 0 0 4px;height:27px;}
ul#nav li.left{margin:0;}
ul#nav li a{display:block;float:left;color:#fff;background:#1B2D41;line-height:27px;text-decoration:none;padding:0 17px 0 18px;height:27px;}
ul#nav li a.right{padding-right:19px;}
ul#nav li a:hover{background:#2E4560;}
ul#nav li a.current{color:#1B2D41;background:#B0CA64;}
ul#nav li a.current:hover{color:#1B2D41;background:#B0CA64;}


#dropmenudiv{
position:absolute;
padding:0 3px;
border-bottom-width: 0;
font:normal 12px Georgia;
line-height:25px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color:#FFF;
border-bottom:1px solid #666;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#2E4560;
}

/* FLOATATION DEVICE */
.right {float:right;}
.left {float:left;}
.cr {clear:right;}
.cl {clear:left;}
.cb {clear:both;}
