@charset "utf-8";
/* CSS Document */

/* text for site
-------------------------*/
h1, h2, h3, #intro h2 {
font-family: rockwell,verdana,arial;
}

h1 {
         text-transform:uppercase;
}

p {
	line-height:20px;
}

#intro p {
	padding-left:20px;
	margin-bottom:20px;
}

p.school-name {
	font-size:22px;
	color: #6B5A4B;	
	margin:0 0 10px 0;
	float:left;
	line-height:26px;	
}

h1 br {
	height: 0;
}


#intro h2, #intro h3 {
	color:#8C1229;
	padding-left:20px;
	text-transform:uppercase;
}

#intro h2 {
	font-size:16px;
}

#intro h3 {
	font-size:14px;
}

.side_note h3 {
	background: #fcfcfc url(images/side-note-inner-top.jpg) no-repeat left top;	
	padding:20px 0 5px 18px;
	color:#8C1229;
	text-transform:uppercase;	
}

.side_note p {
	margin:0px;
	padding:0 20px;	
}

.side_note p, .side_note li {
	font-size:10px;
	line-height:16px;	
}
.side_note ul, #intro ul  {
	list-style-type:none;
	padding:0 0 0 20px;
}
.side_note li, #intro li {
	background:transparent url(images/red-arrow.gif) no-repeat scroll left 4px;
	padding:0 14px 10px 11px;
}
#intro li {
        margin:0 0 0 15px;
}

#footer p {
	font-size:11px;
}


/* links
-------------------------*/

a img { border:none; }

a:link, a:visited, a:hover {
    color:#3F3F3F;  /*DONT FORGET THIS COLOR WAS NICE for text #006666*/
    color:#8C1229;
}

a:link, a:visited {
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
} 

a.below_logo:link,  a.below_logo:visited {
	font-size:09px;
	font-weight:bold;
}

a.maroon {
	color:#8C1229;
}

a.grey, #footer p a {
        color:#3F3F3F;
}


/* misc
-------------------------*/

#middle_content #intro hr {
	margin:10px 0 20px 0;
}

.maroon {
	color:#8C1229;
}

br.clear {
	height:0;
}

.clear {
	clear: both;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	padding-bottom:20px;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* Firefox 3 Specific rules
-------------------------------------*/
.cufon, x:-moz-any-link, x:default{
        top: 0;
}
.tagline {
	display: inline;
}		

h1 cufon.cufon {
	padding-bottom: 0px !important;
}