/* CSS - SCREEN
www.peakpartners.net
created by Lisa Biskup and Teresa Malone

last revised: 5 April 2008
*/


	/*  Global Settings  */
	
body {
	margin: 0;
	padding: 0;
	font: 13px/150% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #5A2400;
	text-align: justify;
}

a:link {
	color: #1A4D10;
	text-decoration: underline;
}

a:visited {
	color: #AC4E17;
}

a:hover {
	color: #2256A1;
}

a:active {
	color: #520B0A;
}

a.noborder, a.noborder:visited {
	border-bottom: none;
}

a.noborder:hover {
	background: #9E8B75;
}


.box a:hover,
.testimonial a:hover,
.highlight a:hover,
.fullwidth a:hover {

}




	/*  Overall Layout  */
	
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 740px;
	text-align: left;
}

#masthead {
	background: #bbba60;
	margin: 0;
	padding: 0;
	height: 213px;
	width: 740px;
}

#contentwrap {
	width: 740px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #FFF;
}

#contentmain {
	width: 700px;
	margin: 0px 30px 10px 20px;
	float: left;
	display: inline;
	padding-top: 10px;
	
}
#rightcolumn {
	margin: 0 7px 0 0;
	float: right;
	width: 200px;
	display: inline;
}

#leftcolumn {
	margin: 0 0 0 5px;
	width: 525px;
	float: left;
	display: inline;
	padding-top: 10px;
}

#nav {
	float: left;
	width: 740px;
	height: 10px;
	margin: 10px 0 0 0;
	padding: 0;
	clear: both;
}

#bottom {
	clear: both;
	width: 740px;
	text-align: center;
}




	/*  Global Nav  */
	
#nav {
	font-size: .85em;
	line-height: normal;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;

}

#nav li {
	display: inline;
/*	float: left;*/
	margin: 0;
	padding: 0;
}

#nav li:hover, #nav li:active {
	background-position: 0% -156px;
}


#nav a {
	float: left;
	margin: 0;
	background: url(http://www.peakpartners.net/images/navtab_stacked_left2.gif) no-repeat left top;
	padding: 0 0 0 9px;
	border: none;
	text-decoration: none;
/*	padding: 5px 9px 5px 0; */
}

#nav a span {
	float: left;
	display: block;
	background: url(http://www.peakpartners.net/images/navtab_stacked_right2.gif) no-repeat right top;
	padding: 5px 9px 5px 0;
	color: #FFF;
}

	/* Hack for IE5-Mac \*/
#nav a span {
	float: none;
}
	/* End IE5-Mac Hack */
	

#nav a:hover, #nav a:active {
	background-position: 0 -156px;
	color: #000;
	border: none;
}

#nav a:hover span {
	background-position: 100% -156px;
	border: none;
}


	/*  Nav - Where Am I  */

body.home #nav a#homeleft,
body.services #nav a#servicesleft,
body.grants #nav a#grantsleft,
body.clients #nav a#clientsleft,
body.theteam #nav a#theteamleft,
body.contact #nav a#contactleft {
	background: url(http://www.peakpartners.net/images/navtab_stacked_left2.gif) no-repeat left top;
}

body.home #nav li#homeright span,
body.services #nav li#servicesright span,
body.grants #nav li#grantsright span,
body.clients #nav li#clients span,
body.theteam #nav li#theteam span,
body.contact #nav li#contactright span {
	background: url(http://www.peakpartners.net/images/navtab_stacked_right2.gif) no-repeat right top;
	color: #F8E29A;
}


	/*  Box Used in Right Column  */
	
div.box {
	margin-top: 10px;
	margin-left: 10px;
	padding-bottom: 20px;
	width: 185px;
	background: #D6A04A;
}

div.box h3 {
	margin: 0;
	padding: 6px 21px 4px 10px;
	font-size: 1.2em;
	background: #E07100;
	text-align: center;
	color: #FFF;
}

div.box p {
	margin: 6px 0 0 0;
	padding: 6px 22px 4px 12px;
	font-size: .9em;
}

div.box p.bold {
	font-weight: bold;
	font-size: 1em;
}

div.box p.instructions {
	font-size: 10px;
	line-height: 1.4em;
	text-align: center;
}

  

	/*  Heading Tags  */
	
h1 {						/* Always hidden unless style sheet turned off */
	display: none;
}

h2 {						/* Page Headings */
	font-size: 1.7em;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 0;
	line-height: 120%;
}

div#masthead h2 {
	margin: 0;
	padding: 0;
	background: transparent;
	color: #000;
	font: bold 18px/normal Arial, Helvetica, sans-serif;
	line-height: normal;
	float: left;
}

div#bodyheading {
	padding: 0;
	color: #FFF;
	line-height: 1.75em;
}

#text {
	padding: 0 12px;
	margin: 0;
}

hr {
	margin: 2em auto;
	padding: 0;
	width: 50%;
}


/* h3 used in right column titles & breadcrumbs */

h3 {
	font-size: 1.4em;
	line-height: 1.4em;
}

h4 {						/* Heading Text, margins above and below, slightly larger than body font-size */
	font-size: 1.1em;
	margin-top: 0;
	padding-top: 5px;
}

h5 {						/* Heading Text, zero bottom margin so paragraph next begins on next line. Same size as body text */
	font-size: 1em;
	margin: 1em 0 0 0;
}


	/*  Lists  */
	
ul {						/* Browsers Default - may want to experiment with styling */
}

ol {						/* Browser Defaults - may want to experiment with styling */
}

li {						/* sets spacing between list items */
	margin-bottom: .5em;
}


	/*  Images  */
	
img.imageleft {				/* Image on left side of content with border */
	float: left;
	border: none;
	margin: 0 8px 0 0;
}

img.imageright {			/* Image on right side of content with border */
	float: right;
	border: none;
	margin: 0 0 0 8px;
}

	
	/*  General Content Text Styles  */
	
.textblue {
	color: #003366;
}

.textgreen {
	color: #668800;
}

.textyellow {
color: #F8E29A;
}

.centertext {
	text-align: center;
}

.foot {
	font-size: 11px
}

/* Table formatting*/


	.datatable {
		border: 1px solid #000;
		border-collapse: collapse;
		width: 680px;
		margin: 10px;
	}

	.datatable td, .datatable th {
		border: 1px solid #000;
		text-align: left;
		padding: 5px;
		width: 300px;
	}

	.datatable th {
		border: 1px solid #000;
		background-color: #BBBA60;
		font-weight: bold;
		text-align: center;
		padding: 0.2em;
	}

	.datatable caption {
		font: bold 120% Georgia, "Times New Roman", Times, serif;
		background-color: #fff;
		padding: 0.4em 0 0.3em 0;
	}

	.datatable tr.altrow {
		background-color: #F7F7D4;
		color: #000;
	}

	.datatable td.money {
		text-align: right;
		padding: 8px;
	}
