body {
	font: 12px Copperplate, Georgia, "Times New Roman", Times, serif;
	background: #2f2d26;
	margin: 0;
	padding: 0;
}

div#container {
	background: url(primarySection.jpg) no-repeat right;
	display: block;
	float: left;
	width: 100%;	
	
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin-top: -225px;
}

h1 {
	display: none;
}

h2#tagline {
	background: url(logo.gif) no-repeat;
	width: 300px;
	height: 13px;
	display: block;
	float: left;
	padding: 0;
	margin: 0 0 15px;
}

h2#tagline span {
	display: none;
}	

div#main {
	height: 450px;

	width: 100%;
	overflow: auto;
	/*background: url(primarySection.jpg) no-repeat right;*/
}

div#mainSection {
	height: 450px;
	margin-top: 0;
	display: block;
	float:
	position: absolute;
	right: 490px;
	left: 0;
	padding: 0 0 0 40px;
	
}

div#mainSection div#content {
	height: 370px;
	margin-top: 40px;
	margin-right: 340px;
}

html>body div#mainSection div#content {
	margin-right: 440px;
}

div#mainSection div#content p,div#mainSection div#content dl dd,div#mainSection div#content blockquote {
	font-size: 12px;
	color: #3a525b;
	line-height: 18px;
	clear: left;
	margin: 0 15px 10px 0;
}

div#mainSection div#content dl {
	margin: 0;
}

div#mainSection div#content dl dt {
	font-size: 12px;
	color: #293a40;
}

div#mainSection div#content h3 {
	color: #293a40;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0;
	margin-top: 0;
	margin-bottom: 5px;
}

div#mainSection div#content h2 {
	color: #3a525b;	
}

div#mainSection div#content a {
	color: #293a40;
	font-weight: bold;
}

div#mainSection div#content a:hover {
	color: black;
}

div#secondarySection {
	width: 100px;
	display: block;
	float: right;
	/*background: #56676e url(secondarySection.jpg) repeat-y;*/
	padding: 25px;
}

div#secondarySection div {
}

div#mainSection div#contentBlockA div#introduction .slogan {
	color:#3A525B;	font-size:26px;	font-weight:bold;	line-height:25px;	margin-bottom:10px;	padding-top:25px;}

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


div#secondarySection div ul {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	list-style: none;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 80px;
}

div#secondarySection div ul li a {
	font-size: 9px;
	color: white;
}

div#secondarySection div p,div#secondarySection div ul,div#secondarySection div ol {
	clear: left;
	color: #aeb2cb;
	font: 9px/14px Verdana, Arial, Helvetica, sans-serif;
	width: 80px;
}

div#secondarySection a {
	color: white;
}

div#secondarySection div h2 {
	color: #aeb2cb;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-top: 20px;
	display: block;
	float: left;
	margin-bottom: 5px;
}

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

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

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


