@charset "utf-8";
a img { border:0; }
.nowrap { overflow: auto; }
/* hide from Macs \*/
* html .nowrap { height: 1%; }
/* end hide */
html, body {  
	scrollbar-base-color: 			#b7b7b7;
	scrollbar-track-color:  		#b7b7b7;
	scrollbar-face-color: 			#b7b7b7;
	scrollbar-highlight-color: 		#FFFFFF;
	scrollbar-3dlight-color: 		#FFFFFF;
	scrollbar-darkshadow-color: 	#e4e4e4;
	scrollbar-shadow-color: 		#e4e4e4;
	scrollbar-arrow-color: 			#FFFFFF;
	margin: 0px;
}
html, body, div, td {
	font-family: verdana;
	color: #888888;
	font-size: 10px;
}
h1, h2, h3, h4, h5, a, span {
	font-family: verdana;
}
body {
	width: 100%;
	height: 100%;
	background: #b7b7b7 url("../images/bg.jpg") repeat-x top center;
	text-align: center;
}
p {
	margin: 0 0 1em 0;
}
form {
	margin: 0;
	padding: 0;
}
hr {
	border: none;
	border-top: 1px solid #aaa;
}
#content ul, ol {
	margin-top: 0px;
	margin-bottom: 0px;
}
#content ul {
	list-style-position: outside; 
}
#content ul li {
	margin-left: -20px;
}

h1 {
	margin-top: 0px;
	text-decoration: none;
	color: #0095e0;
	font-size: 15px;
	margin-bottom: 4px;
}
h2 {
	font-size: 12px;
	margin: 0px;
	text-decoration: none;
	color: #7a7a7a;
}
h3 {
	margin-top: 0px;
	text-decoration: none;
	color: #0095e0;
	font-size: 15px;
	margin-bottom: 4px;
}
a {
	color: #0095e0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0095e0;
}
a img {
	border:0;
}

#body-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 925px;
	text-align: left;
}
#login {
	height: 25px;
	line-height: 25px;
	text-align: right;
	padding-right: 25px;
	background-color: #f7f7f7;
	color: #7a7a7a;
}
#login a {
	color: #7a7a7a;
	font-weight : bold;
	text-decoration: underline;
}
#login a:hover {
	text-decoration: none;
	color: #0074c6;
	font-weight : bold;
}

#header {
	text-align: left;
	background-color: #FFFFFF;
	color: #7a7a7a;
	padding: 0px 10px 8px 10px;
}
#blue-bar {
	height: 35px;
	width: 100%;
	background-color: #0097da;
}
#blue-bar td {
	vertical-align: middle;
}
td#cat-select {
	padding-left: 10px;
	text-align: left;
}
td#cat-select select {
	color: #0097da;
	font-size: 12px;
	text-transform: uppercase;
	width: 220px;
}
td#keyword-search {
	text-align: right;
	width: 1px;
	padding-right: 10px;
}
td#keyword-search td {
	white-space: nowrap;
	color: white;
}
#main {
	background-color: #FFFFFF;
}
#left-nav {
	background-color: white;
	width: 234px;
	margin-right: 10px;
	float: left;
	text-align: left;
	vertical-align: top;
}
#left-nav ul {
	width: 234px;
	list-style: none;
	padding: 0;
	margin: 2px 0px 0px 11px;
}
#left-nav ul li {
	padding: 5px;
	background-color: #EFEFEF;
	margin-bottom: 2px;
	text-transform: uppercase;
}
#left-nav ul li a {
	color: #888888;
}
#left-nav ul li#bot {
	padding: 0px;
	background: url('../images/leftnav/bottom.jpg') repeat-x;
	height: 58px;
}
#seal {
	text-align: center;
}
#content {
	width: 654px;
	float: right;
	margin-right: 11px;
	background-color: white;
}
#crumbs {
	margin-bottom: 6px;
}
#footer {
	background-color: white;
	padding: 3px;
	color: #7a7a7a;
}
#footer a {
	color: #7a7a7a;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
	color: #0095d8;
}
#footer #cards {
	margin: 10px 10px 0px 0px;
	float: right;
}
#footer #links {
	padding: 10px;
}
table.appsoft {
	width: 230px;
	height: 27px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-family: verdana;
	text-align: center;
}
table.appsoft td {
	padding: 3px;
	color: #7a7a7a;
	font-size: 10px;
	text-align: center;
}
input.searchbox {
	background-image: url("../images/header/text_bg.gif");
	border: 0px;
	height: 20px;
	width: 190px;
}

/* universal classes */
.msgs, .req {
	color: #0095e0;
}
.clearme {
	clear: both;
}
.blue {
	color: #0095e0;
}
img.blue {
	border: 1px solid #0095e0;
}
.fade {
	background: url('../images/fade.gif') repeat-x;
	padding: 10px;
	min-height: 220px;
}
.fade #title {
	padding-top: 30px;
	padding-bottom: 8px;
}
.bluebar {
	margin: 6px 0 6px 0;
	padding: 3px;
	color: white;
	background: url('../images/blue_bar.jpg') top right no-repeat;
}