/*** basic ***/

#Content {
	position:relative;
	width:760px;
	padding:0px;
	margin:20px auto 0px;
     background-color:#FFFFFF;
	 color:#050402;
	
	 }

 /*fix forever scrolling*/
#col_one, #col_two{
  padding-bottom:0px;
  margin-bottom:0px;
}

/*** basic ***/

body{
	margin:0;
	padding:0px;
	background-color:#E7E7E7;
	color:#050402;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size:0.8em;
		}
	
strong{
	color:#050402;
	}

h1{
	font-size: 150%;
    font-weight: bold;
    color:#B10163;
	margin-top:0px;
	padding:0px;
    text-align:left;
	}
	
h2{
	color:#B10163;

	padding: 0px;
	font-size:125%;
	font-weight: normal;
}	

h3{
	 color:#050402;

	padding: 0px;
	font-size:110%;
}


a {
text-decoration: underline;
color: #B10163;
}

li{
	
	list-style-type:square;
	}

#pagination{
  clear:both;
}



/*** DIVS ***/
#website_branding{
  width:760px; /* overall width then the cols add up to 20px less to give the border - 10px either side */
   height:185px;
  background-image: url(../images/WB_header.jpg);
   background-repeat: no-repeat;
  
  }

#website_branding a{
  color:#050402;
}

#website_container{
	padding:10px; /* topmenu.css has a left padding of 25px so this clears it*/
  margin:10px 10px;
  width:720px;
min-height:300px;
 }


#mainpage{
	}

 /* added this for contact page */
 	
#col_one.contactus{
width:720px;
}

 #col_one{	
	width:400px;
	margin-left:10px;
	float:right;
	}
	
 #col_two {
	width:310px;
	float:left;
}	
 /* replace this		
.layout3 #col_one  {	
	width:500px;
	margin-right:10px;
	float:left;
	}
	
.layout3 #col_two  {
	width:210px;
	float:right;
		}			

with this */

 #col_one.layout3  {	
	width:470px;
	margin-right:10px;
	float:left;
	}
	
 #col_two.layout3  {
	width:210px;
	float:right;
		}		

 /* just checking that this is not used 
 		
.layout1_1col_txt #col_one, .layout2_1col_txt #col_one,  .layout4_1col_txt #col_one{
  width:720px;
	margin:0 auto;
 }
 
.layout6_2col_txtimg #col_one {
	width:720px;
	margin:0 auto;
	}

*/

#image{
padding:5px 5px 5px 5px;
}



#website_footer{
 width:760px;
 margin:0px auto;
 padding:10px 0px;
font-size:0.85em;
color:#FFFFFF;
background-color:#B10163;
text-align:center; 
 background-image:url(../images/WB_footer_curve.jpg);
	 background-position:bottom;
	 background-repeat:no-repeat;
	 height:40px;
   }
 

#website_footer a{
}

#global_footer{
	 width:760px;
	 padding:10px 0px; 	
	text-align:center;
	font-size: 0.85em;
	color: #B10163;
background-color:#E7E7E7;
}

#global_footer a{
color:#050402;
}

/*** contact us ***/

.contactmessage {
	
	}
	
#submit{
  text-align:right;
  padding-left:400px;
}


.submit
{
    border:solid 1px #050402;
}


/*** news page ***/
	
	
.headline{
	display:none;
	
	}
	
.headline a{

		}
	
.news_article{
display:none;
	}	

.news_row { /* other stylesheet layout 4 has other parameters */
width: 150px;
position: relative;
margin-bottom:40px;
}

/*** gallery page ***/  /* NB Brightstar not set up for gallery yet */
.gallery #col_one{
width:300px;
float:left;
margin-top:0px;
padding-top:0px;

}

.gallery #col_two{
width:520px;
float:left;
margin-top:0px;
padding-top:0px;
}

.gallery .image{
	margin:11px;
}



.image {padding:0} /* cancels other padding in gallery stylesheet*/


.imagecaption{
  width:140px;
  padding:5px;
  color:#666666;
  background-color:#CCCCCC;
  text-align:center;
  font-size:80%;
}



.text1 {
	color:#FFFFFF;
		}
	
/*** home ***/


.date, .time {
  display:none;
}




/*** MENU ***/
#extra{
position:absolute;
top:60px;
font-size:110%;
left:775px;
color:#ffffff;
}

#extra a{
color:#ffffff;
}

.submit{
  border:solid 1px #050402;
  color:#050402;
  font-weight:bold;
}

#website_menu{
	padding: 0px;
	text-align: left;
	margin: 0px auto;
	width:760px;
	background-color:#050402;
	background-image:url(../images/WB_nav.jpg);
	height:40px;
}

.website_top_menu ul{
	padding: 10px 0; 
	margin:0;
}
	

.website_top_menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-weight:normal; /* this is to cancal bold on the standard lists for this site, Bright Star */
	
}

.website_top_menu a {
	margin: 0px;
	padding: 10px 20px;
	text-decoration:none;
	color:#000000;	
	font-size:1.2em;	
	text-align:center;	
}

.website_top_menu a:hover {
	color:#E7E7E7;
	background-color:#B10164;
}

.website_top_menu a.current{
color:#ffffff;
background-color:#000000;
}

.website_top_menu li .first{
}

#phone {
	color:#B10163;
	font-size:12px;
	font-weight:bold;
	padding:9px 0px 0px 0px;
	margin-right:90px;
	}
	
	
/*** TABLE ***/
TABLE{
	background-color:#E9EDF3;
	}
	
TD{
	text-align:center;
	padding:5px;
	}	
	
	
INPUT{
	margin:3px 0;
	}
	
