/*###-->
***** IE6 hacks are commented like this: IE6 hack
<--###*/

/*******************************************************
***** css reset--> neutralize browser default style differences *****
***** developed by Eric Meyer | http://meyerweb.com/ *****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	min-width: 960px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*******************************************************
***** general *****/
html, body {
	font-family: Arial, Verdana, "Microsoft Sans Serif", sans-serif;
	font-size: 1em;
	line-height: 1em;
	margin: 0;
	padding: 0;
	height: 100%;
}

/*******************************************************
***** general *****
***** based on blogstyle columns by Matthew James Taylor | http://matthewjamestaylor.com/ *****/
/* column container */
.colmask {
	position: relative;		/* this fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
}
/* 3 column blog style settings */
.blogstyle {
	background: #d2d2d2;    /* news column background colour */
}
.blogstyle .colmid {
	float: left;
	width: 200%;
	margin-left: -223px; 	/* right column */
	position: relative;
	right: 100%;
	background: #d2d2d2;    /* nav column background colour */
	border-right: 3px solid #fff;
}
.blogstyle .colleft {
	float: left;
	width: 100%;
	margin-left: -223px; 	/* width of nav column */
	background: #fff;    	/* content column background colour */
	border-right: 3px solid #fff;
}
.blogstyle .col1wrap {
	float: left;
	width: 50%;
	padding-bottom: 1em; 	/* content column bottom padding. Leave it out if it's zero */
}
.blogstyle .col1 {
	margin: 0 0 0 446px;	/* content column side padding:
							left padding = left column width + center column left padding width
							right padding = right column width + center column right padding width */
	#_margin: 0 0 0 450px;	/* IE6 hack */
	position: relative;
	left: 100%;
	overflow: hidden;
}
.blogstyle .col2 {
	float: right;
	width: 223px;
	position: relative;
	left: 226px;
}
.blogstyle .col3 {
	float:right;
	width:220px;
	position:relative;
	left:669px;
}

/*******************************************************
***** content column *****/
#content-header {
	position: relative;
	height: 73px;
	width: 100%;
	background-color: #d2d2d2;
}
#orange-square {
	height: 73px;
	width: 47px;
	background-color: #d8400b;
	border-right: 3px solid #fff;
}
#page-title {
	position: absolute;
	bottom: 9px;
	left: 60px;
	margin: 0 13px 0 0;
	color: #fff;
	font-size: 1.55em;
	line-height: 1em;
	font-weight: bold;
}
#body-body {
	font-size: .9em;
	margin: 50px;
}
#body-body p {
	margin: 1em 0 1em 0;
}
#body-body strong {
	font-weight: bold;
}
#body-body em {
	font-style: italic;
}
#body-body a {
	color: #d8400b;
	text-decoration: none;
}
#body-body a:hover {
	color: #8d847d;
}
#body-body ul li {
	list-style: disc;
	margin-left: 20px;
	padding-left: 5px;
}
#body-body ol li {
	list-style: decimal;
	margin-left: 20px;
	padding-left: 5px;
}
.news-gallery-imgs {
	margin: 0 10px 10px 0;
	border: 1px solid #8d847d;
}
.gray-instructions {
	color: #8d847d;
}

/*******************************************************
***** nav column *****/
/*### logo ###*/
#logo-box {
	height: 259px;
	width: 220px;
}
/*### icon menu ###*/
a.nav-link {
	color: #000;
	text-decoration: none;
}
a.nav-link:hover {
	color: #d8400b;
	text-decoration: none;
}
#nav-box {
	margin: -20px 0 0 20px;
	width: 120px;
}

/*#nav-box li {
	background-image: url(../images/wac_parts/logos.png);
	background-position: left top;
	background-repeat: no-repeat;
}*/

#icon-bboard, #icon-map, #icon-pubart, #icon-CCClogo {
	position: relative;
}
#icon-CCClogo {
	top: 30px;
}
#icon-bboard {
	top: -13px;
}
#icon-map {
	top: -26px;
}
#icon-pubart {
	top: -43px;
}
#menu-text-cal, #menu-text-bboard, #menu-text-map, #menu-text-pubart, #menu-text-ccc {
	position: relative;
	left: 65px;
	font-size: .9em;
	font-weight: bold;
	line-height: 1.1em;
}
#menu-text-ccc {
	top: -30px;
}
#menu-text-cal {
	top: -40px;
}
#menu-text-bboard {
	top: -61px;
}
#menu-text-map {
	top: -83px;
}
#menu-text-pubart {
	top: -87px;
}
/*### text menu ###*/
/***** based on switch menu by Martial B | http://getElementById.com/ *****/
#text-menu-box {
	position: relative;
	top: -50px;
	padding: 20px 0 10px 0;
	width: 220px;
	#_width: 223px;		/* IE6 hack */
	background-color: #d8400b;
	color: #fff;
	font-size: .85em;
	font-weight: bold;
}
#masterdiv {
	position: relative;
	top: 0;
	left: 20px;
	width: 180px;
}
.menutitle {
	cursor: pointer;
	margin-bottom: 10px;
	color: #fff;
	font-weight: bold;
}
.submenu {
	margin: 0 0 20px 10px;
	line-height: 1.1em; /*12pt;*/
}
.submenu li a:link, .submenu li a:visited {
	color: #fff;
	text-decoration: none;
}
.submenu li a:hover {
	color: #000;
	text-decoration: none;
}
.submenu li a:active {
	color: #fff;
	text-decoration: none;
}
.submenu li {
	margin-bottom: 5px;
}
/*### search & e-Billboard fields ###*/
#search {
	position: relative;
	top: -26px;
	left: 20px;
	width: 180px;
	margin-bottom: 5px;
}
#subscribe {
	position: relative;
	top: -13px;
	left: 20px;
	width: 180px;
	padding-bottom: 40px;
}
h3.form {
	color: #8d847d;
	font-size: .7em;
	margin-bottom: 5px;
}
.custom-field {
	border: 1px solid #8d847d;
}

/*******************************************************
***** news column *****/
#right-header {
	#_position: relative;
	#_left: 3px; /* IE6 hack */
}
/*### slideshow ###*/
/***** based on Cycle Plug-in by malsup(?) | http://malsup.com/jquery/ *****/
.slideshow {  
	position: relative;
    top: -3px;
    #_left: 3px; /* IE6 hack */
    height: 260px;
}
.slideshow img {
    height: 260px;
    width: 220px;
}
/*### WAC News ###*/
#news-box {
	margin: 20px 0 0 20px;
	width: 180px;
}
h3#wac-news {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 15px;
	color: #d8400b;
}
.news-heading {
	margin-top: 10px;
	line-height: .75em;
}
.news-heading a {
	font-size: .75em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.news-heading a:hover {
	color: #d8400b;
}
.news-heading em {
	font-style: italic;
}
.news-date {
	font-size: .75em;
	line-height: 1.2em;
	color: #d8400b;
	text-decoration: none;
	margin-top: 1px;
}
/*### WAC W logo & address ###*/
#address-box {
	margin: 40px 0 0 20px;
	width: 180px;
	font-size: .7em;
	padding-bottom: 40px;
}
#address-box p {
	margin-top: 5px;
}
#w-logo {
	margin-bottom: 15px;
}
.address-orange {
	color: #d8400b;
}
.address-gray {
	color: #8d847d;
}
.gl {
	color: #8d847d;
	font-size: .9em;
}
#address-box p a#e {
	color: #d8400b;
	text-decoration: none;
}
#address-box p a#e:hover {
	color: #8d847d;
}
#address-box p a {
	color: #8d847d;
	text-decoration: none;
}
#address-box p a:hover {
	color: #d8400b;
}

/*******************************************************************************/
/***** search results *****/
#search-table {
	width: 100%;
	border: 0;
}
#search-table tr td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	border: 0;
}
#search-table tr th {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	border: 0;
	font-weight: bold;
}
#results-header {
	color: #fff;
	background-color: #d8400b;
}
.resultRowOne {
	background-color: #d2d2d2;
}
.resultRowTwo {
	background-color: #e8e8e8;
}
.search-first-cell {
	padding-left: 15px;
}
