/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	background: #456c97;
	
	color: #555;
	font-size: 13px;
	padding: 0 0 40px;
	font-family: Georgia, 'Times New Roman', serif;
	font-family: Arial, Helvetica, sans-serif;
}


/* anchors
----------------------------------------------- */
a {
	color: #000;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #000;
}


/* 960 grid system container background
----------------------------------------------- */
.container_12,
.container_16 {

	padding-bottom:10px;
}

#wrap{
	background:#456c97 url('/img/body_bg.jpg')  top center repeat-y;*/
}
#footer{
		background: #456c97 url('/img/footerbg.jpg') bottom center no-repeat;
}

/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}


/* branding
----------------------------------------------- */
h1#branding {
	font-weight:normal;
	font-size:3em;
	text-align:left;
	background:#456c97 url('/img/harrisbuildersbanner.jpg') no-repeat top left;*/
	padding:.7em 1em;
	margin-bottom:20px;
		color: #000;
		height:120px;
}
h1#branding a{
	color:#fff;
}
#branding span{
	
	font-size:0.5em;
	text-align:left;
	line-height:1.0em;
		color: #000;

	display:none;
}
#branding span.smalltitle{
	

}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}


/* boxes
----------------------------------------------- */
.box {
	background: #fff ;
	
	margin-bottom:20px;
	padding:10px 10px 1px 10px;
}
.initialbox {
padding-top:5px;
}
.box h2 {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#183d66;
	margin:-10px -10px 0 -10px;
	padding:6px 12px;
}
.box h2 a,
.box h2 a.visible {
	color:#fff;
	background:#333 url("../img/switch_minus.gif") 97% 50% no-repeat;
	display:block;
	padding:6px 12px;
	margin:-6px -12px;
	border:none;
}
.grid_4 .box h2 a {
	background-position: 97% 50%;
}
.grid_5 .box h2 a {
	background-position: 98% 50%;
}
.grid_12 .box h2 a {
	background-position: 99% 50%;
}


.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url("../img/switch_plus.gif");
}
.box h2 a:hover {
	background-color:#111;
}
.block {
	padding-top:10px;
	padding-bottom:10px;
}
.initial {
	padding-top:0px;
}
div.menu {
	padding:0;
}
div.menu h2 {
	margin:0;
}
div.menu .block {
	padding-top:0;
}


/* Galleries, Cycles */


#galcycle{
	display:block;
	height:200px;
	width:440px;
	overflow:hidden;
}
#exccycle{
	display:block;
	height:120px;
	width:440px;
	overflow:hidden;
}
.excerpt {

}
#galcycle {
	border: 1px solid #ccc;
	margin-top:10px;
	margin-bottom:20px;
}

#navexc a { border: 1px solid #1b2541; background: none; text-decoration: none; margin: 0 5px; padding: 3px 5px;  }
#navexc a.activeSlide { background: #183d66; border: 1px solid #ccc; }
#navexc a:focus { outline: none; }
#navexc{
	margin-bottom:20px;
}


#navthumb {  margin: 0 0 20px 0; padding:0 0 0px 0; display:block; height:50px;}
#navthumb li { padding:0 0 10px 0;width: 62px; float: left; margin: 0px; list-style: none }
#navthumb a { width: 50px; padding: 2px; display: block; border: 1px solid #ccc; }
#navthumb a.activeSlide { background: #88f }
#navthumb a:focus { outline: none; }
#navthumb img { border: none; display: block }

/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Georgia, 'Times New Roman', serif;
	font-size:1.2em;
	font-style:italic;
	padding:10px;
	color:#636C89;


}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}
.bqstart, .bqend{
	color:#000;
	padding:0 5px;
	font-size:1.2em;
}

/* forms
----------------------------------------------- */

#response{
display: none;
border: 1px solid #1b2541;
background: #fff;
padding: 10px;
margin-bottom:20px;

}

form {
	overflow:hidden;
}
fieldset {
	border:1px solid #183d66;
	padding:10px;
	position:relative;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	border:1px solid #183d66;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}



/* site information
----------------------------------------------- */
#site_info .box {


	margin-bottom:10px;
}
#site_info a {
	color:#fff;
}
#site_info a:hover {
	color:#000;
}


/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:14px; margin-top:-2px;}
.block {padding-bottom:1px;}

