/* -------------------------------------------------------------- 
  
   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 'bp-compressed.css';
@import 'suckerfish.css';

/* ------ Main Layout Styles ------- */
#main {
	padding: 10px 15px 20px 40px;
	margin-top: 15px;
}

#sidebar {
	padding: 25px 25px 15px 40px;
	color: #3f3f3f;
}

#sidebar p {
	font-size: .92em;
}


/* ------ Header Styles ------- */

#header {
	background: url('../img/header.jpg') no-repeat;
}

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



/* ------ Footer Styles --------- */

#footer {
	background: url('../img/footer5.png') no-repeat;
	min-height: 57px;
	height: 100%;
	margin: 0 auto;
	text-align:center;
	padding-top: 10px;
	color: #ffffff;
	font-size: 1.08em;
	position:relative;
	width: 922px;
}

#link {
	position:absolute;
	right:0;
	top: 4px;
	right: 30px;
	font-size: 1.38em;
}

#footer a {
	color: #ffdc7b;	
	text-decoration:underline;
}

#footer a:focus, #footer a:hover {
	color: #fff;
	text-decoration:none;
}

#footer .black {
	color: #000;
	font-size: .92em;
	margin-top: 18px;
}

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

#footer .black a:focus, #footer .black a:hover {
	color: #000;
	text-decoration:underline;
}

/* ------ Home Div Styles ------- */

#random-quote {
	background: url('../img/random-quote.jpg');
	margin-bottom: 20px;
	min-height: 115px;
	margin-top: 10px;
	height: 100%;
	float:left;
	width: 192px;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	color: #b02611;
	padding: 20px;	
	font-weight: bold;
	position:relative;
	font-size: .92em;
	margin-left: 15px;
}

#random-quote a {
	color: #b02611;
	text-decoration:none;
}

#author {
	position:absolute;
	bottom: 20px;
	text-align:right;
	right: 25px;
}

#author a {
	font-weight: normal;
}

.home h1 {
	font-size: 2.6em;
}


h2.green {
	background: url('../img/green-background.jpg') no-repeat;
	color: #fff;
	padding: 3px 10px;
	min-height: 38px;
	height: 100%;
	width: 309px;
	margin-left: -20px;
}


/* ------ Photo & File Styles ------- */

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

#attachedFiles li {
	list-style: none;
}

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

#related_image_slideshow {
	display:none;
}

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

.contentThumb img {
	width:100px;
	height:100px;
	margin-bottom:1.5em;
}

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

.imageThumb {
	display:block;
	float:left;
	margin-bottom:20px;
	margin-right:20px;
	border: 2px solid #1EA7FD;
}

.floatLeft {
	float:left;
	margin-bottom:20px;
	width:150px;
}

.floatRight {
	float:right;
	margin-bottom:20px;
	width:150px;
}

#picWrapper {
	height:446px;
	width:446px;
	padding:20px;
	background:url(../../img/awp_project_image_box.gif) no-repeat 10px 10px;
}
.relatedPics {  
    height:  446px;  
    width:   446px;  
    padding: 0;  
    margin:  0;  
} 
 
.relatedPics .previewImage {  
    width:  446px; 
    height: 446px;
    top:  0; 
    left: 0;
    padding:0;
}

#picNav {
	letter-spacing:.5em;
	padding:0.25em 0;
	text-align:right;
}

.relatedPics .imageCaption {
	background:transparent url(../img/overlay.png) repeat scroll 0 0;
	color:#EEEEEE;
	padding:10px;
	position:relative;
	top:210px;
	width:210px;
}


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

p a {
	font-weight:bold;
}

#footer p a {
	font-weight:normal;
}

.home-sidebar a {
	font-size:1.08em;
}

#teaser, .catDesc {
	font-size: .92em;
	color: #7a7a7a;
	font-style:italic;
	margin-bottom: 10px;
}

#breadcrumbs {
	margin-bottom: 10px;
	color: #7A7A7A;
	margin-top: -12px;
	font-size: .92em;
}

.paginatorControl div {
	display:inline;
}

.paginatorControl {
	text-align:right;
	margin-bottom:1.5em;
}

.paginatorControl .disabled {
	color:#ddd;
}

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

.bg2 {
	background:#eee;
}

.last {
	border-bottom: 0px;
}

h4.date {
	color: #676767;
	text-transform:uppercase;
	font-size: 1em;
	font-weight:bold;
	margin-bottom: .5em;
}

.news h4 {
	margin-bottom: 10px;
}

ul#relatedSectionLinks {
	margin-left:0;
}

ul#relatedSectionLinks li {
	list-style:none;
	background: no-repeat url('../img/section-nav-li.gif') 5px 7px;
	padding-left: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.quotes em {
	font-weight: bold;
	color: #B02611;
}


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

.home p img {
	border: none;
	padding: 0;
	margin-top: 10px;
}

.ie {
	display:block;
}