/* 
  -----------------------------------
  Tab Bar Magic Page Pack CSS
  by Project Seven Development
  www.projectseven.com
  Graffiti Page Pack Layout 01
  2 Column Fixed - static
  -----------------------------------
*/
body {
	background-color: #999999;
	color: #333333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	margin: 20px 0;
	padding: 0;
}
#navbar-top {
	height: auto;
	padding: 0px;
	float: right;
	width: 280px;
	clear: none;
}
#masthead {
	background-image: url(../images_base/images/pic-default.jpg);
	background-repeat: no-repeat;
	height: 125px;
}
#masthead-top {
	background-image: url(../images_base/shadow-top.jpg);
	background-repeat: no-repeat;
	height: 32px;
	background-color: #FFFFFF;
	font-size: 0.8em;
}	
#logo {
	background-image: url(../images_base/pf_logo-2.gif);
	height: 135px;
	background-repeat: no-repeat;
}
/********LAYOUT WRAPPER**********/
#layout {
	width: 766px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../images_base/shadow-bottom.jpg);
	background-repeat: repeat-y;
}
/********MENU WRAPPER**********/
#menubar {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 750px;
	color: #ECE9D8;
}

/********COLUMN WRAPPER**********/
#columnwrapper {
	margin: 0 auto;
	width: 750px;
	padding: 2em 0 0 0;
	background-image: url(../images_base/back.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
/*MAIN and SIDEBAR COLUMNS
  Width of both must equal width of columnwrapper
	540 + 210 = 750 */
#mainbox {
	float: left;
	width: 540px;
}	
#mainbox-sub {
	float: none;
	width: 750px;
}
#sidebox {
	float: left;
	width: 210px;
}

/********CONTENT CONTAINERS*********/

/* Main Content */
#maincontent {
	padding: 0 30px 20px 30px;
	font-size: 0.85em;
	border-right: 1px dotted #666666;
}
.maincontent-noborder {
	border-right: 0px;
}
#maincontent p {
	line-height: 1.5em;
	margin: 0px 0 12px;
}
#maincontent-sub {
	padding: 0 30px 20px;
	font-size: 0.85em;
	border-right: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#maincontent-sub p{
	line-height: 1.5em;
	margin: 0px 0;
}
.callout {
	float: left;
	width: 132px;
	margin: 6px 8px 0px 0px;
	padding: 10px;
	border: 1px solid #333333;
	font-size: 0.75em;
}	
	.picture-float {
	float: left;
	margin: 0px 12px 6px 0px;
}	
	.staff-picture-float {
	float: left;
	margin: 0px 203px 6px 0px;
	clear: right;
}	
	.head-picture-float {
	float: left;
	margin: 0px 464px 0px 0px;
	clear: right;
}
/*Sidebar*/
#sidecontent {
	font-size: 0.7em;
	padding: 0 24px 20px 20px;
	margin: 0 0 0 0;
}
#sidecontent p{
	line-height: 1.5em;
	margin: 12px 0;
}
/********HEADINGS*******/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 1.35em;
	letter-spacing: 0.3em;
	padding: 0px;
}
h1, h2, h3, h4 {
	line-height: normal;
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	margin: 0em 0 0;
	font-size: 1.25em;
	padding-bottom: .05em;
	padding-top: 1em;
}
h3 {
	margin: 5px 0;
	font-size: 1.2em;
}
#sidecontent h3.topheading {
	margin: 0;
}

/*CLEARING the LAYOUT FLOATS*/
.clearit {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}

/********BOTTOM SHADOW GRAPHIC**********/
#bottom {
	background-image: url(../images_base/footer.jpg);
	background-repeat: no-repeat;
	height: 48px;
	background-position: left bottom;
}

/***********FOOTER************/
/*Footer Container*/
#footerbox {
	width: 750px;
	margin: 0 auto;
	font-size: 0.7em;
	color: #CCCCCC;
}
/*Footer Content*/
#footer {
	padding: 0 0 0 30px;
}
/******SKIP LINKS********/
/*Skip Links Container*/
#skips {
	position: absolute;
	top: 6px;
	right: 15px;
	margin: 0 15px 0 0;
}
/*Skip Link Link Styles*/
#skips a, #skips a:visited, #skips a:hover {
	color: #8D9298;
	cursor: default;
	font-size: 0.1em;
}
.p7fix a:active, #skips a:active, #skips a:focus {
	color: #FFFFFF;
	background-color: #4a4a4a;
	cursor: pointer;
	font-size: .8em;
}
/*********PAGE LINK STYLES********/
#columnwrapper a:hover, #columnwrapper a:active, #columnwrapper a:focus, 
#footer a:hover, #footer a:active, #footer a:focus {
	background-color: #4D4D4D;
	color: #FFFFFF;
	text-decoration: none;
}
/******NAVBAR STYLES********/
#menubar {
	border-top: 1px solid #999;
	padding: 0 0 0 0;
	background-color: #3C3C3C;
	font-size: .8em;
}
#menubar ul {
	padding: 0;
	margin: 0;
}
#menubar li {
	list-style-type: none;
	display: inline;
}
#menubar li a {
	float: left;
	color: #CCCCCC;
	padding: 5px 10px;
	text-decoration: none;
	border-right: 1px solid #333333;
	background-position: 0px 0px;
}
#p7uberlink {
	color: #333333!important;
	background-color: #FFFFFF!important;
	background-position: 0px -240px !important;
	background-repeat: repeat;
}
/*
The Root Level Hover.
DO NOT CHANGE SELECTOR NAMES*/ 
#menubar li a:hover,
#menubar li a:focus, 
#menubar li a:active {
	color: #ECE9D8;
	background-position: 0px -120px;
	background-repeat: repeat;
	background-color: #FFFFFF;
}
#menubar br {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 1px;
}
#alpha-1 a:hover {background-color: transparent;}
