div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #172A52;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}
#container {
	width: 955px;
	border: 5px solid #5396CD;
	margin-right: auto;
	margin-left: auto;
	background-color: #898782;
}
#header {
	width: 955px;
	height: 252px;
	background-image: url(/assets/header.jpg);
	background-repeat: no-repeat;
}
#contact {
	float: right;
	padding-right: 22px;
	margin-top: 220px;
}
#contact p {
	font-size: 1em;
	color: #FFF;
	line-height: 28px;
}
#contact b {
	font-size: 1.1em;
	color: #5396CD;
}
#nav {
	clear: both;
	width: 955px;
	height: 28px;
	background-image: url(/assets/nav_bg.jpg);
	background-repeat: no-repeat;
}
#nav ul {
	list-style-type: none;
}
#nav ul li {
	display: inline;
	line-height: 28px;
	margin-left: 15px;
}
#nav ul li a {
	font-size: 0.85em;
	color: #FFF;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #172A52;
}
#content1 {
	clear: both;
	width: 955px;
	height: 527px;
}
#left {
	float: left;
	width: 260px;
	height: 527px;
	background-image: url(/assets/left_bg.jpg);
	background-repeat: no-repeat;
}
#offices {
	width: 210px;
	height: 229px;
	border: 1px solid #CCC;
	margin-top: 20px;
	margin-left: 15px;
	background: url(/assets/office_bg.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	overflow: hidden;
}
#offices p {
	font-size: 0.8em;
	color: #FFF;
	padding-top: 6px;
	padding-bottom: 6px;
}
#offices_arrow {
	margin-left: 10px;
}
#message {
	width: 230px;
	height: 83px;
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-left: 15px;
	background: url(/assets/five_years_rates_free.gif);
	background-repeat: no-repeat;
	background-color: #76C2FC;
	overflow: hidden;
}
#message a{
	display: inline-block;
	height: 83px;
	width: 230px;	
}
#news {
	width: 210px;
	height: 105px;
	border: 1px solid #CCC;
	margin-top: 10px;
	margin-left: 15px;
	background: url(/assets/news_bg.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	overflow: hidden;
}
#news p {
	font-size: 0.8em;
	color: #FFF;
	padding-top: 6px;
}
#news a{
	font-style: italic;
	color: #000;
	text-decoration: none;
}
#news a:hover {
	color: #FFF;
}
#right {
	float: right;
	width: 695px;
	height: 527px;
	background-image: url(/assets/main_bg.png);
	background-repeat: no-repeat;
}
#big_pic{
	width: 630px;
	height: 347px;
	margin-left: 22px;
	margin-top: 24px;
}
#carousel {
	clear: both;
	width: 656px;
	height: 70px;;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 65px;
}
#carousel ul {
	list-style: none;
}
#carousel ul li {
	width: 100px;
	height: 70px;
	padding: 0 12px;
}
#carousel .jcarousel-scope {
    position: relative;
	padding: 0 20px;
    width: 616px;
}
#carousel .jcarousel-next {
    position: absolute;
    top: 0;
    right: 0;
	width: 20px;
	height: 70px;
    cursor: pointer;
    border: none;
	text-indent: -2000px;
    background: url(/assets/arrow_right.png) no-repeat center;
}
#carousel .jcarousel-next:hover {
    background-image: url(/assets/arrow_right_over.png);
}
#carousel .jcarousel-next-disabled, #carousel .jcarousel-next-disabled:hover {
    background-image: url(/assets/arrow_right_disabled.png);
    cursor: default;
}
#carousel .jcarousel-prev {
    position: absolute;
    top: 0;
    left: 0;
	width: 20px;
	height: 70px;
    cursor: pointer;
    border: none;
	text-indent: -2000px;
    background: url(/assets/arrow_left.png) center no-repeat;
}
#carousel .jcarousel-prev:hover {
	background-image: url(/assets/arrow_left_over.png);
}
#carousel .jcarousel-prev-disabled, #carousel .jcarousel-prev-disabled:hover {
    background-image: url(/assets/arrow_left_disabled.png);
    cursor: default;
}
#content2 {
	clear: both;
	width: 925px;
	background-color: #898782;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
#content2 h1 {
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.6em;
	padding-bottom: 10px;
	color: #172A52;
}
#content2 h2 {
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.2em;
	color: #172A52;
}
#content2 h3 {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 15px;
	color: #FFF;
}
#content2 p {
	font-size: 0.9em;
	line-height: 1.2em;
	padding-bottom: 10px;
	color: #FFF;
}
#content2 ul {
	margin-left: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #FFF;
	font-size: 0.9em;
}
#content2 ul li {
	line-height: 1.2em;
	margin-bottom: 5px;
}
#content2 a {
	color: #000;
	text-decoration: none;
}
#content2 a:hover {
	color: #172A52;
}
#content2 table {
	color: #FFF;
	font-size: 0.9em;
	margin-bottom: 10px;
}
#content2 table td {
	color: #FFF;
}
#footer {
	clear: both;
	width: 925px;
	background-color: #898782;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 5px;
}
#footer p {
	font-size: 0.75em;
	color: #000;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #172A52;
}

/* slideshow */


/* Sample 7*/

.mask6 {
	overflow: hidden;
	width: 630px;
	height: 357px;
	position: relative;
}
#box7 {
	position: relative;
	overflow: hidden;
	width: 630px;
	height: 347px;

}
#box7 span {
	display: block;
	float: left;
	width: 630px;
	overflow: hidden;
}

#thumbs7 {
	position: relative;
	width: 486px;
	clear: both;
	height :41px;
	overflow: hidden;
	margin-top: 80px;
	margin-left: 20px;
}
#thumbs7 .thumbs, #thumbs_handles7, #thumbs_mask7 {
	position: absolute;
	top: 0;
	width: 1200px;
	height: 41px;
	background: url(/assets/thumbs_mask.gif) no-repeat center top;
}
#thumbs7 .thumbs div, #thumbs_handles7 span {
	display: block;
	width: 60px;
	height: 41px;
	margin: 0;
	float: left;
	cursor: pointer;
}
#thumbs7 .thumbs div img {
	width: 54px;
	float: right;
}
.thumbs {
	width: 54px;
}
.thumbs div {
	display: block;
	width: 54px;
	height: 41px;
	margin: 3px 0;
	cursor: pointer;
}
.thumbs div img {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}
.info {
	width: 240px;
	height: 50px;
	background: #000;
	position: absolute;
}
.info p, .info h4 {
	color: #FFF;
	padding: 3px 8px;
	font-family:  Arial, Helvetica, sans-serif;
}
.info h4 {
	font-size: 14px;
}
.info h4 a {
	float: right;
	background-color: #FFF;
	color: #000;
	font-size: 10px;
	padding: 0 3px;
	text-decoration: none;
}
.mask1 {
	position: relative;
	width: 480px;
	height: 180px;
	overflow: hidden;
}
.mask2 {
	position: relative;
	width: 240px;
	height: 180px;
	overflow: hidden;
}
.mask3 {
	position: relative;
	width: 480px;
	height: 240px;
	overflow: hidden;
}
span img {
	display: block;
	border: none;
}
.links {
	padding: 10px;
	margin-top: 20px
}
.links a {
	font-size: 14px;
	color: #0080FF;
	text-decoration: none;
}
.links a:hover {
	font-weight: bold
}
.buttons {
	padding: 5px;
}
.buttons span {
	color: #0080FF;
	padding: 0 5px;
	cursor: pointer;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.buttons span.active, .buttons span:hover {
	background-color: #0080FF;
	color: #FFF;
}

p.label {
    margin:5px 0 0 0;
    padding:0;
    font-weight:bold;
}

label.error { clear:both; float:left; font-size:10px;  float: none; color: red; padding: 0; vertical-align:top; }

input.error,
textarea.error {
		border:1px solid red;
	}
