/* CSS Document */

body, html {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #bfbfbf url(images/background.png) repeat-x;
	font-family: "Times New Roman", Times, serif;	
}

p, h1, h2, h3, li {
	color: #464646;
	font-weight: normal;
}

h2 {
	display: inline;
	padding: 0 10px 0 0;
}

a, a:visited, a:active {
	font-weight: bold;
	color: #464646;
}

a:hover {
	text-decoration: none;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
}

#header {
	width: 1024px;
	background: url(images/headerbg.png);
	color: #FFFFFF;
	background-repeat: no-repeat;
	height: 264px;
	float: left;
}

#title {
	font-weight: normal;
	font-size: 2.7em;
	text-align: center;
	width: 400px;
	margin: 50px 0 0 120px;
	float: left;
}

#header span {
	color: #464646;
	line-height: 3.4em;
}

#imagecontainer {
	width: 470px;
	height: 205px;
	margin: 26px 0 0 15px;
	float: left;
}

.content {
	float: left;
	margin: 0px 0 0 0;
	padding: 0 30px 10px 30px;
	width: 964px;
	background: #fff url(images/textbg.png) repeat-y;
}

.text {
	padding: 0 10px;
	color: #464646;
}

#home {
	text-align: center;
}

#footer {
	background: #fff url(images/footerbg.png) no-repeat;
	float: left;
	width: 944px;
	height: 54px;
	padding: 3px 40px 0 40px;
	text-align: right;
	font-size: 0.8em;
}

#footer p {
	color: #999999;
}

#navigation {
	float: left;
	width: 884px;
	padding: 0 0 0 118px;
	margin: 2px 10px 0 10px;
	color: #000;
	height: 30px;
	background: #fff url(images/menubg.png) repeat-x 0 -2px;
}

ul#navmenu-h { margin: 0; padding: 0; list-style: none; position: relative; }

ul#navmenu-h ul {
	margin: 0;
	list-style: none;
	display: none;
	position: absolute;
	top: 100%;
	left: -40px;
}

ul#navmenu-h ul ul,ul#navmenu-h ul ul ul { top: 0; left: 100%; }

ul#navmenu-h li { float: left; display: inline; position: relative; }
ul#navmenu-h ul li { width: 100%; display: block; }

/* Root Menu */
ul#navmenu-h a {
 padding: 5px 20px 5px 20px;
 float: left;
 display: block;
 color: #666;
 text-decoration: underline;
 	font-weight: normal !important;
}

.selected a {
	color: #fff !important;
	background: #fff url(images/menuselectedbg.png) repeat-x !important;
}

#last a {
	border-right: 0px !important;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,ul#navmenu-h li:hover a,ul#navmenu-h li.iehover a {
	color: #464646;
	background: #fff url(images/menuhoverbg.png) repeat-x 0 -2px;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,ul#navmenu-h li.iehover li a {
	float: none;
	background: #fff !important;
	color: #666 !important;
	width: 79px;
	border-bottom: 1px dashed #ccc;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,ul#navmenu-h li:hover li:hover a,ul#navmenu-h li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover a {
	background: #ccc !important;
	color: #333333 !important;
}

/* Hover Function - Do Not Move */
ul#navmenu-h li:hover ul ul,ul#navmenu-h li:hover ul ul ul,ul#navmenu-h li.iehover ul ul,ul#navmenu-h li.iehover ul ul ul { display: none; }
ul#navmenu-h li:hover ul,ul#navmenu-h ul li:hover ul,ul#navmenu-h ul ul li:hover ul,ul#navmenu-h li.iehover ul,ul#navmenu-h ul li.iehover ul,ul#navmenu-h ul ul li.iehover ul { display: block; }


/* root element for the whole scrollable setup */
div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 471px;	 
	height: 190px;
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
}


/* single item */
#thumbs div {
	float:left;
	width: 471px;
	height: 262px;
	background:#333 url(images/rotatorimgbg.jpg) no-repeat;
	color:#fff;
}

/* style when mouse is over the item */
#thumbs div.hover {
	background-color:#444;	
}

/* style when element is active (clicked) */
#thumbs div.active {
	background-color:#066;
	cursor:default;
}

#thumbs h3, #thumbs p, #thumbs span {
	margin:13px;		
	font-family:"bitstream vera sans";
	font-size:13px;
	color:#fff;	
}

#thumbs h3 em {
	font-style:normal;
	color:yellow;
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	padding: 0 0 4px 195px;
	width: 276px;
	height:10px;
	background: #464646 url(images/rotatorheaderbg.jpg) no-repeat;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background: url(images/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;   
}

/* active state (current page state) */
div.navi a.active a.visited {
	background-position:0 -16px;     
} 	




