/* CSS Document */

/*"""""""" Preinitialization (to avoid browser unexpected spacing) """"""""*/
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr{
  margin:0px;
  padding:0px;
  border:0px;
  border-collapse:separate;
  border-spacing:0px;
}

body {
	background-color: #844649;
}

/*"""""""" Logo """"""""*/
div.header {
	position:absolute; left:100px; right:5px;
}

/*"""""""" Header/Title for each page """"""""*/
div.header_top_left {
	position:absolute; top:200px; left:125px;
	text-transform: uppercase;
	font: normal 32px Georgia, Verdana, Arial;
	color: #FFFF99;
	background-color: #844649;
	letter-spacing: 2px;
}

/*"""""""" Images on the main page """"""""*/
div.image {
	/*position:absolute; left:655px; top:270px; z-index:2;*/
	float: right;
	clear: right; 
	padding : 5px;
	/* margin: top, right, bottom, left */ 
	margin : 10px 0px 10px 20px;
	background: #844649;
}

/*"""""""" Main Content Text for the site""""""""*/    
.main_text{
	position:absolute; top:250px; left:100px;
	width:805px;
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-left:0px;
	margin-right:0px;
	border: 0px;
	text-align:left;
	padding:15px 40px 30px 25px;
	max-width:750px;
	background-color: #925A5D;

	/* hack to make IE(6) emulate the behavior of max-width,
	that Internet Explorer for Windows is not directly capable of.*/
	width:expression(document.body.clientWidth > 750? "750px": "auto" );
}

	.main_text p {
  		color: #FFFFFF;
		padding:10px 0px 10px 0px;
		max-width:750px;
  		text-transform: none;
	}

	.main_text h1,h2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		padding:15px 0px 5px 0px;
	}
	
	.main_text h1 {
		font-size: 14px;
		color: #FFFF99;
	}
	
	.main_text h2 {
		font-size: 12px;
		color: #BEE2FF;
		font-style: italic;
	}
	
	/*"""""""" Used for bulleted list """"""""*/  
	.main_text .list {
		font: normal 14px "Times New Roman", Times, serif;
		padding:5px 10px 5px 30px;
	}
	
	/*"""""""" Used for names of the staff members""""""""*/  
	.main_text .names {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #FFFF99;
		font-weight: bold;
		letter-spacing: 2px;
	}
	
	/*"""""""" Used for directions""""""""*/  
	.main_text .directions {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: italic;
		font-weight: bold;
		padding:10px 0px 10px 0px;
	}
	
	/*"""""""" Used for contact info""""""""*/  
	.main_text .contact {
		text-align: center;
	}
	
	/*"""""""" Headers for the contact info""""""""*/  
	.main_text .contact .heading {
		font-weight: bold;
		padding: 10px 0px 0px 0px;
	}

	
.main_text a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF99;
	font-style: italic;
}
.main_text a:visited {
	color: #BEE8FF;
	text-decoration: none;
}
.main_text a:hover {
	color: #FFFFFF;
}
.main_text a:active {
	text-decoration: none;
}

div.copyright{
  /* margin: top, right, bottom, left */ 
  margin : 50px 0px 0px 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF
}

