/***************Site Wide**************/
html,
body {
margin:auto;
padding:0px;
font-family:Times, Serif;
font-size:62.5%;
}

a img{
border:0px;
}
a{
text-decoration:none;
}
.clear {
clear: both;
margin: -1px 0px 0px 0px;
height: 1px;
font-size: 1px;
line-height: 1px;
width: 100%;
}
.ahem {  /* Like display: none, but screenreader-friendly */
position: absolute;
overflow: hidden;
height: 0px;
width: 0px;
left: -1000px;
top: -1000px;
}
.fl{
float:left;
}
.fr{
float:right;
}

#icons{
	margin:auto;
	width:683px;
	height:112px;
	text-align:center;
}
/********Body********/
#wrapper{
	margin:auto;
	padding:0;
	background:url(../imgs/site-bg.jpg);
	width:1008px;
	height:808px;
	padding:5px;
}

/********HEADER********/
#header{
	margin:auto;
	width:683px;
	padding-top:3px;
	text-align:center;
}
#logo{
	background:url(../imgs/header.jpg) no-repeat;
	display:block;
	height:134px;
	width:683px;
}
#nav{
	margin:auto;
	padding:10px 0 0 0;
}
#nav li{
	display:inline;
	list-style:none;
	text-transform:uppercase;
	padding:0 15px 0 15px;
	letter-spacing:5px;
	font-size:10px;
}
#nav a{
	color:#888888;
}
#nav a:hover{
	color:#000;
}
/********FOOTER******/
#footer{
	margin:auto;
	width:683px;
	height:65px;
	background:url(../imgs/footer-bg.jpg) no-repeat top;
	text-align:center;
	text-transform:uppercase;
}
#footer p{
	margin:0;
	padding:40px 0 0 0;
	color:#888888;
	letter-spacing:5px;
	font-size:10px;
}

/**********SPLASH PAGE**********/
#splash{
	margin:auto;
	padding-top:247px;
	height:221px;
	width:558px;
	background:url(../imgs/splash-logo.jpg) no-repeat bottom;
}
#enter{
	margin:auto;
		width:85px;
}
#enter a{
	width:85px;
	height:29px;
	background:url(../imgs/enter.gif) 0 29px;
	display:block;
}
#enter a:hover{
	width:85px;
	height:29px;
	background:url(../imgs/enter.gif) 0 0;
}


/************Home Page********/
#classic{
	width:683px;
	text-align:center;
	margin:auto;
	padding-top:9px;
}

/********Contact**********/
#contact{
	background:url(../imgs/contact-us-summer.jpg);
	width:683px;
	text-align:center;
	/*height:454px;*/
	height:460px;
	margin:auto;
	padding-top:9px;
	position:relative;
}
#contact a{
	display:block;
}
#mail{
	width:192px;
	height:17px;
	position:absolute;
	left:252px;
	top:260px;
}
#maps{
	width:232px;
	height:17px;
	position:absolute;
	left:233px;
	top:315px;

}

/*********Philosophy*************/
#philosophy{
	margin:auto;
	padding-top:9px;
	width:683px;
	height:460px;
	text-align:center;
}
#philosophy h2{
	font-size:14px;
	font-weight:normal;
	color:#555;
	letter-spacing:3px;
	width:430px;
	line-height:18px;
	margin:auto;
	padding:20px 0 20px 0;
}
#philosophy p{
	font-size: 12px;
	color:#555;
	letter-spacing:2px;
	line-height:14px;
	margin:auto;
	width:430px;
	padding:0 0 10px 0;
}

#standards{
	width:753px;
	height:578px;
	margin:auto;
}