@charset "UTF-8";
/* CSS Document */

/* ------------------------ BEGIN RESET.CSS ------------------------ */
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;
}
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: "" "";
}
/* ------------------------ END RESET.CSS ------------------------ */


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h5 a,h6 a { font-family: Georgia, serif; letter-spacing:.005em; font-weight: bold; color: #000; }

h1 { font-size: 1.6em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.3em; margin-bottom: 0.75em; }
h3 { font-size: 1em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 0.85em; line-height: 1.15; }
h5 { font-size: 0.8em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 0.8em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}
h4 a, h4 a:link, h4 a:hover, h4 a:visited, h4 a:active {
color: #fa6206;
text-decoration: none;
}


/* Text elements
-------------------------------------------------------------- */

p           { color: #; font-size: 0.7em; line-height: 1.3em; margin: 0 0 1.0em; padding-right: 3px; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
p.goto,p.goto a,p.goto a:link,p.goto a:visited,p.goto a.active	{ font-size: 0.8em; line-height: 0.8em; font-weight: bold; color:#058ef8; }
p.goto a.hover	{ text-decoration: underline; }
.time_stamp	{ font-size: 0.6em; line-height: 0.6em; color: #9a9999; font-weight: bold; }
.goto {
background: url(./images/goto.gif) left no-repeat;
padding-left: 16px;
}
p.attention,p.attention a,p.attention a:link,p.attention a:visited,p.attention a.active	{ font-family: Georgia, serif; letter-spacing:.005em; font-size: 0.9em; line-height: 1.15em; font-weight: bold; color:#ff0e06; }
p.attention a.hover	{ text-decoration: underline; }

a:focus, 
a:hover     { color: #000; text-decoration: underline; }
a           { color: #009; text-decoration: none; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-image: url(./images/bullet.gif); }
ol          { list-style-type: decimal; }

.main_content ul		    			{ list-style-image: url(./images/bullet.gif); color: #000; font-size: 0.7em; line-height: 1.3em; }
.main_content ul a, .main_content ol a	{ color: #000; }
.main_content li 						{ padding-top: 4px; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


body {
width: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0 auto 0 auto;
text-align: center;
background: url(./images/horse_shoe.gif) left top;
}
.div_t {
width: 100%;
display: table;
}
.div_r {
width: 100%;
display: table-row;
}
.div_c {
vertical-align: top;
display: table-cell;
width: 100%;
}

/* -------------------- BEGIN Nav --------------------- */
#nav {
width: 728px;
float: left;
display: block;
font-size: 15px;
line-height: 15px;
font-weight: normal;
text-align: center;
background: url(./images/nav_bg.gif) top repeat-x;
list-style-type: none;
padding: 0;
margin: 0px 0px 14px 0px;
}
#nav ul {
padding: 0;
margin: 0;
}
#nav li {
padding: 0;
margin: 0;
float: left;
display: inline;
}
#nav a {
float: left;
display: block;
color: #20117a;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
border-right: 1px solid #c3c3bc;
border-bottom: none;
padding: 4px 18px 1px 18px;
margin: 0px 0px 1px 0px;
background: none;
}
#body_eve #nav_eve a {
border-right: none;
}
#nav #nav_eve a {
border: none;
padding: 4px 18px 1px 18px;
}
#nav a:hover {
color: #fff;
background-color: #058ef8;
}
#body_cou #nav_cou, #body_mem #nav_mem, #body_leg #nav_leg, #body_opp #nav_opp, #body_equ #nav_equ, #body_tra #nav_tra, #body_eve #nav_eve {
color: #fff;
background-color: #058ef8;
}
#body_cou #nav_cou a, #body_mem #nav_mem a, #body_leg #nav_leg a, #body_opp #nav_opp a, #body_equ #nav_equ a, #body_tra #nav_tra a, #body_eve #nav_eve a {
color: #fff;
background-color: #058ef8;
}
#body_hom #nav_selected, #body_hom #nav_selected a, #body_hom #nav_selected a:link {
color: #fff;
background-color: #058ef8;
}
.sub_nav {
width: 100%;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
line-height: 0.8em;
border-bottom: 1px solid #d8d4c9;
padding: 0px 0px 13px 0px;
margin: 0px 0px 20px 0px;
}
.sub_nav a, .sub_nav a:link, .sub_nav a:visited, .sub_nav a:active {
color:#058ef8;
text-decoration: none;
}
.sub_nav a:hover {
text-decoration: underline;
}
.sub_nav span {
font-size: 0.8em;
line-height: 0.8em;
color: #beb4a6;
padding: 0px 5px 0px 5px;
}
/* -------------------- END Nav --------------------- */

#container {
padding-top: 35px;
}
.main_content {
width: 100%;
display: block;
}
.module_bucket {
width: 100%;
display: block;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.module_bucket h4 {
color: #fa6206;
text-decoration: none;
}
.left_column {
width: 360px;
float: left;
padding: 0;
margin: 0;
display: block;
}
.archive_row {
width: 100%;
display: block;
background: url(./images/double_brdr.gif) repeat-x;
}
.archive_link {
width: 98px;
float: right;
text-align: right;
padding: 0px 0px 0px 0px;
margin: -3px 0px 15px 0px;
background-color:#F5F5ED;
}
.archive_link,.archive_link a,.archive_link a:link,.archive_link a:visited,.archive_link a.active	{ font-size: 0.8em; line-height: 0.8em; font-weight: bold; color:#058ef8; }
.archive_link a.hover	{ text-decoration: underline; }
.archive_link {
background: url(./images/goto.gif) #F5F5ED left no-repeat;
}

.center_column {
width: 138px;
float: left;
padding: 0px 33px 0px 33px;
margin: 0;
display: block;
}
.post_wrap {
background: url(./images/double_brdr.gif) top repeat-x;
display: block;
padding: 10px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.image_map {
width: 100%;
height: 134px;
display: block;
background: url(./images/image_map.gif) #F5F5ED top no-repeat;
padding-bottom: 12px;
}
.one, .two, .three, .five, .one a, .two a, .three a, .five a {
width: 55px;
float: left;
display: block;
color: #000;
text-align: center;
text-decoration: none;
}
.one, .one a, .two, .two a {
padding-top: 20px;
padding-bottom: 10px;
}
.five, .five a, .three, .three a {
padding-top: 5px;
padding-bottom: 7px;
}
.five, .five a {
padding-left: 12px;
}
.four, .four a {
width: 100%;
display: block;
color: #000;
text-align: center;
text-decoration: none;
padding: 0px 0px 5px 3px;
margin: 0px 0px 0px 0px;
}
.right_column {
width: 160px;
float: left;
padding: 0;
margin: 0;
display: block;
}
.btm_brdr {
width: 100%;
height: 5px;
font-size: 1px;
line-height: 1px;
display: block;
padding: 0;
margin: -3px 0px 15px 0px;
border-right: 1px solid #d2d2cb;
border-bottom: 1px solid #d2d2cb;
border-left: 1px solid #d2d2cb;
}
.search_container, .header_wrap, .wrap_3col, .footer {
width: 800px;
margin: 0 auto 0 auto;
text-align: center;
background-color:#F5F5ED;
}
.search_container {
background: url(./images/top_corners.gif) top no-repeat;
padding: 17px 0px 0px 0px;
}
.footer {
background: url(./images/bottom_corners.gif) bottom no-repeat;
margin-top: -10px;
padding-bottom: 17px;
}
.c_copy {
width: 800px;
margin: 0 auto 0 auto;
text-align: center;
}
.footer_content {
width: 370px;
text-align: left;
float: left;
padding: 9px 0px 0px 35px;
margin: 0;
}
.footer_content a, .footer_content a:link, .footer_content a:visited, .footer_content a:active{
font-size: 0.7em;
line-height: 0.7em;
color: #014466;
}
.footer_content a:hover {
text-decoration: underline;
}
.footer_content span {
color: #afad9e;
font-size: 0.6em;
line-height: 0.6em;
padding: 0px 4px 0px 4px;
margin: 0;
}
.c {
width: 288px;
float: right;
text-align: right;
padding: 6px 35px 0px 0px;
display: block;
background: none;
}
.c p {
font-size: 0.6em;
color: #343330;
padding: 0;
margin: 0;
}
.image {
background: url(./images/horse_skin.gif) left top repeat-x;
height: 203px;
padding: 0;
margin: 0;
}
.search, .header, .wrap_3col, .links {
width: 728px;
text-align: left;
padding: 0px 35px 0px 35px;
background-color:#F5F5ED;
border-right: 1px solid #a67c52;
border-left: 1px solid #a67c52;
display: block;
}
.search_wrap {
width: 340px;
float: right;
display: block;
}
.search_wrap label {
width: 50px;
float: left;
text-align: right;
color: #014466;
font-size: 0.8em;
line-height: 0.8em;
padding: 0px 4px 0px 0px;
}
.search_wrap .input {
width: 196px;
height: 17px;
border: 1px solid #014466;
float: left;
padding: 1px;
margin: 0;
}
.search_wrap .btn {
width: 73px;
height: 21px;
float: right;
padding: 0px 0px 0px 4px;
}
.wshc_logo {
width: 728px;
text-align: left;
background: url(./images/top_hdr_bg.jpg) right no-repeat;
padding: 11px 0px 22px 0px;
margin: 0;
}
.wshc_logo img {
width: 124px;
height: 131px;
float: left;
margin: 0;
}
.article_bucket img {
float: right;
padding: 1px;
background-color: #fff;
border: 1px solid #aaaaaa;
margin-top: 0;
margin-bottom: 15px;
}
.module_bucket img {
padding: 1px;
background-color: #fff;
border: 1px solid #aaaaaa;
margin-top: 0;
margin-bottom: 15px;
}
.clearfix {
clear:both; 
height:0; 
margin:0;
font-size: 1px;
line-height: 0px;
}