/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Screen Styles
   * Version:   0.6 (21.9.2007)
   * Website:   http://code.google.com/p/blueprintcss/
   See Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

/*@import 'lib/reset.css';
@import 'lib/typography.css';
@import 'lib/grid.css';
@import 'lib/lightbox.css';*/
@import 'webtree/bp-compressed.css';
@import 'webtree/suckerfish.css';

/* ------ Main Layout Styles ------- */

body { 
	background-color: #005480;
}

.gradient {
	background: #fff url(../img/gradient.gif) repeat-y;
	width:972px;
	margin:0 auto;
}

#header {
	background-image: url(../img/header-bkg-new.jpg);
	width:972px;
}

#headerInterior {
	background-image: url(../img/header-interior.jpg);
		width:972px;
}

#main {
	padding: 30px 20px 30px 35px;
}

#sidebar {
	padding: 20px 20px 0px 20px;
}


/* ------ Header styles ------ */

#header h1 {
	text-align:center;
	margin-bottom:0;
}

#nav {
	float:right;
}


/* ------- Sidebar styles ------- */

#sidebar {
	color:#fff;
	font-size:.8em;
	margin-left:10px;
}

#sidebar h4 {
	font-size:1.6em;
}


#sidebar a {
	color: #fff;
}

#sidebar a:focus, #sidebar a:hover {
	color: #fff;
	text-decoration:underline;
}

#sidebar li.section, #sidebar li.categories, #sidebar li.linkcat {
	list-style: none;
}

#sidebar li.section ul, #sidebar li.categories ul, #sidebar li.linkcat ul {
	margin-bottom: 15px;
}

/* ------ Footer Styles --------- */
#footer {
	margin: 0 auto;
	background: transparent url(../img/footer.gif) no-repeat; 
	width: 952px;
	color:#fff;
	padding: 24px 10px;
	font-size: .72em;
}


/* ----- Home Div styles ------- */
.homeBox {
	background: #fff url(../img/home-box.gif) no-repeat;
	float:left;
	padding: 12px 20px;
	width: 238px;
	height: 204px;
	overflow:hidden;
	position:relative;
}

.testimonials {
	background: #fff url(../img/testimonials.gif) no-repeat;
}

.homeBox p {
	margin-bottom:.75em;
	line-height:1.25em;
}

#main .homeBox img {
	margin:0;
}


#home p {
	line-height:2.25em;
}

h1 {
	line-height:1em;
	font-size: 1.9em;
}

.homeBox em {
	color: #000 !important;
}

#quotes {
	padding: 37px 27px 8px 35px;
}

#more {
	position:absolute;
	bottom: 60px;
	right:55px;
}


.homeBox #quotes p {
	font-size:1em;
	color: #999999;
	line-height: 1.6em;
}





/* ----- Form Styles ------ */
#flashMessage {
	background-color:yellow;
	}




/* ------ Text Styles end here ------ */



/* ------ Photo Styles begin here ------ */

#attachedFiles img {
	width:20px;
	height:20px;
	border:none;
	margin:0;
	padding:0 0.3em 0 0;
}

.documentEntry img {
	float:left;
	margin-bottom:2em;
}

#related_image_slideshow {
	display:none;
}

.contentThumb {
	float:left;
	width:114px;
	margin-right:1em;
}

.contentThumb img {
	width:100px;
	height:100px;
	margin-bottom:1.5em;
	border: 7px solid #E6E6E6;
}

/* ------ Photo Styles end here ------ */





/* ------ Minor Div Styles begin here ------ */



/* ------ Minor Div Styles end here ------ */


.bg1, .bg2 {
	padding:.25em 1em;
}

.catitemlist .bg1, .catitemlist .bg2 {
	padding: 1.5em 1em;
}

.last {
	padding: 1.5em 1em 0 1em !important;
}

.emptySection {
	display:none;
}




/* ------ Table Styles begin here ------ */



/* ------ Table Styles end here ------ */


.staffThumb img {
height: 60px;
width: 60px;
margin: 10px 0pt;
border: 2px solid #1EA7FD;
}





/* ------ Form Styles begin here ------ */

/* ------ Form Styles end here ------ */


.post {
	padding-bottom: 20px;
}

.post .title {
	margin-bottom: .25em;

}

 