body {
	width: 100%;
	height: 100%;
	font-family: Arial, Verdana, sans-serif;	
}

body, html, p, h1, h2, h3, h4, ul, li {
	margin: 0px;
	padding: 0px;
}

div.content {
	position: relative;
	width: 930px;
	margin: 0 auto;
}

ul {
	list-style-position: inside;
	list-style-image: url(../images/bullet_arrowSingleRight.png);
	font-size: 18px;
	font-weight: bold;
	color: rgb(213, 56, 78);
}



/* -----------   HEADER ------------ */

div#header {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 200px;
	background-image: url(../images/stripe_gryBlk.gif);
	overflow: hidden;
}

div#header div.gradient {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/gradient_gryClr300.png);
	background-repeat: repeat-x;
	background-position: top center;
}

div#header h1.logo {
	float: right;
	width: 498px;
	height: 181px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: top center;
	text-indent: -20000px;
}


/* -----------   NAV ------------ */

div#nav {
	position: absolute;
	z-index: 20000;
	top: 200px;
	width: 100%;
	height: 39px;
	background-image: url(../images/gradient_green39.gif);
	background-repeat: repeat-x;
	background-position: top center;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

div#nav ul.sections {
	float: left;
}

div#nav ul.sections  li {
	display: block;
	float: left;
}

div#nav ul.sections  li a {
	display: block;
	float: left;
	height: 36px;
	padding: 7px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

div#nav ul.sections  li a#current {
	background-image: url(../images/navArrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

div#nav ul.sections li#contact span{
	float: left;
}



/* -----------   PAGE ------------ */

div#page {
	position: absolute;
	width: 100%;
	top: 245px;
	bottom: 0px;
	background-image: url(../images/pattern_paisleyGrad.gif);
	background-repeat: repeat-x;
	background-position: top center;
}

