@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:  #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 964px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:20px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: white; 
	padding:0px;

	/*padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
/*
label and style for the map/direction
*/
label{
width:30%;
float:left;
margin-top:6px;

	}
.txt{
	border:#00A0C6; 
	
				 }
.bx				{
				margin:2px;
				border:#757575;
				border-style:solid;
				border-width:1px;
				
				}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px ; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr h1{padding-left:80px; font-size:18px; font-weight:bold;}
/*
.oneColFixCtrHdr #mainContent {
	padding-left:100px;
	padding-right:100px;
	padding-top:20px;
	background: #FFFFFF;
	border-style:solid;
	border-color:#CCCCCC;
	border-width:1px;
	min-height:350px

}
*/


.oneColFixCtrHdr #mainContent p img{ padding-right:20px; padding-bottom:20px;display:inline; float:left;}
.oneColFixCtrHdr #mainContent a:link{color:#666666; }
.oneColFixCtrHdr #mainContent a:visited {color:#3674a5;}

.oneColFixCtrHdr #mainContent a:active{color:#3674a5;}
.oneColFixCtrHdr #mainContent a:hover {color:#2e3e4b;}

.oneColFixCtrHdr #footer a:link{color:#fff; text-decoration:none; font-weight:bold; }
.oneColFixCtrHdr #footer a:visited {color:#fff; text-decoration:none; font-weight:bold;}

.oneColFixCtrHdr #footer a:active{color:#fff;text-decoration:none; font-weight:bold;}
.oneColFixCtrHdr #footer a:hover {color:#FFFFFF;text-decoration:none; font-weight:bold;}

.oneColFixCtrHdr #mainContent #left{
float:left;
width:350px;
padding:10px;
}
.oneColFixCtrHdr #mainContent #right{
float:right;
width: 350px;
padding:10px;
}
.oneColFixCtrHdr #mainContent hr {color:#3674a5; height:1px; line-height:0px; }
/* gray color
.oneColFixCtrHdr #mainContent p {color:#757575;}
.oneColFixCtrHdr #mainContent ul {color:#757575;}
*/
.oneColFixCtrHdr #mainContent p {color:#3b3c3d;}
.oneColFixCtrHdr #mainContent ul li {color:#3b3c3d;}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#1d5381;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;

}
.oneColFixCtrHdr #mainContent h2 {color:#3674a5;
	font-size:14px; font-variant:small-caps;}
.oneColFixCtrHdr #mainContent h4 {color:#333333;
	font-size:14px; font-variant:small-caps; font-weight:bold;}
	.oneColFixCtrHdr #mainContent h3 {color:#3674a5;
	font-size:12px;}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#fff;
	font-size:10px;
	
}
.oneColFixCtrHdr .more {font-size:10px; line-height:10px;} 

.oneColFixCtrHdr #mainContent .left{float:left;
width: 350px;
padding:10px;}

.oneColFixCtrHdr #mainContent .right{float:right;
width: 350px;
padding:10px;}
legend {color:#3674a5; font-weight:bold;}
#customfb {padding-left:50px; padding-right:50px;}

.oneColFixCtrHdr #mainContent Title {color:#333333;
	font-size:14px; font-variant:small-caps; font-weight:bold;}
	.oneColFixCtrHdr #mainContent h3 {color:#3674a5;
	font-size:12px;}
