@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
	padding-bottom: 80px;
}
#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#container-main {
	background-image: url(images/left-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}


#logo {
	float: left;
	height: 114px;
	width: 176px;
}
#datebanner {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 104px;
	width: 574px;
	text-align: right;
	padding-top: 10px;
}
#left-menu {
	float: left;
	width: 176px;
	height: 23px;
	background-color: #E3F1F4;
}

#menu {
	float: right;
	width: 574px;
	height: 23px;
}
#container-left {
	float: left;
	width: 176px;
	background-color: #E3F1F4;
}

#news {
	padding-left: 10px;
	font-size: 12px;
	height: auto;
}
#call {
	background-image: url(images/call-image.jpg);
	padding-top: 48px;
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	margin-bottom: 3px;
	border: 1px solid #A7D1DD;
	height: 20px;
	color: #FFFFFF;
}
#email2 {
	background-image: url(images/email-image.jpg);
	padding-top: 48px;
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	margin-bottom: 3px;
	border: 1px solid #A7D1DD;
	height: 20px;
	color: #FFFFFF;
}
#fax {
	background-image: url(images/fax-image.jpg);
	padding-top: 48px;
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	border: 1px solid #A7D1DD;
	height: 20px;
	color: #FFFFFF;
}


#content-index {
	float: right;
	width: 527px;
	margin-top: 8px;
	border: 1px solid #A7D1DD;
	margin-right: 2px;
	background-image: url(images/money-index.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content-index img {
	margin-top: -20px;
	margin-left: -20px;
	margin-bottom: 15px;
}


#content {
	float: right;
	width: 527px;
	margin-top: 5px;
	border: 1px solid #A7D1DD;
	margin-right: 2px;
	padding: 20px;
	min-height: 435px;
}

#links {
	padding-top:5px;
	width: 569px;
	float: right;
	margin-right: 2px;
}
.link-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 95px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}
#link1 {
	border: 1px solid #A7D1DD;
	width:164px;
	margin-right:5px;
	float:left;
	background-image: url(images/link1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
}

#link2 {
	border: 1px solid #A7D1DD;
	width:164px;
	margin-right:5px;
	float:left;
	height: 15px;
	background-image: url(images/link2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#link3 {
	border: 1px solid #A7D1DD;
	width:165px;
	float:left;
	height: 15px;
	background-image: url(images/link3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer {
	background-color: #000000;
	width: 738px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
}

#left {
	float: left;
}
#right {
	float: right;
}
p, .p, blockquote  {
	font-size: 11px;
	color: #1D2E3F;
	font-family: Arial, Helvetica, sans-serif;
}
.white {
	color: #FFFFFF;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
strong {
	color: #000000;
}

a {
	font-weight: bold;
	color: #2A425C;
	text-decoration: none;
}
a:hover {
	color: #466F9B;
	text-decoration: underline;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	text-transform: uppercase;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #1D2E41;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #1D2E41;
}


.blue {
	color: #2A425C;
}

#clear {
	clear: both;
}

/* MENU */

.solidblockmenu {
	width:100%;
	margin: 0;
	padding: 0;
	float: left;
	font: bold 12px Arial;
	overflow: hidden;
}

.solidblockmenu li {
	display: inline;
}

.solidblockmenu li a{
	float: left;
	color: #FFFFFF;
	padding: 5px 16px;
	text-decoration: none;
	border-right: 1px solid white;
}

.solidblockmenu li a:visited {
	color: #FFFFFF;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: #FFFFFF;
}

/* Drop down menu function */

.cssmenu{
	position:absolute;
	visibility: hidden;
	border:1px solid #2A425C;
	border-bottom-width: 0;
	line-height: 16px;
	z-index: 100;
	background-color: #DCEDF1;
	width: 140px;
}

.cssmenu a{
	width: 130px;
	display: block;
	border-bottom: 1px solid #2A425C;
	text-decoration: none;
	font-weight: bold;
	font:bold 11px arial;
	color: #2A425C;
	text-align:left;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;

}

.cssmenu a:hover{
	background-color:#2A425C;
	color: #FFFFFF;
	cursor:default;
}
.line {
	height: 1px;
	background-color: #2A425C;
}
li {
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 13px;
	margin-left: -28px;
}
#footer #right img {
	margin-top: 20px;
}

