/* Constants */

body {
	background: #2e2e2e;
	margin: 1px 0px 0px 0px;
	text-align:center;
	font-family:Helvetica, Arial, sans-serif;
	}


#wrapper {
	width:739px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

a:link img, a:visited img, a:hover img, a:active img{ border-style: none; }

/* Header */
#header { 
	background: #000;
}

#header ul li {
	display: inline;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#header a {
	text-decoration: none;
	font-weight: bold;
}

#header h1 { 
	background: url('wmac.png') no-repeat top left;
	height: 222px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	}

#header h1 a {
	display: block;
	width: 739px;
	height: 222px;
}

#header h1 a span { display: none; }
	
/* Top Nav Bar */	
#nav {
	width: 739px;
	height: 45px;
	background: #000;
	text-align: left;
	padding: 25px 0px 25px 0px;
}

#nav ul { list-style-type: none; }

#nav ul li { 
	margin: 20px 7px 0px 0px;
	}

#nav a { 
	color: #d28b19; 
	font-size: 15px;
	height:	60px;
	padding-top: 25px;
	padding-left: 15px;
	padding-bottom: 30px;
}

#nav a:hover { 
	color: #fff;
	background: url('linkbg.png') no-repeat top center;
}
/* Bottom Nav Bar */
#subnav {
    background: #2e2e2e;
}

#subnav ul {
    background: #000;
    margin: 0px auto;
    list-style-type: none;
}

#subnav ul li {
    background: #d28b19;
    color: #070000;
    margin: 0px 5px;
    padding: 1px 3px 1px 3px;
    display: inline;
    text-align: center;

}

#subnav a {
    color: #000000;
    font-size: 14px;
}

#subnav a:hover { color: #0000AA; }
/* Content Section */
#content {
	text-align: left;
	background: #1C1C1C;
	color: #DDD;
	margin: 0 0 0 auto;
	padding: 3px 5px 5px 3px;
	width: 739px;
	font-size: 13px;
}

#content .centerimage { margin: 0 auto; }
#content .rightimage { float: right; }
#content .leftimage { float: left; }
#content .justify { text-align: justify; }

#content a {	color: #FFF; }
#content a:hover { text-decoration:none; }

#content p { 
	text-align: justify;
	margin: 0px 7px 0px 0px;
	}

#content p.spacer { 
	line-height: 100px;
	text-align: center;
	}
	
#content h1, h2 { 
	text-align: center; 
	font-size: 120%;
	color: #C28B14
	}

#content h3, h4 {
	text-align: center;
	font-size: 100%;
	color: #FF9900;
	}
	
#content img { margin: 5px 5px 5px 5px; }

.introbox {
	border: 1px solid #FFF;
	width: 550px;
	padding: 5px;
	margin: 0 auto;
	margin-bottom: 15px;
}


/* footer */
#footer {
	background: #000;
	color: #990000;
	font-size: 11px;
	text-align: center;
}

/* Contact Us Formatting */
input{
	margin: 0 auto;
	width:219px;
	border:1px solid #444849;
	background-color:#0A0A0A;
	color:#898989;
}

textarea {
	margin: 0 auto;
	border: 1px solid #444849;
	background-color: #0a0a0a;
	color: #898989;
	}
	

/* Testimonial Approval */
.tname {
	background: #3a3a3a;
	margin: 0 auto;
	width: 400px;
	padding: 2px 2px 2px 2px;
	border-width: 2px 2px 2px 2px;
	border-color: #FFF;
	border-style: solid;
	text-align: left;
	font-weight: bold;
	}

.tmessage {
	background: #3a3a3a;
	width: 400px;
	margin: 0 auto;
	padding: 2px 2px 2px 2px;
	border-width: 2px 2px 2px 2px;
	border-color: #FFF;
	border-style: solid;
	font-style: italic;
	color: #FFF;
}
#testimonial { 
	margin: 0 auto;
	padding-left: 135px;
	} 
#testimonial input {
	width:219px;
	border:1px solid #444849;
	background-color:#0A0A0A;
	color:#898989;
	margin: 0 auto;
	}

#testimonial textarea {
	width:440px;
	height: 250px;
	border:1px solid #444849;
	background-color:#0A0A0A;
	color:#898989;
	margin: 0 auto;
	}
	
#testimonial form {
	margin: 0 auto;
	}
	
/* Google Map */

#map_canvas {
	width: 520px;
	height: 245px;
	padding: 3px 3px 9px 3px;
	margin: 0 auto;
	}
	
/* Address Bar Formatting */
#address {
	width: 180px;
	height: 257px;
	background: #d28b19;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	float: left;
	margin-left: 5px;
}
#address ul { padding: 2px 0px 3px 5px; }
#address ul li { list-style-type: none; }

/* Summer Camp Table */

.sc {
	border: 4px double #CCC;
	padding: 1px;
	margin-bottom: 13px;
}

.sc th {
	text-align: center;
	}

.sc td {
	border: 1px solid #CCC;
	padding: 0px 9px 0px 9px;
}	

/* Re-arranged inlines */
#content .txtcenter { padding: 5px 5px 5px 5px; }
#content .txtcenter p {	text-align: center; }

#container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#container { display: inline-block; }

/* Hides from IE-mac \*/
* html #container
{height: 1%;}

#container
{display: block;}
/* End hide from IE-mac */


div.col {
    float:left;
    width:349px;
	padding: 0px 0px 0px 10px;
}

li.header {
	font-weight: bold;
	list-style-type: none;
	}
	
	div.colimg {
    float:left;
    width:170px;
	padding: 0px 0px 0px 10px;
}

div.coltext {
	float: left;
	width: 550px;
	padding: 0px 0px 0px 5px;
	font-size: 10px;
	}

	
#imgbox {
	max-width: 500px;
	width: auto;
	height: auto;
	border-style: outset;
	border-color: #FFF;
	border-width: 3px;
	margin: 0 auto;
	}

.left {float: left;}
.right {float: right;}

.leftintro {
	float: left;
	padding: 7px;
}