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


/*		Universal Settings
-----------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}


body {
	font-family: Arial, sans-serif; 
	color:#000;
	height: 100%;
	background-color:#e2e2e2;
}


#background {
	width:100%;
	background: url(../images/header-stripes.jpg) repeat-x scroll 0 0;
}

#wrapper {

	margin: 0px auto;
	padding: 0px;
	width: 975px;
	overflow:hidden;
}

/*		Header Divs
-----------------------------------------------------------------------*/

#header {
	height: 100px;
	margin: 38px 0 0 0;
}


#navigation {
	color:#999;
	font-family: Arial, sans-serif; 
	font-weight:bold;
	font-size:12px;
	float:right;
	margin-top: 48px;
	line-height:normal;
	background:url("../images/menu-bg.gif") repeat-x bottom;
	}

		#navigation ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		
		#navigation li {
		float: left;
		margin: 0;
		padding:0 0 0 3px;
		background:url("../images/menu-left.jpg") no-repeat left top;
		display: inline;
		}
	
		#navigation a {
		display:block;
		text-decoration: none;
		background:url("../images/menu-right.jpg") no-repeat right top;
		color:#999;
		padding:6px 10px 28px 7px;
		}
		
		#navigation a:visited {
		text-decoration: none;
		color:#999;
		}
		#navigation a:hover {
		color: #000;
		}
		
		#navigation #currentpage {
		background-image:url("../images/menu-left-on.jpg");
		}

		#navigation #currentpage a {
		background-image:url("../images/menu-right-on.jpg");
		color: #FFF;
		}


#logo{
float:left;
}


/*		Header Graphic
-----------------------------------------------------------------------*/

#headgraphic {
	margin: 0 0 10px 0;
}


/*		Body Divs
-----------------------------------------------------------------------*/


#leftside {
	float: left;
	width: 600px;
}

#leftside2 {
	float: left;
	width: 500px;
	padding-right:100px;

}

#rightside { 
	margin: 0 0 0 0px;
	float: left;
	width: 375px;
	height: 1% /* Holly hack for Peekaboo Bug */
	color:#000;
	}

	#rightside h1{
		font-family: Arial, sans-serif; 
		font-size:24px;
		text-align:left;
		color:#000;
		}

	#rightside h2{
		font-size:15px;
		text-align:left;
		}

	.p2{
		font-family: Arial, sans-serif; 
		font-size:30px;
		text-align:left;
		color:#000;
		font-weight:bolder;
		}

	.p3{
		font-size:15px;
		text-align:left;
		font-weight:bold;
		}

	#rightside .p1 {
		font-size:13px;
		text-align:left;
		}

	#rightside .p4 {
		font-size:13px;
		text-align:left;
		margin-left:12px;
		}
		
	#rightside .quote {
		font-size:13px;
		font-weight:bold;
		text-align:left;
		margin-bottom: 5px;
		font-style:italic;
		}		

	#rightside a {
		color:#003399;
		text-decoration: none;
		font-size:15px;
		font-weight:bold;
		}
		
	#rightside a:visited {
		color:#003399;
		text-decoration: none;
	}

	#rightside a:hover {
		color:#003399;
		text-decoration: none;
	}

	#rightside a:active {
		text-decoration: none;
		color:#003399;
	}
	

/*		Pixelpost Divs
-----------------------------------------------------------------------*/
	

#entry {
	margin-bottom: 30px;	
	float: left;
	width:650px;
	}
	
	#entry img { 
		border : none;
		padding: 0px 23px;
		background: url(../images/imgshadow.jpg) no-repeat top left;
		}
		
	#entry .p1{ 
		border : none;
		padding: 10px 23px 50px;
		font-family: Arial, sans-serif; 
		font-size:13px;
		}
		
	#entry h2{
		font-size:24px;
		text-align:left;
		padding: 0px 23px 6px;
		}
		
	#entry a {
		color:#999;
		text-decoration: none;
		font-size:15px;
		font-weight:bold;
		padding: 0px 23px ;
		}
		
	#entry a:visited, #entry a:hover, #entry a:active {
		color:#999;
		text-decoration: none;
		padding: 0px 23px;
		}


#gallery {
	margin-bottom: 30px;	
	float: left;
	width:650px;
	min-height:600px;
	}
	
	
	#gallery h1{
		font-size:24px;
		text-align:left;
		padding: 0px 23px 11px;
		}
	
	#gallery img { 
		border : none;
		padding: 0px 16px;
		background: url(../images/imgshadow-small.jpg) no-repeat top left;
		margin-bottom: 30px;
		}

#pixelright {
	padding: 30px 0 0 50px;
	float:left;
	font-family: Arial, sans-serif; 
	height: 1% ;/* Holly hack for Peekaboo Bug */
	color: #000;
	}
	
	#pixelright img { 
		border : none;
		}
		
	#pixelright h2{
		font-size:16px;
		text-align:left;
		padding-left:-15px;
		}
			
	#pixelright a {
		color:#999;
		text-decoration: none;
		}
		
	#pixelright a:visited, #pixelright a:hover, #pixelright a:active  {
		color:#999;
		text-decoration: none;
		}

	#pixelright ul{
		text-indent: 0.7em;
		list-style: none;
		padding-bottom: 20px;
		color:#999;
		text-decoration:none;
		}


	
		
	#pixelright li a
		{
			background:url(../images/double-arrow.gif) no-repeat;
			background-position: 0 0.4em;
			background-repeat: no-repeat;
			font-size:13px;
			padding-left: 1em;
			
			}
		
			

/*		Footer Divs
-----------------------------------------------------------------------*/

#footer {
	clear: both;
	font-size:10px;
	background-color:#e2e2e2;
	background-image: url(../images/footer-bg.gif);
}

#footwrapper {
	text-align: center;
	margin: 0px auto;
	padding:0 15px 0 15px;
	width: 975px;
	background-image: url(../images/footer-shadow.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #e2e2e2;
}


#footnav {
	color:#999;
	background-color:#e2e2e2;
	}
	
#footnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color:#e2e2e2;
	float: right;
	}
		
#footnav li {
	margin: 0;
	padding:0 0 0 8px;
	display: inline;
	background-color:#e2e2e2;
	}


#footnav a {
	color:#999;
	font-family: Arial, sans-serif; 
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
	}
	
	#footnav a:visited {
		color:#999;
		text-decoration: none;
	}

	#footnav a:hover {
		color:#000;
		text-decoration: none;
	}

	#footnav a:active {
		text-decoration: none;
		color:#999;
	}


