﻿body {
/*	background: url('../images/tests/blue_background_with_fibers.jpg'); repeat-x;*/
	background: #37689C;
	margin: 5px 0;
	color: #636363;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a{color:#386b9e;}
p{margin:0 0 12px 0;}
img{
	border: 0;
}
#page_con{
	width: 867px;
	padding: 4px;
	margin: 0 auto 5px auto;
	border: 1px solid #bfbfbf;
/*	background: url('../images/grey-textured.jpg');*/ /*repeat-x;*/
	background: #8BB2D9;
/*	background: #37689C;*/
}
th {
	text-align: left;
	font-weight: bolder;
}
/*
#header{
	height:100px;
	background: #fff url("../images/MastheadImage.jpg") no-repeat; 
}
*/

/* Styles for masthead.  Includes functionality to allow link to homepage.*/
ul#masthead {
	list-style: none;
	background: url('../images/masthead_image.jpg') no-repeat 0 0;
	position: relative;
	width: 867px;
	height: 100px;
	margin: 0;
	padding: 0;
}
ul#masthead li {
/*	border: 1px solid #000;*/
	position: absolute;
}
ul#masthead li a{
  display: block;
  height: 100%;
  text-indent: -9000px;
}
#home {
	width: 255px;
	height: 63px;
	top: 15px;
	left: 4px;
}
/* End styles for masthead.*/

#content{
	background:#f7f5ef;
	padding:4px 4px 1px 4px;
}
#left_col{
	float:left;
	width:237px;
}
.sidebox_con{
	border:1px solid #dddddd;
	background:#ffffff url(../images/sidebox_top.jpg) no-repeat;
	margin-bottom:10px;
}
.sidebox{
	padding:12px 10px;
	background:url(../images/sidebox_bottom.jpg) no-repeat left bottom;
}

.sidebox2_con{
	border:1px solid #dddddd;
	padding:4px;
	background:#FFFFFF;
}

.sidebox2{
	padding:12px 10px;
	background:#396c9f url(../images/sidebox2_bg.jpg) repeat-x;
	color:#ffffff;
	margin-bottom:10px;
}

.sidebox2 a{color:#ffffff;}
.sidebox2 h2{
	color:#ffffff;
	font-size:13px;
	border-bottom:1px solid #648cb4;
	padding:8px;
	margin:0 0 12px 0;
}

.sidebox h2, .contentbox h2 {
	color:#383434;
	font-size:13px;
	border-top:1px solid #153b76;
	border-bottom:5px solid #153b76;
	padding:8px;
	margin:0 0 12px 0;
	background:#FFFFFF;
}
.sidebox h3{
	color:#636363;
/*	background:url(../images/h3_bg.gif) no-repeat left 2px; */
	background:url(../images/h3_bg.gif) no-repeat left;
	font-size:13px;
	font-weight:normal;
	border-bottom:1px solid #dddddd;
	padding:0 8px 10px 50px;
	margin:0 0 12px 0;
}
#left_nav{
	margin:0;
	padding:0;
	list-style:none;
}
#left_nav li{display:inline;}
#left_nav li a{
	text-decoration: none;
	display: block;
	color: #000000;
/*	color:#6d4627; */
	border-bottom: 1px solid #dddddd;
	background: url(../images/arrow_1.gif) no-repeat 7px 7px;
	padding-left: 25px;
	height: 25px;
	line-height: 25px;
}
#left_nav a:hover{color:#0000ff; text-decoration: underline;}
#right_col{
	float:right;
	width:612px;
}

#main_left{float:left;width:290px;}
#main_right{float:right;width:290px;}

#main_left ul, #main_right ul{
	border-top:1px solid #dddddd;
	margin:0;
	padding:0;
	list-style:none;
}
#main_left ul li, #main_right ul li{ display:inline;}
#main_left ul li a, #main_right ul li a{
	background:url(../images/arrow_1.gif) no-repeat left 8px;
	padding:5px 5px 5px 15px;
	display:block;
}

.contentbox_con{
	border:1px solid #dddddd;
	background:#ffffff url('../images/contentbox_top.jpg') no-repeat;
	margin-bottom:10px;
}
.contentbox{
	padding:12px 10px;
	background:url('../images/contentbox_bottom.jpg') no-repeat left bottom;
}
.contentbox_content{
	border: 1px solid #dddddd;
	padding: 8px;
	background: #FFFFFF;
}
#footer_con{
	width:867px;
	padding:4px;
	margin:0 auto;
	border:1px solid #bfbfbf;
	background:#ffffff;
}
#footer{
	padding: 5px 18px 0 18px;
	height: 55px; /*	line-height: 65px;*/;
	text-align: center;
}
;
	text-align: center;
}
#footer_left{float:left;}
#footer_right{
	font-size:26px;
	font-family:"Myriad Pro";
	float:right;
}
#footer_right a{text-decoration:none;color:#FFFFFF;}

.more, .main_more{text-align:right;}
.more a{
	display:inline-block;
	background:url(../images/arrow_1.gif) no-repeat left 3px;
	padding:0 0 1px 12px;
	text-decoration:none;
	font-weight:bold;
}
.main_more a{
	display:inline-block;
	background:url(../images/main_more_bg.gif) no-repeat;
	line-height:15px;
	height:17px;
	text-align:center;
	width:97px;
	text-decoration:none;
	font-weight:bold;
	color:#818181;
	margin-right:9px;
}
.img_border{
	border:1px solid #dddddd;
	padding:3px;
	background:#ffffff;
}
.img_left{
	float:left;
	margin-right:10px;
}
.img_right{
	float:right;
	margin-left:10px;
}
.img_top{
	margin-top:10px;
}
.img_bottom{
	margin-bottom:10px;
}
.sidebox2 .img_border{background:#37689c;border:1px solid #8bb2d9;}
.center{text-align:center;}
.clear{height:1px; clear:both; line-height:0; font-size:0;}

.style-bold {	
	font-weight:bold
}
.style-italic {	
	font-style:italic
}
.style-smaller {	
	font-size:smaller;
}

.transaction_button {
	color: #396C9F;
	border: 1px solid #396C9F;
	font-weight: bold;
}
.transaction_button:hover {
	color: #FFF;
	background: #396C9F;
}
#transaction_button_con {
	margin-top:20px;
	margin-bottom:20px;
}
.not_active {
	color: #C0C0C0;
}
.required_field {
	color:red;
}
