/* External Style Sheet for screen: Black Cap Design */
/* Site Design: Black Cap Design */

* {margin: 0} /* sets margin on everything to 0 to address IE & non-IE rendering inconsistencies  */
img {border: none;} /* removes border on all images */
a {outline: none}  /* to rid nasty link outline in Firefox */

body 
{
	padding: 0;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	background: #CCCCCC;
	min-width: 770px; /* prevents design collapse (header) on small window resize */
	margin-left: 1px;
}
#logo
{
	position: absolute;
	top: -145px;
	left: 17px;
}
/* =================<OUTER CONTAINER DIVs>==================== */
#middle 
{
 	background: #CCCCCC url('../images/bg_mid.gif') repeat-y;
 	background-position: center;
 	padding: 0;

}
/* --------<header images>---------- */
#top
{
	background: #CCCCCC url('../images/bg10_top.jpg') no-repeat;
	background-position: top center; 
	height:	193px;
}
#top2
{
	background: #CCCCCC url('../images/bg2_top.jpg') no-repeat;
	background-position: top center; 
	height:	193px;	
}
#top3
{
	background: #CCCCCC url('../images/bg3_top.jpg') no-repeat;
	background-position: top center; 
	height:	193px;		
}
#top4
{
	background: #CCCCCC url('../images/bg4_top.jpg') no-repeat;
	background-position: top center; 
	height:	193px;		
}
#top5
{
	background: #CCCCCC url('../images/bg5_top.jpg') no-repeat;
	background-position: top center; 
	height:	193px;		
}
#top6
{
	background: #CCCCCC url('../images/bg6_top.jpg') no-repeat;
	background-position: top center; 
	height:	193px;		
}
#top7
{
	background: #CCCCCC url('../images/bg7_top.jpg') no-repeat;
	background-position: top center; 
	height:	193px;		
}
/* --------</header images>---------- */
#bottom 
{
	background: #CCCCCC url('../images/bg_bottom.gif') no-repeat;
	background-position: bottom center;
	height: 27px;

}
/* =================</OUTER CONTAINER DIVs>==================== */
#content_container
{
	margin: 0 auto;
	width: 766px;
	padding: 0;
	position: relative;	/* necessary for absolute positioning of logo div */
}
/* ============<HORIZONTAL NAVIGATION>============ */
#nav
{
	margin: 0 auto;
	width: 760px;
	height: 34px;
	background: #FBF9F0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
#navlist
{
	text-align: center;
	padding: 8px 0 0 0px;		
}
#navlist ul
{
	margin: 0;
	white-space: nowrap;
	padding: 0;
}
#navlist li
{
	display: inline;
	list-style-type: none;
	padding:  0 22px;
	font-size: 15px;

}
#navlist a
{
	padding: 8px 0 8px 0;
	border: none;
}
#navlist a:link, #navlist a:visited
{
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
#navlist a:hover
{
	border: none;
	color: black;
}
#active a:link, #active a:visited, #active a:hover
{
	border: none;
	background-image: url('../images/nav_marker.gif');
	background-repeat: no-repeat;
	background-position: 50% top;	
	color: black;
}
/* ====<To force other elements below #nav>==== */ 
.clear_right
{
	clear: right;	 
}
/* ============</HORIZONTAL NAVIGATION>============ */
/* ===============<CONTENT DIVs>================= */
#content
{
	float: left;
	width: 500px;
	padding: 0 0 20px 0;
	color: #222222;	
}
.content_img
{
	float: right;
	width: 172px;
	height: 190px;
	margin:  0 20px 20px 20px;	
}
#content p
{
	padding: 6px 22px 6px 30px;	
	line-height: 130%;
}
#content h1
{
	font-size: 1.4em;
	padding: 16px 22px 8px 30px;	
}
#content h2
{
	font-size: 1.3em;
	padding: 6px 22px 6px 30px;	
}
#content h3, #content h5
{
	font-size: 1.2em;
	padding: 6px 22px 6px 30px;
}
#content h4
{
	font-size: 1em;
	padding: 4px 22px 0px 30px;	
	margin-bottom: -4px;
}
#content h5
{
	font-style: oblique;	
}
#content ul
{
	padding: 6px 22px 6px 40px;
	line-height: 130%;			
}
#content ol
{
	padding: 6px 22px 6px 60px;
	line-height: 130%;	
}
/* ===<CONTENT ANCHORS>=== */
#content a:link, #footnote a:link
{
	color: #800000;
	background: white;
	text-decoration: underline;
	border-right: 1px solid white;	
}
#content a:visited, #footnote a:visited 
{
	color: #996666;
	background: white;   
	text-decoration: underline;
	border-right: 1px solid white;	
}
#content a:hover, #footnote a:hover
{
	color: #800000;
	background: #FBF9F0;
	border-right: 1px solid #ACACAC;
	border-bottom: 1px solid #ACACAC;
	text-decoration: none;	
}
#footnote a:link, #footnote a:visited
{
	background: #FBF9F0;	
}
#footnote a:hover
{
	background: #F4F2E9;	
}
/* ===</CONTENT ANCHORS>=== */

/* ===============</CONTENT DIVs>================= */
/* ===============<SIDEBAR DIVs>================= */
#sidebar
{
	float: right;
	width: 260px;
	color: #222222;		
}
#sidebar_top
{
	background: #EDEDED url('../images/sidebar_bg_top.gif') no-repeat;
	height: 19px;
	width: 253px;
	margin-left: 4px;	
}
#sidebar_upper_half
{
	background: #EDEDED;
	width: 234px;
	margin-left: 23px;	
}
#sidebar_mid_joint
{
	background: url('../images/sidebar_bg_mid-joint.gif') no-repeat;
	height: 38px;
	width: 234px; 
	margin-left: 23px; 
}
#sidebar_lower_half
{
	background: url('../images/sidebar_bg_bot-half.gif') repeat-y;
	width: 234px;
	margin-left: 23px;
}
#sidebar_lower_half a:link 
{
	color: #800000;
	background: #BFC6B0;
	text-decoration: underline;
	border-right: 1px solid #BFC6B0;	
}
#sidebar_lower_half a:visited 
{
	color: #996666;
	background: #BFC6B0;   
	text-decoration: underline;
	border-right: 1px solid #BFC6B0;	
}
#sidebar_lower_half a:hover
{
	color: #800000;
	background: #B6BEA4;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-decoration: none;	
}
#sidebar_bottom
{
	background: url('../images/sidebar_bg_bottom.gif') no-repeat;
	width: 234px;
	height: 20px;
	margin-left: 23px;					
}
.sidebar_img
{
	margin-left: 20px;	
}
#sidebar p
{
	padding: 6px 6px 6px 12px;
	line-height: 130%;	
}
#sidebar p.sidebar_content
{
	padding: 6px 14px 6px 14px;
	line-height: 130%;		
}
#sidebar h3, #sidebar h4
{
	font-size: 1em;
	padding: 0px 14px 6px 14px;	
}
#sidebar h4
{
	font-style: oblique;	
}

/* ### Design Note: replaced list-style-image for custom bullets with background property for cross-browser consistency with IE ####
#sidebar ul.standard
{
	margin-left: 0px;
	padding-left: 28px;	
}
#sidebar ul.standard li
{
	list-style-image: url('../images/red_bullet_sidebar.gif');	
	line-height: 125%;
}
*/

#sidebar ul.standard
{
	margin-left: 0px;
	padding: 0 8px 0 16px;	
	list-style-type: none;
}	
#sidebar ul.standard li
{
  background: transparent url('../images/red_bullet_sidebar.gif') no-repeat;
  background-position: 0 4px;
	line-height: 130%;
}


.sidebar_img
{
	padding: 0 0 4px 62px;	
}
/* ---<Contact Bubble>--- */
#contact_bubble
{
	background: url('../images/contact_bubble_bg.gif') no-repeat;
	height: 73px;
	margin-top: -5px;
	margin-left: 15px;
	margin-bottom: 20px;		
}
#contact_bubble a:link 
{
	color: #800000;
	background: #EDEDED;
	text-decoration: underline;
	border-right: 1px solid #EDEDED;	
}
#contact_bubble a:visited 
{
	color: #996666;
	background: #EDEDED;   
	text-decoration: underline;
	border-right: 1px solid white;	
}
#contact_bubble a:hover
{
	color: #800000;
	background: #E2E2E2;
	border-right: 1px solid #ACACAC;
	border-bottom: 1px solid #ACACAC;
	text-decoration: none;	
}
p#date
{
	
}
p#mail
{
	padding: 28px 0 0 50px;	
	font-size: 10px;
}
p#phone
{
	padding: 9px 0 0 50px;	
	font-size: 10px;
}
/* ---</Contact Bubble>--- */
/* ---<Home page folios>--- */
.home_folio_container
{
	height: 120px;
}
p.home_folios
{
	float: left;
	width: 82px;
	padding: 0;
	font-size: 10px;
	margin: 14px 0 0 0; /* 0 14px 14px; */
	text-align: right;
	border-right: 1px solid #222222;
}
p.home_folios_alt

{
	float: right;
	width: 70px;
	padding: 0;	
	font-size: 10px;
	margin: 8px 14px 14px 0;
	text-align: left;
	border-left: 1px solid #222222;		
}
.home_folio_img
{
	float: right;
	width: 126px;
	margin: 4px 4px 4px 0;
}
.home_folio_img_alt
{
	float: left;
	width: 126px;	
	margin: 4px 0 4px 4px;	
}
/* ---</Home page folios>--- */
/* ---<Font size, date & print utility divs>--- */

#font_size a /* to banish underlining in IE */ 
{
	text-decoration: none;	
}
#font_size
{
	margin-top: -4px;
	margin-bottom: 12px;
	padding-left: 12px;
	height: 15px;
}
#utility_label1, #utility_label2
{
	position: relative;
	top: -2px;
	padding-right: 6px;	
}
#utility_label2
{
	top: -6px;
}
#print_icon
{
	clear: left;
	padding-left: 12px;
	margin-bottom: 8px;
}
.inline_spacer
{
	width: 30px;
	height: 1px;
	display: block;
	border: 1px solid black;	
}
a#print 
{
	float: left;
	position: static; 
	display: block;
	width: 20px;
	height: 20px;
	margin-left: 76px;
	margin-top: -19px;	
	background-image: url('../images/print.gif');
	background-repeat: no-repeat;
}
a#print:hover
{
	background-image: url('../images/print.gif');
	background-position: left bottom;	
}
#sidebar input#q  /* styling for input box on search form */
{
	margin-left: 12px;
}
#sidebar label#form_label
{
	display: block;
	margin-left: 12px;
	margin-top: -2px;
	margin-bottom: 4px;
	padding-bottom: 2px;
	white-space: nowrap;
}
/* ---</Font size, date & print utility divs>--- */
/* ===============</SIDEBAR DIVs>================= */

/* ===============<LISTS>=================== */
ul.standard
{
	padding-right: 76px;
	list-style-type: none;
}	
ul.standard li
{
  background: transparent url('../images/red_bullet.gif') no-repeat;
  background-position: 0 4px;
  margin-left: -4px;
  padding-left: 16px;  
	line-height: 130%;
}
ul.standard ul li
{
  background: transparent url('../images/bullet.gif') no-repeat;
  background-position: 0 4px; 
  margin: 0 0 0 -34px;
  list-style-type: none;
}
#content ul.standard ul
{
	padding-top: 0;
	padding-bottom: 0;	
}
/* ===============</LISTS>================== */
/* =================<FOOTER>================= */
#footer
{
	clear: both;
	margin: 0 auto;
	height: 60px;
	width: 760px;
	border-top: 1px solid black;
	background: #FBF9F0;
}
/* ============<HORIZONTAL FOOTER NAVIGATION>============ */
#footer_nav
{
	margin: 0 auto;
	width: 760px;
	height: 34px;
	background: #FBF9F0;
}
#footer_navlist
{
	text-align: center;
	padding: 6px 0 0 0px;		
}
#footer_navlist ul
{
	margin: 0;
	white-space: nowrap;
	padding: 0;
}
#footer_navlist li
{
	display: inline;
	list-style-type: none;
	padding: 0 18px;
	font-size: 13px;
}
#footer_navlist a
{
	padding: 6px 0 8px 0;
	border: none;
}
#footer_navlist a:link, #footer_navlist a:visited
{
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
#footer_navlist a:hover
{
	border: none;
	color: black;
}
#active2 a:link, #active2 a:visited, #active2 a:hover
{
	border: none;
	background-image: url('../images/nav_marker.gif');
	background-repeat: no-repeat;
	background-position: 50% 0%;	
	color: black;
}
/* ====<To force other elements below #nav>==== */ 
.clear_right
{
	clear: right;	 
}
#footnote
{
	text-align: center;
	font-size: 9px;
	padding: 16px 0 0 0;
}	
#cap
{
	padding: 0 12px;
	padding-top: 5px;
	margin-bottom: -5px;

}
/* ============</HORIZONTAL FOOTER NAVIGATION>============ */
/* =================</FOOTER>================= */
/* ====<DIVS FOR THE PHP FORM ON CONTACT PAGE>===== */
/* --<divs for rounded corner container, based on Snazzy Borders by Stu Nicholls: http://www.cssplay.co.uk/boxes/snazzy.html */
#form
{
	background: transparent; 
	margin: 12px 0 12px 26px;
}
.boxtop, .boxbottom 
{
	display: block; 
	background: transparent; 
	font-size: 1px;
}
.corner1, .corner2, .corner3, .corner4 
{
	display: block; 
	overflow: hidden;
}
.corner1, .corner2, .corner3 
{
	height: 1px;
}
.corner2, .corner3, .corner4 
{
	background: #F5F6F6; 
	border-left: 1px solid #BFC6B0; 
	border-right: 1px solid #BFC6B0;
}
.corner1 
{
	margin: 0 5px; 
	background: #BFC6B0;
}
.corner2 
{
	margin: 0 3px; 
	border-width: 0 2px;
}
.corner3 
{
	margin: 0 2px;
}
.corner4 
{
	height: 2px; 
	margin: 0 1px;
}
#form_content 
{
	display: block; 
	background: #F5F6F6; 
	border: 0 solid #BFC6B0; 
	border-width: 0 1px;
	margin: 0; 
	padding: 0;
}
/* --<divs for rounded corner container>-- */
#form p
{
 color: #777777;
}	
.star
{
	color: red;
	font-size: 200%;
	position: relative;
	bottom: -6px;
}
/* --------------<Forms Styles>------------- */
form#contact
{
	margin: 0;
	padding: 0px;
	font-family: arial;
	font-size: 10px;	
}
input, select, textarea
{
	font-size: 110%;
	font-family: arial;
}
textarea
{
	height: 100px;
}
fieldset
{
	border: none;
	margin: 0px;
	padding: 10px;
	display: block;
}
legend
{
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 130%;
	padding: 0px 0px 0px 0px;
}
/* ----------</Forms Styles---------- */
/* ----------<List Styles Start>---------- */
dl
{
	margin: 15px 0px 0px 0px;
	padding: 0px;
	width: auto;
	clear: both;
}
dt
{
	clear: both;	
	float: left;
	width: 160px;
	margin: 0px 0px 5px 0px;
	color: #000000;
	font-size: 110%;
}
dd
{
	margin: 0px 0px 10px 180px;
	color: #666666;
}
dd label
{
	vertical-align: top;
	margin: 0px 8px 0px 0px;
	line-height: 1.6em;
}
/* ----------</List Styles>------------ */
/* ---------<General Styles>---------- */
.extra-small
{
	width: 50px;
}
select.extra-small
{
	width: 55px;
}
.small
{
	width: 150px;
}
select.small
{
	width: 155px;
}
.medium
{
	width: 250px;
}
select.medium
{
	width: 255px;
}
.large
{
	width: 350px;
}
select.large
{
	width: 355px;
}
.hide
{
	display:none;
}
#submit
{
	clear: left;
	display: block;
	margin: 20px 0 0 0;	
}
.clear_left /* for label for lower textarea to clear long label on previous item */
{
	clear: left;
	display: block;
	margin-top: 6px;	
}
.shift_down /* to push lower textarea down to match label */
{
	margin-top: 32px;	
}
/* ---------</General Styles>-------- */
/* =========<PORTFOLIO DIVs>=========== */
.portfolio
{
	margin: 10px 0;	
}
.portfolio_image
{
	float: left;
	width: 126px;
	height: 110px;
	margin: 6px 24px 0 20px;
	border: none;
}
.portfolio_image a:hover
{
	border: none !important;	
}
.portfolio_text p
{
	margin-left: 140px;
}
/* =========</PORTFOLIO DIVs>========== */

/* =========<MISCELLANEOUS DIVs>========== */
#skip
{
	display: none;	
}
#chamber_logo
{
	float: right;
	width: 100px;	
	padding: 10px 20px;
}
.Firstname
{
	visibility: hidden;	
}

fieldset dl
{
	margin-top: -20px;	
}
#flyspecktrigger
{
	display: inline;	
}
#rss
{
	display: none;
/*	position: absolute;
	bottom: -7px;
	right: 40px;	
*/
}
#rss a:link, #rss a:visited, #rss a:hover
{
	border: none;
}	





	

