/*
Theme Name: Paramount Equity Mortgage
Theme URI: http://www.paramountequity.com/mortgage
Description: Custom WordPress theme for Paramount Equity Mortgage
Version: 1.0
Author: WebShare, LLC
Author URI: http://www.websharedesign.com
Tags: paramount equity mortgage, webshare, custom
*/

a.blue_btn {
    position: relative; /* reqd for IE8 gradients */
    display: block;
    margin: 3px;
    padding: 10px 0;
    font: bold 15px Helvetica, Arial, sans-serif;
    color: #fff;
    text-decoration: none;
    text-align: center;
    /* text-shadow */
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    /* box shadow */
    box-shadow: 0 2px 1px rgba(204, 204, 204, 1), 0px 1px 0 rgba(255, 255, 255, .3) inset, 0px -1px 0 rgba(0, 0, 0, .3) inset, 1px 0 0 rgba(255, 255, 255, .3) inset, -1px 0 0 rgba(255, 255, 255, .3) inset;
    -moz-box-shadow: 0 2px 1px rgba(204, 204, 204, 1), 0px 1px 0 rgba(255, 255, 255, .3) inset, 0px -1px 0 rgba(0, 0, 0, .3) inset, 1px 0 0 rgba(255, 255, 255, .3) inset, -1px 0 0 rgba(255, 255, 255, .3) inset;
    -webkit-box-shadow: 0 2px 1px rgba(204, 204, 204, 1), 0px 1px 0 rgba(255, 255, 255, .3) inset, 0px -1px 0 rgba(0, 0, 0, .3) inset, 1px 0 0 rgba(255, 255, 255, .3) inset, -1px 0 0 rgba(255, 255, 255, .3) inset;
    /* gradients */
    background: #408DB7;
    /* SVG as background image (IE9/Chrome/Safari/Opera) */ 
    background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyMDQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiM0MDhEQjciIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMxMDUxNzUiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyMDQpIiAvPgo8L3N2Zz4=);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#408DB7), to(#105175));
    background: -moz-linear-gradient(#408DB7, #105175);
    background: linear-gradient(#408DB7, #105175);
    -pie-background: linear-gradient(#408DB7, #105175);
    /* Border radius */
    border: 1px solid #105175;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior: url(/mortgage/wp-content/themes/mortgage/js/plugins/PIE.php);
}
a.blue_btn:hover, a.blue_btn a:active {
    color: white;
    text-decoration: none;
    background: #105175;
    /* SVG as background image (IE9/Chrome/Safari/Opera) */ 
    background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc5NzYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMxMDUxNzUiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM0MDhEQjciIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c5NzYpIiAvPgo8L3N2Zz4=);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#105175), to(#408DB7));
    background: -moz-linear-gradient(#105175, #408DB7);
    background: linear-gradient(#105175, #408DB7);
    -pie-background: linear-gradient(#105175, #408DB7);    
}


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial,Verdana,Helvetica,Sans-Serif;
	background: #7C98B0 url(images/body-bkgd.gif) repeat-x 0 0;
	color: #333;
	
	}
#wrapperx {
    padding-bottom: 200px;
    
    background-color #02466E;
    /* SVG as background image (IE9/Chrome/Safari/Opera) */
    background: url('images2/bgd_svg.php?sc=02466E&ec=7C97AF'); 
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#02466E), to(#7C97AF));
    background: -moz-linear-gradient(#02466E, #7C97AF);
    background: linear-gradient(#02466E, #7C97AF);
    -pie-background: linear-gradient(#02466E, #7C97AF);
    behavior: url(/mortgage/wp-content/themes/mortgage/js2/plugins/PIE.php);
}


#wrapper {
	background: transparent url(images/main-page-bkgd.gif) repeat-y scroll 0 0;
	margin: 0 auto;
	position:relative;
	width: 1000px;
}

#container {
	/* float:left; */
}
/*
#shadow-left {
	background: transparent url(images/shadow-left.gif) no-repeat 0 0;
	/* float:left; 
	height:846px;
	width:5px;
	left:0px;
	top:0px;
	position:absolute;
	z-index:10;
}

#shadow-right {
	background: transparent url(images/shadow-right.gif) no-repeat 0 0;
	/* float:right; 
	height:846px;
	width:5px;
	position:absolute;
	right:0px;
	top:0px;
	z-index:10;
}
*/
#shadow-bottom {
	background: transparent url(images/shadow-bottom.gif) no-repeat 0 0;
	height:5px;
	margin:0 auto;
	width:1000px;
	position:relative;
	top:272px;
	left:0px;
}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	
	background: url("images2/left-blur-wht.png") no-repeat scroll 0 0 #C9DCEF;
    border-bottom: 1px solid #DBDAD8;
	overflow: hidden;
    height: 140px;
    position: relative;
    z-index: 1000;
	width: 995px;
	margin: 0 auto;
	}

#header.lo_head {
    border-bottom: 2px solid #055175;
	height:105px;
}    
    
#header .logo {
	position:absolute;
	left:29px;
	width:202px;
	height:96px;
	top:10px;
}

#header .bbb {
	position:absolute;
	left:0px;
	width:116px;
	height:43px;
	top:98px;
}
#header.lo_head .bbb {
    display: none;
}

#header .search-text {
	position:absolute;
	color:#999999;
	font-size:13px;
	font-weight:bold;
	left:278px;
	width:320px;
	height:20px;
	top:25px;
	
}

#search_box {
    position: absolute;
    top: 35px; left: 248px;
    display: block;
    text-align: center;
}

#header .search-form {
	background: transparent url(images/search-box.gif) no-repeat 0 22px;
	position:absolute;
	left:255px;
	width:325px;
	height:90px;
	top:20px;
}

#search-go-b {
	
	width:23px;
	height:23px;
	top:33px;
	left:548px;
	z-index:1;
}

#search-box-c {
	background:transparent url(images2/chat-bubbles.png) no-repeat  15px 0px;
	position: absolute;
	color:#aaa; 
	width:265px;
	height:30px;
	top:78px;
	left:-5px;
	margin: -5px 26px 0 320px;
	z-index:1;
}



#search_form {
    position: relative;
    top: 4px; left: 0px;
    display: block;
    width: 297px;
    height: 24px;
    
    background:  #ffffff url('images2/search_magnify.png') 4px 2px no-repeat;
    
    border: 1px solid #cccccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior: url(js/plugins/PIE.php);
}
#search_form input {
    width: 190px;
    border: 1px solid red;
    position: absolute;
    top: 6px; left: 24px;
    border: none;
    color: #ACACAC;
    font-style: italic;
}

#search_button {
    position: absolute;
    top: -1px; right: -1px; 
    display: inline-block;
    padding: 5px 12px;
    font: bold 13px Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #999999;
    
    text-decoration: none;
    text-align: center;
    
    /* Border radius */
    border: 1px solid #cccccc;
    border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
}

#header .search-field {
	position:absolute;
	left:0px;
	width:320px;
	height:20px;
	top:33px;
}

#header .search-field input {
	border:0px;
	color:#105175;
	position:absolute;
	top:0px;
	left:40px;
	width:277px;
}

#header .search-button {
	position:absolute;
	left:212px;
	width:108px;
	height:18px;
	top:56px;
}

#header .low-rate-text {
	position:absolute;
	color:#842423;
	font-size:12px;
	font-weight:bold;
	right:190px;
	width:150px;
	height:20px;
	top:13px;
}

#header .call-back {
	position:absolute;
	background: transparent url(images/click-to-call-bkgd.gif) no-repeat 0 0;
	top:50px;
	right:204px;
	width:134px;
	height:24px;
}



#header .call-back-button {
	position:absolute;
	top:85px;
	right:175px;
	width:188px;
	height:25px;
}

#How-Can-I-Help {
	color:#842423;
	/*display:none;*/
	position:absolute;
	top:47px;
	right:180px;
	height:40px;
	width:250px;
	font-size:20px;
	font-weight:bold;
	text-align:right;
}
#header.lo_head #How-Can-I-Help {
	top:30px;
	right:125px;
    width: 200px;
    text-align: center;
}

#header .operator {
	position:absolute;
	background: transparent url(images2/operator.png) no-repeat 0 0;
	width:175px;
	height:139px;
	right:0px;
	top:18px;
}
#header.lo_head .operator {
	background: transparent url(images2/operator_sm.png) no-repeat 0 0;        
    width: 110px;
    height: 103px;
}

#header .phone-number {
}

#navigation {
	position:absolute;
	top:104px;
	left:7px;
	width:1000px;
	height:37px;
}

#navigation .home {
	background: transparent url(images/nav-home-off.png) no-repeat bottom left;
	position:absolute;
	left:109px;
	width:80px;
	height:37px;
}

#navigation .home:hover {
	/* background: transparent url(images/nav-home-on.png) no-repeat bottom left; */
}

#navigation .home-text {
	color:#842423;
	font-size:12px;
	font-weight:bold;
	height:20px;
	position:absolute;
	top:17px;
	right:15px;
	height:20px;
	width:80px;
	text-align:right;
}

#navigation .services {
	background: transparent url(images/nav-services-off.png) no-repeat bottom left;
	position:absolute;
	left:189px;
	width:124px;
	height:37px;
}

#navigation .services:hover {
	/* background: transparent url(images/nav-services-on.png) no-repeat bottom left; */
	color:#842423;
}

#navigation .services-text {
	color:#105175;
	font-size:12px;
	font-weight:bold;
	height:20px;
	position:absolute;
	top:17px;
	right:20px;
	height:20px;
	width:124px;
	text-align:right;
}

#navigation .online-app {
	background: transparent url(images/nav-online-application-off.png) no-repeat bottom left;
	position:absolute;
	left:313px;
	width:156px;
	height:37px;
}

#navigation .online-app:hover {
	/* background: transparent url(images/nav-online-application-on.png) no-repeat bottom left; */
}

#navigation .online-app-text {
	color:#105175;
	font-size:12px;
	font-weight:bold;
	height:20px;
	position:absolute;
	top:17px;
	right:18px;
	height:20px;
	width:156px;
	text-align:right;
}

#navigation .mortgage-calculator {
	background: transparent url(images/nav-mortgage-calculator-off.png) no-repeat bottom left;
	position:absolute;
	left:469px;
	width:146px;
	height:37px;
}

#navigation .mortgage-calculator:hover {
	/* background: transparent url(images/nav-mortgage-calculator-on.png) no-repeat bottom left; */
}

#navigation .mortgage-calculator-text {
	color:#105175;
	font-size:12px;
	font-weight:bold;
	height:20px;
	position:absolute;
	top:4px;
	right:50px;
	height:20px;
	width:146px;
	text-align:right;
}
#navigation .contact-us {
	background: transparent url(images/nav-contact-us-off.png) no-repeat bottom left;
	position:absolute;
	left:615px;
	width:110px;
	height:37px;
}

#navigation .contact-us:hover {
	/* background: transparent url(images/nav-contact-us-on.png) no-repeat bottom left; */
}

#navigation .contact-us-text {
	color:#105175;
	font-size:12px;
	font-weight:bold;
	height:20px;
	position:absolute;
	top:17px;
	right:20px;
	height:20px;
	width:110px;
	text-align:right;
}

#navigation .about-us {
	background: transparent url(images/nav-about-us-off.png) no-repeat bottom left;
	position:absolute;
	left:725px;
	width:94px;
	height:37px;
}

#navigation .about-us:hover {
	/* background: transparent url(images/nav-about-us-on.png) no-repeat bottom left; */
}

#navigation .about-us-text {
	color:#105175;
	font-size:12px;
	font-weight:bold;
	height:20px;
	position:absolute;
	top:17px;
	right:20px;
	height:20px;
	width:94px;
	text-align:right;
}

#bluemenupos {
	position:absolute;
	top:103px;
	left:138px;
}

#main-page {
	background:transparent url(images/page-bkgd.gif) repeat-y;
	width:1000px;
	min-height:433px;
	position:relative;
	left:5px;
}

#main-top {
	background:transparent url(images/page-top-bkgd.gif) repeat-x bottom left;
	position:absolute;
	height:314px;
	width:481px;
	left:10px;
}

#main-top .title {
	color:#055175;
	font-weight:bold;
	font-size:30px;
	line-height:30px;
	margin-top:20px;
}

#main-top .sub-title {
	color:#842523;
	font-weight:bold;
	font-size:16px;
	font-style:italic;
}

#main-top .mflbl-fname {
	position:absolute;
	color:#055175;
	top:83px;
	left:50px;
	font-weight:bold;
	font-size:12px;
}

#main-top .mflbl-lname {
	position:absolute;
	color:#055175;
	top:113px;
	left:50px;
	font-weight:bold;
	font-size:12px;
}

#main-top .mflbl-phone {
	position:absolute;
	color:#055175;
	top:142px;
	left:50px;
	font-weight:bold;
	font-size:12px;
}

#main-top .mflbl-email {
	position:absolute;
	color:#055175;
	top:173px;
	left:50px;
	font-weight:bold;
	font-size:12px;
}

#main-top .mflbl-office {
	position:absolute;
	color:#055175;
	top:203px;
	left:50px;
	font-weight:bold;
	font-size:12px;
}

#main-top .mflbl-comments {
	position:absolute;
	color:#055175;
	top:233px;
	left:50px;
	font-weight:bold;
	font-size:12px;
}

#mf-fname {
	background: transparent url(images/home-field-01.gif) no-repeat scroll 0pt 0pt;
	position: absolute; 
	top: 80px; 
	left: 150px; 
	width: 246px; 
	height: 27px;
}

#mf-lname {
	background: transparent url(images/home-field-01.gif) no-repeat scroll 0pt 0pt;
	position: absolute; 
	top: 110px; 
	left: 150px; 
	width: 246px; 
	height: 27px;}

#mf-phone {
	background: transparent url(images/home-field-01.gif) no-repeat scroll 0pt 0pt;
	position: absolute; 
	top: 140px; 
	left: 150px; 
	width: 246px; 
	height: 27px;
}

#mf-email {
	background: transparent url(images/home-field-01.gif) no-repeat scroll 0pt 0pt;
	position: absolute; 
	top: 170px; 
	left: 150px; 
	width: 246px; 
	height: 27px;
}

#mf-office {
	background: transparent url(images/home-field-01.gif) no-repeat scroll 0pt 0pt;
	position: absolute; 
	top: 200px; 
	left: 150px; 
	width: 246px; 
	height: 27px;
}

#mf-comments {
	background: transparent url(images/home-field-01.gif) no-repeat scroll 0pt 0pt;
	position: absolute; 
	top: 230px; 
	left: 150px; 
	width: 246px; 
	height: 27px;
}

.mf-text {
	color:#055175;
	border:0;
	position:absolute;
	top:1px;
	left:4px;
	width:234px;
	height:17px;
}

.mf-combo {
	color:#055175;
	border:0px;
	position:absolute;
	top:1px;
	left:1px;
	width:237px;
	height:21px;
}

#privacy {
	background: transparent url(images/your-privacy.gif) no-repeat 0 0;
	position:absolute;
	top:260px;
	left:10px;
	width:154px;
	height:32px;
}

#get-started {
	position:absolute;
	top:260px;
	left:180px;
	width:214px;
	height:37px;
}

#main-testimonial {
	background:transparent url(images/testimonial-bkgd.jpg) no-repeat 0 0;
	position:absolute;
	right:10px;
	top:0px;
	width:497px;
	height:314px;
}

#main-testimonial .quote {
	position:absolute;
	right:10px;
	top:240px;
	width:475px;
	height:50px;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}

#main-testimonial .quote span {
	font-style:italic;
	font-size:14px;
}

#main-testimonial .more {
	position:absolute;
	right:10px;
	top:290px;
	width:475px;
	height:50px;
	color:#842523;
	font-weight:bold;
	font-size:14px;
	text-align:left;
}

#main-testimonial .more a:link, #main-testimonial .more a:visited {
	color:#842523;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
}

#main-testimonial .more a:hover {
	text-decoration:underline;
}

#main-3col {
	position:absolute;
	left:10px;
	top:316px;
	height:100px;
	width:980px;
}

#main-3col-header {
	background:transparent url(images/3col-header.jpg) no-repeat 0 0;
	position:absolute;
	width:980px;
	height:35px;
	top:0px;
	left:0px;
}

#main-3col-slider {
	background:transparent url(images/jcarousel-bkgd.jpg) no-repeat 0 0;
	position:absolute;
	width:980px;
	height:77px;
	top:35px;
	left:0px;
	padding-top:15px;
}

#main-bottom {
	background:transparent url(images/main-bottom-bkgd.gif) repeat-x 0 0;
	position:absolute;
	left:1px;
	top: auto !important;
	/*margin-top: 150px; 
	
	 top:428px;*/
	height:304px;
	width:998px;
	text-align: center;
}

#trust-logos {
	position:absolute;
	left:180px;
	top:10px;
	height:60px;
	width:700px;
}

#trust-logos .trust-01 {
	position:absolute;
	left:25px;
	top:0px;
	height:60px;
	width:54px;
}

#trust-logos .trust-02 {
	position:absolute;
	left:109px;
	top:0px;
	height:60px;
	width:95px;
}

#trust-logos .trust-03 {
	position:absolute;
	left:504px;
	top:0px;
	height:60px;
	width:92px;
}

#trust-logos .trust-04 {
	position:absolute;
	left:235px;
	top:0px;
	height:60px;
	width:137px;
}

#trust-logos .trust-05 {
	position:absolute;
	left:398px;
	top:0px;
	height:60px;
	width:78px;
}

#main-bottom .top-links {
	color:#055175;
	margin-top:80px;
	font-size:14px;
	font-weight:bold;
}

#main-bottom .top-links a:link, #main-bottom .top-links a:visited {
	color:#055175;
	text-decoration:none;
}

#main-bottom .top-links a:hover {
	text-decoration:underline;
}

#main-bottom .social-media {
	margin-top:10px;
	font-size:12px;
}

#main-bottom .bottom-links {
	margin-top:10px;
	color:#878786;
	font-size:12px;
}

#main-bottom .bottom-links a:link, #main-bottom .bottom-links a:visited {
	color:#878786;
	text-decoration:none;
}

#main-bottom .bottom-links a:hover {
	text-decoration:underline;
}

#main-bottom .copyright {
	color:#404040;
	margin-top:10px;
	font-size:12px;
}

#main-bottom .legal {
	color:#878786;
	margin-top:10px;
	font-size:12px;
}

#main-bottom .legal a:link, #main-bottom .legal a:visited {
	color:#878786;
	text-decoration:none;
}

#main-bottom .legal a:hover {
	text-decoration:underline;
}

#aboutus {
	float:right;
	width:105;
	height:141;
	padding:0 10px 5px 10px;
}

#aboutus table {
	background-color:#660000;
	width:200px;
}

#aboutus td {
	padding: 10px;
	border-bottom:1px solid #fff;
	font-size:14px;
	font-weight:bold;
}

#aboutus a, #aboutus a:hover, #aboutus a:visited {
	color:#fff;
	text-decoration:none;
}

#aboutus a:hover {
	color:#fff;
	text-decoration:underline;
}


/* Global Page Layout and Styling */
#g-banner {
	background: transparent url(images/sp-banner.jpg) no-repeat 0 0;
	/*position:absolute;
	top:10px;
	left:10px;
	margin-bottom: 150px;*/
	height:122px;
	width:980px;
	margin: 5px auto;
	
}

#g-banner .testimonial {
	color:#0A4B71;
	/*position:absolute;
	top:10px;
	right:20px;*/
	margin: 5px 0 0 400px;
	height:70px;
	width:500px;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	padding-top: 14px;
}

#g-banner .more {
	font-size:14px;
	position:absolute;
	top:90px;
	right:20px;
	height:50px;
	width:500px;
	text-align:left;
	bottom: 150px;
}

#g-banner .more a, #g-banner .more a:hover, #g-banner .more a:visited {
	color:#660000;
}

#g-breadcrumbs {
	/*position:absolute;
	top:140px;
	left:20px;
	 height:50px; */
	margin: 20px 0 30px 20px;
	width:670px;
	text-align:left;
	
}

#g-content {
	/*float:left;*/
	top: 160px;
	margin:-20px 20px 85px;
	text-align:left;
	width:655px;
	min-height:600px;
	
  	height:auto !important;

  	height:700px;

}

#g-content h1 {
	color:#0A4B71;
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
}

#g-content .entry {
	font-size: 12px;
}

#g-content .entry h1 {
	/*	color:#0A4B71;	*/
	
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}

#g-content .entry h1 a:hover {
	
	text-decoration: underline;
}

#g-content .entry h2 {
	/*	color:#0A4B71;	
	
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;*/
	
	background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 12px 12px 12px 12px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px;
	 width: 55%;
}

#g-content .entry h2 a:hover {
	
	text-decoration: underline;
}


#g-content .entry p {
	/* color:purple; */
	line-height:20px;
	margin-top:10px;
}

#g-content .bio-pic {
	float:left;
	width:160px;
	height:230px;
	padding:0 10px 10px 0;
}

#g-content .bio-name {
	color:#660000;
	font-weight:bold;
	font-size:16px;
	margin:0;
}

#g-content .bio-title {
	font-size:14px;
	font-style:italic;
	margin:0;
}

#g-content td.statehead {
	vertical-align:middle;
	color:#660000;
	font-weight:bold;
	font-size:20px;
}



#g-content .loan-officer {
	font-size: 12px;
}

#g-content .loan-officer h1 {
	color:#0A4B71;
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}

#g-content .loan-officer h2 {
	color:#660000;
	font-size:16px;
	font-weight:bold;
	margin:0 10px 10px;
}

#g-content .loan-officer h3 {
	color:#0A4B71;
	font-size:14px;
	font-weight:bold;
	margin:0px 10px 5px;
}
	
#g-content .loan-officer p {
	/* color:purple; */
	line-height:20px;
	margin:0px 10px;
}

#g-content td {
	padding:10px;
	vertical-align: top;
}

#g-content hr {
	border:1px solid #C0C0C0;
	display:block;
	margin:20px 10px;
}

#g-content .co-phone {
	color:#c0c0c0;
	font-weight:bold;
}

#lo-sidebar {
	position: absolute; 
	right: 10px; 
	top: 20px; 
	width: 282px; 
	text-align: left;
}

#lo-sidebar h2 {
	color:#660000;
	font-size:16px;
	font-weight:bold;
	margin:10px;
}

#lo-sidebar p {
	font-size:12px;
	line-height:20px;
	margin:0px 10px;
}

#lo-sidebar .customer {
	color:#0A4B71;
	text-align:right;
	font-style:italic;
	font-weight:bold;
}

#lo-sidebar ul {
	font-size:12px;
	list-style-type:disc;
	margin:10px 20px;
}

#g-lead-form {
    background: url("images2/s-form-sidebar_01.jpg") no-repeat scroll 0 0 transparent;
    font-size: 12px;
    height: 278px;
    position: absolute;
    right: 0;
    top: 137px;
    width: 315px;
}

	#g-lead-form .flip {
	
		background: url("images2/s-form-sidebar_02.png") no-repeat scroll left top transparent;
		height: 294px;
		position: absolute;
		right: -19px;
		top: 0px;
		width: 19px;
		z-index: 100;
	
	   
	}

#g-lead-form .g-form-left-offset {
	
	position: absolute;
	width: 300px;
	margin-left: 15px;
	
}


#g-lead-form input {
	width:185px;
	height:18px;
}

#g-lead-form select {
	width:191px;
	height:22px;
}

#g-lead-form .fname-label {
	position:absolute;
	top:68px;
	left:10px;
}

#g-lead-form .lname-label {
	position:absolute;
	top:98px;
	left:10px;
}

#g-lead-form .phone-label {
	position:absolute;
	top:128px;
	left:10px;
}

#g-lead-form .email-label {
	position:absolute;
	top:158px;
	left:10px;
}

#g-lead-form .office-label {
	position:absolute;
	top:188px;
	left:10px;
}

#g-lead-form .fname {
	position:absolute;
	top:65px;
	left:80px;
	height:30px;
	width:150px;
}

#g-lead-form .lname {
	position:absolute;
	top:95px;
	left:80px;
	height:30px;
	width:150px;
}
#g-lead-form .phone {
	position:absolute;
	top:125px;
	left:80px;
	height:30px;
	width:150px;
}
#g-lead-form .email {
	position:absolute;
	top:155px;
	left:80px;
	height:30px;
	width:150px;
}

#g-lead-form .office {
	position:absolute;
	top:185px;
	left:80px;
	height:30px;
	width:150px;
}

#g-lead-form .sf-button {
	position:absolute;
	top:223px;
	left:84px;
	height:30px;
	width:190px;
}

#g-other-links {
	background: transparent url(images/sidebar-right-top-bkgd.gif) no-repeat 0 0;
	position:absolute;
	top:420px;
	right:10px;
	height:349px;
	width:291px;
	text-align:left;
}

#g-other-links .FHA {
}

#g-other-links h3 {
	color:#660000;
	font-size:16px;
	font-weight:bold;
	margin:0 0 10px 0;
	line-height:18px;
}

#g-other-links p {
	font-size:12px;
	line-height:20px;
}

#g-other-links .linkA {
	margin:10px;
	height:115px;
}

#g-other-links .linkB {
	margin:10px;
	height:105px;
}

#g-callback-form {
	background: transparent url(images/sidebar-right-btm-bkgd-b.gif) no-repeat 0 0;
	position:absolute;
	top:746px;
	right:10px;
	height:140px;
	width:291px;
	text-align:left;
}

#click-to-call2 {
	background: transparent url(images/sidebar-right-btm-bkgd-a.gif) no-repeat 0 0;
	height:140px;
	position:absolute;
	width:291px;
}

#click-to-call2 .c2-title {
	color:#842423;
	position:absolute;
	top:10px;
	height:40px;
	width:200px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

#click-to-call2 .call-back2 {
	position:absolute;
	top:61px;
	left:25px;
}

#click-to-call2 .call-back-button2 {
	position:absolute;
	top:93px;
	left:0px;
	width:291px;
}

#cb-01a {
	position:absolute;
	border:0px;
	color:#055175;
	width:31px;
	left:10px;
	top:2px;
	height:17px;
	font-size:12px;
	text-align:center;
}

#cb-02a {
	position:absolute;
	border:0px;
	color:#055175;
	width:31px;
	left:62px;
	top:2px;
	height:17px;
	font-size:12px;
	text-align:center;
}

#cb-03a {
	position:absolute;
	border:0px;
	color:#055175;
	width:31px;
	left:111px;
	top:2px;
	height:17px;
	font-size:12px;
	text-align:center;
}


/*
		<div class="c2-title">Home Loan Experts<br />are available now!</div>
		<div class="call-back2">
			<input type="text" name="npa" id="cb-01a" maxlength="3" value="" onKeyUp="autofocus(this, 3, 'npa', event)"/>
			<input type="text" name="nnx" id="cb-02a" maxlength="3" value="" onKeyUp="autofocus(this, 3, 'nnx', event)"/>
			<input type="text" name="line" id="cb-03a" maxlength="4" value="" onKeyUp="autofocus(this, 4, 'line', event)"/>
		</div>
		<div class="call-back-button2"><a href="javascript:request_call_local2();"><img src="<?php echo $GLOBALS['themeURL']; ?>/images/click-for-instant-call-back2.gif" alt="Click now and one of our Representatives will contact you." /></a></div>
*/




#how-can-i-help2 {
	background: transparent url(images/sidebar-right-btm-bkgd-c.gif) no-repeat 0 0;
	height:140px;
	width:291px;
}
#how-can-i-help2 .how-title2 {
	color:#842423;
	position:absolute;
	top:30px;
	height:40px;
	width:200px;
	font-size:16px;
	font-weight:bold;
	left:10px;
}

#how-can-i-help2 .how-link2{
	color:#842423;
	position:absolute;
	top:70px;
	height:40px;
	width:200px;
	font-size:14px;
	font-weight:bold;
	left:10px;
}

/* End: Global Settings */

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#contentx {
	font-size: 1.2em;
	min-height: 950px;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	/* font-size: 4em;
	text-align: center; */
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	/* font-size: 1.6em; */
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	/* font-size: 1.3em; */
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	/* text-decoration: none;
	color: white; */
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	/* color: #333; */
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	/* color: #b85b5a; */
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#navigation a:link, #navigation a:visited {
	color:#105175;
	text-decoration:none;
}

#navigation a:hover {
	color:#842423;
	text-decoration:none;
}

/* End Typography & Colors */

/* Executive Bios */
#bio-nav {
	float:left;
	width:258px;
	background-color:#D1D0BC;
}

#bio-nav .selected {
	background:transparent url(images/exec-name-bkgd.jpg) no-repeat 0 0;
	margin-top:10px;
}

#bio-nav .unselected {
	background:none;
	cursor:pointer;
	margin-top:10px;
}

#bio-nav p {
	margin:0 0 0 20px;;
}

#bio-nav .selected p {
	color:#660000;
	margin: 0 0 0 20px;
}

#bio-nav .unselected p {
	margin: 0 0 0 20px;
}

/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	background:transparent url(images/main-page-bkgd.gif) repeat-y scroll 0 0;
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	clear: both;
	height:271px;
	/*position:relative;*/
	left:0px;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	/* padding-top: 70px; */
	margin: 0;
	}

h2 {
	/* margin: 30px 0 0; */
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.entry ul li:before, #sidebar ul ul li:before {
	


content: "\00BB \0020";
[if IE] 

content: "";

[end if]

	
}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */


/* Begin Online Application */

#online-app {
	margin:10px 0 0 10px;
	text-align:left;
}

#online-app .oahead {
	background-color:#7C98B0;
	color:#fff;
	float:left;
	font-size:14px;
	font-weight:bold;
	width:627px;
	padding:5px;
}

#online-app .oadetail {
	background-color:#DDE4EA;
	color:#333333;
	float:left;
	padding:10px 20px;
	width:595px;
	border: 1px solid #c0c0c0;
}

#online-app .oalabel {
	clear:both;
	float:left;
	line-height:20px;
	width:180px;
	padding:0 10px 10px 0;
}

#online-app .oafield {
	float:left;
	padding-bottom:10px;
	width:400px;
}

#required {
	color:#660000;
}

/* End Online Application */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

.entry td {
	text-align: left;
}

select {
	/* width: 130px; */
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	/* background: transparent url(images/bkgd-quotes.gif) no-repeat 0 0; */
	/* border-left: 5px solid #ddd; */
	}

#g-content .testimonial {
	background:#D8E3E7 url(images/open-quote.gif) no-repeat scroll 5px 0;
	border-left:5px solid #316587;
	line-height:25px;
	margin:15px 30px 0 10px;
	min-height:60px;
	padding:10px;
	text-indent:35px;
}

#g-content .testimonial-alt {
	background:#F0F0F0 url(images/open-quote.gif) no-repeat scroll 5px 0;
	border-left:5px solid #CCCCCC;
	line-height:25px;
	margin:15px 30px 0 10px;
	min-height:60px;
	padding:10px;
	text-indent:35px;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

p {
	margin:0;
	padding:0;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


 
#nav-break {
	background-color:#aa0343;
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	width:100%;
}

#mtgcalc {
	background: transparent url('images/menu-calculator.gif') no-repeat top;
	height: 29px;
	width: 23px;
	position:absolute;
	left: 355px;
	top: -4px;
}

/* Glowing Tabs Menu */

.dropmenudiv_d{
	background: transparent url('images/dropmenu-bkgd.gif') repeat-y top right;
	position:absolute;
	top: 0;
	/* border: thin solid #a0a0a0; /*THEME CHANGE HERE*/
	/* border-width: 0 2px; */
	/* border-width: 0; */
	border-bottom: 1px solid #BDBCBC;
	border-left: 1px solid #BDBCBC;
	border-right: 1px solid #BDBCBC;
	font:normal 12px Arial, Verdana, Sans-Serif;
	line-height:22px;
	margin: -2px 0 0 0;
	z-index:100;
	/* background-color: #464445; */
	background-color: #fff;
	width: 200px;
	visibility: hidden;
	text-align:left;
}

.dropmenudiv_d a{
	width: auto;
	display: block;
	text-indent: 10px;
	/* border: thin solid #a0a0a0; /*THEME CHANGE HERE*/
	border-left: thin solid #DAD9D8;
	/* border-bottom: thin solid #a0a0a0; */
	border-right: thin solid #DAD9D8;
	/* border-width: 0; */
	/* padding: 4px 0; */
	text-decoration: none;
	color: #055175;
	font-weight:bold;
}

* html .dropmenudiv_d a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv_d a:hover { /*THEME CHANGE HERE*/
	color:#842523;
	text-decoration:none;
}

.dropmenudiv_d a:hover span { /*THEME CHANGE HERE*/
	color:#842523;
	text-decoration:none;
}

.dropmenudiv_d a:visited{
	/* color: white; */
}

/* Bluetabs Styling */
.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


.ddcolortabs a{
float:left;
color: white;
background: black url(media/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent url(media/color_tabs_right.gif) no-repeat right top;
padding: 4px 8px 2px 7px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #591f20;
}

.ddcolortabs a:hover span{
background-color: #591f20;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #591f20;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: black;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

.indent1 {
	color:#CE9B35;
	padding-left:10px;
}

.indent1 a:hover{
	color:#591f20;
	padding-left:10px;
}

.indent2 {
	padding-left:20px;
}

.bluetabs{
/* border-bottom: 1px solid gray; */
position:relative;
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 1.15em Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
float:left;
}

.bluetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
/* border: 1px solid #778; */
color: #055175;
/* background: white url(media/bluetab.gif) top left repeat-x; */ /*THEME CHANGE HERE*/ 
}

.bluetabs li a:visited{
color: #055175;
}

.bluetabs li a:hover{
color:#842523;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(media/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* End Glowing Tabs Menu */

