﻿html, body, form
{
	margin:0px;
	padding:0px;
	height:100%;
	background-color:#fff;
	color:#000000;
}

form
{
    text-align:center;
}

a
{
	color:#000;
}

#outterdiv
{
}

#header
{
    width:100%;
}


#outtermenuwrapper
{
	width:100%;
	height:35px;
    background-image:url('/images/topbar_bg.gif');
	background-repeat:repeat-x;
}

#headercontent, #menuwrapper, #maincontentarea, #footercontent
{
    width:990px;
    display:inline-block;
	margin:0px auto;
	text-align:left;
}

#headercontent
{
}

#headerlogorow
{
	height:90px;
}

#logo
{
	width:350px;
	height:75px;
	display:inline-block;
}

#socialwrapper
{
	width:625px;
	display:inline-block;
	text-align:center;
	height:90px;
}

#followwrapper
{
	font-family:Arial;
	font-weight:bold;
	color:#002868;
}

#socialiconswrapper
{
	height:65px;
}

.socialicon
{
	width:64px;
	height:64px;
}

#headertoprow
{
	padding:5px 5px 0px 0px;
	font-size:small;
	float:right;
}

#maincontentarea
{
    min-height:400px;
    margin-bottom:10px;
}

#footer
{
	background-image:url('/images/footerbar.gif');
	background-repeat:repeat-x;
	padding:10px 0px;
	font-size:small;
}

#footercontent
{
}

#menuwrapper
{
}

#menuwrapper span
{
}

#menuwrapper span span
{
	margin-left:0px;
}

.topmenuoff:link, .topmenuoff:visited, .topmenuon
{
	text-decoration:none;
	padding:0 15px;
	line-height:35px;
	height:100%;
	display:inline-block;
	color:White;
	font-family:Arial;
	font-weight:bold;
	margin-left:0px;

}

.topmenuoff:link, .topmenuoff:visited
{
}

.topmenuoff:hover
{
	background-color:White;
	color:#cc0000;
}

.topmenuon
{
	background-color:White;
	color:#cc0000;
}

#content
{
	padding:10px 5px;
}

#footer_copy, #footer_terms, #footer_privacy
{
	display:inline-block;
	width:300px;
	text-align:center;
}

