body {
	background-color: #ECECEC;
	background-image: url(../images/bg.gif);
	background-repeat:repeat-x;
	color: #3C3C3C;
	font-size: 100%;
	margin: 20px 0;
	padding: 0;
}
body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}

strong, em { font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}
#masthead {
	background-image: url(../images/graf-masthead.jpg);
	background-repeat: no-repeat;
	height: 44px;
	background-color: #ECECEC;
}
#logo {
	background-image: url(../images/graf_integrated_logo.gif);
	background-repeat: no-repeat;
	height: 135px;
}
/********LAYOUT WRAPPER**********/
#layout {
	width: 1000px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../images/graf-shadow.jpg);
	background-repeat: repeat-y;
}

/********COLUMN WRAPPER**********/
#columnwrapper {
	margin: 0 auto;
	width: 984px;
	padding: 0;
	background-image: url(../images/graf_integrated_grunge.jpg);
	background-repeat: no-repeat;
	background-position: left top;
        line-height: 0;
}
/*MAIN and SIDEBAR COLUMNS
  Width of both must equal width of columnwrapper
	540 + 210 = 750 */
#mainbox {
	float: right;
	width: 620px;
	/*height: 476px;*/
}
#sidebox {
	float: left;
	width: 364px;
}

/********CONTENT CONTAINERS*********/

/*Main Content*/
#maincontent {
	padding: 0px 0px 20px 40px;
	font-size: .8em;
}

#maincontent img {
        border: none;
	padding: 0 15px 20px 0;
}

#maincontent p {
	line-height: 1.5em;
	margin: 8px 40px 12px 0;
	text-align:left;
}

/*Sidebar*/
#sidecontent {
	font-size: 0.75em;
	padding: 0 30px 20px 15px;
	margin: 0 0 0 0;
line-height: 1.5em;
}

#sidecontent p {
	line-height: 1.5em;
	margin: 12px 0;
	color: #888;
	text-align: center;
}


/********HEADINGS*******/
h1 {
	margin: 1.7em 0 -.5em 0;
	font-size: 1.4em;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	font-family: "Century Gothic","Trebuchet MS",Helvetica,Arial,sans-serif
}
h1.internal {
	margin: 1.7em 0 .5em 0;
	font-size: 1.4em;
	color: #EC008C;
	font-weight: normal;
	font-family: "Century Gothic","Trebuchet MS",Helvetica,Arial,sans-serif;
	text-align: left !important;
}
h2 {
	margin: 1.5em 0 -.5em 0;
	font-size: 1.4em;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	font-family: "Century Gothic","Trebuchet MS",Helvetica,Arial,sans-serif
}
h2.testimonial {
	margin: 0 0 .8em 0;
	font-size: 1.25em;
	color: #EC008C;
	font-weight: normal;
	text-align: left;
	font-family:Georgia, Times, serif;
}
.normal {font-weight: normal; font-size: .75em}
h3 {
	margin: 0 0 1.5em 0;
	font-size: 1.5em;
	font-weight: normal;
	color: #AAA;
}

/*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: 58px;
	background-position: left bottom;	
}

/***********FOOTER************/
/*Footer Container*/
#footerbox {
	width: 984px;
	margin: 0 auto;
	font-size: 0.7em;
	color: #999;
}
/*Footer Content*/
#footer {
	padding: 0 0 0 20px;
}

/*********PAGE LINK STYLES********/
#columnwrapper a:visited, #columnwrapper a:link, #columnwrapper a:active, #columnwrapper a:focus {
	color: #EC008C;
	text-decoration: none;
}
#columnwrapper a:hover {
	color: #EC008C;
	text-decoration: underline;
}

#footer a:visited, #footer a:link, #footer a:active, #footer a:focus {
	color: #AAA;
	text-decoration: none;
}
 #footer a:hover {
	color: #999;
	text-decoration: none;
}
/******NAVBAR STYLES********/
#menubar {
	font-size: .75em;
	padding: 0 0 0 0;
	/*background-image: url(../images/graf-mbar.jpg);
	background-repeat: repeat-x;*/
	background-color: #272727;
	background-color: transparent;
	margin: 0 auto;
	width: 984px;
	color: #000;
	text-transform: uppercase;
}
#menubar ul {
	padding: 0;
	margin: 0;
}
#menubar li {
	list-style-type: none;
	display: inline;
}
#menubar li a {
	float: left;
	color: #AAA;
	padding: 15px 20px 0 20px;
        padding: 15px 15px 0 15px;
	text-decoration: none;
	margin-right: 1px;
	background-image: url(../images/grafb_roots.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
}
.p7uberlink {
	color: #000!important;
	background-color: #ECECEC!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: #EC008C;
	background-position: 0px -120px;
	background-repeat: repeat;
	background-color: #ECECEC;
}
#menubar br {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 1px;
}

.hidden {
	position: absolute;
	top: -10000px;
}
