@charset "utf-8";
/* CSS Document */

* {padding:0px;
	margin:0px;
	border:0px;
	}
body {
	font-family: Helvetica, arial, sans-serif;
	font-size:14px;	
}

h1 {
	font-size: 18px;
	margin-left:25px;
	color: #1C43A0;
	text-align: center;
}

h2 {
	font-size: 14px;
	color: #0A924E;
	margin-left:25px;
	text-align: center;
}

#note {
	font-size: 12px;
	text-align:justify;
	margin:10px 25px 10px 25px;
	font-style: italic;
}

h4 {
font-size: 12px;
color: #4e4a42;
margin-top:10px;
margin-bottom:10px;
letter-spacing: 1.5pt;
text-align:center;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #990000;
	text-decoration: none;
	background-color: #f7f3c8;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #666666;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #990000;
	text-decoration: none;
	background-color: #f7f3c8;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #666666;
}


#container {
width: 99%;
margin: 0px;
}

#wrapper {
	margin: auto;
	background-image:url("../images2008/design/body_repeat.jpg");
	background-repeat:repeat-y;
	width:768px;
	}
#header {
	background-image:url("../images2008/design/header-image.jpg");
	background-repeat:no-repeat;
	height:216px;
	position:relative;
	}
#header ul {	
	position:absolute;
	top:9px;
	right:0px;
	width:388px;	
	}
#header ul li.topspacer {
	height:9px;
	line-height:10px;
	}
#header ul li{
	list-style:none;
	height:28px;
	}
#header ul li.navigation {
	height:28px;
	overflow:hidden;
	}
#header ul li.bottomSpacer {
	height:11px;
	line-height:10px;
	}
/* styling of content area */
#leftSidebar {
	width:165px;
	float:left;	
}
#leftSidebar img {
	padding:5px;
	border:#D9D5C9 solid 3px;	
	margin-left:15px;
}
#leftSidebar a:link, #leftSidebar a:visited,#footer a:active
 {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	font-size:1em;
	margin-left:3px;
}
#leftSidebar a:hover {
	text-decoration:underline;
}
#leftSidebar ul{
list-style:none;
margin-left:15px;
}	
/* MAIN CONTENT STYLING */
#mainContent {
	width:570px;
	padding:10px 10px 10px 0px;
	float:right;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 0px;
}
#mainContent p {
	margin:10px 25px 10px 25px;
	text-align:justify;
}
#mainContent ul {
	text-align:justify;
	margin-left:10px;
	font-size:10px;
	list-style-type: disc;
	}
	
#mainContent dl {
	text-align:justify;
	font-size:12px;
	}

	
#mainContent ol, #mainContent ul {
		margin:15px 0px 15px 35px;
		font-size:10px;
		
}

#mainContent dl {
		margin:0px 0px 15px 35px;
		font-size:12px;
		
}

#mainContent li {
margin-bottom:.5em;
line-height:1.4em;
margin-left:10px;
margin-right:25px;
text-align:justify;
font-size:12px;
}

#mainContent dd{
line-height:1.4em;
margin-left:15px;
margin-right:25px;
margin-bottom:15px;
text-align:justify;
font-size:12px;
}

#mainContent dt{
line-height:1.4em;
margin-left:0px;
margin-right:25px;
text-align:justify;
font-size:12px;
margin-bottom:5px;
}

#mainContent table  {
	margin-left:10px;
	margin-right:25px;
	width:450px;
	font-size:12px;
	vertical-align:middle;
}

#mainContent td  {
text-align:left;
width:225px;
font-size:12px;	
vertical-align:top;
 height:20px; 
}

.button {
 font-size: 12px;	
 color: #464646; 	
 text-align: center;		
 height:20px;  	
 background-color: #ffffff;
 border:#8ebbe4 1px solid;
 }

.highlightWithinText {
	font-weight:bold;
	margin-right:5px;
}
	
/*footer styling */
#footer {
	clear:both;
	width:768px;
	border-top:#8ebbe4 5px solid;
	background-color:#B3E4C9;
	color:#000000;
	font-size:12px;
	text-align:center;
	
}
#footer p {
	padding:5px 25px 0px 0px;
	margin-top: 5px;
}
#footer .copyright {
	font-size: 85%;
}
#footer .company {
	font-size: 120%;
}


#footer a:link, #footer a:visited,#footer a:active
 {
	text-decoration:none;
	color:#000000;	
}
#footer a:hover {
	text-decoration:underline;
}

#showMap {
	width: 100%;
	height: 100%;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	z-index: 999;
	display: none;
	background-attachment: fixed;
	background-image: url(../images2008/fade.png);
}

.close {
width: 75px;
background: #e7d98e;
color: #50745a;
border: 1px;
font-family: arial;
font-size: 14px;
font-weight: normal;
margin-bottom: 5px;
padding: 3px;
text-decoration: none;
}
