/* 1em = 10px */


body {
	text-align: center;
	background-color: #2f7fa0;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	/*background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;*/
}

/*----- Default Formatting -----*/

ul, ol, li {
	margin: 0;
	padding: 0;
}


#container {
	display: block;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 940px;
	text-align: center;
	background-color: #ffffff;
	min-height: 100%;
	
}

#centrecontainer {
	
	margin: 0 auto;
	background-color: #ffffff;
	width: 936px;
	padding: 0px 0px 0px 0px;
	min-height: 100%;
	background-color: #f1ede2;
	
}

#header {
	width: 936px;
	height: 68px;
	background-image: url(images/header.gif);
	text-align: left;	
}

#header2 {
	width: 936px;
	height: 299px;
	/*background-image: url(images/flash_header.jpg);*/	
}

#pagebody {
	width: 936px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image: url(images/pagebody_bg.gif);
	background-repeat: repeat-y;
}

/*----- Navigation_Lists -----*/

#leftnav {
	margin: 0;
	padding: 0;
	clear: left;
	float: left;
	height: 380px;
	margin-top: 10px;
	width: 251px;
	text-align: left;
}


#leftnav li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0px;
	font-family: "Lucida Grande", Verdana, "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.85em;
}

#leftnav li a {
	border-bottom: 1px solid #dedac4;
	color: #0091c0;
	display: block;
	text-decoration: none;
	text-indent: 20px;
	width: 251px;
}

#leftnav li a:hover {
	background-image: none;
	color: #fff;
	background-color: #0099CC;
	text-decoration: none;
}

#leftnav li.active a {
	background-image: none;
	color: #fff;
	background-color: #0099CC;
	text-decoration: none;
}


#maincontent {
	width: 650px;
	text-align: left;
	float: right;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


#pagecontent {
	
	padding: 10px 20px 30px 20px;
	
	
}

#innercontent {
	width: 565px;
	text-align: left;
	float: left;
	padding: 0px 40px 10px 20px;
	margin: 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color : #333333;
	line-height: 20px;
}


#footer {
	width: 936px;
	height: 57px;
	clear: both;
	padding: 0px 0px 0px 0px;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
}

#footer1 {
	width: 936px;
	padding: 0px;
	text-align: centre;
	background-image: url(images/logo_bg.jpg);
	height: 75px;
}

.address {
	font-size: 12px;
	color: #333333;
	padding: 15px 10px 0px 300px;
	line-height: 17px;
}

.address a:link, .address a:visited
	{
	text-decoration: none;
	font-weight: bold;
	color: #98cb00;
	}
	
.address a:hover
	{
	background-color: #98cb00;
	color: #ffffff;
	}

#creditscontainer {
	padding: 0px;
	text-align: right;
	background-color: #fff;
	height: 40px;
	width: 936px;
	/*background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;*/
}

.credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding: 10px 10px 0px 0px;
}

.credits a:link, .credits a:visited
	{
	text-decoration: none;
	font-weight: bold;
	color: #98cb00;
	}


.credits a:hover
	{
	background-color: #98cb00;
	color: #ffffff;
	}

h1 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 16px;
	color: #ca3d1a;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #ab8e7e;
	font-weight:bold;
}

h3 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12pt;
	color: #009bce;
	font-weight:bold;
	font-style: italic;
}



#map {
  	float: right;
}

/* Hyperlinks */
#maincontent a:link, #maincontent a:visited {
	text-decoration: underline; 
	color: #1b403c;
	font-weight: bold;
}

#maincontent a:hover	{
	text-decoration: none; 
	color: #ffffff;
	background-color: #1b403c;
	font-weight: bold;
}


#innercontent ul {
	margin: 0px 0px 2px;
	padding: 0px 0px 0px 30px;
}

#innercontent ul li {
	margin: 0px;
	padding: 0px 0px 5px 20px;
	display: block;
	list-style: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 3px;
}