/* CSS Document */

body {

	background-image: url('../images/bg_flat.gif');
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

p {
	margin: 15px 0 0 0;
}

#mainRoot {
	display: block;
	float: left;
	width: 100%;
	background-image: url('../images/bg_gradient.jpg');
	background-repeat: repeat-x;
	padding-top: 0px;

}

.main {
	display: block;
	width: 760px;
	background-color: #FFFFFF;
	text-align: left;
	margin-bottom: 30px;

}

form {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.header {
	display: block;
	width: 760px;
	height: 79px;
	float: left;
	background-color: #133a4f;
}

.logo {
	display: block;
	padding-top: 23px;
	padding-bottom: 0px;
	padding-left: 25px;
	width: 200px;
	float: left;
	
}

.logo img {
	border: none;
}	

.menu {
	display: block;
	float: right;
	width: 470px;
	text-align: right;
	height: 34px;
	padding-top: 45px;

}

.menu div.parentLinks {
	display: block;
	float: left;
	
}

.menu div.parentLinks a {
	display: block;
}

.menu a:hover {
	
}


.menuOver {
	
}



.menuOut {
	
}

.menuSelected {

}


.menuOut:hover {
	
}


.childLinks {
	display: none;
	position: absolute;
	float: left;

	
}

.childLinks a {
	
}

.flashHolder {
	background-color: #c6c6c6;
	width: 760px;
}


.content {
	display: block;
	clear: both;
	border-top: 1px solid #23ac90;
}

.footer {
	clear: both;
	background-image: url('../images/grad_footer.gif');
	background-repeat: repeat-x;
	background-color: #f2f4e7;
	padding-top: 15px;
	padding-bottom: 25px;
	font-size: 9px;
	border-top: 1px solid #bfc0bb;
	

}

.footMenu {
	display: block;
	width: 440px;
	float: left;
	text-align: center;
}

.footMenu a {
	color: #223341;
	text-decoration: none;
}


.footMenu a:hover {
	text-decoration: underline;
}	

.call {
	display: block;
	color: #df2510;
	float: left;
	width: 160px;
	text-align: left;

}
.call span {
	padding-left: 15px;
}

.copy {
	display: block;
	width: 160px;
	float: right;
	text-align: right;
}

.copy span {
	padding-right: 15px;
}

