@charset "utf-8";

/*
	**** Main Page Style Sheet ****

	Contents:
	- Basic Document Setup and Basic Tag ReDefinitions ----- (body tag, anchors, paragraphs, etc.) 
	- Header and Footer styling ----- (Header, Footer, Breadcrumbs) 
	- Header Login Area styling
	- SITE NOTICE AREA styling
	- Special Effects styling ----- (hide/show buttons, etc) 
	- Content Area styling ----- (the central area) 
	- Sidebar Container styling ----- (Navigation, News Feeds) 
	
*/



/* Basic Document Setup and Basic Tag ReDefinitions */

body {
	margin: 0px;
	padding: 0px;
	color:#333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	background-color: #ffffff;
	z-index: -1;
}

a {
  text-decoration: none;
  color: #0d5cab;
}

a:hover {
  text-decoration: underline;
  color: #1389ff;
}

p {
	font-size: 100%;
}

#wrap {
	margin: auto;
	width: 910px;
	z-index: -1;
}

.clear {
	clear: both;
}


/* Header and Footer styling */

#header-bar {
	width: 910px;
	height: 83px;
	background-image: url(../images/header-bg.png);
	background-repeat: repeat-x;
	padding-top: 8px;
	position: relative;
}

#header-logo {
	float: left;
	height: 45px;
	width: 275px;
	margin-top: 19px;
	margin-left: 19px;
}

a#header-logo_ {
	width: 275px;
	height: 45px;
	overflow: hidden;
	background-image: url(../../../../images/titlebar-pixelstuff-logo.jpg);
	background-repeat: no-repeat;
	text-indent: -2000px;
	display:block;
}

#header-logo h1 {
	border: none;
	padding: 0;
	margin: 0;
}

#footer {
	height: 60px;
	color: #999999;
	background-color: #eeeeee;
	background-image: url(../images/footer-bg.png);
	background-repeat: repeat-x;
	margin: 20px 0 10px 0;
	padding: 0px;
	position: relative;
}

#footer p {
	margin: 7px 0 4px 0;
	padding: 0;
}

#footernav {
	margin: 0 0 0 0;
	overflow: hidden;
}

#footernav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footernav ul li {
	float: left;
	border-left: 1px solid #999999;
	line-height: 11px;
	margin: 12px .4em 0 -.5em;
	padding: 0 .5em 0 .5em;
	white-space: nowrap;
}

#footernav a {
	text-decoration: none;
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
}

#footernav a:hover {
	text-decoration: underline;
}

#copyright {
	color: #999999;
	padding: 3px 0 0 10px;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
}



/* SITE NOTICE AREA */

#notice-box {
	clear: both;
	width: 70%;
	margin: auto;
}

#notice {
	clear: both;
	background-color: #cc0000;
	padding: .2em 3em .2em 3em;
	color: #ffffff;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
}

#notice a {
	color: #ffffff;
}

#notice-lt {
	clear: both;
	float: left;
	background-image: url(../images/notice-corners.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: 15px;
}

#notice-center {
	height: 15px;
	margin: 0 15px 0 15px;
	background-color: #cc0000;
}

#notice-rt {
	float: right;
	background-image: url(../images/notice-corners.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 15px;
	width: 15px;
}

#notice-lb {
	clear: both;
	float: left;
	background-image: url(../images/notice-corners.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 15px;
	width: 15px;
}

#notice-rb {
	float: right;
	background-image: url(../images/notice-corners.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 15px;
	width: 15px;
}
.B_crumbBox {
	color: #aaaaaa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: both;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 15px;
	margin-left: 7px;
	display: block;
	font-weight: bold;
}
.B_crumbBox  a   {
	color: #bbbbbb;
	font-weight: normal;
}




/* Login Area Styling */

#headerLogin {
	float: right;
	width: 203px;
	height: 74px;
	background-image: url(../../../../images/header-login-bg.png);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-bottom: 5px;
	position: absolute;
	left: 699px;
	top: 11px;
}

#user {
	width: 198px;
	height: 71px;
	color: #0d5cab;
	font-size: 12px;
	text-align: left;
	line-height: normal;
	font-weight: normal;
	font-style: normal;
}

#user a {
	color: #0d5cab;
}


#user form {
	width: 193px;
	height: 66px;
	clear: left;
	margin: 0px;
	padding: 5px 0px 0px 5px;
	border:  0px;
}

#user form p {
	width: 90px;
	float: left;
	font-size: 10px;
	margin: 0px;
	border: 0;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
}

#user form label {
	font-weight: bold;
	float: none;
	width: 84px;
	height: 15px;
	margin: 0;
	padding: 0;
}

#user form #id input { /*width of text boxes. IE6 does not understand this attribute*/
	width: 80px;
	height: 14px;
	border: 1px solid #0d5cab;
	color: #333333;
	font-size: 10px;
	padding-left: 3px;
	padding-right: 3px;
}

#user form #pw input { /*width of text boxes. IE6 does not understand this attribute*/
	width: 80px;
	height: 14px;
	border: 1px solid #0d5cab;
	color: #333333;
	font-size: 10px;
	padding-right: 3px;
	padding-left: 3px;
}

#user form input[type="submit"] {
	cursor: pointer;
	width: 76px;
	color: #333333;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	font-style: normal;
	position: absolute;
	left: 112px;
	top: 47px;
	padding: 1px;
	margin: 0px;
}

/* 
#Login {
	cursor: pointer;
	width: 50px;
	height: 20px;
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	font-style: normal;
}
 */

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix {
margin-left: 3px;
}



/* Content Styles */

#page {
	clear: both;
	margin: 30px 0 0 0;
}

#page-title {
	color: #FFFFFF;
	background-image: url(../images/page-title-1.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 885px;
	font-size: 1.7em;
	font-weight: normal;
	vertical-align: bottom;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#content {
	font-size: 1em;
	color: #333333;
	padding: 0;
	width: 890px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	clear: both;
}
#exclude-content {
	margin-right: 50px;
	margin-left: 50px;
}

#faq {
	padding-right: 50px;
	padding-left: 50px;
}
#faq dt {
	background-image: url(../images/button-plus.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #0D5CAB;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	vertical-align: bottom;
	display: block;
}
#faq dd {
	border: 1px solid #0D5CAB;
	padding: 15px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	background-color: #f5f5f5;
}

.accordian {
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
}
.accordian .faq {
	margin-bottom: 20px;
}

.accordian .toggler {
	cursor: pointer;
	background-image: url(../images/button-plus.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	color: #0d5cab;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}


.accordian .element {
	border: 1px solid #0d5cab;
	background-color: #F5F5F5;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.accordian .element p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}



/* --- Container Styles -------------------------------------------- */

/* Basic Container Header and Footer */

.basic-header-left {
	float: left;
	height: 27px;
	width: 15px;
	background-image: url(../images/sidebar-title-left.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.basic-header-right {
	float: right;
	height: 27px;
	width: 15px;
	background-image: url(../images/sidebar-title-right.png);
	background-repeat: no-repeat;
	background-position: right top;
}

.basic-header-center {
	height: 22px;
	padding-top: 5px;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../images/sidebar-title-center.png);
	background-repeat: repeat-x;
}

.basic-footer-left {
	float: left;
	height: 15px;
	width: 15px;
	clear: left;
	background-image: url(../images/sidebar-footer-left.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.basic-footer-right {
	float: right;
	height: 15px;
	width: 15px;
	background-image: url(../images/sidebar-footer-right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.basic-footer-center {
	height: 15px;
	background-image: url(../images/sidebar-footer-center.png);
	background-repeat: repeat-x;
}


.channel-container {
	float: left;
	width: 23%;
	padding: 0px;
	margin-top: 15px;
	margin-right: 1%;
	margin-bottom: 15px;
	margin-left: 1%;
}



/* News Container */

.channel-content {
	margin: 0;
	height: 125px;
	background-color: #eeeeee;
	border-right: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0d5cab;
	overflow: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: both;
}
.channel-content p {
	margin-top: 0px;
}


.news-container-left {
	float: left;
	width: 31.3%;
	padding: 0px;
	margin: 15px 1% 15px 1%;
}

.news-container-right {
	float: left;
	width: 31.3%;
	padding: 0px;
	margin: 15px 1% 15px 1%;
}

.news-container-center {
	float: left;
	width: 31.3%;
	padding: 0px;
	margin: 15px 1% 15px 1%;
}

.news-content {
	padding: 15px 15px 5px 15px;
	margin: 0;
	height: 125px;
	background-color: #eeeeee;
	border-right: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0d5cab;
	overflow: auto;
}
.rssChannel {
	text-align: left;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	display: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 2px;
}
.rssChannelLink {
	font-weight: bold;
}
.rssItem {
	text-align: left;
	margin-top: 7px;
	margin-bottom: 7px;
}
.rssItemTitle {
	font-size: 10px;
}
.rssItemLink {
}



/* US States Side Bar Container */

.sb-container {
	float: right;
	width: 250px;
}

.sb-content {
	margin: 0;
	background-color: #eeeeee;
	border-right: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	padding: 0;
}

.state-list {
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	font-size: 11px;
	color: #0d5cab;
	text-decoration: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}

.state-list li {
	display: block;
	width: 105px;
	margin: 0px;
	padding: 2px;
}

.state-list .here {
	font-weight: bold;
	text-decoration: underline;
}

.state-text {
	font-size: 14px;
	color: #333333;
	margin-left: 200px;
	margin-right: 265px;
}
.state-text h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
}
.state-text em {
	color: #CC0000;
}
.state-text h6 {
	font-weight: bold;
	color: #0d5cab;
	font-size: 110%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.state-flag  {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
}
#admin-login {
	position: fixed;
	bottom: 0px;
	width: 15px;
	height: 15px;
	left: 0px;
	display: block;
}
