﻿/** normalize mark-up ***/

html, body, div, p, h1, h2, h3, h4, h5, h6, table, img, ul, li, i, pre, fieldset, ol, h1, h2, h3, h4, h5, h6, img
{
    padding: 0;
    margin: 0;
    border: 0;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
    display: inline;
}

ul, ol
{
    list-style: none;
}

/*** Home Page / Section Page ***/
/** basic layout **/

body
{
    text-align: center;
    padding: 0;
    margin: 0;
    font-family: Arial;
    font-size: 12px;
}

#home_container
{
    width: 700px;
    margin: 0px auto;
    text-align: left;
}

#home_logo
{
    height: 88px;
    padding-top: 84px;
    margin:0px;
}

#search_container
{

    padding: 30px 70px 30px 70px;
    text-align: center;
    width: 560px;
    height: 140px;
    background-color: #003d8f;
    background-image: url(/assets/home/search_box_blue.jpg);
    background-position: top left;
    background-repeat: no-repeat;

}

/** header ***/

#header
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 20px;
    display: block;
    width: 100%;
    font-family: "Trebuchet MS" , Genevia, Arial;
    height: 12px;
    background: #003D8F;
}

#header a
{
    color: #393139;
    font-size: 12px;
}

#header_links
{
    float: left;
    display: block;
    width: 240px;
}

.header_tab
{
    background-image: url(/assets/header/tab_bg.gif);
    background-position: top left;
    background-repeat: repeat-x;
}

.header_tab_left
{
    background-image: url(/assets/header/tab_left.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width: 24px;
    height: 34px;
    display: block;
    float: left;
}

.header_tab_right
{
    background-image: url(/assets/header/tab_right.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width: 24px;
    height: 34px;
    display: block;
    float: left;
}

.header_tab_content
{
    float: left;
    background-image: url(/assets/header/tab_bg.gif);
    background-position: top left;
    background-repeat: repeat-x;
    height: 34px;
}

.header_tab_content ul
{
    margin-top:6px;   
}

.header_tab_content li a
{
    padding: 0 10px 0 10px;
    
}

.header_tab_content ul li a
{
    font-size:14px;
    text-decoration:none;
    color:#919292;
	
}

.header_tab_content li:first-child a
{
    color:#7AC142;

}

.header_tab_content ul li a:hover{
	text-decoration:underline;

}


#header_signup
{
    float: right;
    display: block;
     margin-right:30px;
    position:relative;
    z-index:10;
}

#header a
{
    font-family: Arial;
    font-size:14px;
}
#header li, .header_tab_content li
{
    display: inline;
}

#header li a
{
    padding: 0px 10px 0px 10px;
}

#header_tab_content ul li
{
    display: list-item;
}

#header input
{
    font-size: 10px;
}

/*** home search box ***/

#search_box
{
    text-align: left;
    width:710px;
}

#search_container
{
    padding: 10px 40px 30px 40px;
    text-align: center;
    width: 620px;
    height: 160px;
    background-image: url(/assets/images/bubblebackground.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-color:#fff;
}

#search_bubble_main, #search_bubble
{
    background-color:#fff;
    margin:0;
    padding:0;       
}

#result_search_bar
{
    padding-top:30px;
    margin-bottom:30px;
}

#search_bubble_main
{
    float: left;
    height:100px;
    background-image: url(/assets/images/insidebubble.jpg);
    background-repeat:no-repeat;
    width: 556px;
    padding: 0 30px;
}

#search_bubble_left
{
    float: left;
    width: 12px;
    height: 90px;
    background-color: #f7f2e3;
    background-image: url(/assets/home/bubble/b_left.gif);
    background-repeat: no-repeat;
}

#search_bubble_right
{
    float: left;
    width: 12px;
    height: 90px;
    float: right;
    background-color: #f7f2e3;
    background-image: url(/assets/home/bubble/b_right.gif);
    background-repeat: no-repeat;
}



.txt_search
{

    font-size: 14px;
    float: left;
    height: 26px;
    width: 517px;
    border: solid 1px #fff;

}


#search_cats ul
{
    color: #fff;
    padding: 16px 0px 0px 12px;
}
#search_cats ul li a
{
    color: #919292;
    font-weight: bold;
    padding:10px 30px 15px 10px;
    text-decoration: none;
    display: block;
    float: left;
}

#search_cats ul li a.selected, #search_cats li:hover a
{
    color: #7ac142;
    font-weight: bold;
    text-decoration:none;
    cursor:pointer;
}
#search_cats ul li a:hover
{
    color: #7ac142;
    font-weight: bold;
    text-decoration:none;
}

#search_cats ul li
{
    display: inline;
    text-align:center;

}

#search_cats ul li img
{
    display:block;
    float:left;
    
}


#search_cats_pointer
{
    height: 12px;
    width: 9px;
    background-image: url(/assets/link_pointer.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-left: 7em;
}
#search_bubble
{

    overflow: visible;

}



#search_bubble_main
{
    float: left;
    height:100px;
    background-image: url(/assets/images/insidebubble.jpg);
    background-repeat:no-repeat;
    width: 556px;
    padding: 0 30px;
}



#search_bubble_left
{
    float: left;
    width: 12px;
    height: 90px;
    background-color: #f7f2e3;
    background-image: url(/assets/home/bubble/b_left.gif);
    background-repeat: no-repeat;
}

#search_bubble_right
{
    float: left;
    width: 12px;
    height: 90px;
    float: right;
    background-color: #f7f2e3;
    background-image: url(/assets/home/bubble/b_right.gif);
    background-repeat: no-repeat;
}



#search_box_button
{
    height: 30px;
	padding:3px 0 0 0;
	background-color:#fff;
	margin: 32px 0 0 0;
	width:550px;
	border: solid 1px #cc9933;
}
#search_services
{
    margin-top: 8px;
    font-size: 11px;
}

#search_services li
{
    display: inline;
}
#search_services li a
{
    color: #000;
    font-weight: normal;
    padding: 0px 30px 0px 20px;
}

#search_promo
{
    color: #fff;
    margin: 16px 30px 0px 30px;
}

/*** END -  home search box ***/

/*** mid promo ***/

#mid_promo
{
    text-align: center;
    margin-top: 30px;
}

#mid_promo li
{
    display: inline;
}

#mid_promo li a
{
    padding: 0px 10px 0px 10px;
}



/*** home_directory ***/

#home_directory
{
    margin: 20px 10px 30px 10px;
    width: 680px;
    height: 164px;
}


#home_directory h3
{
    font-weight: bold;
}

#home_top_tabs a, #home_bottom_tabs a
{
    font-size: 12px;
    padding: 3px;
    float: left;
    margin: 0px 3px 0px 0px;
    border: solid 1px #ccc;
    text-decoration: none;
    color: #666;
    font-weight: bold;
}

#home_top_tabs a
{
    border-bottom-color: #48f;
}

#home_bottom_tabs a
{
    border-top: 0px;
}


#home_top_tabs a.selected, #home_bottom_tabs a.selected
{
    height: 22px;
    position: relative;
    top: -6px;
    border-color: #48f;
    color: #000;
    z-index:10;
}

#home_top_tabs a.selected
{
    border-bottom: none;
}

#home_top_tabs a:hover, #home_bottom_tabs a:hover
{
    color: #111;
    background: #F0E68C;
}



#home_top_tabs ul
{
    height: 22px;
    border-bottom: solid 1px #48f;
}

#home_bottom_tabs ul
{
    /*height:30px;*/
    border-top: solid 1px #48f;
}

#home_directory li
{
    display: inline;
}

#home_directory li a
{
    background-color: #fff;
}

/** update **/

#home_directory #master_tab_content, #home_top_tabs ul, #home_top_tabs ul li a, #home_bottom_tabs ul
{
    border-color: #DEDEDE;
    
}

#home_bottom_tabs a 
{

    color:#919292;
    
}

#home_top_tabs a, #home_bottom_tabs a
{
    border: solid 1px #DEDEDE;
    
}

#home_top_tabs a.selected, #home_bottom_tabs a.selected
{
    border: solid 1px #DEDEDE;
    color:#7AC142;
    background-color:#fff;
}

#home_top_tabs a.selected
{
    border-bottom: none;
    
}
#home_bottom_tabs a.selected
{
    border-top: none;
    
}


#home_top_tabs, #home_bottom_tabs, #home_directory
{
    background:#fff;
    
}

#home_top_tabs a:hover, #home_bottom_tabs a:hover
{
    background-color:#fff;
    
}

#home_top_tabs a.selected:hover, #home_bottom_tabs a.selected:hover
{
    background-color:#fff;
    
}

#home_directory .tab_content a {

color:#919292;
}
/** end **/


#home_directory #master_tab_content
{
    border: solid 1px #cccccc;
    border-top: 0px;
    border-bottom: 0px;
    height: 140px;
    background: #fff;
    display:block;
}

#home_directory .tab_content
{
    padding: 10px;
    background: #fff;
    font-size: 12px;
    text-transform: capitalize;
}

#home_directory .tab_content a
{
    font-size: 10px;
    font-family: verdana,tahoma,helvetica;
    margin-right: 9px;
}

#home_directory #master_tab_content, #home_top_tabs ul, #home_top_tabs ul li a, #home_bottom_tabs ul
{
    border-color: #DEDEDE;
    
}

/*** footer ***/

#footer
{
    text-align: center;
    clear: both;
    margin-top: 30px;
}

#footer li
{
    display: inline;
}

#footer li a
{
    padding: 0px 5px 0px 5px;
}

#footer_services
{
    margin-bottom: 30px;
    clear: both;
}

#footer_links
{
    margin-bottom: 30px;
}


