@charset "utf-8";

/*-------------body-------------------*/
body {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #02004B;
	background-image: url(../images/site%20images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #02004B;
}
h2 {
	font-size: 12px;
}
/*-------------links-------------------*/
a:link {
	text-decoration: none;
}
a:hover {
	color: yellow;
	text-decoration: underline;
}
a:active {
	color: gray;
}
a:visited {
	color: white;
}

/*-------------layout-------------------*/
.twoColFixLtHdr #container {
	width: 755px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/site%20images/body_bg.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #header {
	height: 110px;
	position: relative;
}
.twoColFixLtHdr #header h1 {
	margin: 0;
	height: 110px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 200px; 
	padding: 0px 0px 0px 0px;
	background-image: url(../images/site%20images/sidebar_bg.jpg);
	background-repeat: repeat;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 0;
	width: 755px;
	background-color: #ABB1CB;
	min-height: 300px;
}
.twoColFixLtHdr #footer {
	padding: 15px 10px 0 20px;
}
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0; 
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*-------------navigation-------------------*/
#nav {
	line-height: 22px;
	background-image: url(../images/site%20images/nav_grad.jpg);
}
ul#side_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
ul#side_nav li {
	list-style: none;
	text-indent: -20px;
}
ul#side_nav li a {
	color: white;
	text-decoration: none;
}
ul#side_nav li a:hover {
	color: yellow;
}
ul#nav {
	list-style-type: none;
	margin: 0px;
	padding: 5px 10px;
	line-height: 20px;
}
ul#nav li {
	display: inline;
	line-height: 20px;
}
ul#nav li a { /* selects only links in the "nav" list */
	padding: 5px 6px;
	margin: 0px 1px;
	text-decoration: none;
	text-align: center;
	color: white;
	font-size: 12px;
	line-height: 20px;
}
ul#nav a:hover { /* selects only links in the "nav" list */
	color: yellow;
}
ul#nav a:active { /* selects only links in the "nav" list */
	color: gray;
}

/*-------------page elements-------------------*/
#main_content {
	background-color: #ABB1CB;
	position: relative;
	top: 0px;
	padding: 0px 10px;
}
#main_content a:link {
	color: #000000;
	text-decoration: none;
}
#main_content a:hover{
	color: #990000;
	text-decoration: underline;
}
#header_text {
	text-indent: -15000px;
}
#copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}
#call_now {
	color: #FFFFFF;
	position: absolute;
	top: 32px;
	right: 0px;
	width: 400px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}
#call_now a {
	color: #FFFFFF;
	text-decoration: none;
}
#call_now a:hover{
	color: #FFFF00;
	text-decoration: underline;
}

/*-------------images-------------------*/
img.floatLeft {
	float: left;
	margin: 4px;
	padding: 5px;
}

h1#logo {
	text-indent: -15000px;
	background-image: url(../images/site%20images/dwt_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#res_agent {
	float: right;
	padding: 5px;
}
