/*  
Site Name: Paired Publishing
Site URI: http://www.pairedpublishing.com
Version: 1.0
Author: Andrea Farnsworth
UpDated: May 8, 2008

 Color: 
 	cream:#F7F2B2 
	green:#ADCF4F 
	grey:#84815B 
	dark:#4A1A2C 
	light:#8E3557
 Font: 
 
 
 
 */
 
 
 * {
 	margin:0 auto;
	padding:0px inherit;
}

body {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#84815b;
	background-color:#E3D98C;
}

p { 
	margin:3px;
	padding:5px;
}
h3 {
	margin:3px;
	padding:2px;
}
a {
	color:#91375A;
	text-decoration:none;
}
a:hover {
	color:#91375A;
	text-decoration:underline;
}

#shell {
	width:830px;
	height:100%;
	padding-top:30px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:30px;
	background-color:#fff;
	margin-top:25px;
	margin-bottom:25px;
	
}
#logo {
	width:800px;
	height:80px;
	background-image:url(../images/PPLogo.jpg);
	background-repeat:no-repeat;
	padding-top:15px;
	padding-left:20px;
	padding-right:20px;
	margin-left:15px;
	
}
#logo a {
	
	width:250px;
	height:85px;
	display:inline;
	position:absolute;
	margin-top:-20px;
	margin-left:-10px;
}
/***************** Navigation Top ****************/
.nav {
	width:808px;
	height:45px;
	background-color:#fff;
	float:left;
	
	margin-left:15px;
	margin-top:10px;
}
.nav ul {
	height:45px;
	
}
.nav ul li {
	list-style:none;
}
.nav ul li a {
	color:#fff;
	text-decoration:none;
	font-size:24px;
	font-weight:500;
	background-image:url(../images/navBT.jpg);
	background-repeat:no-repeat;
	width:260px;
	height:45px;
	text-align:center;
	display:inline;
	position:absolute;
	padding-top:10px;
	
}
.nav ul li a:hover {
	color:#fff;
	text-decoration:none;
	font-size:24px;
	font-weight:500;
	background-image:url(../images/navHoverBT.jpg);
	background-repeat:no-repeat;
	width:260px;
	height:45px;
	text-align:center;
	display:inline;
	position:absolute;
	padding-top:10px;
	
}
.nav ul li a #current {
	color:#4A1A2C;
	text-decoration:none;
	font-size:24px;
	font-weight:500;
	background-image:url(../images/navActiveBT.jpg);
	background-repeat:no-repeat;
	width:260px;
	height:45px;
	text-align:center;
	display:inline;
	position:absolute;
	padding-top:10px;
	
}
#about {
	margin-left:-38px;
	margin-top:-3px;
}

#network {
	margin-left:230px;
	margin-top:-3px;
}
#involved {
	margin-left:501px;
	margin-top:-3px;
}
/***************** Sub Navigation ****************/
#subNavImage {
	width:260px;
	height:209px;
	background-color:#F7F2B2;
	float:left;
	margin-left:15px;
	margin-top:15px;
}
#subNav {
	width:260px;
	height:209px;
	background-color:#F7F2B2;
	float:left;
	margin-left:15px;
	margin-top:15px;
}
/****************** Content Next to Sub Nav ********************/
#props {
	width:530px;
	height:209px;
	background-color:#F7F2B2;
	float:right;
	margin-right:15px;
	margin-top:15px;
}
/********************* Content Left Side ******************/
.content {
	width:505px;
	height:100%;
	background-color:#B0AE85;
	float:left;
	margin-left:15px;
	margin-top:15px;
	margin-right:9px;
	margin-bottom:15px;
}
#contentTop {
	width:475px;
	height:100%;
	background-color:#fff;
	margin:15px;
}
#contentBot {
	width:475px;
	height:210px;
	background-color:#fff;
	margin:15px;
}
/*********************** Content Right Side ****************/
.rightSide {
	background-color:#E3D98C;
	width:285px;
	height:460px;
	margin-top:15px;
	margin-right:15px;
	float:right;
}
#proTop {
	background-color:#fff;
	width:265px;
	height:140px;
	margin:10px;
}
#proMid {
	background-color:#fff;
	width:265px;
	height:140px;
	margin:10px;
}
#proBot {
	background-color:#fff;
	width:265px;
	height:140px;
	margin:10px;
	padding:3px;
}
/********************** Footer *************************/
.footer {
	clear:both;
	height:33px;
	border-top:2px solid #B0AE85;
}
#footerNav {
	
}
#footerNav ul {
	text-align:left;
	margin-top:10px;
	margin-left:-25px;
}
#footerNav ul li {
	list-style:none;
	text-align:left;
	display:inline;
}
#footerNav ul li a {
	 margin-right:10px;
	 color:#B0AE85;
	 text-decoration:none;
}
#footerNav ul li a:hover {
	 margin-right:10px;
	 color:#B0AE85;
	 text-decoration:underline;
}
/****************************** Copyright ******************/
#copy {
	float:right;
	color:#B0AE85;
	margin-top:-20px;
}