/* Start of CMSMS style sheet 'Primary' */
@charset "UTF-8";
/* CSS Document */

img, div, input { behavior: url("iepngfix.htc") }

body {
	margin:0;
	background:url(uploads/siteGraphics/body.gif) center;
}
#wrapper {
	background:#103963;
	width:818px;
	margin:0 auto;
	padding:0 0 1px;
}
#header {
	background:url(uploads/siteGraphics/header-bg.jpg) no-repeat bottom;
	height:277px;
	padding:0;
	width:818px;
	margin:0 auto;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: normal;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	padding: 10px 0 3px 0;
	margin: 0 0 5px 0;
}

#content h1 {
	color: #25386c;
	font-size: 1.8em;
}

#content h2 {
	color: #25386c;
	font-size: 1.3em;
	letter-spacing: 1px;
	border-bottom: 1px solid #ccc;
}

#content h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 1px solid #ccc;	
}

#content h4 {
	font-size: 1em;
}

#content h5 {
	background-color: #25386c;
	color: #eaeaea;
	padding: 5px !important;
}

#content h6 {
	background-color: #cccc99;
	color: #25386c;
	padding: 5px !important;
}

#logo {
	background:url(uploads/siteGraphics/logo-top.png)top center no-repeat;
}
#header-text {
	background:url(uploads/siteGraphics/school-text.png) no-repeat bottom left;
	height:63px;
	font:normal 14px/20px Georgia, "Times New Roman", Times, serif;
	color:#25386c;
	text-align:right;
	margin-bottom:10px;
	padding-top:50px;
}
#section-top {
	background: url(uploads/siteGraphics/section-tile01.gif) repeat-y center;
	height:12px;
	clear:both;
}
#content-wrapper {
	background:#FFFFFF url(uploads/siteGraphics/content-tile01.png) repeat-y left;
	margin:1px;
}
#col-left {
	background:url(uploads/siteGraphics/left-col.gif) no-repeat top right;
	width:217px;
	float:left;
}
#col-left .navigation {
	padding:20px 25px;
}
#col-left .navigation a {
	background:url(uploads/siteGraphics/nav-link.png) no-repeat bottom right;
	display:block;
	font:small-caps 14px Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:#dac793 1px solid;
	padding:5px 0 2px;
}
#col-left .navigation a:hover {
	background:url(uploads/siteGraphics/nav-link-hover.png) no-repeat bottom right;
}
#col-left .navigation .sub-navigation {
	padding:8px 0 10px;
}
#col-left .navigation .sub-navigation a {
	background:url(uploads/siteGraphics/subnav-link.png) no-repeat;
	font:normal 12px Georgia, "Times New Roman", Times, serif;
	border:none;
	padding:0 0 5px 31px;
}
#col-left .navigation .sub-navigation a:hover {
	background:url(uploads/siteGraphics/subnav-link-hover.png) no-repeat;
}

#nav-mask {
	background: transparent url(uploads/siteGraphics/nav-mask.png) repeat-x top;
	clear: both;
	width: 100%;
	height: 50px;
}

h1.page-title {
	font:small-caps bold 24px Georgia, "Times New Roman", Times, serif !important;
	color:#25386c;
	text-align:right;
	border-bottom:#25386c 1px solid;
	margin-bottom:20px;
	letter-spacing: 1px;
}
#content {
	width:537px;
	float:right;
	padding:30px;
	font:normal 12px/25px Georgia, "Times New Roman", Times, serif;
	color:#56689b;
}
#content p {
	padding:0 0 10px 0;
	margin:0;
}
#section-bottom {
	background: url(uploads/siteGraphics/section-tile01.gif) repeat-y center;
	height:37px;
	clear:both;
	border-top:#103963 1px solid;
}
#footer {
	text-align:center;
	font:normal 12px/25px Georgia, "Times New Roman", Times, serif;
	color:#56689b;
}
#footer .navigation {
	text-align:center;
	padding:10px 0 5px;
}
#footer .navigation a {
	font:normal 11px Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	text-align:center;
	color:#25386c;
	text-transform:uppercase;
}
#footer .navigation a:hover {
	color:#9b9059;
}
#footer .navigation span {
	padding:0 4px 0 6px;
	color:#25386c;
	font:normal 11px Georgia, "Times New Roman", Times, serif;
}
#host {
	font:normal 9px Georgia, "Times New Roman", Times, serif;
	padding:5px 0 10px;
}
#host a {
	color:#1d2c55;
}
p {
	margin: 0;
	padding: 0;
}
a {
	color:#9b9059;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* misc classes
---------------------------*/
.red {
	color: red;
	padding: 10px 0 0 0;
	margin: 0;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	text-transform: uppercase;
}

.caps {
	text-transform: uppercase;
}

blockquote {
	background-color: #eaeaea;
	padding: 10px;
	margin: 10px 50px 10px 50px;
	font-style: italic;
	border: 1px dashed #ccc;
}

#content ul {
	list-style: disc;
	padding: 5px 0 5px 40px;
	margin: 0;
}

#content ul li {
	padding: 0;
	margin: 0;
}

#content ol {
	list-style: lower-alpha;
	padding: 10px 0 10px 40px;
	margin: 0;
}

#content ol li {
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.hr {
	background: transparent url(uploads/siteGraphics/hrbg.gif) repeat-x center;
	height: 40px;
	clear: both;
	padding: 0;
	margin: 0;
}

.noborder {
	border: 0 !important;
}

.center {
	text-align: center;
}

/* picture related */
#content img {
	border: 4px solid #eaeaea;
}

.iright, .ileft {

}

.iright {
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
}

.ileft {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

/* calendar module
---------------------------*/
#cal-calendar {
	width: 100%;
}

#cal-calendar * {
	line-height: normal;
}

#cal-calendar th {
	background: #cccc99 /*url(uploads/siteGraphics/cal-th-bg.gif) repeat-x top*/;
	color: #25386c;
	width: 75px;
	padding: 5px;
	text-align: center;
	border: 2px solid #fff;	
}

#cal-calendar td {
	background-color: #eaeaea;
	width: 75px;
	height: 75px;
	padding: 5px;
	font-weight: bold;
	border: 2px solid #fff;
}

#cal-calendar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#cal-calendar ul li {
	
}

#cal-calendar ul li a {
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	display: block;
	border-bottom: 1px solid #eaeaea;
	padding: 2px 0 2px 0;
	text-decoration: none;
	font-weight: normal;
	font-size: 90%;
}

#cal-calendar ul li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

.calendar-month {
	font-size: 1.5em;
	font-weight: bold;
	padding: 0 0 10px 0;
}

.calendar-today {
	background: #fff url(uploads/siteGraphics/cal-today-bg.gif) no-repeat top right !important;
}

/* forms
---------------------------*/
form {

}

textarea {
	overflow: auto;
}

label {
	clear: both;
	display: block;
	padding: 10px 0 0 0;
	font-weight: bold;
}

input {

}

option {

}

.error-message {

}

.required {

}

.contact-form div input, textarea {
	background-color: #eaeaea;
	border: 1px solid #ccc;
	width: 90%;
	padding: 3px;
}

/* news module
---------------------------*/
/* standard news template */
.news-wrap {
	padding: 0 0 10px 0;
}

.news-wrap * {
	
}

.news-wrap blockquote p {
	padding: 0;
	line-height: normal;
}

.news-content {
	padding: 0 0 5px 0;
}

.news-attr {
	padding: 0 !important;
	margin: 0 !important;
	display: block;
	clear: both;
	overflow: auto;
}

.news-attr li {
	background-repeat: no-repeat;
	background-position: left center;
	list-style: none;
	float: left;
	padding: 0 10px 0 20px !important;
}

li#news-date { background-image: url(uploads/siteGraphics/ico/date.gif); }
li#news-cat { background-image: url(uploads/siteGraphics/ico/category.gif); }
li#news-author { background-image: url(uploads/siteGraphics/ico/author.gif); }
li#news-return { background-image: url(uploads/siteGraphics/ico/return.gif); }
li#news-print { background-image: url(uploads/siteGraphics/ico/print.gif); }
li#news-extra { background-image: url(uploads/siteGraphics/ico/extra.gif); }
li#news-more { background-image: url(uploads/siteGraphics/ico/more.gif); }

.news-extra {

}

.news-footer {
	clear: both;
	display: block;
	text-align: right;
	border-top: 1px solid #ccc;
	padding: 3px 0 0 0;
	margin: 0;
}

.news-pagination {
	text-align: center;
}

/* emergency news template */
.emg-summary {
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	background-color: #cc3333;
	border: 3px solid #ff9999;
	padding: 10px;
	margin: 0 0 10px 0;
	color: #fff;
	font-weight: bold;
}

.emg-summary-content {
	padding: 0 0 10px 0;
}

.emg-summary a {
	color: #ffff99;
	letter-spacing: normal;
}

.emg-summary a:hover {
	color: #fff;
}

.emg-summary * {
	line-height: normal !important;
}

.emg-summary p {
	padding: 0 !important;
}

.emg-summary h2 {
	color: #fff !important;
	border: 0 !important;
	padding: 0 0 2px 0 !important;
	text-transform: uppercase;
}

.emg-summary ul {
	display: block;
	clear: both;
	overflow: auto;
	padding: 5px 0 0 0 !important;
	margin: 0;
	border-top: 2px solid #ff9999;
}

.emg-summary ul li {
	list-style: none;
	float: left;
	padding: 0 10px 0 0 !important;
	margin: 0;
}

.emg-summary ul li a {
	text-decoration: underline;
}
/* End of 'Primary' */

