body {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

h1#logo {
	background: url(logo.jpg) no-repeat;
	width: 259px;
	height: 19px;
	display: block;
	float: left;
	position: absolute;
	top: 0;
	left: 493px;
	margin: 0;
	padding: 0;
}

h1#logo a {
	width: 259px;
	height: 19px;
	display: block;
	float: left;
}

h1#logo span {
	display: none;
}

div#mainSection h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 80px;
	left: 0;
	width: 750px;
	background: url(h1.jpg) repeat fixed;
}

div#mainSection h1 span {
	width: 530px;
	border-top: 1px solid red;
	border-right: 1px solid red;
	border-bottom: 1px solid red;
	padding-left: 220px;
	text-transform: uppercase;
	color: red;
	letter-spacing: 5px;
	background: url(h1-span.png) no-repeat left center;
	display: block;
	float:;
	margin: 0;
	overflow: hidden;
	padding-top: 170px;
	font-weight: bold;
	font-size: 40px;
	line-height: 27px;
}

h2#tagline {
	color: silver;
	font-size: 15px;
	text-align: right;
	letter-spacing: 4px;
	font-weight: 100;
	margin-bottom: 20px;
	display: none;
}

#content {
	width: 530px;
	margin-left: 200px;
	padding-left: 20px;
	padding-top: 10px;
	margin-top: 50px;
	top: 280px;
	display: block;
	float: left;
	position: absolute;
}

html>body #content {
	margin-top: 37px;
}

#content h3 {
	font-size: 14px;
	background: url(h3.gif) no-repeat left top;
	margin-left: -15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 11px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 0;
}

#content dl {
	padding-top: 0;
	margin-top: 0;
}

#content h4,#content dl dt {
	font-size: 12px;
	font-weight: bold;
	margin-top: 12px;
	padding: 0;
	line-height: 20px;
}

#content p,#content dl dd {
	color: #515151;
	font-size: 12px;
	padding-left: 0;
	margin-left: 0;
	line-height: 20px;
	margin-top: 0;
}

#content p strong {
	color: red;
}

#content a {
	font-weight: bold;
	color: #009fff;
	text-decoration: none;
	border-bottom: 1px solid #009fff;
	padding: 1px 4px;
	margin-left: 0;
}

#content a:hover {
	color: white;
	background: #009fff;
}

div#content img {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 30px;
}

div#secondarySection {
	position: absolute;
	top: 330px;
}

div#secondarySection div {
	display: block;
	float: left;
	clear: left;
	width: 140px;
	border-top: 1px solid red;
	padding-top: 15px;
	padding-bottom: 0;
	margin: 0 15px 15px;
}

html>body div#secondarySection div {
	margin-left: 30px;
	margin-right: 30px;
}

div#secondarySection div p {
	font-size: 10px;
	line-height: 15px;
	color: gray;
	margin-top: 0;
	margin-bottom: 10px;
}


div#mainSection div#contentBlockA div#introduction .slogan {
	color:black;	font-size:22px;	font-weight:bold;	line-height:29px;	margin-bottom:10px;}

div#mainSection div#contentBlockA div#introduction .callout {
	margin-left:-0.2em;	padding-left:2em;	text-indent:-0.5em;}

div#secondarySection ul {
	display: block;
	float: left;
	padding: 0px;
	margin: 0 0px;
}

div#secondarySection ul li {
	color: gray;
	display: block;
	float: left;
	width: 140px;
}

div#secondarySection ul li a {
	color: gray;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	display: block;
	float: left;
	width: 125px;
	margin-left: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	background: url(bullet.png) no-repeat left center;
	padding-left: 15px;
}

div#secondarySection ul li a:hover {
	text-decoration: underline;
	color: black;
}

div#secondarySection ul li a.selected {
	
}

div#secondarySection div#menu {
	border-top-style: none;
	padding-top: 0;
}

div#secondarySection div#menu ul {
	margin-top: 0;
}

div#secondarySection div p,div#secondarySection div ul,div#secondarySection div ol {
	clear: left;
}

div#secondarySection div h2 {
	color: gray;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

div#secondarySection div h3 {
	font-size: 10px;
	color: gray;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	display: block;
	float: left;
	clear: left;
	margin-bottom: 7px;
}

div#secondarySection div h4 {
	color: gray;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#main {
	float: left;
	position: absolute;
	top: 20px;
	display: block;
	width: 770px;
	margin: 0;
	padding: 0;
}

blockquote {
	background: url(quote-open.gif) no-repeat;
	text-align: center;
	letter-spacing: 3px;
	font: italic normal 20px/30px Georgia, Times New Roman, Times, serif;
	padding: 20px 0 0;
	margin: 15px 0 60px;
}

blockquote span {	background: url(quote-closed.gif) no-repeat right;
	text-align: left;
	padding-bottom: 5px;
	width: 530px;
	padding-left: 0;
	display: block;
	color: gray;
	padding-top: 50px;
	margin-left: 0;
	margin-right: 0;
	font: normal 14px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin-top: -25px;
}

div#secondarySection div#search {
	display: none;
}



