@charset "utf-8";

/*
Design by NodeThirtyThree <http://www.nodethirtythree.com>
Published by Free CSS Templates <http://www.freecsstemplates.org/>
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

hr {
	margin-top: 12px;
	margin-bottom: 12px;
}

td {
	padding: 7px;
}

.padonly    {margin: 0.6em; background-color: #FFFFFF; border:1px dotted #BBBBBB;}

body {
	background: #FFFFFF url(images/bg_2.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
line-height:21px;
}

.search_title {  
font: 18px Arial, Sans-Serif;

margin: 2px 0 10px 0px; 
padding: 0;
padding-top: 17px;
color: #292929; 
background: inherit; 
border-bottom: 1px dotted #aacf38;
}


h1, h2, h3 {
	
	color: #aacf38;
}

h1 {
	letter-spacing: -1px;
	font-size: 22px;
text-shadow: 1px 1px 1px #efefef;
line-height:30px;
}

h2 {
	font-size: 22px;
	color: #aacf38;
text-shadow: 1px 1px 1px #efefef;
line-height:30px;
}

h3 {
	font-size: 13px;
	color: #FFFFFF;
text-shadow: 1px 1px 1px #000;
}

p, ul, ol {
	margin-bottom: 2em;
	text-align: left;
	line-height: 200%;
}

p {
}

ul {
}

ol {
}

a {
	color: #000000;
}

a:hover {
	color: #767676;
}

a:visited {
	color: #767676;
}

/* Logo */

#logo {
	width: 950px;
	height: 20px;
	margin: 0 auto;
}


#header {
	width: 950px;
	height: 186px;
	background: url('images/wbanner.jpg') no-repeat;
	margin: 0 auto;
}

#stripe1 {
	width: 950px;
	padding-top:0px;
	height: 7px;
	background: url('images/stripe.gif') no-repeat;
	margin: 0 auto;
	margin-bottom:1px;
}

#stripe2 {
	width: 950px;
	height: 12px;
	background: url('images/stripes.gif') no-repeat;
	margin: 0 auto;
	margin-top:2px;
}

/* Menu */

#menu {
	width: 950px;
	height: 39px;
	margin: 0 auto;
	
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	margin: 0 auto;
	padding: 7px 0px 0px 0px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #2c4e88;
	width:134px;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	background: url(images/tab.gif) no-repeat;
	color: #FFFFFF;

}

/* Page */



#page {
	width: 950px;
	margin: 0 auto;
	padding-top:10px;
}

/* Content */

#content {
	float: left;
	width: 674px;
	padding: 0px 10px 0 8px;
}

#content h1,h2 {
	margin: 0px 0 10px 0;
}

#content .content {
	padding-left: 10px;
}



/* Sidebar */

#sidebar {
	float: right;
	width: 256px;
	padding: 0 1px 0 0;
}

#sidebar a {
	color: #000000;
}

#sidebar a:visited {
	color: #767676;
}

.box {
}

.box .title {
	height: 27px;
	padding: 5px 0 0 6px;
	background: #FFFFFF url(images/h3.gif) no-repeat;
	font-size: 17px;
	color: #FFFFFF;
}

.box .content {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left:3px;
}

.box ul {
	list-style: none;
	line-height: normal;
}

.box ul li {
	margin-bottom: 13px;
	font-size: 14px;
}

.box small {
	font-size: 10px;
	color: #000000;
}

/* Footer */

#footer {
	padding: 35px 0;
	font-size: 12px;
}

#footer p {
	text-align: center;
}

*--Main Container--*/
.main_view {
	position: relative;

	
}
/*--Window/Masking Styles--*/
.window {
	height:186px;	width: 950px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
padding-bottom:0px;
margin-bottom:0px;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;
padding-bottom:0px;
margin-bottom:0px;
}

/*--Paging Styles--*/
.paging {
	position: relative;
	bottom: 150px; right: -393px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(Files/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 2px;
	text-decoration: none;
	color: #fff;
		font-size:11px;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}









