/* 
  -----------------------------------
  Tab Bar Magic Page Pack CSS
  by Project Seven Development
  www.projectseven.com
  Graffiti Page Pack Layout 02
  2 Column Fixed - menu integrated
	Sidebar on left
  -----------------------------------
*/

#masthead {
	height: 193px;
	float: none;
	background-image: url(page%20elements/masthead.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	width: 932px;
}
#masthead  td {
	margin:0;
	padding:0px;
	list-style:none;
	float: left;
	bottom: 0px;
	left: auto;
	top: auto;
	right: auto;
	vertical-align: bottom;
}
/********LAYOUT WRAPPER**********/
#layout {
	width: 940px;
	background-color: #F6F6F6;
	background-image: url(page%20elements/layout.shadow.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center;
	top: 10%;
}
/********COLUMN WRAPPER**********/
#columnwrapper {
	width: 940px;
	background-image: url(page%20elements/sidebg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
/*MAIN and SIDEBAR COLUMNS
  Width of both must equal width of columnwrapper
	540 + 210 = 750 */
#mainbox {
	float: none;
	width: 720px;
	top: 0px;
	right: 0px;
	text-align: left;
}
#sidebox {
	float: right;
	width: 215px;
	margin: 0px;
}
/********CONTENT CONTAINERS*********/

/*Main Content*/
#maincontent {
	font-size: 0.85em;
	text-align: center;
	top: 0px;
	right: 0px;
	width: 650px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
}
#maincontent p.f1 {
	margin: 8px 0 12px 0;
	font-size: x-small;
}
#maincontent p.f2 {
	line-height: .75em;
	margin: 8px 0 12px 0;
	font-size: .5em;
}
.callout {
	float: left;
	width: 132px;
	margin: 6px 8px 0px 0px;
	padding: 10px;
	border: 1px solid #333333;
	font-size: 0.75em;
}
/*Sidebar*/
#sidecontent {
	font-size: 0.7em;
	width: 200px;
	float: right;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: left;
}
#sidecontent p {
	line-height: 1.5em;
	text-align: left;
	float: right;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}
/********HEADINGS*******/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 1.35em;
	letter-spacing: 0.3em;
}
h1, h2, h3, h4 {
	line-height: normal;
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	margin: 1.5em 0 0 0;
	font-size: 1.25em;
}
h3 {
	margin: 1.5em 0 0 0;
	font-size: 1.2em;
}
h4 {
	margin: 1.5em 0 0 0;
	font-size: 1.2em;
	text-decoration:underline;
}
#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(page%20elements/base.gif);
	background-repeat: no-repeat;
	height: 65px;
	background-position: center bottom;
	text-align: center;
}
/***********FOOTER************/
/*Footer Container*/
#footerbox {
	width: 945px;
	font-size: 0.7em;
	color: #CECCC4;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 60px;
}
/*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: #FF0000;
	text-decoration: none;
}
.p7TBMsubbox {
	padding: 4px 0 24px 12px;
}
#alpha-1 a:hover {
	background-color: transparent;
}

.c4 {
	text-align: justify
}
.c3 {
	text-align: left
}
.c2 {
	text-align: center
}
.c1 {
	text-align: right
}
.fl {
	float:left;
}
.fr {
	float: right;
}
