body {  
  padding: 0;
  margin: 0;
  font-family: Verdana;
  font-size: 11px;
  color: #000;
  background: url(../images/bg.jpg) repeat-x left top #989898;
}

a img {
	border: none;
}

a {
	color: #246696;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #48a6d9;
}

ul, li, h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-position: outside;
	list-style-type: none;
}

.main {
	margin: 0 auto;
	width: 810px;
	padding: 0 29px 20px 29px;
	background: #ffffff url(../images/main_bg.jpg) repeat-y left top;
}

.row {
	float: left;
	width: 100%;
}

h1 {
	color: #ff4e00;
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 14px;
}

h4 {
	font-size: 13px;
	padding-bottom: 6px;
	font-weight: normal;
}

p {padding-bottom: 10px;}

.align_center {text-align: center;}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
.red {color: red;}
/*.blue_bg {background: #f5f8f8;}*/
.underline {text-decoration: underline;}

/* ==================== HEADER ======================= */
/* ====================================================*/

.header {
	height: 97px;
	border-bottom: 3px solid #bccfda;
}

.header a.logo {
	text-decoration: none;
	float: left;
	position: absolute;
	margin-left: 72px;
	display: inline;
	z-index: 1;
}

.header_right {
	float: right;
	text-align: right;
	width: 500px;
	padding-top: 36px;
}

/* ======================== MENU ==========================*/
/* ========================================================*/

.menu {
	padding-left: 290px;
	word-spacing: 3px;
	padding-top: 10px;
}

.menu a {
	color: #234f69;
	word-spacing: normal;
	padding-left: 10px;
}

/* ======================= CONTENT ========================*/
/* ========================================================*/

.content {
	float: left;
	width: 100%;
	padding: 14px 0;
	line-height: 16px;
	position: relative;
	z-index: 2;
}

.content.home {padding-top: 65px;}

.content.home .columns {
	margin-bottom: 14px;
	margin-left: 0 !important;
	float: left;
	width: 100%;
}

.col {
	float: left;
	width: 250px;
	margin-right: 30px;
}
.col.last {margin-right: 0;}

.box .col {
	width: 240px;
	margin-right: 26px;
	
}
.box .col.last {margin-right: 0;}

ul li {
	background: url(../images/bullet.jpg) no-repeat left top;
	padding: 0 0 6px 10px;
}

.box {
	padding: 20px 16px;
	border: 3px solid #bccfda;
	float: left;
}

.box2 {
	padding: 32px 40px;
/*	border: 1px solid #bccfda;*/	
	float: left;
	width: 413px;
}

.box2 a {float: left; margin-right: 17px;}

.box4 {
	padding: 0px 0px;
	float: left;
/*	width: 413px;*/
}

.box4 a {float: left; margin-right: 17px;}


.content .left {
	float: left;
	width: 250px;
}

.content .right {
	float: left;
	padding: 27px 25px 0 40px;
	width: 495px;
	line-height: normal;
	overflow: hidden;
}

/*
form.blue_bg {
	padding: 6px 10px;
	width: 230px;
	float: left;
	margin-bottom: 24px;
}

form.blue_bg .row {
	padding-bottom: 4px;
}

form.blue_bg label {
	float: left;
	width: 70px;
}
form.blue_bg label.long {width: 150px;}

form.blue_bg input.text {
	margin-left: 11px;
	padding: 3px 6px;
	width: 190px;
	border: 0px solid black;
}
form.blue_bg input.radio {float: left;}
form.blue_bg label.radio {
	float: none;
	width: auto;
	margin-left: 24px;
	display: block;
}

form.blue_bg select {width: 156px; font-size: 11px;}

form.blue_bg input.submit {
	float: right;
	margin-right: 20px;
}
*/

/* ====================== FOOTER =========================*/
/* =======================================================*/

.footer {
	float: left;
	width: 100%;
	color: #828282;
	font-size: 10px;
	margin: 0 -17px;
	display: inline;
	padding: 0 17px 14px 17px;
	border-bottom: 3px solid #bccfda;

}

.footer_left {float: left; padding-top: 7px;}
.footer_right {float: right; text-align: right;}

.footer a {
	color: #828282;
	text-decoration: underline;
}

.footer_menu {
	float: left;
	width: 550px;
}

.bottom {clear: both; padding: 15px 0;}