/*	delete 'wcs' from web addresses	*/

/*  
	blue = #384e9a
	light blue = #8b9ed1
	yellow = #ffeb00 
*/

/* code */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
  margin:0; 
  padding:0; 
} 

table {
  border-collapse:collapse; 
  border-spacing:0;
} 

fieldset,img {
  border:0; 
} 

address,caption,cite,code,dfn,em,strong,th,var { 
  font-style:normal; 
  font-weight:normal; 
} 

ol,ul { 
  list-style:none; 
} 

caption,th { 
  text-align:left; 
} 

h1,h2,h3,h4,h5,h6 { 
} 

q:before,q:after { 
  content:''; 
} 

abbr,acronym { 
  border:0; 
}

/*---general content---*/

#upbg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 275px;
	background: url(../wcsimages/bg2.jpg) repeat-x;
	z-index: 1;
}

a {
	text-decoration: none;
}

body {
  background: #fff url(../wcsimages/bg1.jpg);
  font-size: 12px;
  font-family: Arial, Verdana, sans-serif;
  padding-top: 30px;
}


h1, h2, h3, h4 {
	font: verdana;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	color: #384e9a;
	padding: 5px 5px 5px 10px;
}


p {
  padding: 5px;
  font-size: 100%;
  color: #384e9a;
}

span {
	font-weight: bold;
	font-style: italic;
}
 
#holder {
	width: 900px;
	margin: 0px auto;
	background: #fff;
	z-index: 2;
	position: relative;
	border: 6px solid #ffffff;
}

#header {
	background: url(../wcsimages/headerImage.jpg) right #ffffff no-repeat;
	height: 150px;
	padding-bottom: 5px;
	border-bottom: 8px solid #384e9a;
}

#header .headerLogo {
  float:left;
  padding: 0px;
}

#header p {
	padding: 10px 0px 0px 10px;
	text-align: left;
	font-size: 110%;
	color: #384e9a;
}

#header a {
	color: #384e9a;
	text-decoration: none;
}

#header a:hover {
	color: #384e9a;
	text-decoration: underline;
}

#header .active a {
	color: #384e9a;
	text-decoration: none;
}

.yellowStripe {
	margin-left: 240px;
	width: 660px;
	border-top: 5px solid #ffeb00;
	padding-bottom: 5px;
}

.blueStripe {
	margin-left: 10px;
	border-top: 1px solid #8b9ed1;
	padding-bottom: 10px;
}

ul.bullets {
	list-style: disc;
	font-size: 100%;
    color: #384e9a;
	padding: 5px 10px 5px 30px;
}

li {
	padding: 2px 0px 2px 0px;
}

img.banner {
	padding: 5px;
	margin:5px 10px 5px 13px;
	border: 1px solid #8b9ed1;
}

/* stripe links*/

ul.stripeLink {
	list-style:none;
	margin-bottom: 10px;
	width: 330px;
	padding-left: 5px;
	font-weight: bold;
}

ul.stripeLink li {
	display: inline;
	text-align:left;
}

ul.stripeLink a {
	color: #ffffff;
	display:block;
	background: #384e9a;
	padding: 5px 0px 5px 10px;
}

ul.stripeLink a:hover {
	background: #ffeb00;
	color: #384e9a;
}

/* left/menu */

#left {
	width:180px;
	float:left;
	border-right: 8px solid #384e9a;
	padding-bottom: 10px;
}

#left ul {
	list-style:none;
}

#left li {
	display: inline;
	text-align:left;
}

#left a {
	display: block;
	padding: 10px 0px 10px 10px;
	margin-bottom: 10px;
	font-size: 110%;
	text-decoration: none;
	color: #384e9a;
}

#left a:hover {
	color: #ffffff;
	padding-left: 20px;
	background: #8b9ed1;
}

#left .active a {
	color: #ffffff;
	background: #384e9a;
	padding-left: 10px;
}

#left img {
	padding-left: 8px;
	padding-top: 10px;
}

#left ul.subMenu {
	border: 0px;
	margin-left: 5px;
}

#left .subMenu a {
	background-color:#FFFF99;
}

#left .subMenu a:hover {
	margin-left: 5px;
	color: #384e9a;
	background: #ffeb00;
}

#left .subMenu .active a {
	margin-left: 5px;
	background: #ffeb00;
	color: #384e9a;
}

/* both columns */

.middleAndRight {
	width: 685px;
	float: left;
	margin-left: 10px;
	border-left: 6px solid #ffeb00;	
}

.middleAndRight p {
	padding: 5px 5px 5px 13px;
	line-height: 1.4em;
}

.middleAndRight a {
	color: #8b9ed1;
	font-weight: bold;
	padding-left: 10px;
}

.middleAndRight a:hover {
	color: #384e9a;
}

img.bioPic {
	padding: 5px 5px 5px 10px;
	float:left;
}

/* middle content */

.middle {
	width:345px;
	float:left;
	overflow: auto;
	margin-left: 10px;
	border-left: 5px solid #ffeb00;
}

.middle p {
	padding: 5px 5px 5px 13px;
	line-height: 1.4em;
}

.middle a {
	color: #8b9ed1;
	font-weight: bold;
}

.middle a:hover {
	color: #384e9a;
}

.middle,.right img {
	padding-left: 5px;
}

/* right content */

.right {
	width: 345px;
	float:left;
}

.right p {
	padding: 5px 5px 5px 13px;
	line-height: 1.4em;
}

.middle img.border {
	padding: 5px 5px 5px 5px;
	border: 1px solid #384e9a;
	margin: 5px 0px 5px 5px;
}

/*  Contact Form */

form {
	padding-top: 10px;
}

div.row { 
	clear: both;
    width: 450px;
    height: 29px;
	margin-left: 10px;
}

div.row2 { 
	clear: both;
	width: 520px;
	height: 79px;
}

span.formlabel {
	float: left;
  	width: 50px;
 	text-align: left;
	color: #384e9a;
}

div.row span.forminput { 
	float: right;
	text-align: right;
} 

div.row2 span.forminput { 
	float: right;
  	text-align: right;
}

div.row input, textarea {
	width: 350px;
}

div.row2 input, textarea {
	width: 350px;
	height: 150px;
}

div.row .submit { 
	background: #384e9a;
	color: #FFFFFF;
	width: 70px;
	height: 22px;
	cursor:pointer;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.row .submit:hover { 
	background: #8b9ed1;
	color: #FFFFFF;
}

/* footer */

#footer {
	width: 900px;
	margin: auto;
	margin-bottom: 10px;
	background-color: #dddddd;
	margin-top: 10px;
	border-left: 6px solid #dddddd;
	border-right: 6px solid #dddddd;	
}

#footer p {  
  text-align:center;
  font-size:80%;
  color:#666;
}

#footer a {
  color: #555;
  text-decoration:underline;
}

#footer a:hover {
  color: #111;
}

/*feedback text hider*/

/* always visible */
#outer .holder {padding:1em; border:1px solid #ddd; margin:0 0px 10px 10px;}
#outer .holder p {padding:5px 0 0 0; margin:0;}

/* unclicked style div.more */
#outer div.more i {float:right; margin-right: 0px 10px 0 0; cursor:pointer; color:#c00; font-weight:bold;}
#outer div.more i.hide {display:none;}
#outer div.more p {display:none;}
#outer div.more img {display:none;}

/* clicked style div.click */
#outer div.click i.show {display:none;}
#outer div.click i.hide {display:block;}
#outer div.click p {display:block;}
#outer div.click img {display:block; float:left; padding-right:10px;}
