@charset "utf-8";
/* CSS Document */
ul, li {
	margin: 0; padding: 0; border: 0;
}

ul.moc{ margin-bottom:15px; font-size:12px;}	
ul.moc h5{ margin-bottom:5px; font-size:12px;}
ul.moc li{ margin-left:15px; margin-right:170px;}

h1{
	font-size:16px;
	color:#4F81BD;
	font-style:italic;
}

/* default style */
.index{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#999;
	background:url(img/ds40.png);
	margin:0;
	padding:0;
	text-align: center;
}

#container{
	width: 910px;
	background: #FFFFFF;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF; /* Hack - Remove at your own risk; */
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#666;
}

#header{
	background: left no-repeat url(img/logo.png);
	height: 42px;
	margin: 5px 0px 5px 5px;
}

#header td, #header a{
	color:#0080C0;
}

#header td{
	text-align:right;
	font-weight:bold;
	font-size:11px;
}

#header a{
	text-decoration:none;
}

#header a:hover{
	color:#48C4FF;
}

#nav-menu{
	
}

#banner{
	width: 100%;
	position: relative;
	margin: 5px;
}

#slideshow {
	width: 900px; height: 232px; padding: 0px;
	overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */ 
	position: relative; z-index: 5;
	border:0px;
}
	#slideshow ul#slides {
		list-style: none;
	}
		#slideshow ul#slides li {
			margin: 0 0 20px 0;
		}
		
		#slideshow ul#slides img{
			border:0;
		}

#nav { 
	z-index: 50; 
	position: absolute;
	bottom: 10px; 
	right: 10px;
}
#nav a { 
	background-color:#004080; 
	margin: 0 3px; 
	padding: 0 3px; 
	border: 1px solid #F7F7F7; 
	text-decoration: none; 
	color:#F7F7F7; 
	font:bold 11px Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#nav a.activeSlide { 
	background:#BFDFFF; 
	color:#000040; 
	border-color:#000040; 
	padding:0 3px; 
}
#nav a:focus { outline: none; }

#rightsidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin:5px;
}

#main-container{
	font-family:Verdana, Geneva, sans-serif;
	margin: 0 240px 0 5px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:justify;
	color:#666;
}

p.normPara{
	font-size:12px;
}

#footer{
	background:#DDDDDD; 
	margin:5px;
	padding:3px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	vertical-align:middle;
	text-align:center;
	font-size:11px;
	color:#333;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.roundDivs{	/* this class creates round corners on the divs, does not work on IE */
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
