/* @override http://nativityofourlord.net/css/sitewide.css */

@charset "UTF-8";
/* CSS Document */

/* ##################################################
#	GENERAL
###################################################*/
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,
b, u, i, center,
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-size: 100%;
	background: transparent;
}
body {
	font-size: 10px;
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
	background: #eeeeee;
}



div.cleaner { clear: both; }
a:link, a:visited, a:hover, a:visited {
	text-decoration: none;
}
a { outline: none; }
a img { border: none; }

.left {
	float: left;
}

img { border: none; }
img.button {cursor: pointer;}
img.disabled {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
}
/* ##################################################
#	WRAPPER
###################################################*/
div#wrapper {
	position: relative;
	text-align: center;
}

div#header, div#content, div#footer {
	text-align: left;
	margin: 0 auto;
}
p.welcome {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5em;
}
div#school {
	padding-top: 25px;
}
/* ##################################################
#	CONTENT
###################################################*/
div#content {
	position: relative;
	width: 700px;
	height: 550px;
	text-align: center;
	margin-top: 150px;
	z-index: 1;
}


/* ##################################################
#	FOOTER
###################################################*/
div#footer {
	text-align: right;
}
div#footer a {
	color: #666666;
	font-weight: normal;
}
div#footer .copyright {
	color: #666666;
	font-size: 12px;
	padding: 5px 0px;
}

/* ##################################################
#	HEADER NAV
###################################################*/
div#mouse-watcher {
	position: absolute;
	display: none;
	background: url(/images/pixel.gif);
	width: 1298px;
	height: 500px;
	z-index: 1;
}
div#nav {
	position: absolute;
	border: 1px solid #cccccc;
	background-image:url(/images/sitewide/menu-background.jpg);
	background-repeat: repeat-x;
	width: 1298px;
	height: 27px;
	z-index: 100;
	font-weight: bold;
}
div#nav-services {
	position:absolute;
	top: 180px;
	left: 120px;
	height: 29px;
	z-index: 100;
}
div#nav-content {
	position:absolute;
	top: 180px;
	left: 525px;
	height: 29px;
	z-index: 100;
}

div.menu-bar-left {
	background-image: url(/images/sitewide/menu-left.png);
	float: left;
	width: 6px;
	height: 29px;
}
div.menu-bar-center {
	background-image: url(/images/sitewide/menu-background.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 29px;
	font-size: 14px;
	line-height: 15px;
}
div.menu-bar-right {
	background-image: url(/images/sitewide/menu-right.png);
	float: left;
	width: 6px;
	height: 29px;
}
ul.menu-bar-horizontal {
	position: relative;
	top: 5px;
	list-style-type: none;
	background-image:url(/images/sitewide/menu-background.jpg);
	background-repeat:repeat-x;
	color: #cccccc;
	font-size: 14px;
}
ul.menu-bar-horizontal li {
	list-style-type: none;
	position: relative;
	float: left;
	padding: 0px 5px;
}
ul.menu-bar-horizontal a:link,
ul.menu-bar-horizontal a:visited {
	color: #ffffff;
}
ul.menu-bar-horizontal a:hover {
	color: #ff6600;
}
div.menu-spacer {
	width: 1px;
	background-color: #ff0000;
}

div.dropdown-submenu {
	position: absolute;
	top: 22px;
	left: 0px;
	width: 175px;
	display: none;
}
div.dropdown-top {
	position: relative;
	background-image: url(/images/sitewide/dropdown-top-lr.png);
	background-repeat: no-repeat;
	width: 175px;
	height: 19px;
}
div.dropdown-top-slider {
	position: relative;
	float: left;
	background-image: url(/images/sitewide/dropdown-slider-background.jpg);
	background-repeat: repeat-x;
	width: 50px;
	height: 14px;
	left: 10px;
}
div.dropdown-top-right {
	position: relative;
	float: left;
	background-image: url(/images/sitewide/dropdown-slider-right.png);
	background-repeat: no-repeat;
	width: 6px;
	height: 14px;
	left: 10px;
}
div.dropdown-middle {
	position: relative;
	background-image: url(/images/sitewide/dropdown-background.png);
	background-repeat: repeat-y;
}
div.dropdown-content {
	position: relative;
	font-size: 11px;
	line-height: 16px;
	width: 165px;
	left: 13px;
}
div.dropdown-linkbox {
	position: relative;
	height: 20px;
}
div.dropdown-link {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
}
div.dropdown-bottom {
	background-image: url(/images/sitewide/dropdown-bottom.png);
	background-repeat: no-repeat;
	height:6px;
}

/* ##################################################
#	CAPTCHA
###################################################*/

div.form-row.captcha {
	text-align: center;
}
div.captcha-wrapper {
	margin: 0px auto;
	width: 300px;
	text-align: left;
}
div.captcha-wrapper label {
	float: left;
	display: block;
	width: 125px;
	margin-top: 4px;
	text-align: right;
}
div.captcha-wrapper input {
	margin-left: 5px;
	padding: 2px;
	border: 1px solid #333333;
	width: 125px;
}
div.captcha-wrapper p {
	text-align: center;
}
div.captcha-wrapper div.error {
	width: 125px;
	padding-bottom: 5px;
	display: none;
	margin-left: 130px;
}











