body {
margin: 0;
padding: 0;
background-color: #374764;
font: 12px Verdana, Arial, Helvetica, sans-serif;
color: #000000;
}

a:hover {
color: #00CC00;
}

.clearfloats {
clear: both;
}

/*---------------------------------*/

#major_container {
width: 1004px;
background: url(images/concrete_bg.jpg) 0 0 no-repeat;
margin: 0 auto;
}

#main_container {
width: 896px;
margin: 0 0 0 58px;
}

#top_logo_nav_header {
width: 896px;
height: 208px;
background: url(images/top_logo_nav_header.jpg) 0 0 no-repeat;
margin: 0;
padding: 0;
}

#flash_area {
width: 900px;
height: 299px;
background: url(images/flash_header_bg.jpg) 0 0 no-repeat;
}

#flash_area div {
float: left;
}



/*------------------------------*/

#top_navigation_bar {
width: 896px;
height: 55px;
position: absolute;
margin: 153px 0 0 0;
}

#top_navigation_bar a {
height: 55px;
float: left;
display: block;
}

#home_page_button a {
width: 74px;
background: url(images/home_button_over.jpg) 0 -55px no-repeat;
}

#about_us_button a {
width: 65px;
background: url(images/about_us_over.jpg) 0 -55px no-repeat;
}

#encapsulation_button a {
width: 124px;
background: url(images/encapsulation_over.jpg) 0 -55px no-repeat;
}

#basements_button a {
width: 101px;
background: url(images/basements_over.jpg) 0 -55px no-repeat;
}

#competition_button a {
width: 152px;
background: url(images/competition_over.jpg) 0 -55px no-repeat;
}

#radon_button a {
width: 70px;
background: url(images/radon_over.jpg) 0 -55px no-repeat;
}

#service_area_button a {
width: 110px;
background: url(images/service_area_over.jpg) 0 -55px no-repeat;
}

#testimonials_button a {
width: 114px;
background: url(images/testimonials_over.jpg) 0 -55px no-repeat;
}

#contact_us_button a {
width: 86px;
background: url(images/contact_over.jpg) 0 -55px no-repeat;
}

#top_navigation_bar a:hover  {
background-position: 0 0;
}

/*---------Active States------------*/

body#home_active #home_page_button a {
background-position: 0;
}

body#about_active #about_us_button a {
background-position: 0;
}

body#encapsulation_active #encapsulation_button a {
background-position: 0;
}

body#basements_active #basements_button a {
background-position: 0;
}

body#competition_active #competition_button a {
background-position: 0;
}

body#radon_active #radon_button a {
background-position: 0;
}

body#service_active #service_area_button a {
background-position: 0;
}

body#testimonials_active #testimonials_button a {
background-position: 0;
}

body#contact_us_active #contact_us_button a {
background-position: 0;
}

/*------Drop Down Menus------------*/

#drop_down_menus, #drop_down_menus_2 {
position: absolute;
background-color: #982626;
border: 1px #FFFFFF solid;
color: #FFFFFF;
top: 54px;
display: none;
}

#drop_down_menus ul, #drop_down_menus_2 ul {
list-style-type: none;
margin: 8px 8px 15px 8px;
padding: 0;
}

#drop_down_menus ul li,  #drop_down_menus_2 ul li{
border-bottom: 1px #FFFFFF solid;
}

#drop_down_menus ul li a, #drop_down_menus_2 ul li a {
display: block;
width: auto;
height: auto;
color: #FFFFFF;
text-decoration: none;
padding: 8px 12px 8px 12px;
float: none;
background-image: none;
}

#drop_down_menus ul li a:hover, #drop_down_menus_2 ul li a:hover {
background-color: #f7f93e;
color: #000000;
}

/*-------Magic-------------*/

#top_navigation_bar div:hover div, #top_navigation_bar div.over div {
display: block;
}


/*-------------------------------*/

#two_Column_container {
width: 896px;
background: #FFFFFF url(images/content_two_column_BG.jpg) 0 0 repeat-y;
}

#lefthand_content {
float: left;
width: 654px;
margin-bottom: 40px;
}

#lefthand_content h1 {
font: 16px Arial, Helvetica, sans-serif;
font-weight: bold;
margin: 20px 45px 20px 45px;
}

#lefthand_content h3 {
font: 16px Arial, Helvetica, sans-serif;
font-weight: bold;
margin: 20px 45px 20px 44px;
background-color: #374764;
width: 530px;
color: #FFFFFF;
padding: 6px 8px 6px 8px;
}

#lefthand_content p {
margin: 0px 45px 20px 45px;
line-height: 20px;
}

/*---------------------------*/

#righthand_column {
float: left;
width: 242px;
height: 500px;
}

#righthand_column p {
margin: 0;
}

/*----------------------------------*/

#bottom_navigation {
color: #FFFFFF;
font-size: 11px;
}

#bottom_navigation ul {
list-style-type: none;
margin: 28px 0 0 28px;
padding: 0;
}

#bottom_navigation ul li {
display: inline;
margin-right: 4px;
}

#bottom_navigation ul li a {
color: #FFFFFF;
text-decoration: none;
}

#bottom_navigation ul li a:hover {
color: #00CC00;
text-decoration: underline;
}

/*-------Cherryone Credit Line--------*/

#cherryone_creditLine {
width: 635px;
height: 80px;
font: 10px Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-weight: bold;
text-align: center;
margin: 30px auto 0 auto;
}

#cherryone_creditLine a {
color: #FFFFFF;
}


#cherryone_creditLine a:hover {
color: #00CC00;
}

/*END*/
