/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}

body {
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat;
	height: 100%;
}

#wrapper {
	width:882px;
	margin: 0 auto;
	background-image: url(images/wrapper_subpage.png);
	background-repeat: repeat-y;
}

#container {
	width: 842px;
	margin: 0 auto;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-y;
}

#containerSubpage {
	background-image: url(images/subpage_bg.gif);
	background-repeat: repeat-y;
	width: 842px;
	margin: 0px auto;
}

#masthead{
	width: 842px;
}

#content{
	float: left;
	width: 492px;
}



blockquote {
	font-style: italic;
}

a {
	color: #009;
	text-decoration: none;
}

a:link, a:visited {
	color: #009;
	text-decoration: none;
}

a:hover{
	color: #009;
	text-decoration: underline;
}

.title1 {
	margin: 0 0 20;
	font-size: 28px;
	font-weight: normal;
	color: #009;
	padding: 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	line-height: normal;
}

.title2 {
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	line-height: normal;
}

.title3 {
	font-size: 18px;
	font-weight: normal;
	color: #AD0029;
	line-height: normal;
}

.subtitle1 {
	font-size: 13px;
	font-weight: bold;
	color: #AD0029;
	padding: 10px 0 2px 0;
	margin: 0;
	line-height: normal;
}

.subtitle2 {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	padding: 10px 0 2px 0;
	margin: 0;
	line-height: normal;
}

.ruleLine {
	margin: 10 0 0;
	font-size: 18px;
	padding: 20px 0 0;
	background-image: url(images/img09.gif);
	background-repeat: repeat-x;
	background-position: center;
}

/************** article styles ***************/

.article{
	font-size: 12px;
	padding: 0 30px 26px 40px;
}

.article p{
	padding: 0px 0px 10px;
}

.article h5{
	padding: 10px 0px;
}

.imageRt img{
	float: right;
	padding: 20px 0 0 20px;
}

.imageLeft img{
	float: left;
	padding: 20px 20px 0px 0px;
}

.article .boxed {
	padding: 14px 20px;
	margin: 20px 0px;
	background-color: #EDEDED;
}

/************* #sidebarLeft ***************/

#sidebarLeft{
	float: left;
	width: 222px;
}

#flashMovie{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#sidebarLeftContent{
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 10px 20px;
	margin: 0px;
}

/*********** #sidebarLeft link styles ***********/

#sidebarLeft ul a:link, #sidebarLeft ul a:visited {display: block;}
#sidebarLeft ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#sidebarLeft li {}

/* fix for browsers that don't need the hack */
html>body #sidebarLeft li {}


/*********** #menu ***********/

#menu{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

#menu a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004ce7;
	padding: 6px 3px 6px 20px;
	color: #FFFFFF;
	font-weight: bold;
}

#menu a:hover{
	text-decoration: none;
	background-image: url(images/leftnav_bg_hover.gif);
	background-repeat: repeat-y;
}

#menu a.active{
	text-decoration: none;
	background-image: url(images/leftnav_bg_hover.gif);
	background-repeat: repeat-y;
}

/************** #sidebarRight **************/

#sidebarRight{
	float:right;
	width: 128px;
	padding-top: 4px;
}

.directory {
	padding: 15px 18px 0 18px;
	margin-top: 0px;
}

.directory ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
}

.directory li{
	font-size: 10px;
	line-height: 10px;
	color: #FFFFFF;
	display: block;
	margin: 0px;
	padding: 0 0 6px 0;
	list-style-type: none;
	list-style-image: none;
}

.directory h6{
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	color: #FFFFFF;
	display: block;
	margin: 0px;
	padding: 6px 0 0 0;
}

.directory img{
	display: block;
	border: 1px solid #999999;
}

.directoryName{
	color: #FFFFFF;
	line-height: 10px;
}

.directorySchool{
	color: #CCCCCC;
	font-style: italic;
}

/************** Footer ***************/

#footer{
	clear: both;
	font-size: 11px;
	line-height: 1.25;
	color: #333333;
	text-align: center;
	padding: 11px 0 11px 94px;
	background-image: url(images/footer.gif);
	background-repeat: repeat-y;
}

#footer a{
	color: #009;
}

/***********************************************/
/* SubPage                                              */
/***********************************************/

#subpageContent{
	width: 620px;
	float: left;
}

#subpageFooter{
	clear: both;
	font-size: 11px;
	line-height: 1.25;
	color: #333333;
	text-align: center;
	background-image: url(images/subpage_footer.gif);
	background-repeat: repeat-y;
	padding: 11px 0 11px 222px;
}

#subpageFooter a{
	color: #AD0029;
}

/************** #school listing styles **************/

#schoolList{
	font-size: 12px;
	padding: 0 30px 30px;
	margin: 0px;
}

#schoolListCounty{
	width: 260px;
	padding: 0 20px 20px 0;
	float: left;
	margin: 0px;
}

#schoolListAlpha{
	width: 260px;
	padding: 0 0 20px 20px;
	float: right;
}

#schoolList h3{
	font-size: 18px;
	text-align: center;
	padding: 20px 0 8px;
	margin: 0px;
}

#schoolList h4{
	font-size: 13px;
	padding: 6px 0 6px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin: 0px;
}

#schoolList ul{
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 10px 0 0 0;
}

#schoolList li{
	line-height: 15px;
	color: #333333;
	margin: 0px;
	padding: 0 0 7px 0;
	list-style-type: none;
	list-style-image: none;
}

