Blackburn Building Conservation LLC
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption,

/*
tbody, tfoot, thead, tr, th, td,
*/
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: disc;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* End Meyers CSS reset */

em
{
	font-style: italic;
}

strong
{
	font-weight: bolder;
}



#captcha
{
	position: absolute;
	left: 327px;
}

body
{
	background-color: #817D62;
	margin-top: 0;
	padding: 0px;

	background-position: center;
	background-repeat: repeat-y;
}





/* Wrapper around everything */
div.top_wrapper
{
	position: relative;	
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	border-width: 0px;
	border-bottom-width: 0;
	border-top-width: 0px;
	border-color: #111111;
	border-style: solid;
	padding: 0;
	background-color: #ffffcc;
/*
	top: 8px;
*/
}


/* Place top image */

#topper_image
{
	width: 956px;
	height: 28px;
	background-color: #817D62;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	position: relative;
/*
	border-bottom-width: 2px;
	border-style: solid;
	border-color: #111111;
*/
}


div.masthead
{
	position: center;
	left: 6px;
	top: 6px;
	margin: 0px;
	padding: 0px;
	border-style: none;
	border-width: 0;
	z-index: 9;
	
	/*
	height: 128px;
	*/
	
	background-color: #ffffcc;
	/*
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AAAAAA;
	*/
}

/* Div around the corner image */
div.corner_image_wrapper
{
	/*
	width: 350px;
	height: 100px;
	*/
	
	/*
	position: absolute;
	left: 4px;
	top: 4px;
	margin: 0;
	padding: 0;
	border-width: 0;
	*/
}


div.company_name
{
	position: absolute;
	left: 220px;
	top: 8px;
	color: #ffffcc;
	font-family: Times New Roman;
	font-size: 48px;
	font-weight: bold;
}


div.company_contact
{
	position: absolute;
	left: 220px;
	top: 74px;
	color: #ffffcc;
	font-family: Times New Roman;
	font-size: 36px;
	font-weight: bold;
}


div.masthead_menu_wrapper
{
	position: absolute;
	top: 21px;
	right: 0px;
	/*
	background-color: #a8b1d8;
	*/
	width: 600px;
	height: 100px;
	z-index: 8;
}

.masthead_menu .no_dropdown:hover
{
	text-decoration: underline;
}

div.clear_float
{
	width: 100%;
	clear: both;
	height: 0;
	margin: 0;
	border-width: 0;
	padding: 0;
}


div.nav_links
{
	/*
	clear: both;
	*/

	margin-top: 20px;
	margin-left: 14px;
	margin-right: 6px;
	margin-bottom: 0px;
	
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
/*	width: 124px; */
	width: 144px;
	float: left;
	
/*
	border-right-width: 1px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
*/
	border-width: 1px;
	
	border-style: solid;
	border-color: #111111;
	
	background-color: #817D62;
}

div.nav_links div
{
	background-color: #ffffcc;
	margin: 2px 5px 5px 5px;
	padding: 2px;
	text-align: center;
	border-style: solid;
	border-width: 2px;
	border-color: #ffffff;
}

div.nav_links a
{
	font-weight: normal;
	color: black;
	text-decoration: none;
}


div.nav_links a:hover
{
	text-decoration: underline;
}

div.main_content
{
	width: 720px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 190px;
	margin-right: 0;
	border-width: 0;
	padding-left: 4px;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-right: 4px;
	
/*
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AAAAAA;
*/
}

/* TinyMCE over-rides this
div.main_content img
{
	border-width: 2px;
	border-color: #a8b1d8;
	border-style: solid;
}
*/


div.main_content_rule
{
	height: 1px;
	width: 700px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-style: solid;
	border-color: #dddddd;
}

div.main_content_rule_2
{
	height: 1px;
	width: 700px;
	padding: 0;
	margin: 0;
	margin-top: 6px;
	margin-bottom: 16px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-style: solid;
	border-color: #AAAAAA;
}

div.footer
{
	clear: both;
/*
	width: 950px;
*/
/*
	margin-left: auto;
	margin-right: auto;
*/
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	padding-top: 15px;
	border-width: 0;
	border-top-width: 0px;
	border-color: #333333;
	border-style: solid;
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	background-color: #ffffcc;
	color: #222222;
	
	height: 100%;
}

.footer p
{
	margin-top: 14px;
	margin-bottom: 14px;
}


.footer a:link
{
	color: black;
	text-decoration: none;
}


.footer a:visited
{
	color: 333333;
	text-decoration: none;
}


.footer a:hover
{
	color: 333333;
	text-decoration: underline;
}


div.footer .bodytext_small
{
	margin-bottom: 30px;
	margin-top: 15px;
	padding: 0;
	border-width: 0;
}


div.footer_border
{
	clear: both;
	height: 1px;
	margin-left: 190px;
	margin-top: 40px;
	margin-bottom: 0px;
	
	padding: 0px;
	
	width: 700px;
	
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-style: solid;
	border-color: #AAAAAA;
}


.header
{
	font-family: Times New Roman;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	font-size: 24px;
	color: #000033;
	margin-top: 8px;
	margin-bottom: 12px;
}


/* Paragraphs in main content */
div.main_content p
{
	margin-top: 14px;
	margin-bottom: 14px;
}



.bodytext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-variant: normal;
	line-height: 20px;
	color: #333333;

/*	
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0;
	border-width: 0;
*/
}


.bodytext_small
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: normal;
	line-height: 20px;
	color: #333333;
}

.viewer_instructions
{
	color: #315b95;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

/*
.footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000033;
}
*/


/* Appearance for all links */
a:link
{
	color: #996600;
	text-decoration: underline;
}

a:visited
{
	color: #996600;
	text-decoration: underline;
}


a:hover
{
	color: #CC9900;
	text-decoration: underline;
}

/*
.navbuttons
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #00ccff;
	text-decoration: none;

}
*/

a.nav
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	line-height: 18px;
}

/*
a.nav:link
{
	color: #000000;
	text-decoration: underline;
}

a.nav:visited
{
	color: #000000;
	text-decoration: underline;
}

a.nav:hover
{
	color: #888888;
	text-decoration: underline;
}


.bodytext_small a:link
{
	color: #000000;
	text-decoration: underline;
}

.bodytext_small a:visited
{
	color: #000000;
	text-decoration: underline;
}

.bodytext_small a:hover
{
	color: #888888;
	text-decoration: underline;
}
*/

/* Style for links to external social/professional network sites */
.soc_link
{
	border-width: 0;
	margin-top: 10px;
	margin-left: 2px;
}

a.soc_link:link
{
	text-decoration: none;
}

a.soc_link:visited
{
	text-decoration: none;
}

a.soc_link:hover
{
	text-decoration: none;
}


/* Have to specify border colors for image links for IE */
a:link .img_link
{
	border-color: #000000;
}

a:visited .img_link
{
	border-color: #000000;
}

a:hover .img_link
{
	border-color: #888888;
}

p.back_to_site_section
{
	margin-top: 28px;
}






#contact_form_entry_add .bcms_text
{
	width: 200px;
	position: absolute;
	top: 2px;
	left: 380px;
}

#contact_form_entry_add .form_item
{
	position: relative;
	min-height: 28px;
}

#contact_form_entry_add .text_label
{
	position: absolute;
	top: 5px;
	right: 345px;
}



/*
#contact_form_entry_add .radio_input
{
	position: relative;
	top: 0;
	left: 0;
}

#contact_form_entry_add .radio_label
{
	position: relative;
	top: 0;
	left: 0;
}
*/


#contact_form_entry_add .radio_outer_label, #contact_form_entry_add .radio_inner_wrapper
{
	margin-left: 326px;
}





#contact_form_entry_add .textarea_label, #contact_form_entry_add  .textarea_wrapper
{
	margin-left: 326px;
}

.contact_submit
{
	margin-left: 326px;
}

.contact_form_header
{
	padding-top: 20px;
	position: absolute;
	width: 250px;
	left: 193px;
	text-align: center;
	font-family: Arial;
	z-index: 1000;
}

.contact_form_header a:link, .contact_form_header a:visited
{
	color: black;
}

.contact_form_header h1
{
	font-size: 20px;
	text-decoration: underline;
	margin-bottom: 5px;
}

.contact_form_instructions
{
	margin-left: 308px;
}


#gs-results-wrapper
{
	width: 600px;
	position: relative;
	min-height: 1100px;
}

#gs-results-wrapper #___gcse_0
{
	position: absolute;
}

#gs-results-wrapper div
{
	
}


#gs-wrapper
{
	margin-top: 30px;
	width: 600px;
}




div.slideshow_wrapper
{
	margin: 0px;
	padding: 0;
	background-color: #222222;
/*
	margin-top: 200px;
*/
}

#fadeslideshow1
{
	padding: 0;
	border-color: #222222;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
/*
	margin-top: 8px;
	
	margin-bottom: 5px;
*/
	background-color: #222222;
}

/* From http://www.queness.com/post/1047/easy-to-style-jquery-drop-down-menu-tutorial */
.masthead_menu {
    margin:0; 
    padding:0; 
    list-style:none;
    position: absolute;
    right: 0px;
    top: 69px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    z-index: 6;
}   
     
    /* make the LI display inline */
    /* it's position relative so that position absolute */
    /* can be used in submenu */
    .masthead_menu li {
        float:left; 
        display:block; 
       
				width:150px;
 

        background:#222222;
 
        position:relative;
        z-index: 5; 
        margin:0 1px;
    }
         
    /* this is the parent menu */
    .masthead_menu li a {
        display:block; 
        padding:8px 5px 0 5px; 
        font-weight:700;  
        height:30px; 
        text-decoration:none;  
        text-align:left; 
        color:#fff;
    }
 
    .masthead_menu li a:hover {
        color:#fff;
    }
     
     
        /* submenu, it's hidden by default */
        .masthead_menu ul {
            position:absolute; 
            left:0; 
            display:none; 
            margin:0 0 0 -1px; 
            padding:0; 
            list-style:none;
            z-index: 4;
        }
         
        .masthead_menu ul li {
            width:150px; 
            float:left; 
            border-top:1px solid #fff;
        }
         
        /* display block will make the link fill the whole area of LI */
        .masthead_menu ul a {
            display:block;  
            height:30px;
            padding: 8px 5px; 
            color:#fff;
        }
         
        .masthead_menu ul a:hover {
            text-decoration:underline;  
        }
 
/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html .masthead_menu ul {
    margin:0 0 0 -2px;
}