@import url("cms/cmslayout.css");

body{
	background-color:#3e81c8;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0;
	margin:0;
}
body.nobg{
	background:#FFFFFF;
}

#container{}
#container-margin{
	width:920px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
#header{
	height:95px;
	width:920px;
	float:left;
}
#header-margin{
	padding-top:5px;
}
#nav{
	height:402px;
	position:relative;
	z-index:5;
}
#nav-margin{
}
#nav_images{
	height:402px;
	position:relative;
	z-index:-1;
	overflow:hidden;
}
#nav_counter{
	background-image:url(images/countdown_bg.png);
	background-repeat:no-repeat;
	width:366px;
	height:130px;
	position:absolute;
	right:0px;
	top:8px;
}
#nav_counter-margin{
}
#countdown_nav{	
	position:absolute;
	top:108px;
	right:7px;
}
#countdown_description{
	color:#fff;
	float:left;
	font-size:14px;
}
#nav_container{
	position:absolute;
	bottom:5px;
	width:920px;
}
#nav_container-margin{
	background-image:url(images/nav_bg.png);
	background-repeat:no-repeat;
	height:46px;
}
#nav_home{
	position:absolute;
	top:10px;
	left:15px;
}

#nav ul{
	margin:0;
	padding:0px 20px 0px 35px;
	list-style:none;
}
#nav li{
	display:block;
	float:left;
}
#nav li a{
	display:block;
	float:left;
	padding:16px 0px 3px 16px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#004990;
	font-weight:bold;
	text-decoration:none;
}
#nav li a:hover{
	color:#db0000;
	text-decoration:none;
}
#nav ul ul{
	padding:0;
	margin:0;
	margin-top:23px;
	margin-left:18px;
}
#nav ul ul li{
	background-color:#e9e9e9;
	margin:0;
	border:none;
}
#nav ul ul li.first{ /*for the top li in sub nav*/
	padding-top:5px;
}
#nav ul ul li a{
	padding:0;
	padding:0px 5px 5px 5px;
	font-size:12px;
	color:#6782B3;
	font-weight:bold;
	border:none;
}

#content_wrapper{
	background-color:#FFF;
	margin-bottom:10px;
	padding-top:16px;
}
#content{
	background-color:#FFF;
	width:625px;
	display:block;
	float:left;
	border-right:1px #CCC solid;
}
#content-margin{
	margin:0px 16px;
	padding-bottom:20px;
}
#sidebar{
	width:295px;
	background-color:#FFF;
	float:right;
	margin-left:-1px;
}
#sidebar-margin{
	border-left:1px #CCC solid;
	padding-right:10px;
	padding-bottom:15px;
}
#sidebar_footer{
	height:15px;
}
.schoolinfo h4{
	font-size:14px;
	margin-bottom:0px;
	padding-bottom:0px;
	margin-top:5px;
	text-transform:uppercase;
}
.schoolinfo p{
	margin-top:5px;
	margin-bottom:8px;
	font-size:11px;
}
.schoolinfo ul{
	padding-left:0px;
	margin-left:0px;
}
.schoolinfo li{
	font-size:11px;
	margin-left:3px;
	padding-left:0px;
	list-style-position:inside;
}
#footer_top{
	height:10px;
}
#footer{
	clear:both;
	float:left;
	width:920px;
	height:65px;
	background-image:url(images/footer_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	color:#000;
	font-size:10px;
}
#footer-margin{
	margin:0px 0px 0px 5px;
}
#clear{
	clear:both;
}

.herometre{
	margin-left:25px;
	margin-bottom:10px;
}
.herometre-margin{
	background-image:url(images/donationchart_bg.gif);
	width:250px;
	height:208px;
	position:relative;
}
.herometre_amount{
	background-image:url(images/donationprogress_bg.png);
	background-repeat:no-repeat;
	position:absolute;
	width:85px;
	height:41px;
	right:10px;
}
.herometre_gauge{
	width:29px;
	position:absolute;
	left:116px;
	bottom:30px;
	background-image:url(images/gauge_red.gif);
	background-repeat:no-repeat;
	background-position:bottom left;	
}
.herometre_amount p{
	padding-top:2px;
	padding-left:10px;
	color:#FFF;
	font-size:10px;
}

/* warning */
.warningbox {
	padding: 10px 20px 10px 20px;
	line-height: 16px;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
	border: 1px #CC0000 solid;
	background: #FFDDDD;
}
	
.warningbox ul {
	padding: 0px;
	margin: 0px;
}

.warningbox li {
	list-style-type:none;
}

input.small {
	width: 90px;
	}
	
input.medium {
	width: 180px;
	}
textarea.small{
	width:240px;
}

.label {
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	}

#content td{
	font-size:12px;
	margin: 0px;
}

#content td.label{
	font-size:12px;
	padding-right:15px;
	padding-top:3px;
}


#content td.data{
	padding-top:5px;
}



#content li{
	font-size:12px;
}

/* Form Tags */
	
form {
	margin: 0px;
	}
	
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align:middle;
	}
	
input.small {
	width: 100px;
	}
	
input.medium {
	width: 300px;
	}
	
input.large {
	width: 300px;
	}

input.button {
	font-weight:bold;
	}
	
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align:middle;
	}

select.small {
	width: 100px;
	}
	
select.medium {
	width: 300px;
	}
	
select.mediumlarge {
	width: 260px;
	}
	
select.large {
	width: 400px;
	}
	
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
textarea.small {
	width: 400px;
	height: 100px;
	}
	
textarea.medium {
	width: 400px;
	height: 200px;
	}
	
textarea.large {
	width: 400px;
	height: 400px;
	}

table.invoice td {
	padding:3px;
}

/*Blog*/

#latestcomments {
margin-bottom:15px;
}

#latestcomments img{
margin-bottom:5px;
}

#latestcomments ul {
padding: 0px;
margin: 0px;
}

#latestcomments li{
font-size:11px;
list-style-type: none;
padding: 0px 0px 5px 15px;
margin: 0px;
}

#latestcomments li.comment {
background: #FFFFFF url(images/comment_icon.gif) no-repeat 0px 2px;
}

#comment {
padding-left: 15px;
border-left: 1px dashed #AAAAAA;
}

#content .forum-date {
font-size:11px;
color:#0078a9;
margin-bottom:5px;
margin-top:2px;
float:right;
}
#content .forum-count {
text-align:right;
margin-bottom:5px;
margin-top:2px;
float:left;
}
#content .forum-head {
margin-top:10px;
margin-bottom:15px;
}
#content .forum-image {
margin-right:10px;
margin-bottom:15px;
float:left;
}
#content .forum-commenthead {
margin-top:10px;
margin-bottom:0px;
}
#content .forum-commentbody {
margin-top:0px;
margin-bottom:0px;
}

#recipe{
	width:553px;
	background-image:url(images/recipe_bg.gif);
	background-repeat:repeat-y;
	background-position:left;
}
#recipe-margin{
	background-image:url(images/recipe_top.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:35px 20px 5px 10px;
}
#recipe-bottom{
	height:17px;
	background-image:url(images/recipe_bottom.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#recipe h2{
	color:#fff;
	margin-top:3px;
	margin-bottom:3px;
	font-size:16px;
	font-weight:bold;
}
#recipe h5{
	color:#ed0002;
	font-weight:bold;
	font-size:12px;
	margin:15px 0px 3px 0px;
}
#recipe ul, #recipe ol{
	margin:0px;
	padding:0px;
}
#recipe li{
	list-style-position:inside;
	margin-left:0px;
	padding:1px 0px;
	font-size:11px;
}
#recipe ul li{
	margin-left:3px;
}
#recipe p{
	margin-top:3px;
	margin-bottom:8px;
	font-size:11px;
}
#recipe img{
	float:right;
	margin-left:15px;
	margin-bottom:5px;
	margin-top:-20px;
	border:2px solid #ffffff;
}


div.merchandise{
	width:275px;
	float:left;
}
div.merchandise-margin{
	margin-right:10px;
	margin-bottom:10px;
	padding:5px;
	border:1px solid #cccccc;
	background-color:#eeeeee;
}
div.merchandise-noborder-margin{
	margin-right:10px;
	margin-bottom:10px;
	padding:5px 5px 15px 5px;
}
div.price{
	padding-left:10px;
	padding-bottom:5px;
	font-size:18px;
}
div.heading {
	border-bottom:#000000 thin solid;
	clear:both;
	margin-top:30px;
	margin-bottom:15px;
	font-size:14px;
	font-weight:bold;
	color:#dd0000;
}
div.merchandise div.description {
	height:95px;
}	
div.merchandise div.description p{
	font-size:11px;
}
div.merchandise div.image{
	width:100px;
	height:150px;
	margin-right:10px;
	float:left;
}

/* Image Slideshow */
.slideshow {
	position:relative;
}

.slideshow .slideshowitem{
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

.slideshow .active {
    z-index:10;
    opacity:1.0;
}


.slideshow .last-active {
    z-index:9;
    opacity:1.0;
}

.edhpicname {
	text-transform:uppercase;
	color:#db0000;
	font-size:10px;
	font-weight:bold;
	margin-bottom:2px;
}
.edhpiccaption {
	
	font-size:10px;
	
}

a.redbutton{
	background-image:url(images/button_red_bg.gif);
	background-repeat:no-repeat;
	width:144px;
	height:42px;
	padding-right:6px;
	padding-top:13px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	font-size:12px;
	text-decoration:none;
	display:inline-block;
	margin:5px;
}

#article_image {
	float:left;
	padding-right:20px;
	padding-bottom:20px;
	}


#cmsadvert_homepage{
	width:300px;
	height:250px;
	overflow:hidden;
}
#cmsadvert_sidebar{
	width:250px;
	height:210px;
	overflow:hidden;
}