/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: url(../images/bgr.gif) #52657b repeat-x top;
	color: #152e4e;
	font: 1em Tahoma, Geneva, sans-serif;
	padding: 15px 0 10px;
}
a{
	color: #152e4e;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}
li{
	list-style: none;
}
table td{
	padding: 10px;
}
/*=== Layout ===*/
#page, #footer{
	background: url(../images/page-bgr.png) repeat-y;
	margin: 0 auto;
	padding: 0 22px;
	width: 950px;
}
#page-top{
	background: url(../images/page-top.png) repeat-x top;
	height: 31px;
	margin: 0 auto;
	overflow: hidden;
	width: 994px;
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.gif) no-repeat top;
	height: 136px;
	padding: 0 11px 11px;
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 252px;
}
#header h1 a{
	display: block;
	height: 136px;
}
#header h1 a:hover{
	text-decoration: none;
}
/*- Title -*/
#title{
	float: right;
	height: 136px;
	overflow: hidden;
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	background: #152e4e;
	font-size: 16px;
	height: 33px;
}
#nav1 ul{
	padding: 0 0 0 30px;
}
#nav1 li{
	display: inline;
	line-height: 33px;
	padding: 0 20px 0 0;
}
#nav1 li a{
	color: #f3f145;
}
#nav1 li.active a{
	font-weight: bold;
}
/*=== All Columns ===*/
#columns{
	background: url(../images/bg.gif) #fff no-repeat bottom right;
	margin: 0;
	padding: 0 33px 0 33px;
}
#columns h1 {
	font-size: 1.75em;
	margin: 0 0 20px;
	color: #52657b;
}
#columns h2, #columns h3{
	font-size: 1.25em;
	margin: 20px 0 20px;
	padding: 5px;
	color: #ffffff;
	background-color: #4a79bd;
}
#columns h3{
	font-size: 1em;
	color: #152e4e;
	margin: 20px 0 20px;
	background-color: #fff;
}
#columns p{
	padding: 10px 0 10px;;
	text-align: justify;
}
#columns p strong{
	color: #3767b3;
}
#columns ul {
	padding: 0 0 0 20px;
}
#columns li {
	list-style: square;
	line-height: 1.75em;
	padding: 3px 0 3px 0;
}
#columns a{
	color: #152e4e;
	text-decoration: underline;
}
#columns a:hover{
	text-decoration: none;
}
#columns th{
	background-color: #4a79bd;
	text-align: left;
	color: #fff;
	padding: 5px;
}
/*=== Form Columns ===*/
#form_columns{
	margin: 12px 0 0;
	padding: 0 33px 0 33px;
	font-size: 0.75em;
}
#form_columns h1 {
	margin: 20px 0 20px;
	font-size: 1.75em;
	color: #52657b;
}
#form_columns h2{
	font-size: 1.25em;
	margin: 20px 0 20px;
	padding: 5px;
	color: #ffffff;
	background-color: #4a79bd;
}



#form_columns .wrap {
	background:#fff;
	width:100%;
}
    
#form_columns fieldset{
	background:#fff;
	border: 1px solid #000;
}

#form_columns .col1 {
	background:#fff;
	float:left;
	width: 45%;
	padding: 0 10px 0 0;
}

#form_columns .col2 {
	background:#fff;
	float:left;
	width: 45%;
	padding: 0 0 0 10px;
}
    
#form_columns .longcol {
	background:#fff;
  	width: 90%;
  	padding: 10px;
  	align:center;
  	text-align:center;
}

#form_columns form {
	margin: 0;
	padding: 10px;
	font-size: 100%;
}

#form_columns form fieldset {
	clear: both;
	border: 1px solid #ccc;
	border-style: solid;
	padding: 10px;
	margin: 0 0 0 0;
}

#form_columns form fieldset legend {
	font-size: 1.25em;
	margin: 20px 0 20px;
	color: #ffffff;
	background-color: #52657b;
}

#form_columns textarea {
	float: left; 
	position: relative;
	width: 100%;
	margin:4px; 
	overflow: auto
	padding: 3px;
}

#form_columns input, select, textarea {
	font-size: 1em;
}

#form_columns label {
	font-size: 1em; 
}

#form_columns input{
	margin:3px;
}

#form_columns button {
	color: #fff;
	cursor: pointer;
	background-color:#52657b;
	display: block;
	float: left;
	font-size: 2em;	
	width:100%;
	height: 50px;
	text-decoration: none;
	border-style: none;
	margin-top:20px;
	padding: 5px 0 5px 0;
}
/*=== Center Column ===*/
#centercol{
	float: left;
	margin: 20px 0 0 0;
	width: 535px;
}
/*=== Right Column ===*/
#rightcol{
	float: right;
	font-size: 14px;
	margin: 20px 0 0;
	width: 275px;
}
#rightcol ul {
	padding: 0 0 0 20px;

}
#rightcol li {
	list-style-type: disc;
	line-height: 1.25em;
	padding: 4px 0 4px 0;
	color: #3767b3;
	font-size: 1em;
	font-weight: bold;
}
#rightcol img{
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto
}
/*=== Sub Columns ===*/
.col{
	text-align: center;
	width: 276px;
}
.col img{
	display: block;
	text-align: center;
	margin: 0 0 20px;
}
.col.fr{
	margin: 0 0 0 25px;
}
#home_caption {
	text-align: center;
	font-size: 1em;
	color: #152e4e;
	margin: 0;
	padding: 0;
}
/*=== Styling Buttons ===*/
a.more{
	font-size: 10px;
	font-weight: bold;
}
/*=== Footer ===*/
#footer{
	background: url(../images/page-bot.png) no-repeat top;
	clear: both;
	color: #ffffff;
	font-size: 10px;
	height: 25px;
	padding-top: 24px;
}
#footer a{
	color: #ffffff;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ar{
	text-align: right;
}
