/*

Version 1.0
15 May, 2006

*/

* { margin:0; padding:0 }

body { font:0.9em Arial, Tahoma, Verdana, sans-serif; text-align:center; padding:10px; }
p { margin-bottom:10px; }
ul { margin-left:15px; margin-bottom:20px; }
img { border:0; }


#container {
	width:770px;
	margin:0 auto;
	text-align:left;
	border:1px solid;
}

#logo {
	text-align:center;
}

/* #menu {
	text-align:center;
	background:url(../images/bg-menu.gif) top center no-repeat;
	border-top:5px solid;
	margin:0;
}
#menu li { display:inline; }
#menu a {
	font-size:0.8em;
	font-weight:bold;
	text-decoration:none;
	height:40px;
	line-height:40px;
	padding:12px 15px 11px 10px;
	background:url(../images/bg-menu-divider.gif) right no-repeat;
}
#menu li.no_div a {
	background-image:none;
} */
/* new navigation */
.nav { font-size: .9em; 
			background: url(../images/bg_nav.gif) top left no-repeat;}
		
		.nav ul {
			margin: 0;
			font-weight: bold;
			border-top: 5px solid;
		}
			
			.nav ul li {
				line-height: 37px;
				list-style: none;
				float: left;
				margin: 0;
				text-align: center;
				background: url(../images/bg_nav-divider.gif) right no-repeat;
				position: relative;
			}
			
			.nav ul li.last {
				background: none;
			}
				
				.nav ul li a {
					text-decoration: none;
					display: block;
				}
/* OLD SETTINGS				
.nav ul li.li1 { width: 80px }
.nav ul li.li2 { width: 95px }
.nav ul li.li3 { width: 80px }
.nav ul li.li4 { width: 115px }
.nav ul li.li5 { width: 150px }
.nav ul li.li6 { width: 75px }
.nav ul li.li7 { width: 70px }
.nav ul li.li8 { width: 100px }
END OLD SETTINGS */				

.nav ul li.li1 { width: 154px }
.nav ul li.li2 { width: 154px }
.nav ul li.li5 { width: 154px }
.nav ul li.li6 { width: 154px }
.nav ul li.li8 { width: 154px }

				/* drop down */
				.nav ul li ul {
					position: absolute;
					top: 37px;
					left: 0;
					background: #f2f2f2 url(../images/bg_nav-dd.gif) top repeat-x;
					display: none;
					border: none;
				}
				
				.nav ul li:hover ul,
				.nav ul li.over ul {
					display: block;
				}
				
				/* set width for drop downs */
				.nav ul li.li1 ul { width: 110px; }
				.nav ul li.li2 ul { width: 110px; }
				.nav ul li.li3 ul { width: 110px; }
				.nav ul li.li4 ul { width: 110px; }
				.nav ul li.li5 ul { width: 110px; }
				.nav ul li.li6 ul { width: 150px; }
				.nav ul li.li7 ul { width: 110px; }
				
					.nav ul li ul li {
						display: block;
						float: none;
						background: none;
						line-height: 20px;
						text-align: left;
						padding: 5px 0 0 10px;
					}
					
/* end navigation */

#tagline {
	padding:10px;
	text-align:center;
	font:1.3em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	color:#ffffff;
}
#intro { height:200px; text-align:center;}
#intro img { width:770px; }
#subcontainer {
	background:url(../images/bg-content.gif) top center no-repeat;
	padding-top:27px;
}

#content {
	float:right;
	width:519px;
	margin:10px 5px 10px 5px;
	padding:10px;
	border:1px solid;
}
html>body #content {
	width:519px;
	margin:10px;
}
#content h1 {
	font:2.0em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	margin-bottom:20px;
}

#subcontent {
	float:left;
	width:180px;
	margin-left:2px;
	padding:10px;
	font-size:0.8em;
}
html>body #subcontent {
	margin-right:3px;
	width:182px;
}
#subcontent h3 {
	font-size:1.2em;
	margin-bottom:20px;
}

#extra1 { }
#extra1 h4 {
	font-size:1.2em;
	margin-bottom:10px;
}

#extra2 {
	clear:both;
	height:50px;
	background: #ffffff url(../images/bg-menu.gif) top center no-repeat;
	text-align:center;
	line-height:50px;
	border-top:5px solid;
	border-bottom:20px solid;
}
#extra2 p { margin:0; }

#footer { clear:both; text-align:center; font-size:0.8em; padding-top:20px; }

.clear { clear:both; height:0px; line-height:1px; font-size:1px; }
.floatleft { float:left; vertical-align:top; }
	.floatleft img { margin-right:10px; }
.floatright { float:right; vertical-align:top; }
	.floatright img { margin-left:10px; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
