﻿html, body
{
	margin: 0;
	padding: 0;
}
div.pageFrame
{
	position: relative;
	width: 1024px;
	margin: 0 auto;
	color: #fff;
	background-color: #1a1a1a;
}
div#pageHeader
{
	position: relative;
	width: 1024px;
	height: 380px;
	overflow: hidden;
	border-bottom: solid 1px #fff;
	z-index: 1;
}
#mainImage,
#mainImage img
{
	position: absolute;
	width: 1024px;
	height: 380px;
	overflow: hidden;
}
a#logoLink
{
	position: absolute;
	display: block;
	width: 211px;
	height: 37px;
	left: 35px;
	top: 37px;
	z-index: 999;
}
div#contentFrame
{
	padding: 24px 0 0 0;
	width: 1024px;
}
div#pageFooter
{
	position: relative;
	padding: 10px 0 30px 0;
	width: 1024px;
}

div.col1
{
	position: relative;
	float: left;
	padding-left: 32px;
	width: 211px;
}
div.col2
{
	position: relative;
	float: left;
	width: 495px;
}
div.col3
{
	position: relative;
	float: right;
	padding-right: 32px;
	width: 227px;
}
div#pageFooter div.col2,
div#pageFooter div.col3
{
	padding-top: 38px;		/* Align links with baseline of pageFooter */
}


div.fullWidth div.col2
{
	width: 749px;	/* 1024 = (32+211) + n + (32) */
}

a
{
	color: #ddd;
	text-decoration: none;
}
a:hover
{
	color: #fff;
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6
{
	color: #fff;
}

ul.links.horizontal
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}
ul.links.horizontal.stack
{
	margin-left: 20px;
}
ul.links.horizontal li
{
	float: left;
	padding: 0 7px;
}
ul.links.horizontal.right
{
	float: right;
}
ul.links.horizontal.vbar li
{
	padding: 0 5px 0 6px;
	background-image: url(img/linkBar.gif);
	background-position: right 3px;
	background-repeat: no-repeat;
}
ul.links.horizontal li.first
{
	padding-left: 0;
}
ul.links.horizontal.right li.last
{
	padding-right: 0;
}
ul.links.horizontal.vbar li.last
{
	background-image: none;
}


#pageFooter .links,
#pageFooter .links a,
#pageFooter .links a:hover
{
	text-decoration: none;
	font-size: 10px;
	color: #808080;
}


a.twitter
{
	display: block;
	width: 47px;
	height: 11px;
	background: #1a1a1a url(img/twitter_black.gif) no-repeat 0 0;
}
a.facebook
{
	display: block;
	width: 47px;
	height: 11px;
	background: #1a1a1a url(img/facebook_black.gif) no-repeat 0 0;
}
a.liveChat
{
	display: block;
	width: 47px;
	height: 11px;
	background: #1a1a1a url(img/LiveChat_black.gif) no-repeat 0 0;
}



.col3 div.panel
{
	background: #1a1a1a url(img/panelBkBlack.gif) repeat-x 0 0;
	border: solid 1px #666;
	padding: 10px;
	margin-bottom: 20px;
}
.col3 div.panel.center
{
	text-align: center;
}
.col3 div.panel a
{
	color: #fff;
	text-decoration: none;
}
.col3 div.panel a:hover
{
	color: #fff;
	text-decoration: underline;
}
.whiteBk .col3 div.panel a
{
	color: #B6A368;
}
.col3 div.panel p
{
	margin: 0;
	padding: 0;
}
.col3 div.panel h1,
.col3 div.panel h2,
.col3 div.panel h3
{
	margin: 0;
}
.col3 div.panel h1 { font-size: 20px; }
.col3 div.panel h2 { font-size: 16px; }
.col3 div.panel h3 { font-size: 12px; }

.col3 div.panel a.liveChat
{
	display: block;
	width: 117px;
	height: 24px;
	background-image:url(img/LiveChatPanel_black.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: Transparent;
	text-indent: -9999px;
}

