@import url(reset.css);

body {
    background-color: #FFF;
    font-family: "Trebuchet MS", "Verdana", "Andale Mono", sans-serif;
    text-align: center;
	color: #666;
	font-size: 12px;
}

#wrapper {
	text-align: center;
}

#background {
	clear: both;
	position: absolute;
	left: 0;
	background: url(/images/page_bg.gif) repeat-x #FFF;
	height: 200px;
	width: 100%;
}

.hide {
	display: none;
}


/* HEADER
*****************************************************************/
#top {
	background: url(/images/top_bg.gif) repeat-x #636363;
	border-bottom: 3px solid #FFF;
	color: #FFF;
	font-size: 10px;
	line-height: 14px;
}

#top h1 {
	margin-bottom: 0.5em;
	font-size: 14px;
}

#top a {
	color: #FFF;
	text-decoration: none;
}

#header {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 60px;
	text-align: left;
}

a#logo {
	position: absolute;
	background: url(/images/logo_shootin.gif) no-repeat;
	width: 186px;
	height: 60px;
	padding-left: 186px;
}

#search {
	position: absolute;
	right: -7px;
	background: url(/images/search_bg.jpg) no-repeat;
	width: 293px;
	height: 60px;
}

#search input.field {
	position: absolute;
	top: 15px;
	left: 14px;
	background: url(/images/search_field.gif) no-repeat;
	border: none;
	padding: 5px 5px 0 6px;
	width: 211px;
	height: 23px;
	line-height: 14px;
	color: #757575;
}

#search input.button {
	position: absolute;
	top: 15px;
	right: 7px;
}

#search button:hover {
	background-position: 100%;
}

#search p {
	position: absolute;
	left: 20px;
	bottom: -3px;
	font-size: 10px;
	line-height: 10px;
	color: #757575;
}

#search a {
	position: absolute;
	right: 8px;
	bottom: 7px;
	font-size: 10px;
	line-height: 10px;
	color: #59872B;
	text-decoration: none;
}


/* NAVIGATION
*****************************************************************/
#nav {
	position: relative;
	margin: 0 auto;
	left: -4px;
	width: 960px;
	z-index: 10;
}

#nav_left {
	float: left;
	background: url(/images/nav_left.gif);
	margin-right: -3px;
	width: 7px;
	height: 39px;
	z-index: 10;
}

#nav_right {
	float: left;
	background: url(/images/nav_right.gif);
	margin-left: -3px;
	width: 7px;
	height: 39px;
	z-index: 10;
}

#nav ul {
	position: relative;
	z-index: 20;
}

#nav ul li {
	float: left;
	background: url(/images/nav_bg.gif) repeat-x;
	padding-bottom: 6px;
}

#nav ul li.separator {
	float: left;
	background: url(/images/nav_separator.gif);
	height: 33px;
	width: 2px;
	padding-bottom: 6px;
}

#nav li a {
	display: block;
	background: url(/images/nav_button_bg.gif) 0 0 repeat-x;
	padding: 0 14px;
	height: 33px;
	color: #8F9090;
	font-size: 14px;
	line-height: 29px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover {
	background-position: 0 100%;
	color: #669933;
}

#nav #nav_actions {
	position: absolute;
	right: 0;
}

#nav #nav_actions li {
	float: left;
	background: none;
	margin-right: 9px;
	padding: 0;
}

#nav #nav_actions li a {
	background: none;
	padding: 0;
	padding-left: 21px;
	height: auto;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	line-height: 19px;
	text-decoration: none;
	text-transform: lowercase;
}

#nav #nav_actions #login_link {
	position: relative;
	background: url(/images/padlock_icon.gif) 0 3px no-repeat;
	margin-right: 26px;
	padding-left: 17px;
	z-index: 10;
}

#nav #nav_actions #logout_link {
	position: relative;
	background: url(/images/padlock_icon.gif) 0 3px no-repeat;
	margin-right: 26px;
	padding-left: 17px;
	z-index: 10;
}

#nav #nav_actions #login {
	position: absolute;
	left: -999em;
	top: 0;
	border: 1px solid #737373;
	height: 141px;
	width: 187px;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}

#nav #nav_actions li:hover #login, #nav #nav_actions #login.stick { left: -11px; }

#nav #nav_actions #login * {
	position: relative;
}

#nav #nav_actions #login fieldset {
	position: relative;
	top: 28px;
	margin: 0 7px;
	text-align: right;
}

#nav #nav_actions #login label {
	display: block;
	margin-bottom: 9px;
}

#nav #nav_actions #login input.field {
	border: 0;
	width: 83px;
	height: 15px;
}

#nav #nav_actions #login input.button {
	position: absolute;
	top: 61px;
	right: 2px;
}
/*
#nav #nav_actions #login button {
	position: absolute;
	float: none;
	top: 61px;
	right: 2px;
	background: url(/images/login_button.gif) no-repeat;
	border: none;
	width: 61px;
	height: 23px;
}

#nav #nav_actions #login button:hover {
	background-position: 100%;
}
*/
#nav #nav_actions #login .feedback {
	position: relative;
	top: 36px;
	color: #FF0000;
}

#nav #nav_actions #login_bg {
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/login_bg.jpg) #666666;
	width: 100%;
	height: 100%;
	opacity: 0.6;
}

#nav #nav_actions #email_page {
	background: url(/images/email_icon.gif) 0 6px no-repeat;
}

#breadcrumbs {
	clear: both;
	position: relative;
	top: 8px;
	margin-left: 6px;
	color: #999999;
	text-align: left;
	font-size: 10px;
}

#breadcrumbs a {
	color: #999999;
}

#breadcrumbs a:hover, #breadcrumbs a.active {
	color: #669933;
}


/* FOOTER
*****************************************************************/
#footer {
	clear: both;
	position: relative;
	top: 60px;
	margin: 0 auto;
	padding: 9px 5px;
	width: 950px;
	border-top: 1px solid #D7D7D7;
	color: #999999;
	text-align: left;
}

#footer a { color: #999999; }

#footer a:hover { color: #669933; }

#copyright { float: right; }


/* CONTENT
*****************************************************************/
#content {
	clear: both;
	position: relative;
	top: 48px;
	margin: 0 auto;
	width: 960px;
	text-align: left;
}

h1 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: normal;
}

h2 {
	margin-bottom: 14px;
	font-size: 18px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	margin: 10px 0;
}

h4 {
	font-weight: normal;
	font-size: 10px;
	color: #999;
	margin: -10px 0 10px 0;
}

p {
	margin-bottom: 1em;
	line-height: 16px;
}

.nosearch {
	margin: 20px 0 50px 0;
	font-size: 14px;
}

.description {
	font-size: 10px;
}

.errors {
	color: #FF0000;
	font-size: 10px;
}


/* LINKS & BUTTONS
*****************************************************************/
a {
	color: #669933;
	text-decoration: none;
}

a:hover { color: #669933; }

.button {
	background: url(/images/button.gif) no-repeat;
	border: none;
	padding-bottom: 4px;
	width: 61px;
	height: 23px;
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
}

input.button:hover {
	background-position: 100%;
}

