/* @override http://ssmsmontessori.net/clients/ssms/styles/screen.css */

/* @group general styles */
html {
	background:#151900 url(../images/body-bg.jpg) repeat-x;
}
body {
	background:url(../images/header-bg.png) repeat-x;
}
div#container {
	width: 780px;
	margin: 0 auto;

}
/* @end general styles */
/* @group header */
	div#header {
	height: 123px;
	width:780px;
}
h1 {
	width: 212px;
	height: 123px;
	margin: 0em;
	position: relative;
}
h1 span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/h1-bg.png) no-repeat;
}
#header h5 {
	margin: -86px 0 0 242px;
	font: bold italic 120% Georgia, serif;
	color: #f8f7f0;
}
/* @end header */
/* @group nav */
div#nav {
margin-top: 18px;
text-transform: lowercase;
font-size: 1.2em;
}
div#nav a {
	color:#f8f7f0;
	text-decoration: none;
}
div#nav a:hover {
	text-decoration: underline;
}
div#nav ul {
margin: 0em;
}
div#nav ul li {
	list-style: none;
	display: block;
	float:left;
	width:103px;
	height:42px;
	background: url(../images/nav-tab.png) no-repeat;
	text-align: center;
	padding: 6px 10px 0 0;
}
div#nav ul li#home {
	background: url(../images/nav-home-sub.png) no-repeat;
}
div#nav ul li#news {
	background: url(../images/nav-news.png) no-repeat;
	width:102px;
	padding-right: 0em;
}
div#nav ul li.current, div#nav ul li#home.current, div#nav ul li#news.current {
	background: url(../images/nav-home-current.png) no-repeat;
}
div#nav ul li.current a {
	color: #b5a74b;	
}
/* @end nav */
/* @group content */
	div#content {
	min-height: 460px;
	clear: left;
	width: 100%;
	background:#e8e7d4 url(../images/content-bg.png) repeat-x;
	padding-top: 38px;
	color: #222222;	
}
div#content h2 {
	margin: -18px 0 0;
	text-indent: -1000em;
	background: url(../images/h2-bg.png) no-repeat;
}
div#content div#main {
	float: left;
	background: url(../images/main-bg.jpg) no-repeat 10px 0;
	margin-bottom: 38px;
	width: 300px;
	padding:0 20px 0 122px;	
}
div#content div#main p {	
	font:80%/150% Verdana,Arial,sans-serif;
	color: #222222;
	margin: 0em;
	padding: 1em 0 .6em 0;	
}

/* @end content */
/* @group cal */
	div#cal {
	clear: left;
	position: relative;
	background: url(../images/cal-stripe.png) repeat-x;
	width: 759px;
	margin-left: 10px;
}
div#cal dl{
	margin:0 10px 0;
	padding: 3px 0 0 48px;
	background: url(../images/cal-bg.png) no-repeat 16px 7px;
	clear: left;
	height:38px;
	color: #333333;
}
div#cal dl dt {
	margin-right: 24px;
	width: 60px;
	float: left;
	padding-top: 7px;
	color: #993300;
	font-family: Georgia, Times, serif;
}
div#cal dl dt a {
	font-family: Georgia, Times, serif;
	color: #222;
	text-decoration: none;
}
div#cal dl dt a:hover {
	text-decoration: underline;
}
div#cal dl dd {
	float: left;
	width: 370px;
	margin-top: 3px;
	font:80%/120% Verdana, Arial, sans-serif;
}
div#cal dl dd p{
	margin-top: 3px;
	margin-bottom: 0px;
}
div#cal dl dd strong {
	font-weight: bold;
}
div#cal dl.odd {
	background-color: #dcdab3;
}
/* @end cal */
/* @group contact button */
	div#contact-info {
	position: absolute;
	right:48px;
	top:-20px;
	width: 178px;
	height: 178px;
	background: url(../images/contact-bg.png) no-repeat;
	text-align: center;
	font: bold 1em/1.3em Arial, Helvetica, sans-serif;
	color: #f0f0e2;
}
div#contact-info p{
	margin:2em 0 0;
}
div#contact-info address {
	font-size:80%;
	font-weight: normal;
	margin-bottom: 1em;
}
div#contact-info a {
	display: block;
	width: 100px;
	height: 24px;
	background: url(../images/contact-btn.png) no-repeat;
	padding-top: 5px;
	font: bold 85% Baskerville, Georgia, serif;
	margin-left: 36px;
	color: #bd3612;
	text-decoration: none;
}
div#contact-info a:hover {
		color: #ef3312;
		text-decoration: underline;
}
/* @end contact button */
/* @group footer */
	#content p#footer {
	clear: both;
	font-size: 70%;
	margin: 48px 0 0px 32px;
	color: #494949;
	padding-bottom: 1em;
}
#content p#footer a {
	color: #6f6940;	
	text-decoration: none;
}
#content p#footer a:hover {
	text-decoration: underline;
}
/* @end footer */
/* @group subpage styles */

#sub div#content {
	padding-top: 0;
}
#sub div#content div#main{
	float:left;
	width: 436px;
	padding: 0 16px 1em 32px;
	background-image: none;
}
#sub #content h2, #sub #content h3 {
	text-align:center;
	margin: 1em 0 .4em;
	text-indent: 0;
	background: url(../images/sub-h2.png) repeat-x 8px;	
	font: 1.4em Baskerville, Georgia, serif;
	color: #d25d1a;
}
#sub #content h4 {
	margin: 25px 0 0 0;
	padding: 0 0 2px 0;
	font-size: 1em;
	border-bottom: 1px solid #222;
}
#sub div#content h2 span, #sub div#content h3 span  {
	padding: 0 16px;
	background: url(../images/h2-span.jpg) no-repeat -50px;
}
#sub #content h3 {
	color: #bfad47;
	font-size: 1.1em;
	margin-top: 25px;
}
#sub div#content div#main p {
	font:80%/150% Verdana,Arial,sans-serif;
	color: #222222;
	margin: 0em;
}
#main ol li, #main ul li {
	font: 1em;
	font-family: Verdana, Arial, sans-serif;
}
#sub div#content div#main img {
	float: right;
	display: block;
	margin: 16px 0 12px 16px;
}
div#quick-links{
	padding-left: 50px;
	background: url(../images/quick-links-bg.png) no-repeat 7px 26px;
	float: left;
	width: 220px;
	min-height: 470px;
	text-align: center;
}
#sub div#contact-info {
	position: static;
	margin: 48px 0 24px 22px;
	padding-top: 2px;
}
#sub div#quick-links ul {
	margin-left: 0;
	list-style: none;
}
#sub div#quick-links ul li {
	padding-bottom: 0.2em;
	font-family: Verdana, Arial, sans-serif;	
}
#sub div#quick-links ul li a {
	color: #494949;
	text-decoration: none;
}
#sub div#quick-links ul li a:hover {
	text-decoration: underline;
}

/* @end subpage styles */

/* @group news */

.news-page-heading {
	font-size: 1em;
	margin: 12px 0 0 0;
	padding: 0;
}

.news-list {
	margin: 0 0 10px 0;
	padding: 0;
}
#main dl {
	font-size: 0.8em;
	line-height: 1.4em;
}
#main dl dt {
		font-family: Verdana, Arial, sans-serif;	
		margin-top: 10px;
}
#main dl dd {
		font-family: Verdana, Arial, sans-serif;	
		margin-left: 40px;
}



/* @end */

/* @group Form */

div.rowElem label {
  font: 0.80em Verdana, Arial, sans-serif ;
}

/* @end */
