body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, dd, img, form, fieldset, blockquote {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.clear:after {
	content: ""; display: block; clear: both;
}


body {

	margin:25px 0px 25px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color: #293938;
	color: #293938;
}


#container {

	width:840px;
	margin: 0 auto;
}

#header {
	height:188px;
	background: #eed7c0;
}



#logo h1 a {
/*	display: block; */
	width: 205px;
	height: 188px;
	float: left;
	background: url(images/common/header-left-h1.png);
	background-repeat:no-repeat;
	text-indent: -9999px;

}

#logo h2 a {
/*	display: block; */
	width: 211px;
	height: 188px;
	float: left;
	background: url(images/common/header-left-h2.png);
	background-repeat:no-repeat;
	text-indent: -9999px;
}

#nav {
	width: 424px;
	height: 188px;
	float: right;
	background: url(images/common/header-right.png);
	background-repeat:no-repeat;


}

.current {
	font-weight: bold;	
}

#menu, #menu ul { /* all lists */
		padding: 15px 30px 0px 0px;
		margin: 0;
		list-style: none;
		float : left;
	/*	width : 360px; */
		
}
	
#menu li { /* all list items */
		position : relative;
		float: right;
		margin-bottom : -1px;
	/*	width: 360px; */ 
		padding: 3px 6px;
}
	
#menu li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 40px;
		margin-top : -1px;
		padding: 0px;
		text-align: left;
		width: 200px;
}

#menu li ul li { /*second-level list items */
	padding: 0px;

}

	
#menu li ul ul { /* third-and-above-level lists */
		left: -999em;
}
	
#menu li a {
		font-size: 28px;
	/*	width: 360px; 
		w\idth : 359px; */
		display : block;
		color : #293938;
		text-decoration : none;
		padding : 0 0.5em;
	/*	border : 1px solid #293938; */ /* for testing */ 
}

#menu li ul li a {
	font-size: 14px;
	background-color: #eed7c0;
	border : 1px solid #293938;
	width: 200px;
	text-align: right;

}
	
#menu li:hover {
	position: static;	
}

#menu a:hover {
		color : #293938;
		background-color: #a2c2b3; 
}

#menu li ul li a:hover {
		color : #293938;
		background-color: #a2c2b3; 
}
	
	
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
		left: -999em;
	}
	
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}


#fadebar {
	display: block;
	width: 840px;
	height: 30px;
	background: url(images/common/fadebar.png);
	background-repeat:no-repeat;

}


#content {

	background: #ffffff url(images/common/content-bg.png);
	background-repeat: repeat-y;
	padding: 0px 60px;
}

#content p {
	padding-bottom: 20px;
}

#content img {
	border: 5px solid #293938;
}

#content img.right {
	float: right;
	clear: right;
	margin: 0px 0px 0px 15px;
}

#content img.left {
	float: left;
	clear: left;
	margin: 0px 15px 0px 0px;
}


#content a {
	color : #293938;
	text-decoration : underline;
	font-size: 14px;
}

#content a:hover {
	color : #293938;
	background-color: #a2c2b3; 
}


#content h4 {
	font-size: 22px;
	margin-left: 3px;
}


#content .testimonial {
	padding: 20px 0px;
/*	clear:both; */
}

#content .testimonial p {
	display:block;
}

#content .attr {
	font-weight: bold;
	font-style: italic;
}

#content .contactbox {
	border: 4px solid #293938;
	padding: 10px;
	width: 240px;
	
}

#content .gradesbox {
	border: 2px solid #293938;
	background: #eed7c0;
	width: 200px;
	padding: 2px;
	font-size: 16px;
	float:right;
	
}



#contentheader {
	border-bottom: 2px solid #293938;
	margin-bottom: 30px;
	display:block;

}

#contentheader a {
	text-decoration : none;
}

#contentheader h3 {
	font-size: 30px;
	display: inline;

}

#contentheader ul {
	list-style: none;
	display: inline;
	padding-left: 20px;
	font-size: 14px;
}


#contentheader ul li {
	display: inline;
	padding: 0px 5px;
}

#contentheader .servinggrades {
	padding-left:160px;
	font-size: 14px;
	display: inline;
}

#applywhere {
	background-color: #eed7c0;
	width: 270px;
	float: right;
	text-align: center;
	padding: 5px;
	margin: 15px 0px 15px 15px;
}

#applywhere ul {
	list-style: none;
	padding: 10px 0px;
}

#applywhere ul li {
	font-weight: bold;
	
}

#applywhere ul li ul li {
	font-weight: normal;
	padding-bottom: 0px;
}


#footer {
	display: block;
	width: 840px;
	height: 74px;
	background: url(images/common/footer.png);
	background-repeat:no-repeat;
	padding-top: 35px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}
