@charset "UTF-8";
/* CSS Document */

/* General Paragraph and Header */

body {  
	font-family: Helvetica, sans-serif;  
	font-size: 12px;  
	line-height: 1.4em;
}  

p {  
	margin-bottom: 1.4em;
	margin-left:10px;
	margin-right:10px;
	text-align:justify;
}

h1 {
	margin-top:25px;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:12px;
	line-height:1.2em;
}

a {
	color:#CC0000;
}

a:hover {
	color:#CC0000;
}

/* Sidebar Navigation */
.nav {
	color:#FFFFFF;
	padding-left:10px;
}

.nav a {
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	color:#FFFFFF;
}

.nav a:hover {
	color:#c3bca2;
}

.nav ul {
	margin-left:-30px;
	margin-top:-4px;
}

.nav ul li {
	display:inline;
}

.nav ul a.sub {
	font-size: 10px;
	font-weight:normal;
	line-height:10px;
}

.nav a.active {
	color:#c3bca2;
}

/* Center Content */
.center p {  
	margin-left:0px;
	margin-right:0px;
}

.center a {
	text-decoration: none;
	color:#CC0000;
}

.center h1 {
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	color:#000000;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	text-align:left;
}

.center ul {
	text-align:left;
}

/* Footer Content */

#footer a {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color:#868586;
	padding-left: 1%;
	padding-right: 1%;
}

#footer a:hover {
	text-decoration: none;
	color:#CC0000;
}

#footer a.active {
	color:#CC0000;
}

#footer p.copywrite {
	color: #b4b4b4;
	text-align:center;
	margin-top:-10px;
}

#footer p {
	text-align:center;
}

/* Project Pages */

.projectscenter p {  
	margin-left:0px;
	margin-right:0px;
}

.projectscenter a {
	text-decoration: none;
	color:#CC0000;
}

.projectscenter h1 {
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	color:#000000;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	text-align:left;
}

/* Project Footer Thumbnails Area */

#projectarea a {
	color: #b4b4b4;
	font-size:14px;
}

#projectarea ul li {
	display:inline;
	padding:0px 4px;
}

/* INTRO FLASH STYLES */

.flash {
	color:#868586;
	text-align:center;
}

.flash a {
	text-decoration:none;
	color:#868586;
}

.flash a:hover {
	color:#666666;
	text-decoration:none;
}