
/*  Standard Element Tags */

body
{
	font-size: x-small; /* for IE5/Win */
	voice-family: "\"}\""; /* to fake IE5/Win into thinking the style declaration has ended */
	voice-family: inherit;
	font-size: small; /* for compliant browsers */
	background-color: #d5d5d5;
	color: #000000;
  	font-family: Arial, Helvetica, sans-serif; 
  	font-weight: normal;
   margin: 20px 0px;
   padding: 0px;
   text-align: center;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #bd0404;
	scrollbar-darkshadow-color: #bd0404;
	scrollbar-base-color: #bd0404;
	scrollbar-arrow-color: #000000;
	scrollbar-highlight-color: #bd0404;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #d5d5d5;
}

#main 
{
    background-color: #ffffff;
    border: 1px solid #000000;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
    width: 80%;
	background-attachment: scroll;
	background-image: url(../images/hmhs_fade.jpg);
	background-repeat: no-repeat;
	background-position: 300px 180px;
	min-width: 750px;
	width:expression(document.body.clientWidth > 760? "760px": "760px");	
}

#ieMin
{
	width:expression(document.body.clientWidth > 760? "100%": "760px");
}

#ieMax
{
	width:expression(document.body.clientWidth > 760? "760px": "760px");
}

#sideBarArea
{
	margin: 0px;
	padding: 0px;
	min-width: 240px;	
}

#sidebar
{
	margin: 10px;
	padding: 0px;	
	float: right;
	list-style: none;
	width: 220px;
	background: url(../images/div-bottom.gif) no-repeat bottom left;
}

#infoBoxHead
{
	margin: 0px;
	padding: 6px 0px 4px 0px;
	color: #ffffff;
	font-size: 85%;
	font-weight: bold;
	background: url(../images/h3-bg.gif) no-repeat top left;
	border-bottom: 1px solid #9b9b9b;
	float: left;
	width: 220px;
}

#infoBoxText
{
	font-size: 75%;
	font-weight: normal;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	float: left;	
	width: 220px;
}

#header 
{
    margin: 0px;
    padding: 0px;
    float: left;
    list-style: none;
    width: 100%;
   	background: url(../images/topContainerBkg.gif);
}

#logo
{
	float: left;
	margin: 0px;
	padding: 5px;
    color: #000000;
	text-align: left;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 70%;
    font-weight: normal;
}

#dawg
{
	float: right;
	margin: 0px;
	padding: 0px;
}

#menuBar
{
	background-color: #000000;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	width: 100%;
}

#menuBar li
{
	float: left;
	font-size: 90%; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#menuBar a
{
	float: left;
	display: block;
	margin: 0px;
	padding: 4px 8px;
	color:#ffffff;
	text-decoration: none;
	background-color: #000000;
}

#menuBar a:hover,  
body#home #t-home a, 
body#roster #t-roster a, 
body#events #t-events a, 
body#mia #t-mia a, 
body#contact #t-contact a
{
	background-color: #bd0404;
	text-decoration: underline;
}

#rosterNames
{
	background-color: #000000;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;	
	width: 100%;
}

#rosterNames li
{
	float: left;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#rosterNames a
{
	float: left;
	display: block;
	margin: 0px;
	padding: 4px 10px;
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
}

#rosterNames a:hover,  
body#roster-ack #rosterLinks-ack a, 
body#roster-bro #rosterLinks-bro a, 
body#roster-coc #rosterLinks-coc a, 
body#roster-den #rosterLinks-den a, 
body#roster-fal #rosterLinks-fal a, 
body#roster-fri #rosterLinks-fri a, 
body#roster-han #rosterLinks-han a, 
body#roster-kel #rosterLinks-kel a, 
body#roster-lin #rosterLinks-lin a, 
body#roster-mcr #rosterLinks-mcr a, 
body#roster-one #rosterLinks-one a, 
body#roster-rep #rosterLinks-rep a, 
body#roster-sch #rosterLinks-sch a, 
body#roster-sto #rosterLinks-sto a, 
body#roster-web #rosterLinks-web a
{
	background-color: #bd0404;
	color: #ffffff;
	text-decoration: underline;
}

body#roster-ack #t-roster a, 
body#roster-bro #t-roster a, 
body#roster-coc #t-roster a, 
body#roster-den #t-roster a, 
body#roster-fal #t-roster a, 
body#roster-fri #t-roster a, 
body#roster-han #t-roster a, 
body#roster-kel #t-roster a, 
body#roster-lin #t-roster a, 
body#roster-mcr #t-roster a, 
body#roster-one #t-roster a, 
body#roster-rep #t-roster a, 
body#roster-sch #t-roster a, 
body#roster-sto #t-roster a, 
body#roster-web #t-roster a
{
	background-color: #bd0404;
	text-decoration: underline;
}

#rosterPhoto
{
	text-align: left;
/*	max-width: 800px;
	width:expression(document.body.clientWidth > 800? "800px": "auto" ); */
}

#rosterPhoto img
{
    margin: 0px;
    padding: 10px 5px 0px 0px;
    float: left;
}

#rosterPhoto p
{
	margin: 30px 0px 0px 10px;
	padding: 0px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 85%;
    font-weight: normal;
    vertical-align: top;
    float: left;
    height: 172px;    
}

.clear
{
	clear: both;
}

#content 
{
    margin: 0px auto;
    padding: 10px;
    text-align: left;
    float: left;
    width: 65%;
    max-width: 500px;
	width:expression(document.body.clientWidth > 500? "500px": "auto" );
}

#contentWide
{
    margin: 0px auto;
    padding: 20px;
    text-align: left;
    float: left;
    width: 90%;
    margin-right: 5%;
/*    max-width: 800px;
	width:expression(document.body.clientWidth > 800? "800px": "auto" );*/
}

#letterTxt
{
	width: 100%;
	padding: 20px;
	border: 1px solid #000000;
}

#letterTxt h1
{
    color: #bd0404;
    font-family: Courier; 
    font-size: 100%;
    font-weight: bold;
}

#letterTxt p
{
    color: #000000;
    font-family: Courier; 
    font-size: 85%;
    font-weight: normal;
}

h1
{
    color: #bd0404;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 100%;
    font-weight: bold;
}

h2
{
	border-bottom: #bd0404 solid 2px;
	color: #000000;
	font-family: Arial, Helvetica, san-serif;
	font-size: 90%;
	font-weight: bold;
}

p
{
	color: #000000;
	font-family: Arial, Helvetica, san-serif;
	font-size: 85%;
	font-weight: normal;
}

p img
{
	padding: 2px;
	border: 0;
}

a,
a:link,
a:visited
{
	color: #bd0404;
}

a:active,
a:hover
{
	color:#000000;
}

#popout
{
	float: left;
	width: 90%;	
	margin: 10px 0px 10px 0px;
	padding: 0px;
    font-family: Arial, Helvetica, sans-serif; 
}

#popout dt
{
	float: left;
	width: 70%;
	margin: 0px;
	padding: 0px;
	border-bottom: #bd0404 solid 2px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 110%;
    font-weight: bold;
}

#popout dd
{
	color: #000000;
	margin: 5px 0px 5px 5px;
	padding: 10px 10px 0px 0px;
	font-size: 100%;
    font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
}

#popout dd.img img
{
	float: right;
	padding: 0px 0px 0px 10px;
	margin: 5px 0px 5px 5px;
	border: 0px;
}

#miaPics
{
    margin: 0px;
    padding: 0px;
    float: left;
    list-style: none;
    display: block;
    width: 100%;
}

#miaPicsText
{
	font-family: Arial, Helvetica, sans-serif; 	
	font-size: 85%;
	font-weight: bold;
	float: left;
    margin: 0px;
	padding: 10px 5px 5px 5px;
	text-align: center;
	width: 160px;
}

#footer
{
	clear: both;
}

#footerTxt
{
    color: #000000;
	font-size: 80%;
    font-weight: normal;
   	margin: 20px 0 25px 0;
	padding: 0px;
	text-align: center;
	width: 100%;
}

#footerTxt a
{
	color: #bd0404;
	font-weight: bold;
	text-decoration: none;
}

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

#disclaimer
{
    color: #666666;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 70%;
    font-weight: normal;
    margin: 0 0 50px 0;
    padding: 0;
    text-align: center;
}


/*  END Standard Element Tags */


/* Special Classes */

.super
{
	font-weight: normal;
	font-size: 100%;
	color: #000000;
   font-family: Arial, Helvetica, sans-serif; 
	vertical-align: super;
}

.calgeneral
{
	border:1px solid #000000;
}
.caldefault
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
    font-family: Arial, Helvetica, sans-serif; 
}

.calday
{
	font-weight: normal;
	font-size: 10px;
	color: #000000;
    font-family: Arial, Helvetica, sans-serif; 
}

.caltoday
{
	font-weight: bold;
	font-size: 10px;
	color: #bd0404;
	background-color: #cccccc;
    font-family: Arial, Helvetica, sans-serif; 
}
