/** css file for GHO About page **/

body {
	background-color: #003;
}
#wrapper {
	position:relative;
	width:870px;
	margin:auto;
}
#banner {
	position:absolute;
	width:870px;
	height:81px;
	z-index:10;
	left: 0px;
	top: 0px;
	background-image:url(../images/GHO_Banner.gif)
}
#mainMenu {
	position:absolute;
	left:0px;
	top:81px;
	width:870px;
	height:78px;
	z-index:40;
	background-color: #FFF;
}
#head {
	position:absolute;
	left:0px;
	top:156px;
	width:870px;
	height:51px;
	z-index:2;
	background-color: #FFF;
}
#strap {
	position:absolute;
	left:0px;
	top:206px;
	width:850px;
	height:147px;
	z-index:3;
	text-align: left;
	padding: 10px;
	background-color: #FFF;
}
#comeEvnt {
	position:absolute;
	width:870px;
	height:60px;
	z-index:4;
	left: 0px;
	top: 400px;
	background-color: #FFF;
}
#info {
	position:absolute;
	left:0px;
	top:373px;
	width:860px;
	height:1179px;
	z-index:5;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFF;
}
#footer {
	position:absolute;
	left:0px;
	top:1570px;
	width:870px;
	height:156px;
	z-index:11;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-color: #006;
}

/* primary text coding */
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#000;
}
.bodytext2 {
	color: #009;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
}
.boxheadtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFF;
	text-align: left;
}
.boxtext {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #FFF; 
}
.boxtext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #0F0;
}
.boxtext3 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #FFF; 
}
.cap {
	float: left;
	width: 38px;
	font-size: 54px;
	line-height: 48px;
	font-weight: normal;
	color: #009;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.cap2 {
	float: left;
	width: 52px;
	font-size: 54px;
	line-height: 48px;
	font-weight: normal;
	color: #009;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.cap3 {
	float: left;
	width: 38px;
	font-size: 54px;
	line-height: 48px;
	font-weight: normal;
	color:#900;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.cap4 {
	float: left;
	width: 30px;
	font-size: 54px;
	line-height: 48px;
	font-weight: normal;
	color: #009;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.cap5 {
	float: left;
	width: 48px;
	font-size: 54px;
	line-height: 48px;
	font-weight: normal;
	color: #009;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.capbox {
	float: left;
	width: 38px;
	font-size: 54px;
	line-height: 48px;
	font-weight: normal;
	color:#fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.capbox2 {
	float: left;
	width: 52px;
	font-size: 54px;
	line-height: 48px;
	font-weight: normal;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.callout {
	font-size: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.callouttext {
	font-size: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #900;
	font-weight: bold;
}
.footertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CFC;
}
.headingtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #900;
	font-style: oblique;
	font-weight: bold;
}
.straptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.straptext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color:#FFF;
}
.straptext3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
.subheadtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color:#900;
}
.subheadtext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #006;
}
/* primary text coding ends */

/* menubar coding beings */
#menu1 {
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
	left: 10px;
}
#menu1 li {
	float: left;
	width: 78px;
	border: 1px solid #fff;
	font: bold 12px Geneva, Arial, Helvetica, sans-serif;
}
#menu1 a {
  	display: block;
 	width: 77px;
  	color: #fff; 
 	background: #900; 
  	text-align: center; 
  	padding: 4px 0; 
  	text-decoration: none; 
  	float: left; 
}
#menu1 a:hover {
  	color:#fff; 
  	background:#006;
}
/* menubar coding ends */

/* hyperlink coding begins */
a:link {
	color: #C03;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #39F;
	font-weight: bolder;
}
a:hover {
	text-decoration: underline;
	color: #906;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #0FF;
	font-weight: 900;
}
/* hyperlink coding ends */

/* miscellaneous text coding begins */
.style2 {font-size: 9px}
.style5 {font-size: 10px}
.style6 {
	font-size: 9px
}
.style7 {font-size: large}
.style8 {font-size: medium}
.style9 {	
	font-size: small;
	font-style: italic;
}
.style10 {font-size: medium}
.style11 {color: #00F}
.style13 {font-size: small}
.style14 {
	font: bold normal 22px Arial, Helvetica, sans-serif;	
}
.style15 {
	font: oblique bolder normal 26px Verdana, Geneva, sans-serif;
	color: #009;
	text-decoration: underline;
	text-transform: uppercase;
}
.style16 {
	color: #900;
	font-size: larger;
}
.style18 {color: #900}
/* miscellaneous text coding ends */

/* Copyright GHO (Greater Haverhill for Obama), 2009-2012 */

