/*
    ParkerBohn.com Website
    CSS Positioned
    by Dennis Hacker
*/

body  {
    font-family: Verdana, Geneva, sans-serif;    
    background: #000 url(../images/pageBackground.jpg) no-repeat;
	background-position: center top;
	background-attachment: fixed;
    margin: 0;          
    padding: 0;         
}

p, h1, h2, h3, h4, h5, h6, li {
    margin: 1ex 1em;
}

p {
	text-align: justify;
}

/* outerDiv wraps around the rest of the page */
div#outerDiv {
    width: 955px;       /* sets the content width */
    margin: 0 auto;     /* no top/bottom margin, centered horizontally */
    background: #fff url(../images/header.jpg) no-repeat;       
}

div#header {
    height: 150px;      
    position: relative;
}

div#midBanner {
	position: relative;
    height: 25px;
	background-color: #ED1F33;
}

div#content {
    background-color: #fff;
    padding: 5px;
}

#outerDiv a:link, #outerDiv a:visited {
    text-decoration: none;
    color: #ED1F33;
}

#outerDiv a:hover, #outerDiv a:active {
    color: #26356E;
}

/* ===== contact link ===== */

#outerDiv #contactButton {
    position: absolute;
    left: 50px;
    top: 0px;
}

#contactButton a:link, #contactButton a:visited{
    height: 29px;
    width: 86px;
    display: block;         
    text-indent: -1000em;   /* keep the text out of the display */
    background: url(../images/contact_icon_dual.gif) no-repeat left top;
    border: none;           
}

#contactButton a:hover, #contactButton a:active{
    background-position: left bottom;   
}

/* ===== facebook button ===== */

#outerDiv #facebook {
    position: absolute;
    left: 20px;
    top: 115px;
}

#facebook a:link, #facebook a:visited{
    height: 35px;
    width: 120px;
    display: block;         
    text-indent: -1000em;   /* keep the text out of the display */
    background: url(../images/facebookLink.png) no-repeat left top;
    border: none;           
}

/* ===== main navigation links ===== */

#midBanner #mainMenu {          
    position: absolute;
    left: 220px;
    bottom: 0px;
}

#mainMenu ul {               
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainMenu li {               
    float: left;
    margin: 0;
    padding:0;
}

#mainMenu li a:link, #mainMenu li a:visited {
    font-family: "Trebuchet MS", sans-serif;
    display: block;         
    color: #26356E;            
    text-decoration: none;  
    padding: 0 15px 0 30px; 
    margin-right: 10px;
    line-height: 25px;
    background: url(../images/navRollover.jpg) no-repeat left top;
    border: none;           
}

#mainMenu li a:hover, #mainMenu li a:active {
    color: #FEED55;         
    background-position: left bottom;      
}

/* ===== main page main content ===== */

#content div#mainContent {
    float: left;
    width: 600px;
    margin: 0 0;
    padding: 0 15px;
}

#mainContent p {
    font-family: Georgia, serif;
    font-size: 0.9em;
    line-height: 1.4em;
    color: #000;
    margin: 1ex 0;
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
    font-family: "Trebuchet MS", sans-serif;
}

#mainContent h1 {
    font-size: 1.6em;
    font-weight: bold;
    color: #ED1F33;
    margin: 0 0 .4ex 0;
}

#mainContent h2 {
    font-size: 1.2em;
    color: #26356E;
    margin: .4ex 0;
}

#mainContent h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #666;
    margin: 1ex 0 -.2ex 0;
}

#mainContent ul {
    font-family: Georgia, serif;
    font-size: 0.9em;
    margin: 0 0 1.4ex 0;
}

div#youtubeVid {
    margin: 2ex 0 2ex 1em;
}

/* ===== sidebar ===== */

#content div#sideBar {
    float: right;
    width: 265px;
    padding: 0 10px;
    margin: 0;
    border-left: solid #aaa 1px;
}

#sideBar p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #666;
	margin: 0 0 3ex 0;
	text-align: left;
}

#sideBar h3 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #26356E;
    text-align: left;
    margin: 1ex 0 .5ex 0;
}

#sideBar img {
    margin: 0 0 0 75px;
}

#sideBar img.photo {
    padding: 5px;
    border: 1px solid #999;
}

#sideBar ol {
    margin: .5em 0 1.5em 0 ;
}

#sideBar li {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 0.8em;
    color: #666;
    margin: .2em .5em;
}

/* ===== footer ===== */

div#footer {
    clear: both;
    background: transparent;
    margin: 0 auto;
    padding: 5px;
}

#footer p {
    font-family: "Trebuchet MS", sans-serif;
    font-size: .75em;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
}

#footer a {
    color: #ED1F33;
    text-decoration: none;
}

/* ===== subPage main content ===== */

#content div#subPageMainContent {
    float: left;
    width: 715px;
    margin: 0 0;
    padding: 0 15px;
}

#subPageMainContent p {
    font-family: Georgia, serif;
    font-size: 0.9em;
    line-height: 1.4em;
    color: #000;
    margin: 1ex 0;
}

#subPageMainContent h1, #subPageMainContent h2, #subPageMainContent h3, #subPageMainContent h4 {
    font-family: "Trebuchet MS", sans-serif;
}

#subPageMainContent h1 {
    font-size: 1.6em;
    font-weight: bold;
    color: #ED1F33;
    margin: 0 0 .4ex 0;
}

#subPageMainContent h2 {
    font-size: 1.2em;
    color: #26356E;
    margin: .4ex 0;
}

#subPageMainContent h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #666;
    margin: 1ex 0 -.2ex 0;
}

#content div#subPageSideBar {
    position: relative;
	float: right;
    width: 170px;
    padding: 0 10px;
    margin: 0;
    border-left: solid #aaa 1px;
	text-align: center;
}

#subPageSideBar img {
	margin: 0 auto;
	padding: 2px;
}

#subPageSideBar a img {
	text-decoration: none;
	border: none;
}

/* ===== fullPage main content ===== */

#content div#fullPageMainContent {
    float: left;
    width: 915px;
    margin: 0 0;
    padding: 0 15px;
}

#fullPageMainContent p {
    font-family: Georgia, serif;
    font-size: 0.9em;
    line-height: 1.4em;
    color: #000;
    margin: 1ex 0;
}

#fullPageMainContent h1, #fullPageMainContent h2, #fullPageMainContent h3, #fullPageMainContent h4 {
    font-family: "Trebuchet MS", sans-serif;
}

#fullPageMainContent h1 {
    font-size: 1.6em;
    font-weight: bold;
    color: #ED1F33;
    margin: 0 0 .4ex 0;
}

#fullPageMainContent h2 {
    font-size: 1.2em;
    color: #26356E;
    margin: .4ex 0;
}

#fullPageMainContent h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #666;
    margin: 1ex 0 -.2ex 0;
}

#fullPageMainContent img {
    margin: 0 auto;
}


/* ===== videos ===== */
#videos {
	text-align: center;
}

/* ===== calendar ===== */
#calendar {
	text-align: center;
}

/* ===== scholarship ===== */
.scholarshipHeader {
	text-align: center;
}

.scholarshipResults, .scholarshipPhotos {
	text-align: center;
}

.center {
	text-align: center;
}

div#photos {
	text-align: center;
}



























/* ===== miscellaneous styles ===== */

.clear { clear: both }

.imageCenter { text-align: center; }
