
/*	
	======================================================================

	content.css

	======================================================================
	Sage Designs NW PHP Library Component
	Version 2006.11.06
	Copyright 2006, 2005, 2004 Sage Designs NW
	======================================================================
*/


/* ----------------------------------------------------
   DOCUMENT
   ---------------------------------------------------- */

body, td, th, p, li {

	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	color: #000;
}

body {

	margin: 0px;
	padding: 0px;
	background-color: transparent;
	background-color: #DBBC84;
}

body, html {

	height: 100%;
	text-align: center; 
}

/* ----------------------------------------------------
   BODY TEXT BASICS
   ---------------------------------------------------- */

.projectText {

	text-align: right;
	line-height: 24px;
}

.projectHeader {

	font-weight: bold;
	font-size: 12pt;
}

.sloganText {

	color: #C82;
	font-size: 10pt;
}

.projectList {

	font-size: 14pt;
	font-weight: bold;
}


/* ----------------------------------------------------
   LINKS
   ---------------------------------------------------- */

	/* BASIC LINKS */
	
a {

	font-size: 9pt;
	font-weight: bold;
}

a:link, a:visited { 

	color: #CD6F34; 
	text-decoration: none;
}

a:hover {

	color: #CD6F34; 
	text-decoration: underline;
}

a:active {

	color: #000; 
	text-decoration: underline;
}

	/* NAV LINKS */

.nav {

	color: #333; 
	font-size: 12pt;
	font-weight: bold;
	line-height: 30px;
	text-align: right;
}

a.nav {

	font-size: 12pt;
	font-weight: bold;
	color: #333; 
}

a.nav:link, a.nav:visited { 

	color: #333; 
	text-decoration: none;
}

a.nav:hover {

	color: #333; 
	text-decoration: underline;
}

a.nav:active {

	color: #CD6F34; 
	text-decoration: underline;
}

	/* PROJECT LIST LINKS */
	
a.projectList {

	font-size: 14pt;
	font-weight: bold;
	color: #000; 
}

a.projectList:link, a.projectList:visited { 

	color: #000; 
	text-decoration: none;
}

a.projectList:hover {

	color: #000; 
	text-decoration: underline;
}

a.projectList:active {

	color: #CD6F34; 
	text-decoration: underline;
}

/* ----------------------------------------------------
   MODIFIERS
   ---------------------------------------------------- */

.small {

	font-size: 9pt;
}

.big {

	font-size: 16pt;
}

.orange {

	color: #CD6F34; 
}

.veryTightProjectText {

	line-height: 14px;
}

.tightProjectText {

	line-height: 16px;
}

.mediumTightProjectText {

	line-height: 20px;
}

.alignLeft {

	text-align: left;
}

.alignCenter {

	text-align: center;
}
