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

* {
	margin: 0;
}

html, body, td {
	height: 100%;
	font-family: tahoma,helvetica,sans-serif;
	font-size: 13px;
	color: #333;
	margin: 0px;
}

A:link {
	text-decoration: none;
	color: #1a64ca;
}

A:visited {
	text-decoration: none;
	color: #3a00ca;
}

A:active {
	text-decoration: none;
	color: #000;
}

A:hover {
	color: #0d3265;
	text-decoration: underline;
}


#search {
	padding: 0;
	float: left;

	display: inline;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 5%;
	width: 95%;
}

#search p {
}

#search h1 {
	padding-bottom: 10px;
	font-size: 16px;
	font-variant: normal;

}

#search h2 {
	padding-bottom: 10px;
	font-size: 16px;
	font-variant: normal;
	margin-top: 15px;
}




#searchbox {
	padding: 22px 20px 0 30px;
	float: left;
	display: inline;
	margin-right: 0;
	margin-bottom: 10px;
	background: url(images/search_bg.gif) no-repeat;
	width: 382px;
	height: 48px;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -44px;
	background-color: #FFF;

}

#content {
	width: 100%;
	height: 100%;
	float: left;
}

.intro {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	padding-bottom: 20px;
}

/* header stuff */

#header {
	width: 100%;
	height: 179px;
	clear: both;
	background: #999 url(images/header.gif) repeat-x;
}
#banner {
	height: 90px;
	width: 728px;
	margin-right: auto;
	margin-left: auto;
}

#logo a {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 69px;
	width: 289px;
	float: left;
	display: inline;
	cursor: pointer;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5%;
}

#logo a:hover {
	text-decoration: none;
}

#logo a span {
	visibility: hidden;
}

#slogan {
	font-size: 16px;
	color: #ffffff;
	margin-left: 50px;
	float: left;
	padding-top: 35px;
}

/* footer stuff */

/* #footer, #push {
	width: 100%;
	height: 25px;
	background-color: #ccc;
	text-align: center;
	clear: both;

	background-image: url(img/footer.jpg);
} */


#footer {
	width: 100%;
	height: 44px;
	background: #ccc url(images/footer.gif) repeat-x;
	text-align: center;
	clear: both;
	vertical-align: top;
	padding-bottom: 5px;
	padding: 0;
	margin: 0;
}

#footer p {
	padding-top: 15px;
	color: #999999;
}
#footer a {
	padding-top: 15px;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}

#footer, #push {
	width: 100%;
	height: 44px;

}


/* Tabs */

#slidetabsmenu {
	padding-top: 21px;
	margin-left: 50px;
line-height:normal;
/*	display: inline; */
}


* html #slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
	width: 400px;
}

#slidetabsmenu ul{
list-style-type: none;
margin:0;
margin-left: 10px;
padding:0;
}

#slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

#slidetabsmenu a {
float:left;
background:url(img/tab-left.png) no-repeat left top;
margin: 0 3px 0 0;
padding: 0 0 0 9px;
text-decoration:none;
}

#slidetabsmenu a span {
float:left;
display:block;
background:url(img/tab-right.png) no-repeat right top;
font-weight:bold;
color:#FFF;
	height: 17px;
	padding: 4px 16px 4px 6px;
}


#slidetabsmenu a:hover span {
color: #f0c030;
}

#slidetabsmenu #current a {
background-position:0 -31px;
}

#slidetabsmenu #current a span {
background-position:100% -31px;
color: #FFF;
}

#slidetabsmenu a:hover {
background-position:0% -31px;
}

#slidetabsmenu a:hover span {
background-position:100% -31px;
}

/* Banners */


.banner_160x600 {
	float: right;
	width: 160px;

	margin: 20px;
	text-align: right;

}

.banner_728x90 {

	width: 728px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.searchbox {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
}
.button {
	font-size: 14px;
	padding: 2px;
}
