/* ### CSS STYLE FOR SBUGUIDE.COM ### */

* {
	margin: 0px;
	padding: 0px;
	outline: 0;
}
body {
	background: #990100 url('/images/bkgd.jpg') repeat-x fixed;
	margin-top: 14px;
	overflow-x: hidden
}
a {
	color: #00496C;
}
a:hover {
	text-decoration: none;
}
#wrapper {
	background: url('/images/bkgd-wrapper.gif') repeat-y;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-left:15px; padding-right:15px; padding-top:12px; padding-bottom:25px
}
#helper {
	clear: both;
}

/* Search */

/*.searchbox
{
position:relative;
left:350px;
top:-135px;
//float:right;
}*/

.searchbox
{
position:relative;
width:auto;
left:350px;
top:-135px;
}

/* Logo and Addresses */

#branding {
	background: url('/images/bkgd-branding.jpg') no-repeat;
	height: 160px;
	width: 900px;
	text-align: center
}
#branding img.topleft {
	margin-right: 75px;
	margin-bottom: 33px;
}
#branding img.topright {
	margin-bottom: 50px;
	margin-left: 75px;
}

/* Top Navigation */

ul#topnav {
	background: url('/images/bkgd-topnav.gif') no-repeat;
	width: 888px;
	float: left;
	height: 30px; list-style-type:none; padding-left:12px; padding-right:0px; padding-top:10px; padding-bottom:0px
}
ul#topnav li {
	float: left;
}
a .alt {
	display: none;
}
a#topnav-home, a#topnav-blog, a#topnav-prospective, a#topnav-resources, a#topnav-multimedia, a#topnav-forums, a#topnav-wiki, a#topnav-aboutus {
	display: block;
	height: 22px;
	background-position: 0 0;
}
a#topnav-home {
	width: 65px;
	background-image: url('/images/topnav-home.gif');
}
a#topnav-blog {
	width: 70px;
	background-image: url('/images/topnav-blog.gif');
}
a#topnav-prospective {
	width: 220px;
	background-image: url('/images/topnav-prospective.gif');
}
a#topnav-resources {
	width: 120px;
	background-image: url('/images/topnav-resources.gif');
}
a#topnav-multimedia {
	width: 130px;
	background-image: url('/images/topnav-multimedia.gif');
}
a#topnav-forums {
	width: 104px;
	background-image: url('/images/topnav-forums.gif');
}
a#topnav-wiki {
	width: 70px;
	background-image: url('/images/topnav-wiki.gif');
}
a#topnav-aboutus {
	width: 90px;
	background-image: url('/images/topnav-aboutus.gif');
}
a#topnav-home:hover, a#topnav-blog:hover, a#topnav-prospective:hover, a#topnav-resources:hover, a#topnav-multimedia:hover, a#topnav-forums:hover, a#topnav-wiki:hover, a#topnav-aboutus:hover {
    background-position: 0 -22px;
}

/* Footer */

#footer {
	width: 930px;
	color: #D6AD99;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 92%;
}
#footer img {
	vertical-align: middle;
	margin-right: 15px;
}
#footer a {
	color: #D6AD99;
}
#footer a:hover {
	text-decoration: none;
}
