body {
	background-color: #FFFFFF;
	width: 100%;
	background-image: url(../images/site-bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}


img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #999999;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.highlight-blue{
	color: #0099cc;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #323232;
	padding: 0px;
	margin-top: 10px;
	font-weight: normal;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #323232;
	padding: 0px;
	font-weight: normal;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #323232;
	margin-bottom: 5px;
	padding-bottom: 0px;
	margin-top: 20px;
	padding-top: 0px;
	font-weight: normal;
}

/* =center| center container
==================================================*/

#center {
	width: 994px;
	text-align: left;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;	/*height: 800px;*/
	background-color: #FFFFFF;
	margin-top: 10px;
	background-image: url(../images/logo-bg.png);
	background-repeat: no-repeat;
	background-position: 100px 280px;
	padding: 8px;
	}
	
#banner {
}

#banner-left {
	float: left;
	width: 454px;
}

.pad-email{
	margin-left: 15px;
}

#banner-right {
	float: right;
	width: 534px;
	text-align: right;
	font-size: 14px;
	height: 202px;
}

.pad-img{
	margin-bottom: 25px;
}

#navigation{
	background-color: #5CB0D9;
	height: 25px;
	width: 994px;
	padding-top: 8px;
	text-align: center;
	color: #E2E2E2;
	background-image: url(../images/nav-bg.jpg);
	background-repeat: no-repeat;
	padding-bottom: 2px;
}


#footer{
	font-family: Arial, Helvetica, sans-serif;
	color: #323232;
	font-size: 12px;
	background-color: #CCC;
	height: 120px;
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
}


#footer-left{
	float: left;
	width: 480px;
	color: #666666;
	padding-left: 10px;
	padding-top: 5px;
}


#footer-right{
	float: right;
	width: 360px;
	text-align: right;
	margin-right: 8px;
}


.breaker{
	clear: both;
	height: 1px;
	width: 100%;
}



#main-content{
	margin-bottom: 5px;
	padding-top: 20px;
	padding-bottom: 15px;
}


#main-left{
	width: 640px;
	float: left;
	padding-left: 18px;
}

#main-right{
	width: 298px;
	float: right;
	margin-right: 10px;
}

.copy{
	font-size: 12px;
	margin-top: 80px;
}


a.main {
	font-family: Arial, Helvetica, sans-serif;
	color: #1FA7D4;
	text-decoration: none;
}


a.main:hover {
	color: #FF9900;
}



a.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}


a.footer:hover {
	color: #1BA6D4;
}


a.footer-sml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}


a.footer-sml:hover {
	color: #1BA6D4;
}



.menu-nav{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	padding-left: 35px;
	font-weight: normal;
	padding-right: 35px;
}


.menu-nav:hover {
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}

.arrow-nav{
	font-family: Arial, Helvetica, sans-serif;
	color: #1FA7D4;
	text-decoration: none;
	background-image: url(../images/blue-arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-size: 18px;
	font-weight: normal;
	line-height: 35px;
}


.arrow-nav:hover {
	color: #FF9900;
	background-image: url(../images/orange-arrow.jpg);
}
