body, div, form, p, ul, ol, li, h1, h2, h3, h4, h5, h6 { margin: 0px 0px; }
html
{
    margin: 0px;
    padding: 0px;
}
body 
{
	margin: 0px;
    padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #706E6E;
	background: #F4F4F4 url(../images/main.jpg) repeat-y top center;
}


table { border: none; }
td { vertical-align: top; }
img { border: none; }
p { padding: 0px 0px 10px; }
a 
{
	color: #0081C6;
	text-decoration: underline;
	cursor: pointer;
}
a:active,
a:hover,
a.selected 
{ 
	text-decoration: none;
	cursor: pointer; 
} 
h1 
{
	font-size: 24px;
	color: #5979AC;
	font-weight: normal;
	padding: 15px 0px 15px 15px;
}
h2 
{
	font-size: 20px;
	font-weight: bold;
	padding: 0px 0px 10px;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	padding: 0px 0px 10px;
}
h4, h5, h6 
{
	font-size: 12px;
	font-weight: normal;
	padding: 0px 0px 10px;
}

input 
{
	margin: 0px;
	padding: 0px;
}
ul, ol { padding: 0px 0px 10px 30px; }
li { padding: 0px 0px 5px 0px; }

.clear { clear:both; height: 0px; }
.floatLeft {
	float: left;	
	padding: 0px 10px 10px 0px;
}
.floatRight {
	float: right;	
	padding: 0px 0px 10px 10px;
}
.floatLeftNoPad {
	float: left;	
	padding: 0px 10px 0px 0px;
}
.floatRightNoPad {
	float: right;	
	padding: 0px 0px 0px 10px;
}

#page {
	margin: 0px auto;
	text-align: left;
	width: 963px;
	position: relative;
}

#header { height: 55px; }
#logo
{
	float: left;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 30px;
}
#tagline
{
	padding: 0px 0px 0px 10px;
	font-size: 10px;
	font-style: italic;
	text-align: left;
	color: #5979AC;
	font-weight: normal;
}
#socialIcons
{
	float: right;
	padding: 25px 20px 0px 0px;
}
#facebook,
#twitter,
#googlePlus
{
	float: left;
	padding: 0px;
	margin: 0px;
}

#login
{
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #706E6E;
	padding: 20px 20px 0px 0px;
	margin: 0px;
}
#login a
{
	color: #F4891F;
}

#topNav
{
	clear: both;
	background: #8EC63F;
	height: 33px;
}
#topNav ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#topNav li
{
	padding: 0px;
	margin: 0px;
	float: left;
	height: 33px;
	text-align: center;
	border-right: 1px solid #AAD470;
}
#topNav li.last
{
	border-right: none;
}
#topNav li:hover
{
	background:url(../images/nav.jpg) no-repeat bottom center;
}
#topNav li a
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 33px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	padding: 0px 34px;
}
#topNav li a:hover
{
	text-decoration: none;
}

#content { clear: both; }

#content.shdw
{
	background: url(../images/bottomShdw.jpg) repeat-x bottom;
	overflow: hidden;
}

#footer
{
	clear: both;
	background: #C4CFE1;
	height: 42px;
}
#footerText
{
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5A5758;
	text-align: left;	
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 42px;
	padding: 0px 0px 0px 110px;
}
#footerButton
{
	float: right;
	padding: 12px 160px 0px 0px;
}

#footerLinks
{
	clear: both;
	text-align: center;
	padding: 20px 20px 10px 20px;
	color: #B7B7B9;
	font-size: 9px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#footerLinks a
{
	color: #B7B7B9;
	font-size: 9px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#copyright
{
	text-align: center;
	padding: 0px;
	color: #B7B7B9;
	font-size: 9px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px 0px 15px 0px;
}

#footerTagline
{
	padding: 0px 0px 0px 5px;
	font-size: 9px;
	color: #B7B7B9;
	font-weight: normal;
	text-decoration: underline;
}
