/* 
MODULE NAME:  pub.css
PURPOSE: 7HR Public Site Stylesheet
AUTHOR: Grant Szabo (grant@quagmire.com) 
CREATED: 10/11/2006
LAST MODIFIED: 1/8/2010
*/
body,p 
{
    font-family: Tahoma, Verdana, Arial; 
	font-size: 10pt; 
	color: black; 
	font-weight: normal;
}
div#pubLogoHeader {
	left: 0px;
	top: 15px;
	position: absolute;
}
div#pubSponsoredBy{
	top: 60px;
	left: 400px;
	position: absolute;	
}
div#pubMHPRudy {
	top: 2px;
	left: 520px;
	position: absolute;
}
div#pubSponsors {
	top: 40px;
	left: 500px;
	position: absolute;
}
div#pubLoginBanner {
	background-image: url(../../Media/Images/LoginBanner1024.gif);
	background-repeat: no-repeat;
	width: 1024px;
	height: 38px;	
	left: 0px;
	top: 134px;
	position: absolute;
}
div#pubMenu {
	background-color: #003366;
	background-image: url(../../Media/Images/left_bar.gif);
	width: 163px;
	height: 503px;
	text-align: right;
	left: 0px;
	top: 172px;
	position: absolute;
	z-index: 0;
}
div#pubRed7 {
	background-image: url(../../Media/Images/7HRmarg2.jpg);
	left: 0px;
	top: 410px;
	height: 197px;
	width: 143px;
	position: absolute;
	z-index: 1;
}
div#pubContent {
	left:164px;
	top: 172px;
	width: 503px;
	height: 503px;
	max-height: 503px;
	position: absolute;
	overflow: scroll;
}
div#pubContentWide {
	left:164px;
	top: 172px;
	width: 859px;
	height: 503px;
	max-height: 503px;
	position: absolute;
	overflow: scroll;
	margin-left: 5px;
	margin-top: 5px;
}
div#pubRightMargin {
	/*background-image: url(../../Media/Images/rightMarginBackground.gif); */
	background-image: url(../../Media/Images/RightMarginBackground.jpg);
	width: 356px;
	height: 303px;
	left: 668px;
	top: 172px;
	position: absolute;
	background-color: #003366;
}
div#pubTopPhoto {
	/*background-image: url(../../Media/Images/topPhoto1.jpg);*/
	top: 172px;
	left: 720px; /* 768 */
	position: absolute;
	background-color: #003366;
}
div#pubBottomPhoto {
	/*background-image: url(../../Media/Images/bottomPhoto1.jpg);*/
	left: 669px;
	top: 387px;
	position: absolute;
	background-color: #FFFFFF;
}
div#pubRedFoot {
	background-image: url(../../Media/Images/7hrredfoot.gif);
	left: 668px;
	top: 587px;
	position: absolute;
	width: 356px;
	height: 89px;
}

div#pubFooter {
	position: absolute;
	top: 739px;
	left: 32px;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}
.mnuPublic {
	background-color: #003366;
	text-align: left;
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 162px;
	height: 30px;
	cursor: hand;
}
.mnuPublicClicked {
	background-color: #003366;
	text-align: left;
	color: #F8DE70;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 162px;
	height: 30px;
	cursor: hand;
}
.mnuPublicOver {
	background-color: #F8DE70;
	text-align: left;
	color: #11617C;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 162px;
	height: 30px;
	cursor: hand;
}
.font1    {
  font-family: Tahoma, Verdana, Arial; 
	font-size: 10pt; 
	color: black; 
	font-weight: normal;
}
.font1Bold    {
  font-family: Tahoma, Verdana, Arial; 
	font-size: 10pt; 
	color: black; 
	font-weight: bold;
   margin-left: 10px;
}
.font1BoldRight {
	font-family: Tahoma, Verdana, Arial;  
	font-size: 10pt; 
	color: black; 
	font-weight: bold;
	text-align: right;
}
.PageTitlePub {
  font-family: Tahoma, Verdana, Arial; 
  font-size: 10.5pt; 
  color: #003366; 
  font-weight: bold;
  font-variant: small-caps;
}
.formfield {
	font-family: Verdana; 
	font-size: 8pt; 
	color: black; 
	font-weight: normal;
}
li {
	margin-left: 10px;
}
tr {
  font-family: Tahoma, Verdana, Arial; 
  font-size: 9pt; 
}

/* login banner css imagemap */
#pubLoginBanner a {
  position: absolute;
  height: 38px;
  width: 50px;
  top: 10px; 
  text-decoration: none;
}
#pubLoginBanner a i { visibility: hidden;  }
a#register { left: 50px; }
a#login { left: 224px; }
.font1Indent15    {
	font-family: Tahoma; 
	font-size: 10pt; 
	color: black; 
	font-weight: normal;
	margin-left: 15px;
}
.font1Blue  {
	font-family: Tahoma; 
	font-size: 10pt; 
	color: #003366; 
	font-weight: bold;
	width: 800px;
}



	