
/* zero everything */


body, p, form {
margin: 0px;
padding: 0px;
}

body {
margin-top: 0px;
}

a {
color: #747474;
font-size: 14px;
}

a:hover {
color: #747474;
text-decoration: underline;
}

.u {
text-decoration: underline;
}

/* utility styles */

.left {
float: left;
text-align: left;
}

.b {
font-weight: bold;
}

.i {
font-style: italic;
}

.cntr {
text-align: center;
}

.right {
text-align: right;
float: right;
}

.clear {
clear: both;
}

a img {
border: none;
}

.pad {
padding: 7px;
}

.indent {
text-indent: 10px;
}

.auto {
width: auto;
}

p {
padding: 5px;
}

.h {
font-size:16px;
color: #747474;
}

.leftColumn {
width: 200px;
float: left;
padding-left: 25px;
}

.rightColumn {
width: 720px;
float: left;
padding-left: 40px;
}

/* template blocks */

body {
background: url(../images/global/back.jpg) top left repeat-x #cfcfcd;
font-family: arial, helvetica;
font-size: 12px;
color: #747474;
}

#content {
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #747474;
padding: 10px;
position:relative;
z-index:0;
width: 989px;
background: #ffffff;
}

#page-wrapper {
position: relative;
width: 1006px;
margin: 0pt auto;
z-index:0;
}

#content-wrapper {
width: 1006px;
position: relative;
}

#pageHeading {
background: url(../images/global/headerHome.jpg) top left no-repeat #ffffff;
width: 1009px;
height: 71px;
color: #ffffff;
padding-top: 5px;
margin: 0;
position: relative;
display: none;
}

#footer a {
font-size: 11px;
color: #676767;
}

#footer a:hover {
color: #868686;
text-decoration: underline bold;
}

#footer {
color: #676767;
background: #c5c5c3;
padding: 10px;
width: 989px;
clear: both;
}

#footer p {
margin: 0px;
}

#nav {
	float: top;
	width: 999px;
	position: relative;
	background: #fdfdf7;
	padding: 5px;
	list-style: none;
	z-index: 0;
}

#header {
	background: url(../images/global/banner.jpg) top left no-repeat;
	width: 1006px;
	height: 210px;
	position: relative;
	}

#splash {
	width: 1006px;
	height: 108px;
	position:relative;
	z-index: 0;
}