/*

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; }
ol {
	list-style: none;
}
img { border:0; }


#container {
	width:820px;
	margin:0 auto;
	text-align:left;
	background-color: #ffffff;
}

#logo {
	text-align:center;
}

#logo .tagline { color: #dddddd; font-size: 9px; padding-bottom: 2px;}

#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:10px 10px 10px 5px;
	background:url(../images/bg-menu-divider.gif) right no-repeat;
}

/*------------*/
/* Start Nav */
/*------------*/
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	background: url(../images/bg_nav.gif) top left no-repeat;
	border-top: 5px solid;
	text-align: center;
	font-size: 0.8em;
	position: relative;
	height: 40px;
}

#nav li {
	margin: 0;
	padding: 0;
	position: relative;
	height: 40px;
	line-height: 40px;
	position: absolute;
	display: block;
}

#nav li.li1 { width: 46px; left: 0px; }
#nav li.li2 { width: 63px; left: 46px; }
#nav li.li3 { width: 83px; left: 109px; }
#nav li.li4 { width: 84px; left: 194px; }
#nav li.li5 { width: 106px; left: 278px; }
#nav li.li6 { width: 171px; left: 384px; }
#nav li.li7 { width: 140px; left: 555px; }
#nav li.li8 { width: 65px; left: 695px; }
#nav li.li9 { width: 60px; left: 760px; }

#nav li.li1 a:hover { background: url(../images/bg_nav.gif) 0px -40px no-repeat; }
#nav li.li2 a:hover { background: url(../images/bg_nav.gif) -46px -40px no-repeat; }
#nav li.li3 a:hover { background: url(../images/bg_nav.gif) -109px -40px no-repeat; }
#nav li.li4 a:hover { background: url(../images/bg_nav.gif) -194px -40px no-repeat; }
#nav li.li5 a:hover { background: url(../images/bg_nav.gif) -278px -40px no-repeat; }
#nav li.li6 a:hover { background: url(../images/bg_nav.gif) -384px -40px no-repeat; }
#nav li.li7 a:hover { background: url(../images/bg_nav.gif) -555px -40px no-repeat; }
#nav li.li8 a:hover { background: url(../images/bg_nav.gif) -695px -40px no-repeat; }
#nav li.li9 a:hover { background: url(../images/bg_nav.gif) -760px -40px no-repeat; }

#nav li.li1 a.selected { background: url(../images/bg_nav.gif) 0px -80px no-repeat; }
#nav li.li2 a.selected { background: url(../images/bg_nav.gif) -46px -80px no-repeat; }
#nav li.li3 a.selected { background: url(../images/bg_nav.gif) -109px -80px no-repeat; }
#nav li.li4 a.selected { background: url(../images/bg_nav.gif) -194px -80px no-repeat; }
#nav li.li5 a.selected { background: url(../images/bg_nav.gif) -278px -80px no-repeat; }
#nav li.li6 a.selected { background: url(../images/bg_nav.gif) -384px -80px no-repeat; }
#nav li.li7 a.selected { background: url(../images/bg_nav.gif) -555px -80px no-repeat; }
#nav li.li8 a.selected { background: url(../images/bg_nav.gif) -695px -80px no-repeat; }
#nav li.li9 a.selected { background: url(../images/bg_nav.gif) -760px -80px no-repeat; }

#nav li a {
	color: #666666;
	line-height: 40px;
	height: 40px;
	display: block;
	text-decoration: none;
	/* adjust left and right padding to fill menu horizontally */ 
	padding: 0px;
}

#nav li a span { display: none; }

#nav li a:hover {
	color: #000000;
}

#nav li a.selected {
}

/* dropdown lists' background-image and position */
#nav li ul {
	background: #f2f2f2 url(../images/bg_nav_dd.gif) top center repeat-x;
	top: 40px;
	border: 1px solid #999;
	border-bottom: 2px solid #999;
}

#nav li ul li, #nav li ul li a {
	border-bottom: 1px solid #ccc;
}

#nav li ul li:hover {
	background-color: #f2f2f2;
}

#nav li ul li a:hover {
	color: #dd1f00;
}
#nav li.li9 ul {
margin-left: -6em;
left: 0;
}
/***********/
/* END NAV */
/***********/

#tagline {
	padding:10px;
	text-align:right;
	font:1.3em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif;
	color:#15a4ca;
}

#flxSlideShow1 { width:770px; height: 300px; background-color: #000000; }
#subcontainer {
	padding-top:10px;
}

#content {
	float:right;
	width:569px;
	margin:10px 5px 10px 5px;
	padding:10px;
	border:1px solid;
	font-size: 0.8em;
}
html>body #content {
	width:569px;
	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;
	margin-top: 10px;
	padding:10px;
	border:1px solid;
	font-size:0.8em;
}
html>body #subcontent {
	margin-right:3px;
	width:182px;
}
#subcontent h3, #extra1 h3 {
	font-size:1.2em;
	margin-bottom:20px;
}

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

#extra2 {
	clear:both;
	height:50px;
	background-color: #cccccc;
	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-table;}

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