@charset "utf-8";
/* CSS Document */

body { padding:0; margin:0; font:12px 'Lucida Sans', Verdana, sans-serif; line-height: 17px; background:#ffffff url(../img/bg.png) 0 0 repeat-x; color: #333; }
#wrapper { margin:0px auto; width:900px;  padding:0; background:#fff; border: solid 1px #e4e4e4;}

/* -----------------  general styles  -------------------------------------------------------*/

a { color:#0099ff; text-decoration: underline;background:none; }
a:hover { color:#333; background:none; text-decoration:underline; }
p { margin:0;padding-top:2px;}
h2 { font-size: 1.5em; text-transform: uppercase;font-weight: normal; }

img { border: 0;}
h4 {font-size: 1.2em;font-weight: normal;color: #0099ff;}
hr { border-bottom: 0;border-top: dotted 1px #0099ff;
	border-left: 0;
	border-right: 0;
	height: 1px;}
.pic{margin-top:8px;}
a.readon {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../img/readon.png) no-repeat scroll left 0;
color:#0099ff;
font-weight:bold;
padding-left:20px;
text-align:center;
text-decoration:none;
text-transform:uppercase;
}
/* -----------------  top info  -------------------------------------------------------*/

#header { clear:both; width:900px; height:90px; background: #fff url(../img/headerBg.png) repeat-x; 
margin:0; }
#mainContent { clear:both; width:900px; }
#content { margin: 10px;padding: 10px;}
.left {float: left;width: 570px;margin: 0 6px 5px 0; padding:10px; }
.right {float: right;width: 230px;margin: 0 6px 5px 0; padding:0 10px 10px 10px;border-left: dotted 1px #9fa2a7;}
#title {float:left; width:40px; padding: 0;margin: 0;} 
#hright {float:right; width:450px; height: 70px; margin:10px 0 0 0; text-align:right;}
#hright h3 {font-size:16px; padding:10px 0 0 0; margin:0; color:#333;padding-right: 10px;}
#menuAll { width: 900px; height: 50px;background: #fff url(../img/menuBg.png) repeat-x;     }
.menu {margin: 0 auto; height: 50px;text-align: center; font-size: 14px; text-transform: uppercase;font-weight: bold;}
.menu ul{
padding: 0;
font-size: 14px; text-transform: uppercase;font-weight: bold;
}

/*Top level list items*/
.menu ul li{
position: relative;
text-align: center;
display:block;
float: left;
height: 50px;
 line-height: 50px;
}

/*Top level menu link items style*/
.menu ul li a{
display: block;
 line-height: 50px;
width: 150px; /*Width of top level menu link items*/
text-decoration: none;
color: #333;height: 50px;
}
.menu ul li a:hover{
background-color:#9fa2a7;
 line-height: 50px;
}

.menu ul li a.current{
background-color:#9fa2a7;
 line-height: 50px;
}
	
/* Holly Hack for IE \*/
* html .menu ul li { float: left; height: 1%; }
* html .menu ul li a { height: 1%; }
/* End */


/* ----------------- Main content -------------------------------------------------------*/
#slide-show {width:900px;clear:both; }
#slide-images{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:900px;
	height:250px;
	overflow:hidden;
}

#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

#slide-images li img{
	display:block;
	background-color:#FFFFFF;
}

#footer { clear: both;  width: 900px;margin: 0 auto; text-align:center; line-height: 1.2em; color: #444; background: #9fa2a7; padding: 4px 0; 
margin:5px 0 0 0;}
#footer a {color: #333;}

#footer a:hover {color: #0099ff;}
