@charset "UTF-8";
/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family:inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* --------------------------------------------------------------*/


body
{
	margin:0;
	background:url(/shared/images/wvaorp/bg.jpg) top center no-repeat #014c76;
	font-family:Helvetica, Arial, sans-serif;
}

.wrapper
{
	
}

.header
{
	width:960px;
	margin:0 auto;
	height:77px;
}

.logo
{
	float:left;
	position:relative;
	left:-15px;
	width:300px;
	height:185px;
	z-index:1;
}

.search
{
	float:right;
	margin:0px 0 0 0;
}

.search .search-form
{
	width:215px;
	padding:0 15px 0 0;
}

.search-box
{
	background:url(/shared/images/wvaorp/search.png) no-repeat;
	border:0;
	font-size:11px;
	color:#909090;
	width:215px;
	height:21px;
	padding:8px 0 0 15px;
}

.search-icon
{
	position:relative;
	float:right;
	top: 27px;
	background: url(/shared/images/wvaorp/search-icon.gif);
	width: 20px;
	height: 20px;
	left: -10px;
}

.searchResults .info
{
	top: 25px;
}

.nav-container
{
	width:100%;
	height:90px;
	background:url(/shared/images/wvaorp/nav-back.png) repeat-x top;
	margin:0;
	color:#636363;
	font-size:15px;
	padding:10px 0 0 0;
}

.nav
{
	margin:0 auto;
	padding:0 0 0 270px;
	text-align:left;
}

.nav ul
{
	text-indent:0;
}

.nav ul li
{
	list-style:none;
	display:inline-block;
	height:80px;
	padding:13px 11px 0 8px;
	background:url(/shared/images/wvaorp/nav-item-back.gif) no-repeat top right;
	margin:0;
}

.nav ul li.nav-selected-item
{
	background-color:#fff;
	color:#00aeef;
}

.nav ul li a:link, .nav ul li a:visited, .nav ul li a:active
{
	color:#636363;
	text-decoration:none;
}

.nav ul li a:hover
{
	color:#00aeef;
}

.nav ul li.nav-first
{
	list-style:none;
	display:inline-block;
	height:35px;
	padding:13px 12px 0 9px;
	background:url(/shared/images/wvaorp/nav-item-back.gif) no-repeat top right;
}

.nav ul li.nav-first-selected
{
	list-style:none;
	display:inline-block;
	height:35px;
	padding:13px 12px 0 9px;
	background:white url(/shared/images/wvaorp/nav-item-back.gif) no-repeat top right;
	color:#00aeef;
}

.banner
{
	width:960px;
	margin:0 auto;
	position:relative;
	top:-53px;
	height:285px;
}

.banner-bottom-shadow
{
	width:960px;
	height:35px;
	position:relative;
	top:-35px;
	z-index:1;
	margin:0 auto;
	background:url(/shared/images/wvaorp/bannershadow.png) no-repeat;
}

.content-background
{
	width:100%;
	background:url(/shared/images/wvaorp/content-back.png) repeat;
	position:relative;
	top:-70px;
}

.contentarea
{
	width:950px;
	margin:0 auto;
	padding:30px 0 30px 40px;
	font-size:14px;
	font-weight:200;
	color:white;
}

.contentarea a:link, .contentarea a:visited, .contentarea a:active
{
	color:white;
	font-weight:bold;
	text-decoration:none;
}

.contentarea p
{
	margin:21px 0 0 0;
}
.homeLeft
{
	width: 350px;
}

.read-more
{
	text-align:right;
	width:100%;
	font-size:11px;
}

.read-more a:link, .read-more a:visited, .read-more a:active
{
	font-weight:normal;	
}

.text-column
{
	width:350px;
	float:left;
}

.number-container
{
	margin:21px 0 0 0;
	width:400px;
	position:relative;
	left:-50px;
}

.number
{
	float:left;
	width:50px;
	height:50px;
}

.number-text
{
	float:left;	
	width:340px;
}

.bold-text 
{
	font-weight:bold;	
}

h1
{
	font-size:25px;
	color:white;
	margin:0;
}

.side-column
{
	float:left;
	margin:0 0 0 20px;
	width:250px;
}

.content-box
{
	background:#3275a8;
	margin:0 0 20px 0;
}

.content-box-header
{
	background:#5283b2;
	padding:3px 15px;
}

.content-box-content
{
	padding:13px 15px;	
	line-height:1.2;
}

.content-box-content p
{
	margin:5px 0 0 0;
}

.partners-column
{
	float:left;
	position:relative;
	top:-9px;
	margin:0 0 0 25px;
	width:275px;
}

.partners-header
{
	background:url(/shared/images/wvaorp/partners-header.png) no-repeat;
	padding:12px 0 0 25px;
}

.partners-content
{
	background:url(/shared/images/wvaorp/partners-back.png) repeat-y;
	text-align:center;
	padding:10px 0;
}

h2
{
	font-size:25px;
	color:#005d96;
	margin:0;
}

h3
{
	font-size:17px;
	color:white;
}

h4
{
	font-size:17px;
	font-weight:bold;
	color:white;
}

.footer-container
{
	background:url(/shared/images/wvaorp/footer-back.png) repeat-x;
	height:115px;
	position:relative;
	top:-80px;
	z-index:2;
	padding:20px 0 0 50px;
}

.footer
{
	width:960px;
	margin:0 auto;
	font-size:10px;
	color:#636363;
}

.footer-logo
{
	float:left;
	margin:10px 90px 0 0;
}

.footer-logo-last
{
	float:left;
	margin:10px 0 0 5px;
}

.info
{
	width:960px;
	margin:0 auto;
	text-align:center;
	color:white;
	font-size:13px;
	position:relative;
	top: -70px;
}

.clear-both
{
	clear:both;	
}

/* tcg styles */
#SiteTitle, #SiteDescript, #AccessLinks, #SiteSummary
{
	display: none;
}
.pageHeader 
{
}
.pageHeaderInner 
{
}

.pageBody 
{
}
.pageBodyInner 
{
}
.columns 
{
}
.columnsInner 
{
}
.colMiddle 
{
	float: left;
	width: 930px;
	height: auto;
}
.colMiddleWide
{
    width:865px;
}
.colMiddleInner 
{
}
.MiddleRightContent,.MiddleLeftContent,.MainContentMiddleHeader
{
    margin:1em 0;
}

.middleRight
{
	float:right;
    width:235px;
}
.middleLeft
{
    float:left;
    width:235px;
}
.middleMiddle
{
    float:left;
    width:235px;
}
.middleColumns
{	
}
.breadcrumbs ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}
.breadcrumbs ul li
{
	display:inline;
}
.newsModule
{
	text-align: left;
	width: 600px;
	display:block;
}
.newsModule .ttl
{
	width: 600px;
	text-align: left;
	position: relative;
	display:block;
}
.newsModule .ttl h2
{
	color: #FFFFFF;
}
.newsModule .items
{
	display: block;
}
.newsModule .items ul li
{
	width: 600px;
	list-style-type: none;
	padding-bottom: 20px;
	text-align: left;
	position: relative;
}
.rdContent .newsModule .ttl h2
{
	color: #000000;
}
.rdContent .newsModule .items a
{
	color: #000000;
}
