#pageContainer
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

body
{
	min-width: 980px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;#777777
	margin: 0px;
	padding: 0px;
	background-color: #e6e6e6;
}

h1, h2, h3, h4
{
	font-family: Arial, Helvetica, sans-serif;
}

p
{
	color: #777777;
}

img
{
	border: none;
}

/* Header */
#headerContainer
{
	background:url("../img/blog-left-col-background_main.jpg") no-repeat scroll center top transparent;
	height: 76px;
	font-size: small;
	position: relative;
	color: white;
}

#headerContainer a
{
	text-decoration: none;
	color: white;
}

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

#headerContainer #logoContainer
{
	height: 100%;
	float: left;
	position: relative;
}

#logoContainer img
{
	position: absolute;
	bottom: 10px;
}

#headerContainer #headerNavContainer
{
	height: 100%;
	width: 60%;
	float: right;
	text-align: right;
	position: relative;
}

#headerNavContainer #headerPositioner
{
	position: absolute;
	line-height: 27px;
	bottom: 10px;
	right: 0px;
}

#headerNavContainer .headerButtonNav
{
	float: right;
	background: url(../img/login_bg.png) no-repeat;
	width: 68px;
	text-align: center;
	vertical-align:sub;
}

#headerNavContainer .headerLinkNav
{
	margin-right: 20px;
	float: right;
}

.headerLinkSeperator 
{
	margin-left: 10px;
	margin-right: 10px;
}

/* End Header */

/* Content */
#contentContainer
{
	
}
/* End Content */

/* Form Styling */
dl
{
	color:#777777;
}

dt
{
	font-size:.8em;
	margin-bottom:3px;
	color:#5b5b5b;
}

dd
{
	margin-left:0px;
	margin-bottom:5px;
}

dd input[type=text]
{
	width:250px;
}

/* End Form */

/* Footer */

#footerContainer
{
	margin-top: 28px;
	font-size: x-small;
	line-height: 2;
	color: #a6a6a6;
}

#footerContainer a
{
	font-size: x-small;
	text-decoration: none;
	color: #777777;
}

.footerSectionOne
{
	float: left;
}

.footerContent
{
	margin-top: 10px;
}

.footerSectionTwo
{
	width: 28%;
	float: right;
	margin-top: -10px;
}

img.footer-contact-align {
	margin-top: -6px;
}

/* End Footer */

div.clear
{
	clear: all;
}
