/* 
  -----------------------------------
  Tab Bar Magic Page Pack CSS
  by Project Seven Development
  www.projectseven.com
  Graffiti Page Pack Layout 02
  2 Column Fixed - static
	Sidebar on left
  -----------------------------------
*/
body {
	background-color: #F2F2F2;
	background-image: url(../images/graf-pbgtexture.jpg);
	color: #333;
        color: #404040;
        color: #494949;
	font-size: 100%;
	margin: 20px 0;
	padding: 0;
}
body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
strong, em {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
#masthead {
	background-image: url(../images/graf-masthead.jpg);
	background-repeat: no-repeat;
	height: 137px;
	background-color: #F2F2F2;
}
#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: 0em 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: right;
	width: 608px;
width: 494px;
}
#sidebox {
	float: left;
	width: 376px;
width: 490px;
}

/********CONTENT CONTAINERS*********/

/*Main Content*/
#maincontent {
	padding: 0 30px 20px 30px;
	font-size: 0.75em;
}
#maincontent p {
	line-height: 1.6em;
	margin: 0 0 12px 0;
}
#maincontent .button {
	border: none;
}

/*Sidebar*/
#sidecontent {
	font-size: 0.75em;
	padding: 0 20px 20px 24px;
	margin: 0 0 0 0;
}
#sidecontent p {
	line-height: 1.5em;
	margin: 12px 0;
}
/********HEADINGS*******/
h1 {
	margin: 0 0 6px 0;
	font-size: 1.4em;
        color: #494949;
        font-weight: normal;
}
h1.news {
	margin: 0 0 6px 0;
	font-size: 1.4em;
        color: #494949;
        font-weight: normal;
        border-bottom: 1px solid #484848;
}

h1, h2, h3, h4 {
	line-height: normal
}
h2 {
	margin: 2em 0 .5em 0;
	font-size: 1.3em;
        color: #494949;
        font-weight: normal;
        border-bottom: 1px solid #CCC;
        line-height: 1.6em;
}

h3 {
	margin: 0 0 1en 0;
	font-size: 1.2em;
        color: #494949;
}

/*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: 984px;
	margin: 0 auto;
	font-size: 0.7em;
	color: #999;
}
/*Footer Content*/
#footer {
	padding: 0 0 0 30px;
}

/*********PAGE LINK STYLES********/
#columnwrapper a:visited, #columnwrapper a:link, #columnwrapper a:active, #columnwrapper a:focus {
	color: #0088CC;
        color: #0C6A8A;
	text-decoration: none;
}
#columnwrapper a:hover {
	color: #0C6A8A;
	text-decoration: underline;
}

#footer a:visited, #footer a:link, #footer a:active, #footer a:focus {
	color: #0088CC;
        color: #0C6A8A;
	text-decoration: none;
}
#footer a:hover, #footer a:hover {
	color: #0088CC;
        color: #0C6A8A;
	text-decoration: underline;
}

/******NAVBAR STYLES********/
#menubar {
	font-size: .8em;
	padding: 0 0 0 0;
	background-image: url(../images/graf-mbar.gif);
	background-repeat: repeat-x;
	background-color: #F2F2F2;
	margin: 0 auto;
	width: 984px;
	color: #282828;
        color: #0C6A8A;
	margin-bottom: 5px;
}
#menubar ul {
	padding: 0;
	margin: 0;
}
#menubar li {
	list-style-type: none;
	display: inline;
}
#menubar li a {
	float: left;
	color: #999999;
	padding: 10px 20px;
        /*border-right: 1px solid #E8E8E8;*/
	text-decoration: none;
	background-image: url(../images/grafb_roots.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
}
.p7uberlink {
	color: #333333!important;
	background-color: #F2F2F2!important;
	background-position: 50% -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: #049BC7;
        color: #0C6A8A;
	background-position: 0px -120px;
	background-repeat: repeat;
	background-color: #F2F2F2;
}
#menubar br {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 1px;
}

/******SEARCH********/
#search {	
	margin: 0 auto;
        width: 990px;
        margin-bottom: 10px;
}

#layoutwrapper {
	margin: 0 auto;
	width: 100%;
}
#top {
	background-image: url(../images/top.jpg);
	background-repeat: repeat-x;
}
#topleft {
	background-image: url(../images/top-left.jpg);
	background-repeat: no-repeat;
	height: 15px;
}
#topright {
	background-image: url(../images/top-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 15px;
}
#bottom1 {
	background-image: url(../images/bottom.jpg);
	background-repeat: repeat-x;
}
#bottomleft {
	background-image: url(../images/bottom-left.jpg);
	background-repeat: no-repeat;
	height: 15px;
}
#bottomright {
	background-image: url(../images/bottom-right.jpg);
	height: 15px;
	background-repeat: no-repeat;
	background-position: right top;
}
#contentwrapper {
	background-image: url(../images/right.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	}
#content {
	background-image: url(../images/left.jpg);
	background-repeat: repeat-y;
	padding: 0 0 0 20px;
	background-color: #EEEEEE;
	margin-right: 20px;
}

form {padding: 0; margin: 0}

input {padding: 0; margin: 0}

select {padding: 0; margin: 0}


/******FORM********/
fieldset {
padding: 12px;
/*margin: 25px 0 25px 0;*/
border: 1px solid #999;
border: none;
background-color: #EEE;
}

fieldset legend {
font-size: 11px;
font-weight: normal;
color: #323232;
padding: 0 5px;
}

fieldset input {
padding: 3px;
margin-bottom: 4px;
font-size: 13px;
}

.zemRequired {
font-weight: bold;
}

.zemError {
color: #ff0000
}

.zemText {
font-weight: normal;
}

/******LISTING TABLE********/

.listing {
text-align: left;
}

table {
padding: 0;
margin: 0;
}

.listing img {
padding: 0;
margin: 0;
border: 5px solid #FFF;
}

.ref {
color: #494949;
line-height: 1.5em;
font-size: .7em;
}

/******NEWS********/

h6 {
margin: 3px 0 14px 0;
font-size: .88em;
font-weight: normal;
}

h6 strong {
margin-right: 1.2em !important;
margin-right: .5em;
/* hack for IE */
}

h6 b {
margin-left: 1.2em !important;
margin-left: .5em;
/* hack for IE */
}
