@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 120%;
	background: #006C6C;
	margin: 0;
	padding: 0;
	text-align: center;	
}
#container { 			/*main cream page container*/
	position: relative;
	width: 778px; 
	background: #F1F1E4;
	margin: 15px auto;
	border: 1px solid #999;
	text-align: left; 
} 

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 25px;	/*sets indent of bullet lists*/
	}

li {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	}


#mainContent li {
	background:url(../../images/purple_box.jpg) 0px 10px no-repeat; /*pixels controls  position of bullet image*/
	padding-left: 15px; /*spacing between bullet image and text*/
  } 

#header { 
	background: #F1F1E4; 
	padding: 0px 0 0 0px;
} 
#header h1 {			/*logo & contact info*/
	margin: 0; 
	padding: 0 0 0 0px; 
}
#menu {
	margin: 0px 0 0 -1px; 
	padding: 0 0 0 0px;
	width: 780px;
	height:29px;
	border: 0px solid #000; 
}
.dividerLine {
	display:block;
	width: 100%;
	height:3px;
	background-color:#7c7c7c;
	margin: 5px 0 0 0;
}
#photoBlock {
	position: absolute;
	top: 118px;
	left: 0px;
	display: block;
	float:left;
	margin:1px 0 0px 0px;
	padding:0;
	border: 0px solid #7c7c7c;
}	

/* ------------Set columns for twoColumnLeft template-----------*/
/*.twoColumnLeft #leftColumn {
	float: left;
	width: 200px;
	background: #F1F1E4;
	margin: 15px 0px 0 40px;
	padding: 0px 0px 15px 10px;
	border: 0px solid #BE8F61;
}
.twoColumnLeft #mainContent { 
	margin: 15px 40px 0 250px;
	padding: 0 20px;
	border-left: 1px solid #7c7c7c;
}*/ 
/* ------------Set columns for twoColumnRight template-----------*/
.twoColumnRight #rightColumn {
	float: right;
	width: 230px;
	background: #F1F1E4;
	margin: 0 15px 0 0;
	padding: 0px 0px 15px 12px;
	border: 0px solid #BE8F61;
}




.twoColumnRight #mainContent { 
	width: 471px;
	margin: 120px 0 0 0px;
	padding: 0 22px;
	border-right: 1px solid #7c7c7c;
}




.twoColumnRight #rightColumn p {
	font-size:11px;
	line-height:125%;

}


/* ------------Set column for twoColumnWide template-----------*/
/*.twoColumnWide #mainContent { 
	width: 715px;
	margin: 0 0px 20px 22px;
	padding: 0 22px;
	border: 0px solid #000;
}*/

/* ------------footer-----------*/
#footer { 
	padding: 0;
	background:#F9F9F1; 
}
/*#footerbar {
	display:block;
	width: 100%;
	height:1px;
	background-color:#999;
	margin: 0px 0 0 0;
}*/ 
#footer p {
	margin: 0;
	padding: 10px 0 15px 0;
	text-align:center;
	border-top:1px solid #7c7c7c;
}


/* --------------left and right floats - used to align items ---------- */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*-----------------fonts-----------------------*/

h1 {
	font-size:16px;
	margin: 0px 0 0 0;
	padding: 15px 0 0 0;
}


h2 {
	font-size:14px;
	margin: 10px 0 0 0;
}
h3 {
	font-size:12px;
}
p {
	font-size:12px;
	margin: 5px 0 0 0;
}


/*----------------links-----------------------*/
a:link, a:visited {
	color:#663333;
}
a:hover, a:active {
	color:#666600;
}





	