/* Cartweaver 2 CSS HTML Styles */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #D2D5DD;
	background-image: url(../../../images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #003399;
}
a:visited {
	color: #003399;
}
a:hover {
	color: #003366;
	text-decoration:none;
}
a:active {
	color: #003399;
	text-decoration:none;
}

hr{
	color: #003366;
	height: 1px;
	width: 90%;
}

h1 {
	color: #003366;
	font-size: 1.2em;
	margin: 0px;
	text-transform: uppercase;
}

h2 {
	color: #FFFFFF;
	background-color: #003366;
	font-size: 1.1em;
	padding: 2px;
	margin: 0px;
}
h4 {
	color: #003399;
}
h5 {
	color: #003399;
	margin-bottom: 2px;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #003366;
	border: 1px inset #003366;
}

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #003366;
	border-bottom: 1px solid #003399;
	border-left: 1px solid #003399;
	border-right: 1px solid #000033;
	border-top: 1px solid #000033;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. */
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #666666;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #8EA4BB;
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #E7E4E2;
}
.altRowOdd{
	background-color: #DFDBD9;
}

.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
/* custom elements for NWG */
.resultList {
	float: left; 
	overflow: hidden;
	margin: 0px;
	width: 211px;
	height: 160px;
}
.categoryList {
	float: left; 
	overflow: visible;
	margin: 0px;
	padding: 1px;
	width: 211px;
	height: 90px;
}
/* layout elements */
#mainWrapper {
	position: relative;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#topHalfWrapper {
	border-left: 3px solid #8EA4BB;
	border-right: 3px solid #8EA4BB;
	border-bottom: 3px solid #8EA4BB;
	background: #FFFFFF;
}
#headerWrapper {
	padding: 5px;
}
#topLogo {
	position: relative;
	float: left;
}
#topRight {
	position: relative;
	float: right;
	margin-right: 5px;
	text-align: right;
}
/* top links */
#topQuick {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#topQuick ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
}
#topQuick ul li {
	display: inline;
}
#topQuick ul li a {
	padding-left: 8px;
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
#topQuick a:hover {
	text-decoration: underline;
}
#topAddress {
	font-size: .8em;
	padding-top: 15px;
}
/* main links */
#navTop {
	background-color: #003399;
	height: 18px;
	margin: 0px;
	padding: 5px;
	clear: both;
}
#navTop ul, #navTop ul li {
	list-style: none;
    margin: 0;
    padding: 0;
}
#navTop ul {
	text-align: center;	
}
#navTop ul li {
	display: inline;
	color: #FFFFFF;
	font-weight: bold;
}
#navTop li a {
	padding: 5px 10px 5px 10px;
}
#navTop a:link, #navTop a:active, #navTop a:visited, #navTop a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 0.9em;
} 
#navTop a:hover {
	background-image:url(../../../images/topNav-over.jpg);
	background-color: #D2D5DD;
	color: #000000;
}
/* main content styles */
#mainContent {
	padding: 10px 30px 40px 30px;
}
/* footer styles */
#footerWrapper {
	border: 3px solid #8EA4BB;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #FFFFFF;
	padding: 5px;
}
#footerIdent {
	position: relative;
	float: right;
	text-align: right;
	font-size: .8em;
}
#footerQuickLinks {
	position: relative;
	float: left;
	border: 1px solid #8EA4BB;
	background-color: #F1F1F4;
	width: 475px;
	padding-bottom: 10px;
}
#footerQuickLinks h2 {
	background-color: #8EA4BB;
	color: #FFFFFF;
	font-size: 1em;
	padding-left: 10px;
	padding-right: 10px;
}
#footerQuickLinks ul, #footerQuickLinks ul li {
	list-style: none;
}
#footerQuickLinks ul {
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 10px;
}
#footerQuickLinks li {
	float: left;
	width: 220px;
}
#footerQuickLinks a {
	font-size: .8em;
}
#footerClear {
	clear: both;
}
#cleanRow {
	clear: both;
}