/* 
  -----------------------------------
  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: #E2E2D2;
	background-image: url(../images/graf-pbgtexture.jpg);
	color: #677f35;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0 0 50px 0;
	padding: 0;
}
#masthead {
	background-image: url(../images/graf-masthead.jpg);
	background-repeat: no-repeat;
	height: 300px;
	background-color: #FFFFFF;
}
#logo {
	background-image: url(../images/graf_integrated_logo.gif);
	background-repeat: no-repeat;
	height: 135px;
}
/********LAYOUT WRAPPER**********/
#layout {
	width: 766px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../images/graf-shadow.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/graf_integrated_grunge.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: 510px;
}
#sidebox {
	float: left;
	width: 240px;
}

/********CONTENT CONTAINERS*********/

/*Main Content*/
#maincontent {
	padding: 0 30px 20px 30px;
	font-size: .8em;
	background-image: url(../images/graf-vrule.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#maincontent p {
	line-height: 1.6em;
	margin: 8px 0px 12px 15px;
}

/*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;
}
#sidecontent img {
	padding: 1px;
	border: 1px solid #929F87;
	margin: 0 0 15px 0;
}
/********HEADINGS*******/
h1 {
    font-family: Arial, Helvetica, sans-serif;
	margin: 1em 0 0 0;
	font-size: 1.6em;
	color: #2B5F1A;
	font-weight: normal;
	border-bottom: 1px solid #E2EdD2;
	margin-left: 15px;
}
h1, h2, h3, h4 {
	line-height: normal;
}
h2 {
	margin: 1.5em 0 0 0;
	font-size: 1.4em;
	margin-left: 15px;
        font-weight: normal;
}
h3 {
	margin: 1.5em 0 0 0;
	font-size: 1.2em;
	margin: 0 0 5px 0;
}
#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/graf-footer.jpg);
	background-repeat: no-repeat;
	height: 48px;
	background-position: left bottom;	
}

/***********FOOTER************/
/*Footer Container*/
#footerbox {
	width: 750px;
	margin: 0 auto;
	font-size: 0.8em;
	color: #2B5F1A;
}
/*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;
	cursor: pointer;
	font-size: .8em;
}
/*********PAGE LINK STYLES********/
#columnwrapper a:link, #columnwrapper a:visited, #columnwrapper a:hover, #columnwrapper a:active, #columnwrapper a:focus, 
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active, #footer a:focus {
	color: #996633;
	text-decoration: underline;
}

/******NAVBAR STYLES********/
#menubar {
	font-size: 9px;
	border-top: 1px solid #90C6A0;
	padding: 0 0 0 0;
	background-image: url(../images/graf-mbar.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-left: 1px solid #BAC29C;
	font-family: Arial, Helvetica, sans-serif;
}
#menubar ul {
	padding: 0;
	margin: 0;
}
#menubar li {
	list-style-type: none;
	display: inline;
}
#menubar li a {
	float: left;
	color: #96723E;
	padding: 11px 35px;
	text-decoration: none;
	border-right: 1px solid #BAC29C;
	background-image: url(../images/grafb_roots.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	text-align: center;
}
.p7uberlink {
	color: #2B5F1A!important;
	background-color: #FFFFFF!important;
	background-position: 0px -240px !important;
	background-repeat: repeat;
	font-weight:bold;
}
/*
The Root Level Hover.
DO NOT CHANGE SELECTOR NAMES*/ 
#menubar li a:hover,
#menubar li a:focus, 
#menubar li a:active {
	color: #2B5F1A;
	background-position: 0px -120px;
	background-repeat: repeat;
	background-color: #FFFFFF;
}
#menubar br {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 1px;
}

/******FORM********/
fieldset {
padding: 12px;
margin-bottom: 25px;
border: 1px solid #e4dfdc;
}

fieldset legend {
font-size: 11px;
font-weight: normal;
color: #323232;
padding: 0 5px;
}

fieldset input {
padding: 3px;
margin-bottom: 4px;
}

.zemRequired {
font-weight: bold;
}

.zemError {
color: #ff0000
}
