body
{
	margin:0;border:0; padding:0;
	font-family: Verdana,Tahoma,Arial,Sans-Serif;
	font-size:12px;
}


h1
{
	color:#77ad1c;
	font-family: Arial,Tahoma,Verdana,Sans-Serif;
	font-size:14px;
	margin-top:10px;
}

h2
{
	color:#5b72b6;
	font-family: Arial,Tahoma,Verdana,Sans-Serif;
	font-size:12px;
	margin-top:5px;
	margin-left:5px;
}

p
{
		font-size:11px;
}

a
{
	color:#77ad1c;	
	text-decoration: none;
}

a:hover
{
	text-decoration:underline;
}

.more
{
	text-align:right;
}

#homeWrap {

	color:#081644;
	margin:0 auto;
	width:780px;
	background-color: #ffffff;
	border-left: 1px solid #081644;
	border-right: 1px solid #081644;
	border-bottom: 1px solid #081644;

}


#homeBanner {

	width:780px;

}

#logo
{

	float:left;

}

#tagline
{
	
	float:right;
	
}

#menu {
	margin:0;
	padding:0;
	position: relative;
	z-index:100;
}

#content
{
	zoom:1;
	padding:0;margin:0;
	background-image: url(../images/homepageGradient.jpg);
	background-position:0% 100%;
	background-repeat: repeat-x;
}

#rightColumn
{
	float:right;
	margin-right:10px;
	margin-bottom:10px;
	text-align:left;
	width:230px;
		display:inline;
}

#rightColumn h1
{
	margin-top:0px;
	margin-bottom:8px;
}

#rightColumn p
{
	margin-bottom:5px;
	margin-top:0px;
}

.messageButton
{
	color:#ffffff;
	text-align:left;
	height: 50px;
	margin-top:10px;
	background-image:url(../images/messageButton.png);
	background-repeat: no-repeat;
}

.messageButton p
{
	margin-left: 55px;
	padding-top: 5px !important;
}

.messageButton a
{
	color:#ffffff;
	text-decoration: none;
}

.messageButton a:hover
{
	color:#ffffff;
	text-decoration: underline;
}

#slideshow
{
	float:left;
	position:relative;
	height: 320px;
	margin-left:10px;
	display:inline;
}



#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#bottomBoxes
{
	float:left;
	width:780px;
	margin-bottom: 10px;
}

.bottomBox
{
	text-align:left;
	float:left;
	width: 181px;
	margin-left:10px;
	margin-top: 10px;
	min-height:110px;	
	border: 1px solid #081644;
		display:inline;
}

.bottomBox h2
{
	margin-bottom: 8px;
}

.bottomBox p
{
	margin-left:5px;
	margin-bottom:6px;
}

.bottomBox a
{
	color:#5b72b6;
}

#email
{
	width:160px;
	float:right;
	margin-top:15px;
	margin-right:10px;
	height:15px;
	font-size:11px;
	color:#081644;
	vertical-align:middle;
	border: 1px solid #77ad1c;
}

#submit
{
	float:right;
	margin-right:10px;
	margin-top:5px;
	height:20px;
	width:40px;
	color:#ffffff;
	font-weight:bold;
	background:#77ad1c;
	border: 1px solid #77ad1c;
}

#footer
{
	height:40px;
	min-height: 40px;
	color:#ffffff;
	background-color:#5b72b6;
	font-size:9px;
}


#footerLeft
{
	margin-top:15px;
	height:25px;
	float:left;
}

#footerRight
{
	margin-top:15px;
	margin-right:10px;
	height:25px;
	float:right;
}

#footer a 
{
	color:#ffffff;
	text-decoration: underline;
	margin-left:10px;
	display:block inline;
	height:40px;
}

.clearFix
{
	line-height:1px;
	font-size:1px;
	height:0px;
	clear:both;
}