body {
    margin: 0;
    padding: 0;
    background: #f0e28f; /* yellow */
    font-size: 62.5%;
    font-family: verdana,arial,helvetica,sans-serif;
}
#PrintLogo {
    display: none;
} 
a img {
    border: none;
}
#PageWrapper {
    background: #fff url(images/bg_pagewrapper.gif) repeat-x bottom;
}
#HeaderWrapper {
    background: #023468 url(images/bg_headerwrapper.gif) repeat-x top;; /* blue band */
}
.home #HeaderWrapper { /* overwrite for homepage */
    background: #023468 url(images/bg_homeheaderwrapper.gif) repeat-x top;; /* blue band */
}
#NavWrapper {
    background: #fff url(images/bg_navwrapper.gif) repeat-x top;
}
#Header, #ContentWrapper, #Footer, #Nav {
    width: 769px;
    margin: 0 auto;
    position: relative;
}
.homeBannerImg {
    height: 255px;
}
.clear {
    clear: both;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 .5em 0;
    padding-top: 4px;
    font-family: Georgia, serif;
}
h2 {
    position: relative;
}
.leftImage {
    float: left;
    margin: 5px 10px 0px 0;
}
.rightImage {
    float: right;
    margin: 5px 0 0 10px;
}
.linkFile {
    padding: 0 0 0 17px;
    background: url(images/bg_linkfile.gif) no-repeat left;
}
#Content .smallText {
    font-size: 1.1em;
    line-height: 1.2em;
}
table.awards {
    border: none; 
    width: 100%; 
    margin-bottom: 15px; 
    font-size: 1.0em; 
    color: #64553c;
    line-height: 1.4em;
}
table {
    border: none; 
    font-size: 1.0em; 
    color: #64553c;
}
/*MAIN NAV STYLES*/
#nav {
    margin: 0 0 0 1px;
    padding: 0;
    list-style: none;
    height: 31px;
}  
#nav li {
    float: left;
    margin: 0 1px 0 0;
    padding: 0;
    height: 31px;
    position: relative;
} 
#nav a { 
    background: url(images/bg_navtabs.gif) no-repeat;
    display: block;
    text-indent: -9999px;
    width: 84px;
    height: 31px;
    clip: rect(0, 95px, 31px, 0)
}  
#nav a.store,
#nav a.about,
#nav a.contact {
    width: 85px;
}


#nav a.home { background-position: 0 0; }
#nav a.calendartab { background-position: -85px 0;}
#nav a.news { background-position: -170px 0;}
#nav a.forum { background-position: -255px 0;}
#nav a.photos { background-position: -340px 0;}
#nav a.support { background-position: -425px 0;}
#nav a.store { background-position: -510px 0;}
#nav a.about { background-position: -596px 0;}
#nav a.contact { background-position: -682px 0;}



#nav a.home:hover { background-position: 0 -32px;}
#nav a.calendartab:hover { background-position: -85px -32px;}
#nav a.news:hover { background-position: -170px -32px;}
#nav a.forum:hover { background-position: -255px -32px;}
#nav a.photos:hover { background-position: -340px -32px;}
#nav a.support:hover { background-position: -425px -32px;}
#nav a.store:hover { background-position: -510px -32px;}
#nav a.about:hover { background-position: -596px -32px;}
#nav a.contact:hover { background-position: -682px -32px;}



#nav .activeChild a.home { background-position: 0 -64px;}
#nav .activeChild a.calendartab { background-position: -85px -64px;}
#nav .activeChild a.news { background-position: -170px -64px;}
#nav .activeChild a.forum { background-position: -255px -64px;}
#nav .activeChild a.photos { background-position: -340px -64px;}
#nav .activeChild a.support { background-position: -425px -64px;}
#nav .activeChild a.store { background-position: -510px -64px;}
#nav .activeChild a.about { background-position: -596px -64px;}
#nav .activeChild a.contact { background-position: -682px -64px;}

/*HEADER AREA STYLES HOMEPAGE*/
h1#LogoText{
    text-indent: -9999px;
    background: url(images/bg_logotext.gif) no-repeat 0 37px;
    width: 768px;
    height: 117px;
    margin: 0;
    padding: 0;
}
.home h1#LogoText { /* overwrite for homepage */
    height: 84px;
}
.logoLink {
    display: block;
    background: url(images/hccp_logo_small.png) no-repeat;
    position: absolute;
    z-index: 50;
    left: 23px;
    top: 18px;
    width: 87px;
    height: 87px;
}
.home .logoLink { /* overwrite for homepage */ 
    display: block;
    background: url(images/hccp_logo.png) no-repeat;
    left: 10px;
    top: 14px; 
    width: 116px;
    height: 116px;
}
#UtilWrapper {

    position: absolute;
    right: 20px;
    top: 0;
    background: url(images/bg_utilitytab.gif) repeat-x top;
}
#UtilWrapper .left {

    background: url(images/bg_utilitytab_left.gif) no-repeat left top;
}
#UtilWrapper .right {

    background: url(images/bg_utilitytab_right.gif) no-repeat right top;
    height: 29px;
    padding: 7px 20px 0;
}
#UtilWrapper a {
    background: url(images/bg_util-linkarrow.gif) no-repeat right;
    padding-right: 11px;
    text-decoration: none;
    color: #023467;
}
#UtilWrapper a:hover {
    color: #b09e36;
}

/* FOOTER AREA STYLES */
#FooterWrapper {
	text-align: center;
	margin: 0 20px;
	padding : 15px 0 20px 0;
}
#FooterWrapper a img {
    display: none;    
}
#FooterNav {
	height: 25px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#FooterNav li {
	margin: 0;
	padding: 0 20px; 
	text-align: center;
	display: inline;
}
#FooterNav li a {
	font-size: 1.2em;
	color: #023467;
}
#FooterWrapper a {
	color: #023467;
}
#FooterNav li a:hover, #FooterWrapper a:hover {
	color: #023467;
	text-decoration: none; 
}
#FooterWrapper p, #FooterWrapper p a {
	font-size: 1em;
	margin: 0;
    color: #b09e36;
}
.develisys {
    text-decoration: none;
}


/*CONTENT AREA STYLES*/
#ContentWrapper{
    background: url(images/bg_contentwrapper.gif) no-repeat center 4px;
    overflow: hidden;
}
#Content, #ColumnOne, #ColumnTwo {
    float: left;
}
#Content {
    min-height: 300px;
    margin: 20px 10px 0; /* width = 749px */
    padding: 0 0 30px 0;
}
#ColumnOne {
    width: 205px; 
}
#ColumnTwo {
    width: 544px;
} 
.home #ContentWrapper { /* overwrite for homepage */
    background: none;
}
.home #ColumnOne { /* overwrite for homepage */
    width: 465px;
}
.padder {
    padding-right: 18px;
}
.home #ColumnTwo { /* overwrite for homepage */
    width: 284px;
}
.home #ColumnTwo .padder {
    padding: 0;
}
#Content h1 {
    font-size: 25px;
	color: #023467;
    font-weight: normal;
}
.home #Content h1 {
    padding: 0;
}
#Content p {
    color: #64553c;
    font-size: 1.2em;
    line-height: 1.6em;
}
.ul, .dl {
    list-style: none;
    font-size: 1.2em;
    color: #64553c;
    margin: 5px 0 10px 0;
    padding: 0;
}
.ul li, .dl dd {
    padding: 3px 0; 
}
.dl dt {
    font-weight: bold;
}
.dl dd {
    margin: 0 0 8px 0;

}
#Content a {
    color: #5396DF;
}
#Content a:visited {
    color: #b09e36;
}
#Content a:hover, #Content a:active {
    color: #b09e36;
    text-decoration: none;
}
h2 {
    font-size: 1.7em;
    font-weight: normal;
    color: #033569;
    padding-bottom: 1px;
    border-bottom: 1px solid #efe9da;
}
h3 {
    font-size: 1.3em;
    font-weight: normal;
    color: #033569;
}
#NewsList {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}
#NewsList dt {
    margin: 10px 0 2px 0;
}
#Content .newsDate {
    color: #053586;
    margin: 0;
    padding: 0;
    font-size: 1.0em;
}
#NextPrevWrapper{
    padding: 20px;
    margin-top: 15px;
    border-top: 1px dotted #E1D06B;
}
#NextPrevWrapper .previous {
    float: left;
}
#NextPrevWrapper .next {
    float: right;
}



/*HOMEPAGE BANNER STYLES*/
#BannerMessageWrapper {
    position: absolute;
    width: 727px; 
    height: 62px;   
    left: 19px;
    bottom: 3px;
    color: #aecced;
}
#BannerMessageWrapper h3, #SponsorWrapper h3 {
    font-variant: small-caps;
    font-size: 1.4em;
    letter-spacing: .6em;
    font-weight: normal;
    margin: 15px 15px 0 0;
    padding: 0 0 3px 0;
    border-bottom: 2px dotted #aecced;
    color: #aecced;
}
#BannerMessageWrapper p {
    font-size: 1.0em;
    margin: 0 15px 0 0;
    padding: 3px 0 0 0;
}
#BannerMessageWrapper ul {
    margin: 2px 0 0 15px;
    padding: 0;
}
#BannerMessageWrapper li {
    margin: 0;
    padding: 2px 0;
}
#SpotlightBox, #MembershipBox {
    float: left;
    width: 49%;
    position: relative;
}
#SpotlightBox h3 {
    background: url(images/bg_headlightsarrow.gif) no-repeat left;
    padding-left: 22px;
    margin-top: 0;
}
#MembershipBox .join { /* alter png for ie6 in ie.css */
    display: block; 
    width: 105px;
    height: 44px;
    background: url(images/pic_becomeamember.png) no-repeat;
    position: absolute;
    right: 0;
    top: 5px;
    text-indent: -9999px;
}
#NewsWrapper { 
    padding: 10px 0 0 15px;
    background: url(images/bg_eventwrapper.gif) no-repeat 0 top;
    min-height: 150px;
    position: relative;
}
#EventWrapper {
    padding: 0 0 10px 15px;
    background: url(images/bg_newswrapper.gif) no-repeat 0 bottom;
    min-height: 150px;
    position: relative;
}
h2 a.newsLink {
    position: absolute;
    right: 0;
    top: 7px;
    padding: 2px 17px 2px 0;
    background: url(images/bg_linkfile.gif) no-repeat right;
    font-family: verdana;
    font-size: 10px;
} 
h2 a.calendarLink {
    position: absolute;
    right: 0;
    top: 7px;
    padding: 2px 17px 2px 0;
    background: url(images/bg_calendarlink.gif) no-repeat right;
    font-family: verdana;
    font-size: 10px;
}
#LeftNav {
    list-style: none;
    margin: 0;
    padding: 0;
}
#LeftNav li {
    float: left;
    margin: 0 0 4px 0;
    padding: 0;
}
#LeftNav li a {
    display: block;
    width: 187px;
    height: 55px;
    background: url(images/bg_lefnav.gif) no-repeat left -2px;
    font-size: 1.8em;
    color: #fff;
    font-family: georgia, serif;
    text-decoration: none;
}
#LeftNav li a:visited {
    background: url(images/bg_lefnav.gif) no-repeat left -2px;
    color: #fff;
}
#LeftNav li a:hover {
    color: #b09e36;
    background: url(images/bg_lefnav.gif) no-repeat left -60px;
}
#LeftNav li a.active {
    background: url(images/bg_lefnav.gif) no-repeat left -118px;
}
#LeftNav li a img {
    float: left;
    margin: 5px
}
#LeftNav li a span {
    float: right;
    display:inline;
    width: 100px;
    margin-right: 30px;
    padding-top: 8px;
    text-align: left;
    cursor: pointer;
    line-height: 1.1em;
}
#JoinWrapper {
    margin: 25px 0;
}
#SponsorWrapper a {
    float: left;
    width: 134px;
    margin-top: 5px;
    margin-right: 1px;
}
#ColumnOne #SponsorWrapper {
    float: left;
    margin-top: 20px;
    width: 100%;
}
#ColumnOne #SponsorWrapper a {
    float: left;
    width: 134px;
    margin-top: 5px;
    margin-right: 1px;
}


/* CONTACT FORM STYLES */
form{
	margin-top: 0;
	padding-top: 0;
}
input, select {
	font-size: 1.0em;
	margin-top: 3px;
    letter-spacing: .1em;
    
}
textarea {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 1.0em;
    letter-spacing: .1em;
}
.btnSubmit {
    display: block;
	margin: 0 0 15px 0;
	padding: 7px 10px;
    clear: both;
}   
label {
	display: block;
	margin-top: 5px;
	font-size: 1.2em;
    color: #64553c;
}
.fred {
	float: left;
	margin: 8px 8px 8px 0;
}

/*BOARD OF DIRECTORS PAGE STYLES*/
.hide {
    display: none;  
}
.dl .activeBio, li.activeBio {
    background: #FCF9EA;
    border-bottom: 3px solid #F0E28F;
    padding: 10px;
}
.inactiveBio {
    background: trasparent;
}
.dl table td, li table td {
    font-size: 10px;
    vertical-align: top;
}
.dl table td img, li table td img {
    margin: 5px 7px 0 0;

    border: 1px solid white;
}

/*FOUNDERS AND PAST PRESIDENTS PAGE*/
#FoundersTable {
    width: 100%;
}
#FoundersTable td {
    padding-bottom: 12px;
    padding-top: 10px;
    text-align: center;
    width: 33%;
    font-weight: bold;
}
#FoundersTable img {
    display: block;
    padding: 3px;
    border: 1px solid #c2c2c2;
    margin: 0 auto;
}

/*LIGHTBOX STYLES*/
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left bottom no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right bottom no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #fff;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}

/*NEWS PAGE STYLES*/
#HeadLinesWrapper {
    padding-bottom: 5px;
}
#HeadLinesWrapper p {
    font-size: 1.0em;
    margin: 0 0 10px 0;
    padding: 0 0 0 9px;
    background: url(../gui/images/bg_headlinesarrow.gif) no-repeat left 2px;
}
#HeadLinesWrapper p span {
    color: #64553c;
}

#CalendarListWrapper {
    padding-bottom: 5px;
}
#CalendarListWrapper p {
    font-size: 1.0em;
    margin: 0 0 10px 0;
    padding: 0 0 0 9px;
    background: url(../gui/images/bg_headlinesarrow.gif) no-repeat left 2px;
}
#CalendarListWrapper p span {
    color: #64553c;
}

.abstractWrapper div {
    background: #FCF9EA;
    border-bottom: 3px solid #F0E28F;
    margin-bottom: 10px;
}
.abstractWrapper p {
    margin-top: 0;
    padding: 10px 5px 0 5px;
}
.abstractWrapper h2 {
    margin-bottom: 0;
}


/*CALENDAR STYLES*/
#CalendarTable {
    font-size: 1.1em;
    width: 100%;
}   
#CalendarTable th{
    text-align: left;
    font-weight: bold;
    padding: 6px 5px;
    background: #F0E28F;
}
#CalendarTable td{
    background: #FCF9EA;
    padding: 8px 5px 8px;
    border: 1px solid #fff;
}
#CalendarTable td.calEventAbstract{
    padding: 8px 5px 15px;
    background: #FCF9EA;
    border: 1px solid #fff;
    border-bottom: 20px solid #fff;
    font-size: 11px;
}
#CalendarTable td.calEventAbstract p{
    font-size: 11px;
}


/*Links*/
#Links div {
	float: left; 
	width:152px; 
	margin-right: 33px; 
	margin-bottom: 30px;
	height: 140px;
}
#Links div.last{
	margin-right: 0;
}
#Links a,
#Links a:hover {
	text-decoration: none;
	font-size: 1.1em;
	line-height: 1.4em;
}
#Links img {
	border: 1px solid gray;
	display: block;
	margin-bottom: 5px;
}


