@charset "utf-8";
/* CSS Document */
body {
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	background: #F7F7F7 url(../images/common/top.gif) repeat-x left top;
	font-size: 13px;
	color: #787878;
}
td {
	background-color: #fff;
}
.td-trans {
	background-color: transparent;
}
#main {
	width: 825px;
	margin: 0 auto;
	padding: 0;
}
#logo {
	float: left;
	margin: 0;
	height: 101px;
}
#banner-image {
	float: right;
	width: 240px;
	height: 80px;
	padding-top:12px;
	padding-right: 75px;
}
.homepurpose {
	color: #d82c2e;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	display: block;
	padding: 15px;
	line-height:28px;
}
.homecopy {
	color: #787878;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	display: block;
	padding: 15px;
}
.title-red {
	color:#d82c2e;
	font-size: 13px;
	font-weight: bold;
}
.title-red2 {
	color:#d82c2e;
	font-size: 14px;
	font-weight: bold;
}
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #000000;
}
h1 {
	color:#d82c2e;
	font-size: 20px;
	font-weight: bold;
	padding-top:25px;
	padding-bottom: 0px;	
}
#flashimage {
	width:495px;
	height: 328px;
	float: left;
	border: thin;
	border-color: #d82c2e;
}
.callout {
	color: #00538d;
	font-size: 16px;
	font-weight: 600;
	font-style: italic;
	text-align: center;
	margin-top: 20px;
}
#sidebar {
	width: 239px;
	padding: 0px;
	background: #d82c2e;
}
#sidebar2 {
	width: 239px;
	padding: 0px;
	background: #d82c2e;
}
#copysidebar {
	color:#fff;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	width: 200px;
	padding-left: 20px;
}
.copy-lead {
	font-size: 15px;
	color: #787878;
	line-height: 22px;
}
/*  footer area */
#footer-image {
	background-image: url(../images/common/waves.gif);
	height: 45px;
	background-repeat: no-repeat;
}
#footer-image2 {
	background-image: url(../images/common/waves-sub.gif);
	height: 45px;
	background-repeat: no-repeat;
}
#footer {
	height: 20px;
	margin: 0 auto;
	padding: 5px 0 15px 0;
	background: #ECECEC;
	border-top: 1px solid #DEDEDE;
	text-align: center;
}
.footer-copy {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-align: center;
	color: #00538d;
	text-align: center;
}
/* Menu */
#menu {
	width: 825px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	background: #000000;
	margin-top: 1px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#menu li {
	float: left;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	width: 165px;
	height: 27px;
	background: #00538d;
	padding-top: 9px;
	border-right: 1px solid #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}
#menu a:hover, #menu .current_page_item a {
	font-family: Arial, Helvetica, sans-serif;
	background: #d82c2e;
	text-decoration: none;
}

#menu .current_page_item a {
	font-family: Arial, Helvetica, sans-serif;
	background: #d82c2e;
	padding-left: 0;
}
#menu-top {
	float: right;
	padding-top: 10px;
}
/* navigation */
a:link, a:visited {
	font-size: 13px;
	color: #00538d;
	font-weight : normal;
	text-decoration: underline;
	line-height: normal;
}
a:hover {
	font-size: 13px;
	color: #d82c2e;
	font-weight : normal;
	text-decoration: underline;
	line-height: normal;
}
a.navside:link, a.navside:visited {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
a.navside:hover {
	font-size: 12px;
	color: #ECECEC;
	font-weight: bold;
	text-decoration: underline;
}
a.navlead:link, a.navlead:visited {
	font-size: 15px;
	color: #00538d;
	font-weight: normal;
	text-decoration: underline;
}
a.navlead:hover {
	font-size: 15px;
	color: #d82c2e;
	font-weight: normal;
	text-decoration: underline;
}
