/* 
  -----------------------------------
  Tab Bar Magic Page Pack CSS
  by Project Seven Development
  www.projectseven.com
  Graffiti Page Pack Layout 04
  2 Column Fixed +
	Page-spanning Masthead
	Sidebar on left - menu integrated
  -----------------------------------
*/
 a:link{
	color: #747474;
}
.even {
	background-color: #FEF5E9;
	display: block;
}
.odd {
	color: #D8E0E2;
}
a:visited{
	color: #747474;
}
a:hover{
	color: #339999;
	text-decoration: none;
}


#footer a:link{
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:visited{
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
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;
}
.floatl {
	float: left;
	margin-right: 14px;
	margin-bottom: 8px;
	border: 1px solid #333333;
	margin-top: 6px;
}



#masthead {
	background-image: url(../images/paul.jpg);
	background-repeat: no-repeat;
	height: 110px;
}
.right {
	text-align: right;
}

#menubar {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h6 {
	font-size: 12px;
	color: #666666;
	text-align: left;
	margin-left: 30px;
	margin-top: 4px;
}

/********COLUMN WRAPPER**********/
#layout {
	width: 770px;
	padding: 0;
	margin-top: 44px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*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: right;
	background-image: url(../images/graf-vrule.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#sidebox {
	width: 178px;
	float: right;
}

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

/*Main Content*/
#maincontent {
	background-image: url(../images/graf-vrule.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-top: 6px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 24px;
	text-align: justify;
	text-decoration: none;
}

h1, h2, h3, h4 {
	line-height: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #747474;
}
h1 {
	margin: 0px;
	font-size: 1.1em;
	padding: 2px 24px;
	color: #F2F2F2;
	border: 1px solid #4D4D4D;
	font-weight: normal;
	background-color: #5a5a5a;
	letter-spacing: .35em;
}
h2 {
	font-size: 1.35em;
	color: #747474;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
}
h4 {
	margin-left: 140px;
}

h3 {
	margin: 1.5em 0 0 0;
	font-size: 1.35em;
}
#maincontent p {
	margin: 8px 0 12px 0;
}

/*Sidebar*/
#sidecontent {
	font-size: 0.7em;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 0;
	margin-top: 0px;
}
.floatr {
	float: right;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 10px;
	border: 1px solid #333333;
}

#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 0 0 180px;
	padding: 0 0 16px 0;
}

/*Footer Content*/
#footer {
	margin: 0;
	padding: 12px 24px;
	background-color: #4D4D4D;
	color: #CCCCCC;
}
#footer p {
	margin: 0;
	letter-spacing: .1em;
}

/******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********/



/******TAB BAR MAGIC CSS CHANGES FOR THIS LAYOUT********/
#p7TBMroot ul {
	width: 770px;
	margin: 0 auto;
	border-left: 1px solid #333;
}
.p7TBMsubbox ul {
	width: 770px;
	margin: 0 auto;
}
.p7TBMsubbox {
	padding: 4px 0 24px 0;
}
.pic {
	border: 1px solid #333333;
}
h5 {
	color: #757575;
	border: 1px solid #999999;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
.centre {
	margin-right: auto;
	margin-left: auto;
}
