body {
	background-color: #CDCDCD;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	color: #555;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 100%;
	margin: 20px 0;
	padding: 0;
}
#masthead {
	background-image: url(../images/graf-masthead.jpg);
	background-repeat: no-repeat;
	height: 183px;
	background-color: #D6E5EC;
}
#logo {
	background-image: url(../images/graf_integrated_logo.gif);
	background-repeat: no-repeat;
	height: 135px;
}
/********LAYOUT WRAPPER**********/
#layout {
	width: 966px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../images/graf-shadow.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
}
/********MENU WRAPPER**********/
#menubar {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 40px auto 0 auto;
	width: 950px;
}

/********COLUMN WRAPPER**********/
#columnwrapper {
	margin: 0 auto;
	width: 950px;
	padding: 2em 0 0 0;
	background-image: url(../images/graf_integrated_grunge.jpg);
	background-repeat: no-repeat;
	background-position: 4px 0px;
}
/*MAIN and SIDEBAR COLUMNS
  Width of both must equal width of columnwrapper
	540 + 210 = 750 */
#mainbox {
	float: left;
	width: 640px;
}
#sidebox {
	float: left;
	width: 310px;
}

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

/*Main Content*/
#maincontent {
	padding: 0 0px 20px 100px;
	font-size: 0.85em;
	text-align:justify;
}
#maincontent p{
	line-height: 1.5em;
	margin: 8px 0 12px 0;
}

#maincontent ul {
	line-height: 1.5em;
	margin: 15px 0 0 0;
        padding: 0 0 0 0;
}
#maincontent li {
	padding: 0 0 0 0;
        margin: 0 0 0 20px;
}

/*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 {
	margin: 0 0 -5px 0;
	font-size: 2em;
	color: #494949;
	font-weight: normal;
}
h1, h2, h3, h4 {
	line-height: normal;
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	margin: 1em 0 -5px 0;
	font-size: 2em;
	color: #494949;
	font-weight: normal;
}

/*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: 63px;
	background-position: left bottom;	
}

/***********FOOTER************/
/*Footer Container*/
#footerbox {
	width: 950px;
	margin: 0 auto;
	font-size: 0.7em;
	color: #CECCC4;
}
/*Footer Content*/
#footer {
	padding: 0 0 0 30px;
}

/*********PAGE LINK STYLES********/
#columnwrapper a:visited, #columnwrapper a:link, #columnwrapper a:active, #footer a:visited, #footer a:link, #columnwrapper a:focus,  #footer a:active, #footer a:focus {
	color: #0088CC;
	text-decoration: none;
}

#columnwrapper a:hover, #footer a:hover {
	color: #0088CC;
	text-decoration: underline;
}

/******NAVBAR STYLES********/
#menubar {
	font-size: 0.75em;
	padding: 0 0 0 10px;
	/*background-image: url(../images/graf-mbar.jpg);
	background-repeat: repeat-x;*/
	background-color: trabsparent;
	text-align: left;
}
#menubar ul {
	padding: 0;
	margin: 0;
}
#menubar li {
	list-style-type: none;
	display: inline;
}
#menubar li a {
	float: left;
	color: #888;
	padding: 15px 15px 0 20px;
	text-decoration: none;
	/*border-right: 1px solid #333333;*/
	background-image: url(../images/grafb_roots.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	text-transform: uppercase;
}
#p7uberlink {
	color: #494949!important;
	background-color: transparent!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: #aaa;
	background-position: 0px -120px;
	background-repeat: repeat;
	background-color: transparent;
}
#menubar br {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 1px;
}
#menubar li span {
	color: #bbb;
	text-transform: lowercase;
}

.shadowbox {
padding: 0;
margin: 0;
font-size: 0;
line-height: 0;
border: 0;
}


.shadowbox {border:none; padding: 0;}

/******FORM********/
fieldset {
padding: 12px;
margin-top: 25px;
border: 5px solid #CCCCCC;
background-color: #F2F7FE;
}

fieldset legend {
font-size: 11px;
font-weight: bold;
color: #353535;
padding: 0 5px;
}

fieldset input {
padding: 3px;
margin-bottom: 4px;
}

.zemRequired {
font-weight: bold;
}

.zemError {
color: #ff0000
}

.zemText, .zemTextarea {
font-weight: normal;
}

.zemThanks {
border: 5px solid #E4DFDC;
padding: 20px;
background-color: #FFFFCC;
font-weight: bold;
margin-top: 30px;
}
#shadowbox_title {
border: 0px solid;
}
#shadowbox_info {
border: 0px solid;
}