.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
 clear: both;
 height: 0px;
}

/* Main Text Definitions */

body {
 background: #782F29;
 color: #fff;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 margin: 0;
}

h1, h2, h3, h4 {
 color: #412126;
 font-weight: normal;
}
h1 {font-size: 140%; margin-top: 0;}
h2 {font-size: 120%; margin-bottom: 8px;}
h3 {font-size: 100%; margin-bottom: 6px;}
h4 {font-size: 100%; margin-bottom: 3px;}

a img {border: 0;}
a {color: #412126;}
a:hover {color: #BB6836;}
a img {border: 0;}

p {margin-top: 0;}

/* Generic Layout Definitions */
#container {width: 750px; margin: 10px auto; font-size: 70%; border: 1px solid #fff;}
#logo {float: left; width: 574px; height: 176px; background: url(../images/chesterhill_stud.jpg); border-right: 1px solid #fff; border-bottom:  1px solid #fff;}
#logoPic {float: right; width: 175px; height: 177px;}
#navigation {float: left; padding-left: 38px; width: 712px; height: 32px; background: url(../images/nav_bg.gif);}
#main {float: left; width: 750px; background: url(../images/main_bg.gif) repeat-y;}
#subContent {float: right; width: 175px;}
#mainContent {float: left; width: 498px; padding-top: 26px; padding-bottom: 26px; padding-left: 38px; padding-right: 38px; color: #412126;}
#footer {float: left; padding-top: 6px; padding-left: 38px; width: 712px; height: 18px; background: #f0f0f0; color: #999; font-size: 90%; border-top: 1px solid #fff;}

/* Page layout */

p.address {padding-left: 38px; padding-top: 128px; color: #F7F5E3;}

img.subHeading {
 margin-bottom: 6px;
}
div#gallery {
 margin-top: 12px;
}
div#gallery img {
 display: inline;
}
div#links {
 padding: 14px;
}

table.stats {
 border-top: 1px solid #F7F5E3;
 border-left: 20px solid #f7f5e3;
}
table.stats td {
 padding-right: 10px;
 padding-top: 4px;
 padding-bottom: 4px;
 padding-left: 4px;
 border-bottom: 1px solid #F7F5E3;
}

.progeny {float: left; margin-bottom: 20px; width: 495px;}
.progenyPic {float: left; width: 300px; margin-right: 5px; display: inline;}
.progenyPic img {margin-bottom: 5px;}

.progeny h2 {font-weight: bold;  border-bottom: 1px solid #F7F5E3;}


/* Navigation Definitions */

/* Main navigation */
#navigation ul {
 float: left;
 list-style: none;
 padding: 0;
 margin: 0;
} 
#navigation ul li {
 float: left;
 margin-right: 30px;
}
#navigation ul li a {
 float: left;
 display: block;
 color: #F7F5E3;
 padding: 9px 0;
 text-decoration: none;
}
#navigation ul li a:hover {
 color: #fff;
}





/* Footer navigation */
#footer a {
 color: #999;
 margin-left: 15px;
 text-decoration: none;
}
#footer a:hover {
 color: #666;
}
#footer #footerLinks {
 float: left;
 width: 500px;
 margin: 0;
 padding: 0;
}
#footer #credit {
 float: right;
 width: 125px;
 margin: 0;
 padding: 0;
}
#footer #credit a {
 margin: 0;
}

/* Forms */
#nominationForm input {
 font-size: 80%;
}
FORM {
 padding: 0;
 margin: 0;
 border: 0;
}
textarea {
 font-size: 95%;
 font-family: verdana, arial, helvetica, sans-serif;
 width: 250px;
 height: 80px;
}


p.formRow {
 margin-top: 0px;
 margin-bottom: 4px;
}
.formLabel {
 width: 200px;
}
.fmField {
 width: 150px;
 font-size: 90%;
 color: #004671;
}
.fmFieldSml {
 width: 60px;
 font-size: 90%;
 color: #004671;
}
select {
 font-size: 90%;
 color: #004671;
}
.fmButton {
 background: #9AD53A;
 color: #fff;
 font-weight: bold;
 border: 0;
}


