﻿body {
    margin: 0;
    background: #dddddd;
    font-family: "Tw Cen MT", "Century Gothic", Futura, "URW Gothic L", Arial, sans-serif;
    color: #333333;
}

a {
    color: #333333;
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    font-weight: normal;
}

.rightalignimg {
    float: right;
    margin-right: 10px;
}

.mainDiv {
    width: 1000px;
    margin: 0 auto;
    background: white;
    clear: left;
    min-height: 500px;
}

.navDivOuter {
    width: 100%;
    float: left;
    height: 40px;
    background: black;
    clear: both;
}

.headerDiv {
    width: 1000px;
    height: 100px;
    margin: 0 auto;
    background: white;
}
.footerDiv {
    width: 100%;
    background: black;
}
.footerInnerDiv {
    width: 1000px;
    margin: 0 auto;
    min-height: 200px;
    background: black;
    padding: 20px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .footerDiv a {
        color: white;
    }

.footerMenu {
    width: 540px;
    margin: 0 auto;
}
.footerMenuSeparator, .footerMenuItem {
    float: left;
}

.footerMenuSeparator {
    width: 20px;
}

.homepageBoxes {
    margin-left: 1px;
    height: 250px;
}

.thirdBox{
    width: 332px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #eeeeee;
    padding: 10px;
    float: left;
    margin-right: 1px;
    height: 250px;
    margin-top: 1px;
    position: relative;

}
    .thirdBox h2, .blogHomeDiv h2 {
        
        font-size: 1.7em;
        color: #999999;
        width: 100%;
        text-align: center;
        float: none;      
    }
    .thirdBox a {
        color: #333333;
        right: 10px;
        bottom: 10px;
        position: absolute;
    }

.blogHomeDiv {
    width: 870px;
    margin: 10px auto;
    min-height: 150px;
    clear: left;
    float: none;
    background: white;    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #333333;
    
}

    .blogHomeDiv h2 {
        float: left;
        width: auto;
        text-align: left;
        margin-left: 30px;
        color: #333333;
    }

.blogPageDiv, .contactusPageDiv, .contentPageDiv, .overbrookPageDiv {
    padding: 20px;
}



/* Menu Style Neccessities - Do No Change*/ 
    
/* Main Menu - Basic necessities - Do not change*/
ul.topnav 
{
     display: block;
     list-style: none;  
     padding: 0;  
     margin: 0;  
     float: left;  
 }
 ul.topnav li {
     float: left;  
     margin: 0;  
     padding: 0;
     position: relative; 
     display: block;
 }

 ul.topnav li a{  
     padding: 0;  
     border: 0;
     display: block;  
     text-decoration: none;  
     float: left;
     cursor: pointer;
 }
 
ul.topnav li a img
{
    border: 0;
}

/* subnav - Basic necessities - Do not change*/ 
ul.topnav li ul.subnav {
     list-style: none;  
     position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
     left: 0; 
     margin: 0; 
     padding: 0;  
     display: none;  
     float: left;
 } 
  ul.topnav li ul.subnav li{  
     margin: 0; 
     padding: 0;
     clear: both;
 }  
 ul.topnav li ul.subnav li a {
    white-space: nowrap;
    display: block;
    cursor: pointer;
 }
 
/* End Menu Style Neccessities */ 


/* -- use these styles for customization -- */
/* Main Menu (entire) */
ul.topnav { 
    background: black;  
    font-size: 1.4em;
    width: 1000px;
    margin: 0 auto;
    float: none;
}
/* Main Menu Items */
ul.topnav li
{
    color: #FFFFFF;
}
/* Main Menu Item link */
ul.topnav li a
{
    color: #FFFFFF;
    padding: 9px 34px 5px;
    cursor: pointer;
    display: block;
    font-weight: bold;
}

ul.topnav li span
{
    color: Black;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 3px; 
    cursor: default;
    display: block;
}

/* Main menu item background color */
ul.topnav li:hover
{
}

/* (entire) submenu  */
ul.topnav li ul.subnav 
{
    background: #F9F9F9;  
    border: 1px solid #111;      
    font-weight: bold;
}

/* submenu item */
ul.topnav li ul.subnav li
{
    border-bottom: 1px solid #444;
}

/* Arrows for main menu */
ul.topnav li.hasChildren, ul.topnav li.hasChildrenDown
{
    background: url("images/arrow.png") right 5px;
    background-repeat: no-repeat;
    background-position: 90%;
}

/*ul.topnav li.hasChildrenDown
{
    background-image: url("/include/images/icons/arrowdown.png");    
    background-position:  10px 50%;
    background-repeat: no-repeat;
}*/

/* submenu item hover */
ul.topnav li ul.subnav li:hover
{
    background: #99CFE1;
}

/* submenu link */
ul.topnav li ul.subnav li a
{
    color: black;
    padding-left: 20px;
    padding-right: 20px; 
    padding-top: 5px;
    padding-bottom: 7px; 
}


/* JQUERY Slideshow */
#container {
    clear: both;
    width: 1000px;
    height: 230px;
    background: #EEEEEE;
    position: relative;
}

div#herodiv {
	clear: both;
    width: 1000px;
    height: 230px;
    overflow: scroll; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */
	position: relative; 
	z-index: 5;
}

div#container #prev 
{
    display: none;
	float: left; margin: 0 0 0 0;
	position: absolute; 
	top: 40%;
}

div#container #next {
    display: none;
	float: right; margin: 0 0 0 0;
	position: absolute; 
	top: 40%;
}

div#container #prev a {
	background: transparent url("images/prev.png") no-repeat center center;
	height: 50px;
	width: 50px;
	text-indent: -9999px;
	outline: none;
	display: none;
}

div#container #next a {
	background: transparent url("images/next.png") no-repeat center center;
	height: 50px;
	width: 50px;
	text-indent: -9999px;
	outline: none;
	display: none;
}

div#container ul#slides {
	list-style: none;
}
div#container ul#slides li {
	margin: 0 0 0px 0;
}

#heroselector, #heroselector li
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#slides
{
    margin: 0;
    padding: 0;
    display: none;
}

#slides li
{
    
}

