/*** basic ***/

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

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

/*** basic ***/

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

h1{
	font-size: 150%;
    font-weight: normal;
    color:#EC008B;
	margin:0px;
	padding:0px;
    text-align:left;
	}
	
h2{
	color:#000000;
	margin: 0px;
	padding: 0px;
	font-size:125%;
	font-weight: normal;
}	

h3{
	 color:#A7A8AC;
	margin: 0px;
	padding: 0px;
	font-size:110%;
}


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

li{
	color:#EC008B;
	font-weight:bold;
	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:150px;
  background-image: url(../images/brightstar_header.jpg);
   background-repeat: no-repeat;
  
  }

#website_branding a{
  color:#000000;
}

#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{
	}


#content{

}

#col_one {	
	width:520px;
	margin-right:10px;
	}
	
#col_two {
	width:190px;
	float:right;
		}	
		
.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;
	}

.Our_Experience .layout3_2col_txtimg #col_one  {
	width:720px;
	margin:0 auto;
	}

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

.Home #col_two, .Project_Management #col_two, .Events #col_two, .Creative_Services #col_two, .Small_Business_Support #col_two, .Contact_Us #col_two{
margin-top:70px;
}

#website_footer{
 width:720px;
 margin:10px auto;
 padding:10px 0px;
font-size:0.85em;
color:#FFFFFF;
background-color:#EC008B;
text-align:center; 
   }
 

#website_footer a{
}

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

#global_footer a{
color:#333333;
}

/*** contact us ***/

.contactmessage {
	font-size:1.2em;
	color:#EC008B;
	letter-spacing:1px;	
	}
	
#submit{
  text-align:right;
  padding-left:356px;
}


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


/*** news page ***/
	
	
.headline{
	width:180px;
  padding:5px;
  color:#EC008B;
  background-color:#000000;
  text-align:center;
  font-size:100%;
	}
	
.headline a{
	color:#FFFFFF;
		text-decoration:none;
		}
	
.news_article{
	width:178px; /* reduced by 2px for border */
  padding:5px;
  color:#000000;
  background-color:#FFFFFF;
  border:1px solid #Ec008B;
  border-top:none;
  text-align:center;
  font-size:80%;
  margin-bottom:10px;
	}	

.news_row { /* other stylesheet layout 4 has other parameters */
width: 150px;
position: relative;
margin:32px;

}

/*** 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 #000000;
  color:#000000;
  font-weight:bold;
}

#website_menu{
	padding: 0px;
	text-align: left;
	margin: 0px auto;
	width:720px;
	background-color:#000000;
}

.website_top_menu ul{
	padding: 10px; /* add a padding left:0 to get rid of left margin if required to line up */
	margin:0px;
	border:solid 1px #FFFFFF;
}
	

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

.website_top_menu a {
	margin: 0px;
	padding: 3px 10px;
	text-decoration:none;
	color:#FFFFFF;
	border-right:solid 1px #EC008B;;
	font-size:16px;
	text-transform:lowercase;
	text-align:center;	
}

.website_top_menu a:hover {
	color:#EC008B;
}

.website_top_menu a.current{
color:#EC008B;
}

.website_top_menu li .first{
}

#blog {
	position:absolute;
	top:152px;
	left:440px;
	padding:10px;
	}
	
#blog a {
	margin: 0px;
	padding: 3px 10px;
	text-decoration:none;
	color:#FFFFFF;
	border-right:solid 1px #EC008B;;
	font-size:16px;
	text-transform:lowercase;
	text-align:center;	
}

#blog a:hover {
	color:#EC008B;
}

#blog a.current{
color:#EC008B;
}	

#phone {
	color:#9DD234;
	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;
	}
	
