@charset "utf-8";
/* CSS Document */
body{
	background-color: #004A5F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

.blue_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006699;

}

.red_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC3300;
}

.black_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.green_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #336600;
}
	
.green_title a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #336600;
	text-decoration: none;
}

.green_title a:hover {
	text-decoration:underline;
}

.table_border {
	border: 1px #003366 solid;
}

.container {
	width:783px;
	margin:0px auto;
	padding: 0px;
	background-image: url(/mortgageshop/images/QS_main_bg.jpg);
	background-repeat: repeat-y;
}

.top_area {
	width:783px;
	height:213px;
}

.nav_area {
	width:760px;
	margin:0px auto;
	height:29px;
	background-image: url(/mortgageshop/images/QS_menu_bg.jpg);
	background-repeat: repeat-x;
}

.heading_area {
	width:761px;
	margin:0px auto;
	height:35px;
	background-image: url(/mortgageshop/images/QS_bar.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.left_content {
	float:left;
	width:230px;
	padding-left:8px;
	padding-right:5px;
}

.left_content img {
	padding:3px;
}

/*****************************


	ADMIN PAGES


*****************************/

.admin_container {
	width:950px;
	margin:0px auto;
	padding: 0px;
	background-image: url(/mortgageshop/images/Admin_QS_main_bg.jpg);
	background-repeat: repeat-y;
}

.admin_top_area {
	width:950px;
	height:25px;
}

.admin_left_content {
	float:left;
	width:200px;
	padding-left:20px;
	padding-right:5px;
}

.admin_right_content {
	float:right;
	width:700px;
	margin-right:11px;
}

.admin_full_content {
	float:left;
	width:850px;
	margin-left:25px;
}

.admin_bottom_area {
	clear:both;
	height:47px;
	background-image: url(/mortgageshop/images/Admin_QS_bottom.jpg);
	background-repeat: no-repeat;
}


.right_content {
	float:right;
	width:511px;
	margin-right:11px;
	background-image: url(/mortgageshop/images/QS_text_bg.jpg);
	background-repeat: repeat-y;
	border-top: 1px #333333 solid;
}

.text_area {	
	background-image: url(/mortgageshop/images/QS_text_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding:5px 5px 0px 10px;
}

.text_area img{
	padding:3px;
}

.sm_left_content {
	float:left;
	width:50px;
	padding-left:8px;
	padding-right:5px;
}

.full_content {
	float:right;
	width:711px;
	margin-right:11px;
	background-image: url(/mortgageshop/images/full_text_bg.jpg);
	background-repeat: repeat-y;
	border-top:1px solid #000000;
/*	border-left:3px solid #666666;
	border-right:1px solid #000000;*/
}

.full_text {
	background-image: url(/mortgageshop/images/full_text_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding:5px 5px 0px 10px;
}

.text_area a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336600;
	text-decoration: underline;

}

.text_area a:hover {
	text-decoration: underline;
}


.bottom_area {
	clear:both;
	height:47px;
	background-image: url(/mortgageshop/images/QS_bottom.jpg);
	background-repeat: no-repeat;
}

.titletab_large h3{
	background: url(/mortgageshop/images/gr-heading-bg.jpg) repeat-x;
	height:29px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding: 7px 0px 5px 5px;
}


/*****************************


	NAV MENU


*****************************/

#menu {
	padding:0;
	list-style-type:none;
	width:720px;
	height:29px;
	margin-left:auto;
	margin-right:5px;
}

#menu a {
	font-size:12px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top:7px;
	padding-bottom:6px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


#menu ul {
	list-style: none;
	margin: 0;
	width:720px;
}

#menu li {
	float:left;
	width:119px;
	height:29px;
	position:relative;
	text-align:center;
	display:inline;
	background-image: url(/mortgageshop/images/QS_button.jpg);
	background-repeat: no-repeat;
}

#menu li a, #menu li a:visited {
	font-weight:bold;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
}


#menu li a:hover {
	border:0; /* needed to trigger IE background-color: #D0CDAD;*/
	font-weight:bold;
	color:#003366;
	text-decoration:none;
	background-image: url(/mortgageshop/images/QS_button_over.jpg);
	background-repeat: no-repeat;
}

/*******************

	Thumbnail Mouseover

*******************/

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -200px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
/*width:200px;*/
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -50px;
left: 150px; /*position where enlarged image should offset horizontally */

}

/*****************************


	MISC


*****************************/

.td_bottom {
	border-bottom: 1px #999999 solid;
	padding-bottom:3px;
}

/*****************************


	FOOTER AREA


*****************************/

.footer {
	width:783px;
	margin:0px auto;
	color:#FFFFFF;
	height:55px;
}

.footer a{
	color:#FFFFFF;
	text-decoration:underline;
}

.footer a:hover{
	text-decoration:underline;
}

.footer #footer_left {
	float:left;
	width:175px;
	height:55px;
	padding-top:35px;
	padding-bottom:3px;
}

.footer #footer_right {
	float:right;
	width:175px;
	height:55px;
	text-align:right;
	padding-top:35px;
}

.footer #footer_center {
	float:left;
	width:430px;
	height:55px;
	margin:0px auto;
	text-align:center;
}
