/* 
  -----------------------------------
  Tab Bar Magic Page Pack CSS
  by Project Seven Development
  www.projectseven.com
  Graffiti Page Pack Layout 03
  2 Column Fixed +
	Page-spanning Masthead
	Sidebar on right -static
  -----------------------------------
*/
body {
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../images/graf_pbg.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	min-width: 770px;
}
#masthead {
	background-image: url(../images/abst_logo.gif);
	background-repeat: no-repeat;
	height: 154px;
}
#menubar {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ECE9D8;
}
/********COLUMN WRAPPER**********/
#layout {
	width: 770px;
	margin: 3em auto 0 auto;
	padding: 0;
}

/*MAIN and SIDEBAR COLUMNS
  Width of both must equal width of Layout
	590 + 180 = 770 
	Then we deduct 2px from the sidebox to work
	around gross miscalculations by IE5 Mac*/
#mainbox {
	width: 590px;
	float: left;
	background-image: ;
	background-repeat: repeat-y;
	background-position: right top;
}
#sidebox {
	width: 178px;
	float: left;
}

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

/*Main Content*/
#maincontent {
	background-image: ;
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 0.85em;
	line-height: 1.5em;
	padding: 12px 24px;
}
h1 {
	margin: 0px;
	font-size: 1.1em;
	padding: 2px 24px;
	border: 1px solid #4D4D4D;
	background-color: #5A5A5A;
	letter-spacing: 0.35em;
	color: #CCCCCC;
	font-weight: normal;
}
h1, h2, h3, h4 {
	line-height: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	margin: 1.5em 0 0 0;
	font-size: 1.35em;
}
h3 {
	margin: 1.5em 0 0 0;
	font-size: 1.35em;
}
#maincontent p {
	margin: 8px 0 12px 0;
}

/*Sidebar*/
#sidecontent {
	padding: 0 0 16px 24px;
	font-size: 0.7em;
}
#sidecontent .topheading {
	margin: 0;
	color: #FFFFFF;
}
#sidecontent p {
	margin: 0 0 12px 0;
}

/***********FOOTER************/
/*Footer Container*/
#footerbox {
	clear: both;
	font-size: 0.7em;
	width: 590px;
	margin: 0 180px 0 0;
	padding: 0 0 20px 0;
}
/*Footer Content*/
#footer {
	margin: 0;
	padding: 12px 24px;
	background-color: #5A5A5A;
	color: #CCCCCC;
}
#footer p {
	margin: 0;
}

/******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: #FFFFFF;
	cursor: default;
	font-size: .1em;
}
.p7fix a:active, #skips a:active, #skips a:focus {
	color: #FFFFFF;
	background-color: #4a4a4a;
	cursor: pointer;
	font-size: .8em;
}
/*********PAGE LINK STYLES********/
#layout a:hover, #layout a:active, #layout a:focus, 
#footer a:hover, #footer a:active, #footer a:focus {
	background-color: #4D4D4D;
	color: #FFFFFF;
	text-decoration: none;
}

/******NAVBAR STYLES********/
#menubar {
	font-size: .8em;
	border-top: 1px solid #333333;
	padding: 0 0 0 0;
	background-image: url(../images/graf-mbar.jpg);
	background-repeat: repeat-x;
	background-color: #3C3C3C;
}
#menubar ul {
	padding: 0;
	width: 770px;
	margin: 0 auto;
}
#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-image: url(../images/grafb_roots.jpg);
	background-repeat: repeat;
	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;}
