
/*****************************************
 CSS rules common to all, or most, of site
******************************************/

/************************
 Element Defaults
 (Keep minimal, prefer
 classes and IDs instead)
*************************/

:focus
{
    outline: 0;
}

a:link, a:visited
{
    color: #00557f;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

body
{
    background: #00557f;
    color: black;
    font: normal 12px 'Helvetica', 'sans-serif';
    margin: 0px;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0px;
}

img
{
    border: none;
    display: inline;
}

table
{
    border-collapse: collapse;
    border-spacing: 0px;
}

td
{
    vertical-align: top;
}

li
{
    color: #333333;
}

hr
{
    border-bottom: 1px solid #528ca8;
    border-top: none;
    border-left: none;
    border-right: none;
}

/***************
 Overall layout
****************/
#wrap
{
    background: url(/images/layout/body-background.jpg) top center repeat-x #d0e6fb;
    text-align: center;
}


/*******
 Header
********/
#header
{
    margin: 0px auto;
    padding: 5px;
    width: 960px;
    height: 235px;
    text-align: left;

}

#logo
{
    margin: 70px 0px 0px 10px;
    font: bold italic 26px 'Helvetica', sans-serif;
    color: #00557f;
}

#logo a:link,
#logo a:visited
{
    color: #00557f;
}

#logo a:hover
{
    text-decoration: none;
}

#logo a:link span,
#logo a:visited span
{
    font: italic 18px 'Helvetica', sans-serif;
}

#header-icons
{
    float: right;
    margin-top: 15px;
}

#header-icons img
{
    margin-right: 15px;
}

/**********
 Navigation
***********/
#navigation
{
    margin: 0px auto 10px auto;
    width: 960px;
    display: block;
    height: 30px;
    padding: 5px;
    border-bottom: 1px solid #528ca8;
}

#navigation li
{
    float: left;
    list-style: none;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    height: 30px;
}

#navigation li a:link,
#navigation li a:visited
{
    display: block;
    padding: 5px 10px;
    background: none;
    font: normal 12px 'Helvetica', sans-serif;
    border-right: 1px solid #528ca8;
    text-transform: uppercase;

}

#navigation li a:link.selected,
#navigation li a:visited.selected
{
   font-weight: bold;
}

#navigation li a:hover
{
    text-decoration: none;
    background: #f4f4f4;
}


/****
 Body
*****/
#page
{
    margin: 0px auto;
    padding: 5px 5px 75px 5px;
    width: 960px;
    text-align: left;
}

#page h1,
#page .calendarTitle
{
    color: #00557f;
    font: bold 20px 'Helvetica', sans-serif;
    line-height: 24px;
    margin-left: 10px;
}

#page h2
{
    color: #00557f;
    font: normal 20px 'Helvetica', sans-serif;
    line-height: 26px;
}

#page h2.column-heading
{
	margin-left: 7px;	
}

#page h3
{
    color: #00557f;
    font: bold 14px 'Helvetica', sans-serif;
    line-height: 19px;
    margin: 15px 0px 10px 0px;
}

#page h3 span
{
    font: normal 13px 'Helvetica', sans-serif;

}

#page p
{
    color: #333;
    font: normal 12px 'Helvetica', sans-serif;
    line-height: 18px;
}

#page li
{
    color: #333;
    font: normal 12px 'Helvetica', sans-serif;
    line-height: 18px;
}

#home-default
{
    width: 960px;
}

#home-default td.border
{
    width: 300px;
    padding: 0px 10px 0px 10px;
    border-right: 1px solid #528ca8;
    text-align: left;
}

#home-default td.column-right
{
	pading-right: 0px;	
	padding-left: 10px;
}


#home-default label
{
    width: 100px;
    padding: 5px 10px;
    clear: left;
}

.search-form
{
    margin-top: 30px;
}

#home-default input
{
    display: block;
    border: 1px solid #d0e5fc;
    background: white;
    padding: 5px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 135px;
    margin: 5px 0px 5px 120px;
}

#home-default input.contact,
#home-default textarea
{
    display: block;
    border: 1px solid #d0e5fc;
    background: white;
    padding: 5px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 280px;
    margin: 5px 0px 5px 120px;
}

#home-default select
{
    display: block;
    border: 1px solid #d0e5fc;
    background: white;
    padding: 5px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 155px;
    margin: 5px 0px;
}

#home-default input#search-submit,
#home-default input#form-submit
{
    float: right;
    color: white;
    background: #00557f;
    padding: 5px 10px;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 80px;
    margin-right: 35px;
}

#home-default input#form-submit
{
    margin-right: 175px;
}

#home-default #slideshow-banner
{
    margin-left: 10px;
}


#home-default img.banner
{
    margin-top: 45px;
}

/*******************************************
Featured Members, homepage and detailed view
********************************************/

#page #featured-home h3
{
    margin: 0px;
}

#page h4
{
    border-bottom: 1px dotted #528ca8;
    padding: 3px 0px;
    margin: 10px 0px;
}

.title
{
    height: 100px;
    width: 160px;
    position: relative;
}

.title h3
{
    position: absolute;
    top: 10px;
}

.logo
{
    float: right;
    margin-left: 10px;
}

.featured-text
{
    clear: right;
}

#featured-home
{
    background: white;
    padding: 12px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#page #home-default .border .details-title h1
{
    margin-left: 0px;
}

.details-logo
{
    float: right;
    margin: 0px 0px 10px 20px;
}

.details-information
{
    clear: left;
}

.details-information img
{
    margin: 20px 0px 10px 10px;
    float: right;
}

fieldset.details-information
{
    width: inherit;
}

/******************
 Featured Plumbers
******************/

tr.featured td
{
    background: #ffffff;
	font-weight: bold;
}

.users tr.featured td
{
	padding: 12px 5px 12px 20px;
}

tr.featured td a
{
    font-weight: bold;
}

/********
Sponsors
********/
div#sponsors-wrap
{
    /*background: url(/images/layout/sponsors-gradient.png) center repeat-y;*/
    z-index: 100;
    position: fixed;
    bottom: 0px;
    width: 100%;
    margin-left:
    height: 120px;
    text-align: center;
    background: white;
    border-top: 1px solid #528CA8;

}

div#sponsors
{
    width: 960px;
    margin: 0px auto;
    background: none;
    padding: 10px 0px;
}

div#sponsors table
{
    width: 960px;
}

div#sponsors table td
{
    vertical-align: middle;
    padding: 0px 3px;
}

div#sponsors table tr#two-sponsors td
{
    width: 155px;
    float: left;
}

/************
Sponsors Page
************/
div#page table#sponsors-table
{
    width: 620px;
    background: white;
}

div#page table#sponsors-table td
{
    vertical-align: middle;
    padding: 10px;
}

/******
 Footer
*******/
#footer
{
    margin: 0px auto;
    padding: 15px 5px 100px 5px;
    width: 960px;
    text-align: left;
    color: white;
}

#footer-links
{
    margin: 30px 10px;
    color: #528ca8;
}

#footer-links a
{
    color: white;
}

#footer-default
{
    width: 960px;
}

#footer-default td
{
    text-align: right;
    width: 33%;
    padding: 0px 10px 0px 10px;
}

#footer-default td.news
{
    padding: 0px 17px 0px 17px;
    border-right: 1px solid #528ca8;
    text-align: left;
}

#footer-default h3
{
    margin: 0px;
    font: bold 12px 'Helvetica', 'sans-serif';
    line-height: 16px;

}

#footer-default p
{
    margin: 0px;
    line-height: 16px;
}

#footer-default ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#footer-default li
{
    line-height: 16px;
}

#footer-default li a:link,
#footer-default li a:visited
{
    display: block;
    border-bottom: 1px solid #528ca8;
    padding: 3px 2px;
    color: white;
}

#footer-default td.border
{
    border-right: 1px solid #528ca8;
    text-align: left;
}

#footer-default a:link,
#footer-default a:visited
{
    color: white;
}

/***************
 Common Classes
****************/
.block
{
    display: block;
}

.inline
{
    display: inline;
}

.print-only
{
    display: none;
}


/**************
 CSS Rollovers
***************/
.rollover
{
    display: block;
    float: left;
    display: inline;
}

.rollover:hover
{
    visibility: visible;
}

.rollover img
{
    width: 100%;
    height: 100%;
    border: 0;
}

.rollover:hover img
{
    visibility: hidden;
}


.random-plumber
{
    background: rgba(255,255,255,0.5);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 3px 8px;
    margin: 10px 0px;
}

#page .random-plumber h3
{
    margin-top: 7px;
    margin-bottom: 5px;
}

#page .random-plumber p
{
    margin-top: 5px;
}

.users a:link.weblink,
.users a:visited.weblink
{
	border-radius: 3px;
	display: block;
	background: #e8f2fb;
	padding: 3px 5px;
	font-weight: normal;
	margin: 5px 0px;
	font-size: 11px;	
}

.users a:hover.weblink
{
	background: #c5dff8;
	text-decoration: none;	
}

