﻿/* Global Body Style */
body 
{
	background-color: white;
	text-align: center;
	min-width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
}

/* Main wrapper */
#wrapper
{	
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

/* Header includes Logo and SearchBar */
#header
{		
	width: 800px;
	height: 110px;		
}

/* WCI Logo */
#logo
{			
	float: left;
	background: white url(../images/wciLogo.jpg) no-repeat left center;
	margin-left: 20px;	
	width: 200px;
	height: 100px;
	display: block;	
	padding-top: 8px;			
}

/* Search Bar */
#searchBar
{			
	float: right;
	font-size: 11px;
	width: 800px;
	height: 100px;
	display: block;	
}

#searchBar a
{	
	font-size: 11px;
	color: #762A1A;
	text-decoration: none;			
	height: 20px;		
}

#searchBar a:hover
{
	text-decoration: underline;
}

/* Main Menu Bar */
#mainNav
{
	background: #511D12 url(../images/mainNavBg.jpg) repeat-x;
	width: 800px;
	height: 15px;				
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #C05B47;	
	border-bottom: 1px solid #C05B47;	
}

#mainNav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 800px;		
}

#mainNav ul li 
{
	float: left;	
}

#mainNav ul a
{	
	font-size: 11px;
	color: white;
	text-decoration: none;
	text-align: center;
	display: block;	
	width: 160px;
	height: 15px;	
	background: url(../images/mainNavDivider.jpg) repeat-y left top;
}

#mainNav ul a:hover
{
	text-decoration: underline;
}

/* Main Banner */
#banner
{
	width: 800px;
	height: 200px;	
	background: url(../images/banner-animated2.gif) no-repeat left top;
	border-bottom: 1px solid #E1E1E1;
}

/* Button style */
.button
{
	background: #762A1A;
	color: white;
	border-right: 1px solid #511D12;
	border-bottom: 1px solid #511D12;
	border-top: 1px solid #C05B47;
	border-left: 1px solid #C05B47;
	height: 22px;
	width: 150px;
}

.smallButton
{
	background: #762A1A;
	color: white;
	border-right: 1px solid #511D12;
	border-bottom: 1px solid #511D12;
	border-top: 1px solid #C05B47;
	border-left: 1px solid #C05B47;
	height: 22px;
}

/* Left side bar */
#sideBarLeft
{
	width: 195px;	
	float: left;	
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 5px;
	padding-left: 0px;
}

/* Side Menu Title */
.sideMenuTitle
{
	display: block;
	height: 50px;
	color: #853F34;		
	font-family: Tahoma;
	font-size: 28px;
	text-align: right;
	padding-right: 5px;
	padding-top: 28px;	
	padding-bottom: 22px;
	line-height: 0.9em;
}

/* Side Menu style */
#sideMenu table
{
	width: 195px;
	border: 0;
}

#sideMenu td
{	
	font-size: 12px;
	text-align: right;
}

#sideMenu a
{	
	font-size: 12px;
	color: #853F34;	
	text-decoration: none;
}

#sideMenu a:active
{
	font-weight: bolder;
}

#sideMenu a:hover
{
	text-decoration: underline;
}

#sideMenu .activeLink
{
	font-weight: bolder;
}

/* Content area container */
#mainContentContainer
{
	background: url(../images/contentBg.jpg) top left repeat-x;			
	width: 600px;	
	float: right;		
}

/* Content area */
#mainContent
{	
	font-size: 12px;
	line-height: 20px;
	width: 560px;	
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;	
	position: relative;
	top: -45px;
	left: 0;
	z-index: 2;	
}

#mainContent a
{	
	font-size: 12px;
	color: #853F34;	
	text-decoration: none;
}

#mainContent a:hover
{
	text-decoration: underline;
}

#mainContent ul
{	
	list-style-type: none;	
	margin-left: 10px;
	padding-left: 0px;
}

#mainContent ul li
{	
	background: url(../images/bullet.gif) 0px 5px no-repeat;
	padding-top: 0px;
	padding-left: 30px;
	padding-bottom: 5px;
	margin: 0 0 0.5em 0;
}

#mainContent ol li
{
	margin: 0 0 0.75em 0;
}

#oneColumn
{		
	width: 760px;		
}

#oneColumn a
{	
	font-size: 12px;
	color: #853F34;	
	text-decoration: none;
}

#oneColumn a:hover
{
	text-decoration: underline;
}

/* About Us Banner */
#aboutUsBanner
{
	background: white url(../images/aboutUs.jpg) no-repeat top left;
	width: 600px;
	height: 100px;		
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

/* Membership Banner */
#membershipBanner
{
	background: white url(../images/membership.jpg) no-repeat top left;
	width: 600px;
	height: 100px;		
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

#credentialsBanner
{
	background: white url(../images/credentials.jpg) no-repeat top left;
	width: 600px;
	height: 100px;	
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

#alliancesBanner
{
	background: white url(../images/alliances.jpg) no-repeat top left;
	width: 600px;
	height: 100px;		
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

/* About Us Banner */
#sitemapBanner
{
	background: white url(../images/sitemap.jpg) no-repeat top left;
	width: 600px;
	height: 100px;		
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

#faqBanner
{
	background: white url(../images/faq.jpg) no-repeat top left;
	width: 600px;
	height: 100px;			
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

#contactUsBanner
{
	background: white url(../images/contactUs.jpg) no-repeat top left;
	width: 600px;
	height: 100px;		
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

/* News & Events Banner */
#newsBanner
{
	background: white url(../images/news.jpg) no-repeat top left;
	width: 600px;
	height: 100px;		
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

/* Page title */
.sectionTitle
{	
	display: block;
	font-size: 28px;
	color: white;	
	text-align: right;
	padding-bottom: 10px;
}

/* Styles for info tables */
.infoTable table
{	
	text-align: left;
	border: 1px dotted gray;
	border-collapse: collapse;
}

.infoTable th
{
	background: #762A1A;
	color: white;
}

.infoTable td, th
{
	border: 1px dotted gray;
	padding: 3px;
}

/* Footer styles */
#footerContainer
{
	clear: both;
}

#footerLeft
{
	float: left;
	width: 500px;			
	font-size: 11px;
	color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	border-top: 1px solid gray;
}

#footerRight
{
	float: right;
	width: 300px;		
	font-size: 11px;	
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-top: 1px solid gray;
}

#footerRight a
{
	color: #853F34;
	font-weight: bold;
	text-decoration: none;
}

#footerRight a:hover
{
	text-decoration: underline;
}

/* Home page content container */
#homeContentContainer
{
	width: 800px;		
	padding-top: 10px;
	padding-bottom: 20px;	
}

#homeContent
{
	margin-left: 150px;	
	width: 630px;	
	padding-left: 5px;
	padding-right: 5px;			
	color: black;
}

#homeContent a
{	
	font-size: 12px;
	color: #853F34;	
	text-decoration: none;
}

#homeContent a:hover
{
	text-decoration: underline;
}

#homeContent ul li
{
	margin: 0 0 1.0em 0;
}

#homeContentLeft
{		
	padding-left: 10px;
	padding-right: 10px;
	width: 420px;
	float: left;
	font-size: 12px;
}

#homeContentRight
{		
	width: 165px;	
	float: right;			
	padding-left: 10px;
	padding-right: 5px;	
	font-size: 11px;
	color: black;			
	border-left: 1px solid #E1E1E1;
}

#homeContentRight a
{	
	font-size: 11px;
	color: #853F34;	
	text-decoration: none;
}

#homeContentRight a:hover
{
	text-decoration: underline;
}

.smallHeading
{
	color: #853F34;
	font-size: 14px;
	font-weight: bold;
}

.bigHeading
{
	display: block;
	font-size: 26px;
	color: black;	
}

.bigHeading a,
.bigHeading a:visited,
.bigHeading a:active
{	
	color: #762A1A;
	text-decoration: none;
}

.bigHeading a:hover
{
	text-decoration: underline;
	color: #762A1A;
}

/* News bar in home page */
#newsBar
{
	width: 135px;
	float: left;			
	padding-left: 5px;
	padding-right: 10px;	
	font-size: 11px;
	color: black;		
	text-align: left;
	border-right: 1px solid #E1E1E1;
}

#newsBar .date
{	
	color: black;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;		
}

#newsBar a
{	
	font-size: 11px;
	color: #853F34;	
	text-decoration: none;
}

#newsBar a:hover
{
	text-decoration: underline;
}

#oneColumnContent
{
	width: 760px;		
	line-height: 20px;
	background: white url(../images/formBg.jpg) repeat-x;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;	
	font-size: 12px;
	color: black;	
}

#oneColumnFormContent
{
	width: 760px;			
	background: white url(../images/formBg.jpg) repeat-x;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;	
	font-size: 12px;
	color: black;	
}

/* Styles for forms */
#formContent
{
	font-size: 9px;
}

#formContent .formHeading
{
	display: block;
	font-size: 20px;
	color: black;	
}

#formContent input
{
	font-size: 9px;
}

#formContent table
{	
	text-align: left;
	border: 1px dotted gray;
	border-collapse: collapse;
}

#formContent th
{
	background: #762A1A;
	color: white;
}

#formContent td, th
{
	border: 1px dotted gray;	
	padding: 3px;
	vertical-align: middle;
}

.subHeading
{
	background: gray;
	font-weight: bold;
	color: white;
}

.fieldLabel
{
	font-weight: bold;
	vertical-align: top;
}

.pageFlowActive
{
	font-size: 11px;
	font-weight: bold;	
	color: Black;
}

.pageFlowInactive
{
	font-size: 11px;	
	color: Gray;
}

#error table
{
	text-align: left;
	border: 1px dotted gray;
	border-collapse: collapse;	
}

#error td
{
	color: Red;
	font-weight: bold;
}

.error
{
	color:Red;
}

.score
{
	color: Blue;
	font-weight: bold;
}

.smallInput
{
	font-size: 9px;
}

.mandatory
{
	color: Red;
}

.tip
{
	color: Gray;
}

input
{
	border: 1px solid gray;
	background-color: #EFEFEF;
}

#filler
{
	width: 1px;
	height: 300px;
}

.quote
{	
	color: #853F34;
	font-style: italic;
}

#privacy
{
	font-size: 11px;
	line-height: 1.5em;
}

#terms
{
	font-size: 11px;
	line-height: 1.5em;
}

#sideMenuContactUs
{
	font-size: 11px;
}

.dataGridHeader
{
	font-weight: bold;
}

.biobox {	
	display: block;
	float: left;
	width: 130px;
	height: 170px;
	padding: 10px 0px 3px 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #E7D7CC;
	text-align: center;
}

.emptyBiobox
{
	display: block;
	float: left;
	width: 130px;
	height: 170px;
	padding: 10px 0px 3px 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid white;
	text-align: center;
}

.divider
{
	margin-top: 15px;
	margin-bottom: 15px;
	width: 550px;
	height: 1px;
	display: block;
	background: white url(../images/divider.jpg);	
}