/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-color: #1d1c18;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
}



/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Cambria, Arial, Verdana, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
	}
/* Redefines the p tag */
p {
	font-size: 14px;
	line-height: 16px;
	color: #3b3b3b;
	margin: 0px;
	text-transform: none;
	padding: 0 20px 10px 30px;
}


ul {
	font-size: 12px;
	line-height: 16px;
	color: #3b3b3b;
	margin: 0 15px 0 35px;
	padding: 0;
	}

li {
	font-size: 12px;
	line-height: 16px;
	color: #3b3b3b;
	margin: 0 25px 0 10px;
	}
	
ul.left {
	float: left;
	margin: 0 0 0 5px;
	list-style-type: circle;
	width: 250px;
	}
	

ul.right{
	float: right;
	margin: 0 5px 0 0; 
	list-style-type: circle;
	width: 250px;
	}

h1 {
	font: normal 30px "Monotype Corsiva", "Century Gothic", Arial, Helvetica, sans-serif;
	color: #3b3b3b;
	padding: 5px 0 8px 0px;
	margin: 0 30px 0px 0;
	float: right;
	text-align: right;
	}
h2 {
	font: normal 20px "Monotype Corsiva", Arial, Helvetica, sans-serif;
	color: #3E3017;
	padding: 5px 0 8px 0px;
	margin: 0 0 0 15px;
}

h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #0f6e9c;
	padding: 0px;
	margin: 5px 0 5px 9px;
}



address {
	margin: 10px 0 0 20px;
	padding: 0;
	float: left;
	text-align: left;
	color: #737061;
	font: normal 10px Arial, Helvetica, sans-serif;
	clear: both;
	}

/* Creates the general link style for the site. This is not the main navigation.  */


a:link {
	text-decoration: none;
	color: #CC6600;
	}

a:hover {
	text-decoration: underline;
	color: #CC6600;
	}

a:visited {
	text-decoration: none;
	color: #CC6600;
	}




/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates the div container for the site. */
div#container {
	width: 797px;
	margin: 0px auto 0px auto;
	padding: 0;
	}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */

div#header {
	width: 797px;
	margin: 0px 0 0 0;
	padding: 0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height:	428px;
		}
			
/* Creates the div for the content wrappers */
		
div#main-content {
	width: 797px;
	margin: 0px;
	padding: 0px;
		}
							
					
/* Creates the div for the content */

div#content {
	float: left;
	margin: 0px 0 0 0px ;
	padding: 0 0 0 10px;
	width: 770px;
	}
	

	
/* Creates the div for the contact page */


div#content_contact {
	float: left;
	margin: 0px 0 0 0px ;
	padding: 0px;
	width: 797px;
	}
	
.point {
	margin: 0;
	padding: 0 0 0 10px;
	}
				
	
/* Creates the div for the gallery */


div#content_gallery {
	float: left;
	margin: 0px 0 0 0px ;
	padding: 0px;
	width: 797px;
	background-color: #211d1b;
	}	

	

/* Styles the footer div */
	
div, img { behavior: url(iepngfix.htc) }	
	
div#footer {
	margin: 0px 0 0 0;
	padding:10px 0 0 0;
	width: 780px;
	height: 92px;
	text-align: right;
	}	

div#footer p {
	text-align: right;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #737061;
	margin: 0px 0px 0 0;
	padding: 10px 0px 0 45px;
	}
	
div#footer a {
	text-align: right;
	font-size: 10px;
	color: #737061;
	text-decoration: none;
	font-weight: bold;
}

div#footer a:hover{
	text-decoration: underline;
}


/* Styles the image box div */
div#pic {
	float: left;
	text-align: center;
	width: 220px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0px 10px 8px 20px;
	padding: 0px 0 0 0px;
	}
	
/* Styles the map box div */

div#map {
	width:300px;
	padding: 0px 0px 0px 10px;
	margin: 10px 0 0 0;
	border: 1px solid #3c3c3c;
	}
	
div#map p{
	margin: 0 0 5px 0;
	padding: 0;
	}	

div#map2 {
	width:350px;
	padding: 10px 0px 0px 50px;
	margin: 0;
	}	


/*  =Main Navigation
---------------------------------------------*/
#mainnav {

width:192px;
margin: 0px 0 0 0;
padding: 240px 0 0 90px;
float:left;
}

ul#nav {
margin:0;
padding:0;
list-style-type:none;
}

ul#nav li {
float:left;
margin:0px;
padding: 0;
display:inline;
width: 180px;
height: 28px;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
	display: block;
	color: #1d1c18;
	text-decoration: none;
	width: 180px;
	height: 28px;
	font: normal 16px "Century Gothic", Arial, Helvetica, sans-serif;
	padding: 0 0 0 20px;
	margin: 0;
	text-align: left;
}

ul#nav li a:hover, ul#nav li a#current:link, ul#nav li a#current:visited {

	color: #1d1c18;
	background-image: url(images/nav_on.gif);
	background-position: center;
	background-repeat:no-repeat;
	padding: 0 0 0 20px;
	margin: 0;
	height: 28px;
	font: bold 17px "Century Gothic", Arial, Helvetica, sans-serif;
}




/* ----------------- SINGLE COLUMN FORM ------------------- */
div#form {
	float: right;
	width: 400px;
	text-align: left;
	margin: 0px 0 20px 0px;
	padding: 0;
	font-size: 12px;
}

form p {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.title {
	font-size: 12px;
	color: #3b3b3b;
	text-align: left;
	font-weight: bold;
	}
	
input {
	margin-bottom: 5px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
}

.submit {
	width: 100px;
	height: 30px;
	margin: 0 0 0 10px;
	}
.reset {
	width: 100px;
	height: 30px;
	margin: 0 0 0 110px;
	}

select {
	padding-left: 20px;
	margin-bottom: 0px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
}
textarea {
	margin-bottom: 5px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 0px;
	height: 80px;
}

.textfield2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 0;
}

label {
	padding: 5px 20px 0 0;
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b3b3b;
	clear: right;
}
div#ps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	padding: 10px 0 12px 15px;
	margin: 0px 0 0 0px;
	color: #3b3b3b;
}




		
/* ----------------- CUSTOM CLASSES ----------------- */

.bold {
	font-weight:bold;
	}
	
#clear {
		clear:both;
		height: 0px;}
			
	
.imgright {
	float: right;
	margin: 10px ;
	padding:0px; 
	border: none;
	clear: both;	
	}
	
.imgleft {
	float: left;
	margin: 10px ;
	padding:0px; 
	border: none;	
	}	
	
.print {
	margin: 120px 0px 0 200px ;
	padding:0px;
	float: left;
	border: none;	 
	}	
	
.flash {
	float: right;
	margin: 0;
	padding: 0;
	width: 473px;
	height: 403px;
	}
	
.creditcards {
	float: left;
	margin: 10px 0 0 200px;
	padding: 0;
	}		


div#contact {
float: left;
width: 360px;
margin: 10px 0 0 0;
padding: 0;
}


.gallery {
	float: left;
	margin: 0 0 10px 30px;
	padding: 0;
	height: 550px;
	width: 700px;
	}	
	
	
.map {
border: 1px solid #1d1c18;
}	
	
.members {
	margin: 0;
	padding: 0 10px 0 10px;
	border: none;
}

.member1 {
	margin: 0;
	padding: 0 10px 0 0px;
	border: none;
}
	
	
	
	
/* ----------------- ROUNDED CORNERS ----------------- */	

.xsnazzy p, .zsnazzy p{
margin:0; 
padding: 0px 20px 10px 25px; 
}

.xsnazzy_side p {
margin:0; 
padding: 0px 10px 10px 15px; 
}
.xsnazzy {
background: #f3efde; 
width:770px; 
float:none; 
margin:0 0px;
}

.xsnazzy_learning {
background: #f3efde; 
width:824px; 
float:none; 
margin:0 0px;
}

.xsnazzy_side {
background-color: #fff;
width:205px; 
float:none; 
margin:0 0px;
padding: 0;
}

.xtop {
display:block; 
font-size:1px;
margin: 5px 0 0 0;
}

.xbottom {
display:block; 
font-size:1px;
}
.xb1, .xb2, .xb3, .xb4 {
display:block; 
overflow:hidden;
}
.xb1, .xb2, .xb3 {
height:1px;
}
.xb2, .xb3, .xb4 {
background:#f3efde; 
border-left:1px solid #ccc7b0;
border-right:1px solid #ccc7b0;
}
.xb1 {
margin:0 5px; 
background:#ccc7b0;
}
.xb2 {
margin:0 3px;
border-width:0 2px;
}
.xb3 {
margin:0 2px;
}
.xb4 {
height:2px; 
margin:0 1px;
}

.xboxcontent {
display:block; 
border:1px solid #ccc7b0; 
border-width:0 1px; 
height:auto;
}

.xboxsidebar {
display:block; 
border:1px solid #666; 
border-width:0 1px; 
height:auto;

}

* html .xboxcontent {
height:1px;
}

* html .xboxsidebar {
height:1px;
}
.color_a {
background:#f3efde;
color:#fff;
}	