
/* CSS Document */



#wrapper {
float:center;
margin-left:auto;
margin-right:auto;
width:925px;


}

*html #wrapper {padding-left:20px; }

.clear {
	clear:both;
	overflow:hidden;
	height:1px;
	}
	

.header {
width: 925px;

float:left;


}
.header .topnav {float:right; border: 1px solid #5b6990; width: 750px; margin-top:0px;  background-color:#495475;}
.header .topnav ul {margin:0; list-style:none; float:left; padding:0; line-height:100%;}
.header .topnav li {color:#fff; float:left; margin:0; /*padding-top:5px; padding-bottom:5px;*/ border-left: 1px solid #5b6990;   padding:0;}

/*.header  .topnav .half {
	padding:5px 12px;
	text-align:center;
	}
	
.header  .topnav .one {
	padding:5px 12px;
	text-align:center;
	}
	
.header  .topnav .two{
	padding:5px 12px; 
	text-align:center;
	}
	
.header  .topnav .three{
	padding:5px 18px; 
	text-align:center;
	}
	
.header  .topnav .four{
	padding:5px 12px; 
	text-align:center;
	}
	
.header  .topnav .five{
	padding:5px 18px; 
	text-align:center;
	}
	
.header  .topnav .six {
	padding:5px 18px; 
	text-align:center;
	}
	
.header  .topnav .seven {
	padding:5px 18px; 
	text-align:center;
	}
	
.header  .topnav .eight {
	padding:5px 12px; 
	text-align:center;
	border-right:none;
	}*/
	
body:last-child:not(:root:root) .header  .topnav .one {
	padding:4px 4px;
	}
	

.header .topnav li a {
	margin: 0;
	padding: 5px 14px 5px 14px;
	color:#fff; 
	font-size:75%; 
	font-weight:600;
	text-decoration:none;
	display: block;
}

.header  .topnav .eight {
	border-right:none;
	}
	
	#ticker { float:left; margin-left:15px;  margin-top:2px; margin-bottom: 0px; padding:0; width:740px; height:21px;}

.header .topnav li a:hover {color:#dbd5db; }
.header .logo { float:left; width:173px; }
.header .flash { float:left; width:750px; height:150px; text-align:left; }

/* this is the container for all middle content */
.bodydiv { float:left; width: 925px; margin-top:15px; mtext-align:left;}
.contentdiv { float:left; width: 764px; }

.sidenav { float:left; width: 160px;  font-size:75%;  text-align:left;}






.footer {    margin-top:15px; margin-top:15px;  width:940px;  background: #44415d; color:#a7a2d1; font-size:65%; height:35px; float:left; }
.footer ul {margin-top:12px; float:right; width:350px;  margin-left:0; list-style:none; text-align:right;}
.footer a { color:#a7a2d1; text-decoration:none; }
.footer p { float:left; width:500px; margin-top:12px; color:#a7a2d1;}
.footer a:hover { color:#fff; text-decoration:none;}
.footer .container{ float:center;  margin-right:auto; margin-left:auto; width: 900px;}

/******** IMAGE GALLERY SECTION **********************/

.imagegallery {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	width: 200px;
	border: 1px solid #787a83;
}

.imagegallery .picture {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	width: 200px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#mainouter #leftcolumn .imagegallery .picture img {
	float: none;
	margin: 0;
	padding: 0;
}

.imagegallery .picture .imagecaption {
	position: relative;
	float: left;
	display: block;
	left: 0px;
	bottom: 0px;
	width: 180px;
	margin: 0;
	padding: 8px;
	text-align: center;
	background-color: #eaac1d;
}

.imagegallery .imagebuttons {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 200px;
	background-color: #e8e8e8;
	font-size: 0.9em;
}

.imagegallery .imagebuttons .buttonone {
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 5px;
	width: 100px;
	text-align: center;
	border-right: 1px solid #cccccc;
	display: block;
}

.imagegallery .imagebuttons .buttontwo {
	position: relative;
	float: right;
	right: 0px;
	top: 0px;
	margin: 0;
	padding: 5px;
	width: 100px;
	text-align: center;
	display: block;
}

.imagegallery .imagebuttons a {
	font-weight: normal;
	color: #666666;
	display: block;
}

.imagegallery .imagebuttons a:hover {
	color: #eaac1d;
}

.imagegallery .imagebuttons .buttonone:hover {
	background-color: #787a83;
	color: #eaac1d;
}

.imagegallery .imagebuttons .buttontwo:hover {
	background-color: #787a83;
	color: #eaac1d
}

/******** IMAGE GALLERY SECTION END ****************/

#lightbox{ position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}

#lightbox a img{ border: none; }


#search input {
	width:100px;
	background:#fff;
	border:1px solid #ccc;
	font-size:75%;
	color:#666666;
	}
	
#search input.submitbutton {
	width:32px;
	background:#646464;
	border:1px solid #646464;
	margin-top:10px;
	margin-left:5px;
	color:#fff;
	}
	
#search label {
	font-size:12px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
	}
	
#search {
	
	margin-top:10px;
	}

.pages span {
    font-size:0.75em;
    color:#fff;
    float:right;
}


.pages span a {
	color:#fff;
	}
	
.pages span a:hover {
	color:#ccc;
	}
	
	.leftbox {  width:159px; float:left; color: #CCCCCC; font-size:75%; margin-top:10px; clear:both;}
	*html .leftbox { margin-top:0; }
	.leftbox .corner1{ background-image:url(../images/corner1.gif); float:left; height: 4px; background-position:left; width:79px; background-repeat:no-repeat; }
	.leftbox .corner2{ background-image:url(../images/corner2.gif); float:right; height: 4px; background-position:right; width:80px; background-repeat:no-repeat; }
		.leftbox .corner3{ background-image:url(../images/corner3.gif); float:left; height: 4px; background-position:left; width:79px; background-repeat:no-repeat; }
	.leftbox .corner4{ background-image:url(../images/corner4.gif); float:right; height: 4px; background-position:right; width:80px; background-repeat:no-repeat; }
	
.leftbox .middle{float:left; margin:0; padding:0; width:159px; text-align:center; background: #6b6b61;}
	.leftbox .middle img {clear:both; margin-bottom:4px; margin-top:4px;}
	.leftbox .middlewrapper{ width:85%; float:center;text-align:left; margin-left:auto; margin-right:auto;}
	.leftbox .middlewrapper input{ width:96%; margin-bottom:6px; text-align:left; background: #fff; border: 1px solid #fff; text-indent:2px; color:#4b4b41; font-size:100%;}
		.leftbox .middlewrapper .button{  margin-bottom:4px; text-align:center;  background: #4d4d44; border: 1px solid #4d4d44; text-indent:2px; color:#fff; font-size:100%;}
		.leftbox a{ color:#ccc; font-size:95%;}
		.leftbox a:hover{ color:#fff;}


.ticker-new { float:left; background:#ccc; width:800px; height:400px; }

.newtitle { margin-bottom:12px;  margin-top:4px;}