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

body{
	margin:0;
	padding:0;
	background: #ccc url(../images/body-bg.png);
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
img {
	border:none;
}
#page {
	width:820px;
	background: url(../images/page_bg.jpg) #ffffff repeat-x;
	margin-top:15px;
	
	}
#header {
	width:786px;
	height:190px;
	background:#003d80;
}

#main {
	background:#ffffff ;
	width:766px;
	text-align:left;
	margin-bottom:10px;
	border:2px solid #cccccc;
	border-bottom:none;
	margin-bottom:0;
	padding:0 10px;
	padding-bottom:10px;
	height:100%;
	overflow:auto;
	font-size:14px;
	line-height:125%;
	min-height:600px;
	}
#shadow {
	margin:0px;
	padding:0px;
	width:790px;
	height:8px;
	background:url(../images/bottom_shd.png) repeat-x ;
	/*border-left:2px solid #cccccc;
	border-right:2px solid #cccccc;*/
	border-top:2px solid #cccccc;

	}
#footer {
	clear:both;
	width:786px;
	color:#000000;
	font-size:10px;
	padding-bottom:10px;
	
	}
.block{
	margin-top:10px;
	border:#003D80 3px double;
	padding:5px;
}
#index_content{
	
	margin:10px 10px 0 0;
	
}
#extras{
	float:right;
	margin-top:25px;
	
	}
/*------------------------------------------------CMS menu CSS---------------------------------------------*/
#menu {
	height:28px;
	margin:5px 5px;
	position: relative;
	width:786px;
}

#nav, #nav ul { /* all lists */
		list-style:none;
		padding:0;
		margin:0 0 0 5px;
		line-height:28px;
		
	}
	
#nav a {
	
	text-decoration:none;
	display:block;
	height:28px;
	font-size:11px;
	font-weight:bold;
	color:#003d80;
	width:92px;
	
}
	
#nav a:hover {
	text-decoration:underline;
	color:#003d80;
	}
	
#nav li { /* all list items */
		background:url(../images/button_bg.jpg);
		height:28px;
		float:left;
		width:92px;
}
	
#nav li ul { /* second-level lists */
		
		display:none; 
		width:150px;
		
		margin:0;
		
		
		
}
	
#nav li ul li {
		
		
	
		background:#003d80;
		float:none;
		width:150px;
		margin:0;
		border-bottom:1px solid #fff;
}
	
#nav li ul li a {
		display:block;
		line-height:20px;
		padding:0 5px;
		color:#ffffff;
		height:16px;
		font-size:10px;
		text-align:left;
		margin-top:2px;
		width:146px
		
}
	
#nav li ul li a:hover {
	text-decoration:underline;
		color:#FFFFFF;
}
	
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
		display:block;
		
		
}

/*--------------------------------------------------------------------------------------- Title-------------------*/
.title {
	margin:5px 0;
  position: relative;
  left: 2px;
  top: 2px;
  color: #ccc;
  font-weight: bold;
  font-size:20px;
border-bottom:2px solid #ccc;
width:450px;
}
.text {
  position: absolute;
  left: -2px;
  top: -2px;
  color: #003d80;

}
/*------------------------------Morgage Calc -----------------------------------*/
#morgage_calc td {
	font-size:12px;
	}
/*------------------------------- contact form ------------------------*/
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font: 12px verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  line-height: 16px;
}
form img{  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	border: 0;
	}
form :focus {
		outline:1px #fbc200 solid;
		}
		
form fieldset {
  border-top: #CCCCCC 1px solid;
  border-bottom: #CCCCCC 1px solid;
  border-left: #CCCCCC 1px solid;
  border-right: #CCCCCC 1px solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 10px;
}
form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 15px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	color:#333333; font-size: 12px;
	line-height:20px;
}

form fieldset legend {
	font-size: 12px; word-spacing: 1px; letter-spacing: 1px;
	font-weight: bold;
	color: #666666;
}

form br {
	clear:left;
}
form small {
	color: #FF0000; font-size: 10px;
	font-weight: normal;
}
form fieldset input, form fieldset textarea {
	border:  #999999 1px solid;
	margin-top:5px;
	background: #FFFFFF !important;
	float:left;
	}


