/* HTML Elements---------------------------------------------------------------------------------------------*/

html { 
	font-size: 100%; /* IE hack - to make IE 5 show fonts consistently see comment below on font-size */
	height:100%; 
}

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#000000;
	background-attachment:fixed;
}

strong {
	font-weight: bold;
}

a, a:link, a:active, a:visited {
	text-decoration:underline;
	color:#BE1035;
	font-size:10pt;
}
	
a:hover { 
	text-decoration:underline;
}

img {
	border:none; 
}
	
a img {
	border:none; 
}

ul {
	color:#000000;
	list-style-type:square;
}

li {
	padding-bottom:9px;
	color:#000000;
	font-size:9pt;
	line-height:17px;
}

h1 {
	margin-top:0;
	font-size:14pt;
}

h2 {
	color:#000000;
	font-size:11pt;
	font-weight:bold;
	padding:10px 0;
	position:relative;
}

h3 {
	margin-top:0;
	font-size:10pt;
	color:#00639E;
	font-weight:bold;
	text-transform:uppercase;
}

h4 {
	color:#000000;
	font-size:9pt;	
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:6px;
}
	
h5 {
	color:#000000;
	font-size:10pt;	
	font-weight:bold;
	margin-top:0px;
	margin-bottom:6px;
}

.clear { clear:both; }

p {
	margin-top:5px;
	margin-bottom:15px;
	line-height:17px;
	color:#000000;
	font-size:10pt;
}

/* Legacy Converted Application Colors */
.HEFBlue{
	background-color:#00639E;
}
.HEFRed{
	background-color:#B52B45;
}
.HEFLtBlue{
	background-color:#5694CD;
}
.HEFMedGrey{
	background-color:#666666;
}
.HEFPaleGrey{
	background-color:#E8E9EE;
}

.ContentImgLeft{
	float:left;
	padding-right:15px;
	padding-left:0 !important;
	position:relative;
}

.ContentImgRight{
	float:right;
	padding-left:15px;
	padding-bottom:10px;
	position:relative;
}
.aboutus a, .getinvolved a, .hcpsstudentstaff a, .newsphotos a, .excellenceeducation a, .scholarships a, .schoolenrichment a, .teachingtools a, .search a {
	font-size:10pt;
	text-transform:uppercase;
}
.aboutus, .aboutus h3, .aboutus a, .careerteched, .careerteched h3, .careerteched a {
	color:#0066CC;
}
.getinvolved, .getinvolved h3, .getinvolved a, .excellenceeducation, .excellenceeducation h3, .excellenceeducation a {
	color:#e1720f;
}
.hcpsstudentstaff, .hcpsstudentstaff h3, .hcpsstudentstaff a, .scholarships, .scholarships h3, .scholarships a {
	color:#9966CC;
}
.newsphotos, .newsphotos h3, .newsphotos a, .schoolenrichment, .schoolenrichment h3, .schoolenrichment a {
	color:#FF0066;
}
.teachingtools, .teachingtools h3, .teachingtools a {
	color:#6666CC;
}
.search, .search h3, .search a {
	color:#BE1035;
}
.aboutus h3, .getinvolved h3, .hcpsstudentstaff h3, .newsphotos h3, .careerteched h3, .excellenceeducation h3, .scholarships h3, .schoolenrichment h3, .teachingtools h3, .search h3, .security h3 {
	margin:0;
}
.aboutus a, .getinvolved a, .hcpsstudentstaff a, .newsphotos a, .careerteched a, .excellenceeducation a, .scholarships a, .schoolenrichment a, .teachingtools a, .search a {
	font-size:10pt;
}

/* Layout Styles---------------------------------------------------------------------------------------------*/
#PageWrapper {	
	margin:0 auto;
	padding:10px 75px 0 75px;
	width:820px;
	min-height:900px;
	background:url(../Images/Common/site-bg.gif) repeat-y;
}

#InnerWrapper {
	padding-bottom:30px;
	width:820px;
	height:100%!important;
}

#DropMenu {
	position:absolute;
	border:1px solid #333;
	line-height:18px;
	z-index:100; 
	margin-top:-8px; 
	margin-left:8px;
	line-height:14px; 
	font-size:8pt;
}
#DropMenu a{
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	padding-top:4px;
	padding-bottom:4px; 
	padding-left:4px;
	padding-right:4px;
}

#DropMenu a:hover{ 
	text-decoration: none;
	background-color: #D8D8D8;
}

#DropMenu a:visited{ 
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}