/*-----------------------------
CSS FOR: WEBSITE NAME
AUTHOR: JOHN RAINSFORD / Pixelcode.ie
DATE: 00-00-2009
-----------------------------*/

/* ERIC MEYER's RESET STYLES - meyerweb.com */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body{
	margin:0;
	padding:0;
	font-size: 62.5%;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	text-align: center;
	background: #be0000;
}

/* ----------------------------------------------- MAIN STYLES --------------------------------------------*/
a:link{
	color: #be0000;
	text-decoration: none;
	border-bottom: 1px dotted #be0000;
}

a:visited{
	color: #be0000;
	text-decoration: none;
	border-bottom: 1px dotted #be0000;
}

a:hover{
	color: #ff6f00;
	text-decoration: none;
	border-bottom: 1px solid #ff6f00;
}

h1{
	color: #af0706;
	font-weight: normal;
	font-size: 20px;
	padding: 0 0 10px 0;
}

h2{
	color: #af0706;
	font-weight: normal;
	font-size: 20px;
	margin: 0 0 10px 0;
}

h3{
	color: #af0706;
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 10px 0;
	
}

h4{
	color: #af0706;
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 10px 0;
}

h5{
	color: #af0706;
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 10px 0;
}

h6{
	color: #af0706;
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 10px 0;
}

div#content ul{
	list-style: square;
	font-size: 14px;
	margin: 0 0 5px 30px;
}

div#content ul li{
	padding: 0 0 5px 5px;
}

/* --------------------------------------------- SECTION STYLES -------------------------------------------- */
div#wrapper{
	width: 958px;
	min-height: 500px;
	margin: 40px auto;
	padding:0 0 5px 0;
	text-align: left;
	position: relative;
	background: #fff url(../img/wrapper_bg_sample.jpg) top left no-repeat;
	border: 1px solid #ff6f00;
}

div#masthead{
	width: 200px;
	height: 180px;
	margin: -1px 0 0 25px;
	padding:0;
	clear: both;
	background: url(../img/masthead_bg.png) top left no-repeat !important;
	background: url(../img/masthead_bg.gif) top left no-repeat;
	
}

div#nav{
	margin: 40px 0 0 25px;
	float: left;
	width: 200px;
	height: 400px;
	background: url(../img/nav_bg.gif) top center no-repeat;
}

div#content{
	margin: 40px 25px 0 0;
	float: right;
	width: 680px;
	padding: 0 0 25px 0;
}

div#footer{
	clear: both;
	width: 690px;
	height: 25px;
	padding: 10px 0 10px 0;
	margin: 0 0 0 240px;
	font-family: "Lucida Grande", "Lucida Sans", "Verdana", sans-serif;
	border-top: 1px solid #ffbf7f;
	text-align: right;
	
}

div#main_areas{
	width: 690px;
	height: 280px;
	margin: 10px 0 0 -10px;
	border: 1px solid #ffbf7f;
	background: #fefef2;
	padding: 10px 0;
}

div#menu_content{
	float: left;
	width: 460px;
}

div#menu_list{
	float: right;
	width: 200px;
	text-align: center;
	padding: 30px 0 0 0;
}

div#subpage{
	width: 450px;
	min-height: 450px;
	float: left;
	background: url(../img/sub_page_bg.gif) top center no-repeat;
}

div#sub_sidebar{
	float: right;
	width: 200px;
	text-align: left;
	padding: 30px 0 0 0;
}

div#hp_notice{
	width: 690px;
	margin: 10px 0 0 -10px;
	border: 1px solid #ffbf7f;
	background: #fefef2;
	padding: 10px 0;
	height: 100px;
}
/* -------------------------------------------- SPECIFIC SECTION STYLES -------------------------------- */
div#masthead h1 a{
	display: block;
	width: 180px;
	height: 160px;
	text-indent: -9999px;
	background: url(../img/masthead_logo.gif) top left no-repeat;
	margin: 0 auto;
	border-bottom: none;
}

div#nav ul{
	border-top: 1px dotted #ff6f00;
	margin: 40px auto;
	width: 160px;
}
div#nav ul li a{
	display: block;
	width: 160px;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	color: #fefef2;
	border-bottom: 1px dotted #ff6f00;
}
div#nav ul li a:visited{
	color: #fefef2;
	border-bottom: 1px dotted #ff6f00;
}
div#nav ul li a:hover{
	color: #fefef2;
	background: url(../img/nav_hover.gif) top center no-repeat;
	border-bottom: 1px dotted #ff6f00;
}

div#nav ul li a.here{
	color: #fefef2;
	background: url(../img/nav_hover.gif) top center no-repeat;
	border-bottom: 1px dotted #ff6f00;
}

div#content div#main_areas p{
	padding: 0 0 10px 10px;
}

div#hp_notice p{
	font-size: 16px;
	line-height: 100%;
}

div#hp_notice img{
	margin: 0 10px;
	float: left;
}
div#main_areas a{
	border-bottom: none;
	color: #be0000;
}

div#main_areas ul{
	margin:0;
	padding:0;
	list-style:none;
}
div#main_areas ul li{
	display: block;
	width: 210px;
	height: 210px;
	float: left;
	margin: 0 0 0 15px;
	padding:0;
	text-align: center;
	font-size: 14px;
}

div#main_areas li img{
	width: 210px;
	height: 210px;
	clear: both;
	border: 1px solid #be0000;
}

div#main_areas span.area_header{
	display: block;
	clear: both;
	
}
div#footer p{
	padding: 5px 0 0 0;
	font-size: 10px;
	color: #ff6f00;
}

div#footer ul#footer_list{
	padding: 0;
}
div#footer ul#footer_list li{
	display: inline;
	padding: 0 0 0 10px;
}

div#footer a{
	color: #ff6f00;
	border-bottom: 1px dotted #ff6f00;
}

div#footer a:visited{
	color: #ff6f00;
	border-bottom: 1px dotted #ff6f00;
}

div#footer a:hover{
	color: #af0706;
	border-bottom: 1px solid #af0706;
}

div#menu_list h3{
	text-align: center;
	font-size: 18px;
	color: #af0706;
	font-weight: normal;
	padding: 0 20px 10px 20px;
}

div#menu_list h4{
	text-align: center;
	font-size: 14px;
	color: #af0706;
	font-weight: normal;
	padding: 0 20px 10px 20px;
}

div#menu_list ul{
	list-style:none;
	font-size: 13px;
	margin: 0 0 10px 0;
}

div#menu_list ul li{
	margin: 0 0 5px 0;
	padding: 0 10px;
	
}

div#menu_style{
	text-align: center;
	font-style: italic;
	border: 1px solid #ffbf7f;
	background: #fefef2;
	padding: 10px;
}

div#content div#menu_style p{
	font-size: 15px;
}

div#sub_sidebar p{
	font-size: 12px;
}

div#contactform p.contactmessage{
	color: #bf0000;
	font-weight: bold;
}

input.contact-single{
	width: 400px;
	background: none;
	border: 1px solid #666;
}

textarea.contact-text{
	width: 400px;
	height: 100px;
	background: none;
	border: 1px solid #666;
	
}

div#contactform span.highlight{
	background: none;
	color: #bf0000;
}

ul#sitemap ul{
	margin: 10px 0 0 30px;
	list-style: none;
	border-left: 2px solid #bf0000;
}

div#menu_list a.school_badges{
	display: block;
	width: 200px;
	margin: 0 0 10px 15px;
	border: 1px solid #fff;
}
div#menu_list a.school_badges:visited{
	border: 1px solid #fff;
}
div#menu_list a.school_badges:hover{
	border: 1px dotted #ffbf7f;
}

div#content ul#photo-list{
	list-style: none;
	margin:0;
	padding:0;
}

div#content ul#photo-list li{
	float: left;
	height: 130px;
}

div#content ul#photo-list li span.title{
	display: block;
	width: 100px;
	line-height: 15px;
	font-size: 10px;
	text-align: center;
}
div#content ul#photo-list li a, div#content ul#photo-list li a:visited, div#content ul#photo-list li a:hover{
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-bottom: none;
}
/* -------------------------------------------- OVERRIDING STYLES -------------------------------- */
div#content p{
	font-size: 14px;
	line-height: 1.5em;
	padding: 0 0 5px 10px;
}
.bold{font-weight: bold;}
.italic{font-style: italic;}
.underline{text-decoration: underline;}
.strikethrough{text-decoration: line-through;}
.highlight{background: #ddd;}

p.bold{font-weight: bold;}
p.italic{font-style: italic;}

strong{
	font-weight: bold;
}

img.image_left{
	float: left;
	margin: 10px 10px 10px 0;
}

img.image_right{
	float: right;
	margin: 10px 0 10px 10px;
}

div#lightbox a{
	border-bottom: none;
}

div#lightbox{
	color: #111;
}