/*-----------------------------------------------------------------------

Blueprint CSS Framework 0.7.1
http://blueprintcss.googlecode.com

* Copyright (c) 2007-2008. See LICENSE for more info.
* See README for instructions on how to use Blueprint.
* For credits and origins, see AUTHORS.
* This is a compressed file. See the sources in the 'src' directory.

Which itself owes a lot to Eric Meyer's reset.css
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

-----------------------------------------------------------------------
reset.css*/
HTML, BODY, DIV, SPAN, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, CODE, DEL, DFN, EM, IMG, Q, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
BODY
{
	line-height: 1.5;
}
/*remember to define focus styles!*/
:focus
{
	outline: 0;
}
TABLE
{
	border-collapse: separate;
	border-spacing: 0;
}
CAPTION, TH, TD
{
	text-align: left;
	font-weight: normal;
}
TABLE, TD, TH
{
	vertical-align: middle;
}
BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after
{
	content: "";
}
BLOCKQUOTE, Q
{
	quotes: "" "";
}
A IMG
{
	border: none;
}
/*typography.css*/
BODY
{
	font-size: 75%;
	color: #222;
	background: #FFF;
	font-family: Verdana, Arial, sans-serif;
}
H1, H2, H3, H4, H5, H6
{
	font-weight: normal;
	color: #111;
}
H1
{
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}
H2
{
	font-size: 2em;
	margin-bottom: 0.75em;
}
H3
{
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}
H4
{
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
	height: 1.25em;
}
H5
{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
H6
{
	font-size: 1em;
	font-weight: bold;
}
H1 IMG, H2 IMG, H3 IMG, H4 IMG, H5 IMG, H6 IMG
{
	margin: 0;
}
P
{
	margin: 0 0 1.5em;
}
P IMG
{
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
P IMG.right
{
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
A, A:visited
{
	color: #B5111B;
	text-decoration: underline;
}
A:focus, A:hover
{
	color: #B5111B;
	text-decoration: none;
}
BLOCKQUOTE
{
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
STRONG
{
	font-weight: bold;
}
EM, DFN
{
	font-style: italic;
}
.small
{
	font-size: 0.8em;
}
/*forms.css*/
LABEL
{
	font-weight: bold;
}
FIELDSET
{
	padding: 1.4em;
	margin: 0 0 1.5em;
	border: 1px solid #CCC;
}
LEGEND
{
	font-weight: bold;
	font-size: 1.2em;
}
INPUT.text, INPUT.title, TEXTAREA, SELECT
{
}
INPUT.text:focus, INPUT.title:focus, TEXTAREA:focus, SELECT:focus
{
}
INPUT.text, INPUT.title
{
	width: 300px;
	padding: 5px;
}
INPUT.title
{
	font-size: 1.5em;
}
TEXTAREA
{
	width: 390px;
	height: 250px;
	padding: 5px;
}
/*--------------------------------------------------------------

Clearing floats without extra markup
Based on How To Clear Floats Without Structural Markup by PiE
[http://www.positioniseverything.net/easyclearing.html]

--------------------------------------------------------------*/
.clearfix:after, .container:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix, .container
{
	display: inline-block;
}
* HTML .clearfix, * HTML .container
{
	height: 1%;
}
.clearfix, .container
{
	display: block;
}
/*Regular clearing
apply to column that should drop below previous ones.*/
.clear
{
	clear: both;
}
/*--------------------------------------------------------------

Begin site-specific styles

--------------------------------------------------------------*/
BODY
{
	background: #D1CECE url(../images/body-bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
}
.alignright
{
	text-align: right;
}
.alignleft
{
	text-align: left;
}
IMG.floatleft
{
	float: left;
	padding: 0 12px 0 0;
}
IMG.floatright
{
	float: right;
	margin: 0 0 0 12px;
	padding: 2px;
}
.container
{
	margin: 0 auto;
	width: 880px;
}
.header
{
	height: 107px;
	color: #D90504;
}
.header A, .header A:visited
{
	color: #7C7676;
	text-decoration: none;
}
.header A:hover
{
	text-decoration: underline;
}
#logo
{
	width: 60%;
	float: left;
}
#callus, #mininav
{
	text-align: right;
	width: 40%;
	float: right;
	clear: right;
}
#callus
{
	padding: 28px 0 0;
	height: 35px;
}
#mininav
{
	padding: 10px 0 0;
	height: 35px;
}
.banner, .main-banner
{
	clear: both;
	margin: 6px 0 0;
	padding: 0 2px 0 4px;
	background: #FFFFFF;
	color: #343434;
}
.main-banner
{
	height: 272px;
}
.banner-wide
{
	float: right;
	display: inline;
	width: 670px;
	padding: 3px 2px 0 0;
	margin: 0;
}
.banner-wide IMG
{
	vertical-align: bottom;
}
.main-banner-wide
{
	float: right;
	text-align: right;
	width: 590px;
/*right side of home page banner*/
}
.banner-narrow
{
	float: left;
	width: 190px;
	padding: 4px 0 0 4px;
	font-size: 11px;
}
.main-banner-narrow
{
	float: left;
	width: 274px;
/*left side of home page banner*/
	padding: 24px 0 0 10px;
	font-size: 11px;
}
.main-banner-narrow H3, .banner-narrow H3
{
	color: #B5111B;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 24px;
}
.banner-narrow H3
{
	margin-bottom: 0px;
	padding-top: 8px;
	clear: both;
}
.banner-narrow P
{
	margin-bottom: 0;
	padding-bottom: 2px;
}
.main-banner-narrow A, .main-banner-narrow A:visited, .banner-narrow A, .banner-narrow A:visited
{
	color: #B5111B;
	text-decoration: underline;
}
.main-banner-narrow A:hover, .banner-narrow A:hover
{
	text-decoration: none;
}
.main-banner-narrow SPAN, .banner-narrow SPAN
{
	color: #ABABAB;
}
.banner-point
{
	border-top: 1px solid #A7A7A7;
	padding-top: 10px;
	margin: 0 6px 0 0;
}
.banner-point-img
{
	float: right;
	padding: 4px 0 0 2px;
}
.content, .main-content, .request-content
{
	clear: both;
	color: #343434;
	background: #FFFFFF;
}
.request-content
{
	margin: 6px 0 0;
}
P.textindent
{
	padding: 0.4em 0 0.6em 0.8em;
}
.content
{
	background: #FFFFFF url(../images/content-bg.png) repeat-y;
}
.content A, .content A:visited
{
	color: #B5111B;
	text-decoration: underline;
}
.content A:hover
{
	text-decoration: none;
}
.main-content
{
	margin: 8px 0 0;
}
.content-wide
{
	float: right;
	width: 600px;
	background: #FFFFFF;
	margin: 0;
	padding: 30px 30px 0;
}
.main-content-wide
{
	float: left;
	width: 640px;
/*right side of home page content*/
	background: #FFFFFF;
}
.request-content-wide
{
	float: right;
	width: 540px;
	background: #FFFFFF;
	padding: 24px 0 0;
}
.content-narrow
{
	float: left;
	width: 208px;
	font-family: Arial, Helvetica, sans-serif;
}
.content-narrow P
{
	padding: 12px 16px 0;
}
.content-narrow SPAN
{
	font-style: italic;
}
.content-narrow A, .content-narrow A:visited
{
	color: #B5111B;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}
.content-narrow A:hover
{
	text-decoration: none;
}
.main-content-narrow
{
	float: right;
	width: 240px;
/*left side of sub page content*/
}
.footnote
{
	font-size: 9px;
}
.request-content-narrow
{
	float: left;
	width: 290px;
	padding: 30px 0 0 30px;
}
H1
{
	color: #B5111B;
	font: bold 20px Helvetica, Arial, sans-serif;
}
H2
{
	color: #404040;
	font: bold 16px Helvetica, Arial, sans-serif;
}
.content-wide H3
{
	color: #202020;
	font: bold 12px Helvetica, Arial, sans-serif;
	margin-bottom: 0;
}
.content UL
{
	list-style-position: inside;
	margin: 0 0 1.5em;
}
.content UL UL
{
	margin: 0 0 0 1.5em;
}
.highlight
{
	background: #FFFF00;
}
.column
{
	float: left;
	width: 300px;
	padding: 20px 0 0 20px;
}
.main-content H2
{
	color: #B5111B;
	font: bold 18px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.main-content H3
{
	color: #B5111B;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.main-content A, .main-content A:visited
{
	text-decoration: underline;
}
.main-content A:hover
{
	text-decoration: none;
}
.main-content P A
{
	color: #343434;
}
.main-content A, .main-content A:visited
{
	color: #B5111B;
	text-decoration: underline;
}
.main-content A:hover
{
	text-decoration: none;
}
.main-content A.noul
{
	text-decoration: none;
}
.main-content A.noul:hover
{
	text-decoration: underline;
}
.main-content SPAN
{
	color: #949191;
}
A.gray, A.gray:visited
{
	color: #343434;
}
.formholder
{
	width: 440px;
	height: 440px;
	background: url(../images/form-bg.jpg) no-repeat;
	padding: 30px;
}
.formholdervoh
{
	width: 440px;
	height: 268px;
	background: url(../images/form-bg2.jpg) no-repeat;
	padding: 30px;
}
.formtable
{
	width: 440px;
	font-size: 11px;
}
.formtable INPUT
{
	width: 226px;
}
.formtable SELECT
{
	width: 232px;
}
.formtable TD
{
	height: 27px;
}
.formlabel
{
	width: 140px;
	padding: 0 10px 0 0;
}
.asterisk
{
	color: #B5111B;
}
.sidebar-subnav
{
	width: 208px;
	margin: 24px auto 0;
}
.sidebar-subnav UL
{
	list-style-position: inside;
	list-style: none;
}
.sidebar-subnav LI
{
	padding: 8px 6px 0 18px;
	text-indent: -7px;
}
.sidebar-subnav A, .sidebar-subnav A:visited
{
	color: #343434;
}
.sidebar-subnav A:hover
{
	color: #343434;
}
.sidebar-subnav IMG
{
	padding: 0 0 0 9px;
}
.footer
{
	color: #333333;
	background: url(../images/footer-bg.png) repeat-x;
	width: 100%;
	height: 200px;
}
.footer-inner
{
	width: 880px;
	margin: 0 auto;
	padding: 10px 0 0;
}
.footer A, .footer A:visited, .footer SPAN
{
	color: #FFFFFF;
}
.footer A, .footer A:visited
{
	text-decoration: none;
}
.footer A:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
A.footer-heading, A.footer-heading:visited
{
	color: #333333;
}
A.footer-heading:hover
{
	color: #333333;
}
.footer-narrow
{
	float: left;
	margin: 10px 0;
	width: 208px;
	min-height: 100px;
	border-right: 1px solid #FFFFFF;
}
.footer-wide
{
	float: right;
	margin: 10px 0;
	width: 600px;
}
.twoforty
{
	width: 240px;
}
.footer UL
{
	float: left;
	list-style-type: none;
}
.footer H3
{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em;
	color: #333333;
}
.footer-narrow P
{
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 0;
}
.footer-bottom
{
	clear: both;
	padding: 20px 0 0;
	text-align: center;
}
.footer-bottom A, .footer-bottom A:visited
{
	color: #333333;
	text-decoration: none;
}
.footer-bottom A:hover
{
	color: #333333;
	text-decoration: underline;
}
.footer-phone
{
	text-align: center;
	width: 230px;
	float: right;
	padding: 20px 0 0;
	text-transform: uppercase;
}
.footer-phone P
{
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 0.5em;
}
.footer-phone SPAN
{
	font-weight: normal;
	color: #FFFFFF;
}
#preload
{
	display: none;
}
/*Navigation main level menus*/
.amcmenu UL
{
	margin: 0;
	padding: 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	list-style-type: none;
	overflow: hidden;
	width: 102%;
}
.amcmenu LI
{
	float: left;
	margin: 0;
	background: url(../images/separator.gif) no-repeat top right;
}
.amcmenu A
{
	display: block;
	margin: 0;
	padding: 14px 15px 13px;
/*padding inside each tab*/
	color: #FFFFFF;
	text-decoration: none;
}
.amcmenu A:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.amcmenu LI.last
{
	background: none;
}
.amcmenu A:hover
{
	color: #D90504;
	background: #FFFFFF;
/*background of tabs for hover state*/
}
.amcmenu A.selected, .amcmenu A#selected
{
	color: #D90504;
	background: #FFFFFF;
/*background of tab with "selected" class assigned to its link*/
}
/*Navigation sub level menus*/
.ddsubmenustyle, .ddsubmenustyle UL
{
/*topmost and sub ULs, respectively*/
	font: normal 13px Verdana;
	margin: 0;
	padding: 0;
/*top padding is ok in ie8 ff and chrome, but breaks in ie7 and ie6*/
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
/*
border: 1px solid black;
border-bottom-width: 0;
*/
	visibility: hidden;
	z-index: 100;
}
.ddsubmenustyle A
{
	display: block;
	width: 240px;
/*width of menu (not including side paddings)*/
	color: #EEEEEE;
	text-decoration: none;
	padding: 8px 10px;
	background: url(../images/black-60.png);
/*
border-bottom: 1px solid black;
*/
}
* HTML .ddsubmenustyle LI
{
/*IE6 CSS hack*/
	display: inline-block;
	width: 260px;
/*width of menu (include side paddings of LI A*/
}
.ddsubmenustyle A:hover
{
/*background: #d50505;
background: #222222;
*/
	color: #FFFFFF;
	background: url(../images/black-80.png);
}
.ddsubmenustyle A:visited
{
	color: #EEEEEE;
	text-decoration: none;
}
/*Navigation global styles*/
.downarrowpointer
{
/*CSS for "down" arrow image added to top menu items*/
	padding-left: 4px;
	border: 0;
}
.rightarrowpointer
{
/*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 3px;
	left: 100px;
	border: 0;
}
.ddiframeshim
{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}
/*Find it fast menu using the same dropdown as the main nav*/
.ffmenu
{
	width: 135px;
	float: right;
}
.ffmenu UL
{
	list-style: none;
}
.ffmenu LI
{
	background: #FFFFFF;
	text-align: left;
}
.ffmenu A
{
	display: block;
	height: 19px;
	width: 130px;
	padding: 1px 0px 1px 4px;
	border: 1px solid #949494;
	background: url(../images/arrow-down-red.png) no-repeat 100% 50%;
}
.ffmenu A:hover
{
	text-decoration: none;
}
.ffsubmenustyle, .ffsubmenustyle UL
{
	padding: 0;
	margin: 0 0 0 -1px;
}
.ffsubmenustyle A
{
	color: #303030;
	padding: 4px 10px;
	background: url(../images/white-95.png);
	width: 220px;
/*width of menu (not including side paddings)*/
	margin: 0 2px;
	text-decoration: none;
/*
background: url(../images/black-60.png);
*/
}
* HTML .ffsubmenustyle LI
{
/*IE6 CSS hack*/
	display: inline-block;
	width: 240px;
/*width of menu (include side paddings of LI A*/
}
.ffsubmenustyle A:visited
{
	color: #303030;
	text-decoration: none;
}
.ffsubmenustyle A:hover
{
	background: url(../images/black-80.png);
	color: #FFFFFF;
	margin: 0;
	padding: 4px 12px;
}
#search
{
	width: 135px;
	float: right;
	margin: 0 0 0 20px;
	display: inline;
	border: 1px solid #949494;
	background: #FFFFFF;
}
#search INPUT
{
	background: #FFFFFF;
	border: 0;
}
.searchfield
{
	height: 19px;
	width: 97px;
	padding: 2px 0 0 4px;
	float: left;
	color: #7C7676;
}
#search .searchbutton
{
	height: 21px;
	width: 31px;
	cursor: pointer;
	color: #FFFFFF;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-indent: 30px;
	background: #D80505 url(../images/search-go-red.png) no-repeat 0 50%;
}
.openHouse .left
{
	width: 400px;
}
.openHouse .right
{
	width: 200px;
	float: right;
	margin-top: -150px;
}

.curriculum {
	border: 1px solid #bebebe;	
}
.curriculum td{
		padding: 5px;
}
.curriculum .alt {
	background-color:#CCC;	
}
.curriculum .center {
	text-align: center;	
}
.curriculum .th {
	font-weight: 700;
	bacground-color: #666 !important;
}