body {
	background-image: url(bg.gif);
	background-position:center;
	background-position:top;
	background-color: #0E1C28;
	background-repeat: repeat-x;
}
/* CSS Document */


#header{
	background: #38688a url(images/charlotte_01.jpg) no-repeat top left;
	width:1013px;
	height:97px;
	margin:0em auto;
}

#header h1{
	text-indent:-9999px;
}



#menu{
	background: #06162d;
	height:35px;
	margin:0em auto;
	width:978px;
}


#menu li{
	height: 20px;
	float:left;
	list-style: none;
	margin: 10px 18px;
	font: 1.1em "Times New Roman";
	background: #06162d;

	}

#menu li a{
	padding-left:25px;
	color:#FFF;
	background: #06162D url(images/start-menu.jpg) no-repeat top left;
	
}


#menu li a:hover{
	background: #06162D url(images/start-menu.jpg) no-repeat bottom left;
	color:#fcfcd2;
	text-decoration: none;
}





/*#menu li a{
	display: block;
	height: 31px;
	text-indent: -9999px;
	text-decoration: none;
	background-position: left;
	background-repeat: no-repeat;
	float:left;
	
}

#menu li a:hover {
	background-position: -100px -100px;
}*/


/*
#menu #menuA { 
	background-image: url(http://www.premierecenter.com/images/home_Finallayout.png);
	width:71px;
 	
}

#menu #menuB { 
	background-image: url(http://www.premierecenter.com/images/procedures_Finallayout.png);
	width:123px;
	left:48px;
}

#menu #menuC { 
	background-image: url(http://www.premierecenter.com/images/beforeandafter_Finallayout.png);
	width:136px;
	left:146px;
	
 }
 
 #menu #menuD {
	background-image: url(http://www.premierecenter.com/images/cost_Finallayout.png);
	width:70px;
	left:262px;
	
 }
 
  #menu #menuE {
	background-image: url(http://www.premierecenter.com/images/faqs_Finallayout.png);
	width:63px;
	left:316px;
	
 }
 
 #menu #menuF {
	background-image: url(http://www.premierecenter.com/images/testimonials_Finallayout.png);
	width:120px;
	left:352px;
	
 }
 
 #menu #menuG {
	background-image: url(http://www.premierecenter.com/images/doctors_Finallayout.png);
	width:92px;
	left:450px;
	
 }
*/






.sidetext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
}
	
.footer a {
	color:#5F94BF;
	text-decoration:underline;
}

.bodytxt {
	font-family:Georgia, 'Times New Roman', Times, serif; 
	font-size:14px; 
	color:#333;
}

#contact{
	background: #0c1925 url(images/contact2-new.gif) no-repeat top left;
	height:41px;
	width:330px;
	text-indent:-999px;
	
}

#contactForm{
	width:330px;
	height:auto;
}

label{
	font: .90em Verdana, sans-serif;
	color:#FFF;
	float:left;
	height:30px;
	margin-top:3px;
	padding-left:20px;
	padding-top:11px;
	width:100px;
	display:block;
	
	
}


.div_texbox {
float:left;
height:35px;
margin-top:5px;
padding-bottom:3px;
padding-left:5px;
padding-top:5px;
width:100px;
}



.div_textarea{
	margin-top:20px;
	margin-left:20px;
}

.disclaimer{
	font: .55em Verdana, sans-serif;
	color:#CCC;
	width:310px;
	margin:0em auto;
	margin-bottom:5px;
	padding-top:5px;
	
	border-top: 1px dotted #999;
}

.disclaimer a{
	color:#CCC;
	text-decoration: underline;
}
.disclaimer a:hover{
color:#FFF;
}
.button_div{
	text-align: center;
		padding-top:20px;
}



#twitter{
	background: #1e3248 url(images/icons/twitter-26.png) no-repeat top left;
	display: block;
	width:26px;
	height:26px;
}

#facebook{
	background: #1e3248 url(images/icons/facebook-26.png) no-repeat top left;
	display: block;
	width:26px;
	height:26px;
}

#myspace{
	background: #1e3248 url(images/icons/myspace-26.png) no-repeat top left;
	display: block;
	width:26px;
	height:26px;
}					
#linked-in{
	background: #1e3248 url(images/icons/linked-in-26.png) no-repeat top left;
	display: block;
	width:26px;
	height:26px;
}					
		
		
#icons{
	float:right;
	width:200px;
	margin-top:10px;
}		



	#copyright{
		width:760px; 
		height:auto;
		float:left; 
		font-size:12px; 
		color:#CCC;
		padding-top:15px;

	}
	

	

#icons li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float:left;
	margin:5px ;
}
.clear{
	clear:both;
}

#footer{
	background:  url(images/charlotte_24.jpg) no-repeat top left;
	height:53px;
	position:relative;
}




/*FORM VALIDATION*/

/**********************************

Name: cmxform Styles

***********************************/


div.error { display: none; }
input {	font: .90em Verdana, sans-serif; height: 25px; border: 1px solid black; }
input.checkbox { border: none }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }

div.error{color:red;
	height:10px;
	width:150px;
	font: .60em  Verdana, sans-serif;
	}