/* CSS Document */

/*-------------------General-------------------*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;

}

h1 {
	font-size: .9em;
	color: #366;
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: bold;
}

h2 {
	font-size: 0.82em;
	padding: 0 0 0 0;
	margin: 0;
	line-height: 135%;
	color: #666;
	font-weight: bold;
}

p {
	font-size: 0.82em;
	padding: 0;
	margin: 0 0 15px 0;
	line-height: 140%;
	color: #666;
	text-align: justify;
}
td {
	vertical-align: top;
}
a:link {
	color: #366;
}
a:visited {
	color: #999;
}
a:hover {
	color: #699;
}
#content li {
	font-size: 0.82em;
	color: #666;
	margin: 0 0 15px 40px;
	padding: 0 0 0px 0;
	line-height: 140%;

}
#content ul {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: disc;
}
#content ol {
	list-style-type: decimal;
	margin: 0;
	padding: 0;
	list-style-position: outside;
}

.smallAddress {
	color: #FFF;
	font-weight: bold;
	text-align: right;
	font-size: 0.7em;
	margin: 15px;
}
.smallAddress a{
	color: #FFF;
	text-decoration: none;
}
.smallAddress a:hover {
	color: #CCCCCC;
}

.smallAddress a:visited{
	color: #FFF;
}

/*-------------------Top panel-------------------*/	
		
#topimage {
	background: url(../images/top-image.gif) repeat-x;
	height: 131px;
	width: 100%;
	clear: both;

}
	
/*-------------------Navigation Postioning-------------------*/	
#navbar {
	background: #666;
	width: 100%;
	float: left;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 0;
	margin: 0 0 10px 0;
}
#navposition {
	margin: 0;
	width: 100%;
	/* float: left;*/
}

#date {
	padding: 7px 0px;
	color: #FFF;
	font-size: 0.72em;
	float: right;
}
/*-------------------Navigation-------------------*/	

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	padding: 7px;
	margin: 0;
	color: #FFF;
	font-size: 0.72em;
	text-decoration: none;
	border-left: 1px solid #FFF;
}


#nav li { /* all list items */
	float: left;
	width: 6em; 
}

#nav li ul { /* secondary-level lists */
	position: absolute;
	background: #666;
	width: 6em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;


}

#nav li:hover ul, #nav li.mnHover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.mnHover {
	background: #699;
}
	

/*-------------------Content-------------------*/	
		
#content {
	width: 100%;
	margin: 0px;
	padding: 0px;
	clear: both;

}

#logo {
	clear: both;
}

#logo img {
	margin: 10px 0 0px 20px;
	padding: 0;
}

/*-------------------Footer-------------------*/	


#footer {
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
	background-color:#666;
	color: #FFF;

}
#footer p {
	margin:0;
	padding: 10px 0 10px 20px;
	font-size: 0.7em;
	color: #FFF;

}
#footer a{
	color: #FFF;
}

#footer a:hover {
	color: #CCCCCC;
}

#footer a:visited{
	color: #FFF;
}


#footerimage {
	background: url(../images/footer-image.gif) repeat-x;
	height: 206px;
	width: 100%;
	clear: both;

}		

/*-------------------Flash content-------------------*/	


#flashcontent {
	margin: 0px 0 0 0px;
	padding: 0;
	height: 0px;
	width: 100%;
}
