﻿html{
	background: url(/App_Themes/tbp2/images/bg-html.gif) repeat-x;
}
body{
	margin:0;
/*	color:#285e84; */
	font:12px Arial, Helvetica, sans-serif;
	background: url(/App_Themes/tbp2/images/bg-body.gif) no-repeat 50% 0;
}
* html body{
	padding:0 0 0 1px;
    /* always show firefox scrollbar, to prevent horizontal shift. */
    overflow:-moz-scrollbars-vertical; 
}
img{border-style:none;}

/* "Edit Module" button that appears on the front-end for authorized users. */
.webmodules_editModuleLink,
a.webmodules_editModuleLink,
a.webmodules_editModuleLink:link,
a.webmodules_editModuleLink:visited
{
    background-color: #FFFFA5;
    padding: 1px 2px 2px 2px;
    border: 1px dotted gray;
    position: absolute; /*preserve layout*/
    font-size: 100%;
    color: Blue;
    font-weight: normal;
    text-decoration: underline;
    z-index: 9999; /*CMS buttons should always be on top.*/
}
.webmodules_editModuleLink:hover,
a.webmodules_editModuleLink:hover
{
    font-size: 100%;
    color: #00A2FF;
}

/* "Edit Page" button that appears on the front-end for authorized users. */
.webmodules_editPageLink,
a.webmodules_editPageLink,
a.webmodules_editPageLink:link,
a.webmodules_editPageLink:visited
{
    background-color: #FFFFA5;
    padding: 1px 2px 2px 2px;
    border: 1px dotted gray;
    position: absolute; 
    top: 5px;
    left: 5px;
    font-size: 100%;
    color: Blue;
    font-weight: normal;
    text-decoration: underline;
    z-index: 9999; /*CMS buttons should always be on top.*/
}
.webmodules_editPageLink:hover,
a.webmodules_editPageLink:hover
{
    font-size: 100%;
    color: #00A2FF;
}

/* sub navigation highlighted/activated style. */
.subnav .on a:link, .subnav .on a:visited, .subnav .on a:hover, .subnav .on a:active
{
	background-color: #00FF00;
}

/******************************************************************************
 main navigation menu. 
******************************************************************************/

.mainNavDropDown
{
    padding: 10px 0px 0px 0px;
}

.mainNavDropDown_item,
.mainNavDropDown_item a,
.mainNavDropDown_item a:visited /* requird by IE6 to override ancestors. */
{
	background-color: #00FF00;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    width: 15em;
    padding: 10px 5px;
}

.mainNavDropDown_item_hover,
.mainNavDropDown_item_hover a,
.mainNavDropDown_item_hover a:visited, /* requird by IE6 to override ancestors. */
.mainNavDropDown_item_hover a:hover, /* requird by IE6 to override ancestors. */
.mainNavDropDown_item_hover a:active /* requird by IE6 to override ancestors. */
{
	background-color: #00FF00;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    width: 15em;
    padding: 10px 5px;
}


/* **************************  FormBuilder module ************************** */
.wm_FormBuilder .wm_ShortText
{
    /* width: 35em;*/
}
.wm_FormBuilder .wm_Longtext
{
 
}
.wm_FormBuilder .wm_DropDownList
{
}
.wm_FormBuilder .wm_RadioButton
{
}
.wm_FormBuilder .wm_Checkbox
{
}
.field, .field td input
{
    margin-top: 5px;
}

.field label
{
    display: block;
    float: left;
    width: 200px;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
}
.field td label
{
    display: inline;
    width: 200px;
    text-align: right;
    padding-right: 10px;
    font-weight: bold; /* turn it normal, if you do not want checkbox texts*/
    float:none;
}
.field-inline, .field-inline td input
{
    margin-top: 5px;
}
.field-inline label
{
    display: block;
    float: none;
    width: 200px;
    text-align: left;
    padding-right: 10px;
    font-weight: bold;
}
.field-inline td label
{
    display: inline;
    width: 200px;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
    float:none;
}
/* end Form Builder styles */

/* Begin TBCalc modal popup styles */
.modalBackground 
{ 
 background-color:#888888; 
 filter:alpha(opacity=70); 
 opacity:0.7;
}
.modalPanel
{
    background-color: #d3eeab;
    border: 8px solid #00517e;
    width: 360px;
    padding: 10px;
    z-index: 999;
}

.modalTable
{
    background-color: #edfccd;

}


.modalTable tr td
{
    border-bottom:1px solid #a1b771;

}

.modalBody
{
    border: 1px solid #000000;
    margin: 10px;
    width: 380px;
    z-index: 999;
    text-align: center;
}
.modalEmailPanel
{
    background-color: #fff;
    border: 1px solid #333333;
    width: 460px;
}
.modalEmailBody
{
    margin: 10px;
    width: 380px;
}
.closeButton {
	font-size: 14px;
	font-weight:bold;
	color: #584537;
	text-decoration: none;
	font-style:normal;
	font-family: Arial, serif;
	padding:10px;
}
.closeButton:hover {
	cursor: hand;
	text-decoration:none;
}

/* End modal popup styles */

/* -------- Document Library styling ---------------- */
    
.category    
{
    color: #068000;
    font-weight:bold;
}
    
.DocumentLibrary {
	/* font: 10px Arial, Helvetica, sans-serif; */
	color: #000;
	width:95%;
	}

.DocumentLibrary a:link, .DocumentLibrary  a:visited {
    /* font: bold 10px Verdana, Arial, Helvetica, sans-serif; */
    /* color: #ffcc00; */
    /* text-decoration: underline; */
    }

.DocumentLibrary a:hover, .DocumentLibrary  a:active {
    /*font: bold 10px Verdana, Arial, Helvetica, sans-serif;
    color: #ffcc00;
    text-decoration: none;*/
    }
	
.DocumentLibrary .colorBox {
	/* background: #fff4e4; */
	}
	
.DocumentLibrary .colorBox .h3 {
	font: 13px Arial, Helvetica, sans-serif;
	color: #000;
	}
	
.DocumentLibrary .colorBox span 
{
/*
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
*/
}
	
.DocumentLibrary .colorBox p 
{
/*    
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
*/
}
	
.DocumentLibrary .colorBox strong 
{
/*    
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
*/
}

/* em --> italics is used */
.DocumentLibrary .colorBox .em 
{
/*    
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
*/
}
	
.DocumentLibrary .colorBox a:link, .DocumentLibrary .colorBox a:visited 
{
/*    
    font: bold 10px Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
*/
    text-decoration: underline;

}

.DocumentLibrary .colorBox a:hover, .DocumentLibrary .colorBox a:active 
{
/*    
    font: bold 10px Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    text-decoration: none;
*/
}


a{
	text-decoration:none;
	color:#000;
}
a:hover{text-decoration:underline;}
input, textarea, select{
	font:12px Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
.wrap{
	width:100%;
	overflow:hidden;
}
#wrapper{
	width:986px;
	margin:0 auto;
}
#header{
	width:100%;
	overflow:hidden;
}
#header .logo{
	width:262px;
	height:65px;
	margin:14px 0 0 0;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	background: url(/App_Themes/tbp2/images/logo.gif) no-repeat;
}
#header .logo a{
	display:block;
	height:100%;
}
#header .add-nav{
	float:right;
	list-style:none;
	margin:0;
	padding:9px 0 0;
}
#header .add-nav2 
{ 
    float: right;
	*float:none;
	list-style:none;
	margin:0;
	padding:9px 0 0;
}
#header .add-nav li, #header .add-nav2 li{
	float:left;
}
#header .add-nav li a, #header .add-nav2 li a{
	display:block;
	color:#fff;
	text-decoration:underline;
	font-weight:bold;
}
#header .add-nav li a:hover, #header .add-nav2 li a:hover{
	text-decoration:none;
}
#header .phone{
	color:#00486e;
	font-size:21px;
	text-decoration:none;
	margin:15px 0 0 165px;
	float:left;
}
#header .add-nav .assistance{
	width:234px;
	height:31px;
	padding:10px 0 0 42px;
	margin:0 6px 0 0;
	background: url(/App_Themes/tbp2/images/assistance.gif) no-repeat;
}
#header .add-nav .contact{
	width:84px;
	height:31px;
	background: url(/App_Themes/tbp2/images/contact-us.gif) no-repeat;
	padding:10px 0 0 37px;
}
#header div
{
    *margin-right: -250px;
}
#header .add-nav2 .email
{
    width: 143px;
    height: 41px;
    background: url(/App_Themes/tbp2/images/email-page.gif) no-repeat;
    padding: 10px 0 0 37px;
}
#header .add-nav2 .print
{
    width: 148px;
    height: 41px;
    background: url(/App_Themes/tbp2/images/print-page.gif) no-repeat;
    padding: 10px 0 0 37px;
    *margin: 10px 0 0 50px;
}
.promobox{
	width:970px;
	padding:0 15px 0 8px;
	margin:-3px 0 13px;
	overflow:hidden;
}
.nav-w{
	width:235px;
	background: url(/App_Themes/tbp2/images/bg-nav-t01.gif) no-repeat;
	padding:10px 0 0;
	float:left;
}
.nav-w ul{
	list-style:none;
	margin:0;
	padding:11px 15px 0;
	background:#083045;
	height:1%;
	overflow:hidden;
}
.nav-w li{
	float:left;
	width:100%;
	padding:0 0 5px;
}
.nav-w ul ul{
	list-style:none;
	margin: 0 0 0 5px;
	padding:0;
	width:100%;
	position:relative;
	overflow:hidden;
	background:#051c28;
}
.nav-w ul ul li:before { padding-top: 4px; }
.nav-w ul ul li:after, .nav-w ul ul li.last:after { padding-bottom: 3px; }
.nav-w ul ul li{
	padding:4px 0 5px;
}
.nav-w ul ul li a{
	padding:0 0 0 50px;
	font-weight:normal;
	font-size:12px;
	text-decoration:underline;
	color:#90d9ff;
}
.nav-w ul ul a:hover{
	text-decoration:none;
}
.nav-w ul li a{
	display:block;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	padding:0 0 0 35px;
}
.nav-w li .relocation, .nav-w li .relocation-information{
	background: url(/App_Themes/tbp2/images/ico01.gif) no-repeat 5px 0;
	padding:0 0 6px 35px;
}
.nav-w li .industry, .nav-w li .industry-profiles{
	background: url(/App_Themes/tbp2/images/ico02.gif) no-repeat 4px 0;
	padding:4px 0 11px 35px;
}
.nav-w li .community, .nav-w li .community-profiles{
	background: url(/App_Themes/tbp2/images/ico03.gif) no-repeat;
	padding:0 0 8px 35px;
}
.nav-w li .estate, .nav-w li .real-estate{
	background: url(/App_Themes/tbp2/images/ico04.gif) no-repeat 6px 0;
	padding:0 0 10px 35px;
}
.nav-w li .incentives{
	background: url(/App_Themes/tbp2/images/ico05.gif) no-repeat 7px 0;
	padding:0 0 10px 35px;
}
.nav-w li .headlines{
	background: url(/App_Themes/tbp2/images/ico06.gif) no-repeat 6px 0;
	padding:0 0 9px 35px;
}
.nav-w li .partnership, .nav-w li .about-the-partnership{
	background: url(/App_Themes/tbp2/images/ico07.gif) no-repeat 4px 0;
	padding:2px 0 7px 35px;
}
.nav-w li .contact-info, .nav-w li .contact-us{
	background: url(/App_Themes/tbp2/images/ico08.gif) no-repeat 1px 0;
	padding:4px 0 4px 35px;
}
.nav-b{
	height:9px;
	overflow:hidden;
	background:#083045 url(/App_Themes/tbp2/images/bg-nav-b01.gif) no-repeat;
}
.inner-nav-w{
	background: url(/App_Themes/tbp2/images/bg-nav-t02.gif) no-repeat;
	padding:11px 0 0;
}
.flash-holder{
	width:735px;
	margin:0 0 0 -15px;
	padding:0;
	/*background:url(/App_Themes/tbp2/images/bg-flash-holder.gif) no-repeat 100% 100%;*/
	position:relative;
	float:right;
	z-index: 100;
}
.flash-holder img{
	display:block;
}
#main{
	width:970px;
	padding:0 15px 10px 8px;
	position:relative;
	margin-top:-3px;
}
#main:after{
	content:"";
	display:block;
	clear:both;
}
#twocolumns{
	width:721px;
	float:left;
	position:relative;
}
#content{
	float:right;
	width:464px;
}
#twocolumns .aside1{
	float:left;
	width:237px;
}
#main .aside2{
	width:236px;
	float:right;
}
#sidebar{
	width:235px;
	float:left;
}
#sidebar .nav-w{
	width:235px;
	background: url(/App_Themes/tbp2/images/bg-nav-t01.gif) no-repeat;
	padding:11px 0 0;
	margin:0 0 13px;
	float:none;
	background: url(/App_Themes/tbp2/images/bg-nav-t02.gif) no-repeat;
} 
#sidebar .nav-b{
	background: url(/App_Themes/tbp2/images/bg-nav-b02.gif) no-repeat;
	height:11px;
}
#main h2{
	margin:0 0 17px;
	padding:0 0 0 26px;
	font-size:18px;
	color:#068000;
}
#main h2 a:link, #main h2 a:visited, #main h2 a:hover{
	color:#068000;
	text-decoration:none;
}
#twocolumns .av-real-estate,
#sidebar .av-real-estate{
	background: url(/App_Themes/tbp2/images/ico09.gif) no-repeat 3px 3px;
}
#main .aside2 h2{
	margin-bottom:13px;
}
.data{
	width:720px;
	float:right;
}
.estate-box{
	width:100%;
	background: url(/App_Themes/tbp2/images/bg-estate-box-c.gif) repeat-y;
	margin:0 0 13px;
}
.holder{
	width:235px;
	padding:11px 0 0;
	background: url(/App_Themes/tbp2/images/bg-estate-box-t.gif) no-repeat;
	overflow:hidden;
}
.frame{
	width:214px;
	list-style:none;
	margin:0 0 0 15px;
	padding:0;
	overflow:hidden;
}
.frame li{
	float:left;
	width:97px;
	margin:0 10px 0 0;
	padding:0 0 10px;
}
.frame .img-wrap{
	width:97px;
	height:51px;
	overflow:hidden;
}
.frame .img-wrap img{
	display:block;
}
.frame span{
	display:block;
	padding:3px 0 2px 6px;
	color:#fff;
	background:#083045;
}
.btn-more{
	width:165px;
	height:52px;
	display:block;
	background: url(/App_Themes/tbp2/images/bg-btn01.gif) no-repeat;
	padding:9px 0 0 50px;
	margin:0 0 0 10px;
	position:relative;
}
.btn-more:hover{
	text-decoration:none;
}
.btn-more strong{
	font-size:18px;
	color:#fff;
	display:block;
}
.btn-more span{
	font-size:13px;
	color:#b1ed5c;
}
.estate-box-b{
	width:235px;
	height:10px;
	overflow:hidden;
	background: url(/App_Themes/tbp2/images/bg-estate-box-b.gif) no-repeat;
	margin:-4px 0 0;
}
.incentives{
	background: url(/App_Themes/tbp2/images/ico10.gif) no-repeat 3px;
}
#sidebar p{
	margin:0 0 18px;
	line-height:17px;
}
.read-more{
	color:#2a6a8b;
	font-size:11px;
	font-weight:bold;
	float:right;
	margin:0 13px 0 0;
	display:inline;
	text-decoration:underline;
}
.read-more:hover{
	text-decoration:none;
}
.calculate{
	background: url(/App_Themes/tbp2/images/ico11.gif) no-repeat 5px;
	margin:0 0 19px;
}
.calculate-box-w{
	width:436px;
	height:327px;
	padding:10px 0 0 24px;
	margin:0 0 3px;
	background: url(/App_Themes/tbp2/images/bg-calculate-box.gif) no-repeat;
	overflow:hidden;
}
.calculate-box{
	width:207px;
	margin:0 20px 0 0;
	float:left;
}
.calculate-box .active 
{ 
    color:White;
    font-weight: bold; color: #068000; 
    background-color: gray;
}


.ad{
	margin:0;
}
.calculate-box h3{
	margin:0 20px 7px 0;
	text-align:center;
}
.calculate-box h3 strong{
	font-size:24px;
	color:#acbdc5;
	display:block;
}
.calculate-box h3 span{
	font-size:15px;
	color:#fff;
	line-height:15px;
	display:block;
}
.calculate-box ul{
	height:229px;
	overflow:auto;
	width:160px;	
	list-style:none;
	margin:0;
	padding:23px 44px 0 2px;
}
.calculate-box ul li{
	padding:6px 0 3px 2px;
	border-bottom:1px solid #a7b7cc;
}
.calculate-box ul li a{
	color:#032b3f;
}
.calculate-box ul li.active a
{
    color:White;
}

.ad ul{
	padding:23px 24px 0 2px;
}
.btn-savings{
	width:459px;
	height:49px;
	background: url(/App_Themes/tbp2/images/bg-btn02.gif) no-repeat;
	display:block;
	padding:10px 0 0;
	text-align:center;
}
.btn-savings strong{
	font-size:22px;
	color:#fff;
}
.btn-savings:hover{
	text-decoration:none;
	background: url(/App_Themes/tbp2/images/bg-btn02-over.gif) no-repeat;
}
.twocolumns .aside{
	width:235px;
	float:right;
}
.headlines, .featurednews{
	background: url(/App_Themes/tbp2/images/ico12.gif) no-repeat 3px;
}
.headlines-list{
	list-style:none;
	margin:0 0 17px;
	padding:0;
	min-height:100px;
	overflow:hidden;
}
* html .headlines-list{
	height:100px;
	overflow:visible;
}
.headlines-list li{
	padding:8px 0 4px;
	background: url(/App_Themes/tbp2/images/sep01.gif) repeat-x;
	margin:-1px 0 1px;
}
.headlines-list li strong{
	color:#20a7ee;
	padding:0 7px 0 0;
	margin:0 4px 0 0;
	background: url(/App_Themes/tbp2/images/bullet01.gif) no-repeat 100% 6px;
}
.headlines-list li a{
	color:#285e84;
}
.communities{
	background: url(/App_Themes/tbp2/images/ico13.gif) no-repeat 3px;
}
.aside2 .visual{
	margin:0 0 18px 1px;
	border:1px solid #000;
	overflow:hidden;
}
.aside2 .visual img{
	display:block;
}
.aside2 h3{
	margin:0 0 5px;
	font-size:12px;
	color:#0082c8;
}
.aside2 p{
	margin:0 0 11px;
	line-height:17px;
}
.btn-calculate{
	display:block;
	width:244px;
	height:69px;
	padding:10px 0 0;
	margin:0 0 6px -4px;
	position:relative;
	background: url(/App_Themes/tbp2/images/bg-btn03.gif) no-repeat;
	text-align:center;
	color:#fff;
}
.btn-calculate:hover{
	text-decoration:none;
}
.btn-calculate strong{
	display:block;
	font-size:25px;
	font-weight:bold;
}
.btn-calculate span{
	display:block;
	font-size:16px;
	font-weight:bold;
}
#main h1.title{
	background: url(/App_Themes/tbp2/images/bg-ttl.gif) no-repeat;
	width: 706px;
	height: 53px;
	margin:0 0 11px;
	padding:13px 0 0 15px;
	overflow:hidden;
}
#main h1.title span {
	padding:2px 0 0 41px;
	color:#fff;
	height: 32px;
	font-size:21px;
	display:block;
}
#main h1.title span.relocation-information {
	background: url(/App_Themes/tbp2/images/bg-relocation.gif) no-repeat;
}
#main h1.title span.community-profile {
	background: url(/App_Themes/tbp2/images/bg-community.gif) no-repeat;
}
#main h1.title span.contact-us {
	background: url(/App_Themes/tbp2/images/bg-contact.gif) no-repeat;
}
#main h1.title span.headlines {
	background: url(/App_Themes/tbp2/images/bg-headlines.gif) no-repeat;
}
#main h1.title span.incentives {
	background: url(/App_Themes/tbp2/images/bg-incentives.gif) no-repeat;
}
#main h1.title span.industry-profile {
	background: url(/App_Themes/tbp2/images/bg-industry.gif) no-repeat;
}
#main h1.title span.real-estate {
	background: url(/App_Themes/tbp2/images/bg-real-estate.gif) no-repeat;
}
#main h1.title span.partnership {
	background: url(/App_Themes/tbp2/images/bg-about-partner.gif) no-repeat;
}

.info-box{
	width:685px;
	overflow:hidden;
	margin:0 0 0 21px;
	position:relative;
}
.info-box .map{
	width:246px;
	float:left;
	margin:0 19px 0 0;
	overflow:hidden;
	display:inline;
}
* html .info-box .map{
	margin:0 16px 0 0;
}
.info-box .map .map-info{
	padding:10px 12px 10px 30px;
	color:#88c8e9;
	background:#083045 url(/App_Themes/tbp2/images/bullet02.gif) no-repeat 12px 13px;
	font-size:11px;
}
.info-box .map img{
	display:block;
}
.info-box .map .map-info span{
	color:#fff;
	font-weight:bold;
}
.info-box .map .map-info em{
	font-style:normal;
	color:#88c8e9;
}
.info-box .line{
	height:1px;
	border-top:1px solid #6eb43f;
	width:100%;
	margin:24px 0 23px;
	overflow:hidden;
}
#main .article{
	height:1%;
	overflow:hidden;
}
#main .article h2{
	margin:0;
	padding:0;
}
#main .data h2 
{
    margin:0;
    padding:0;
}


.article h3{
	margin:0 0 10px;
	font-size:14px;
	color:#0082c8;
}
#main .data h3
{
    margin: 0 0 10px;
    font-size:14px;
    color:#0082c8;
}

#main .article p{
	margin:0 0 19px;
	line-height:17px;
	color: Black;
}
#main .article .learn-more{
	width:108px;
	height:29px;
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	background: url(/App_Themes/tbp2/images/btn-learn-more.gif) no-repeat;
}
#footer{
	width:973px;
	margin:0 0 0 4px;
	padding:11px 0 22px;
	border-top:1px solid #164a65;
	overflow:hidden;
}
.soc-list{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.soc-list li{
	float:left;
	margin:0 9px 0 0;
}
.soc-list li .facebook,
.soc-list li .twitter,
.soc-list li .youtube{
	width: 25px;
	height: 26px;
	float:left;
	overflow:hidden;
	text-indent:-9999px;
}
.soc-list li .facebook{background: url(/App_Themes/tbp2/images/ico14.gif) no-repeat;}
.soc-list li .twitter{background: url(/App_Themes/tbp2/images/ico15.gif) no-repeat;}
.soc-list li .youtube{background: url(/App_Themes/tbp2/images/ico16.gif) no-repeat;}
.ttl-follow{
	color:#068000;
	float:left;
	padding:4px 0 0;
	margin:0 8px 0 0;
}
#footer .nav{
	list-style:none;
	margin:0 -26px 0 0;
	padding:0;
	float:right;
	display:inline;
	height:1%;
	overflow:hidden;
}
#footer .nav li{
	background: url(/App_Themes/tbp2/images/sep02.gif) no-repeat 100%;
	padding:3px 14px 3px 0;
	margin:0 12px 0 0;
	float:left;
	display:inline;
}
#footer .nav li a{
	text-decoration:underline;
	color:#4d81ac;
	font-size:11px;
}
#footer .nav li a:hover{
	text-decoration:none;
}
.area{
	overflow:hidden;
	text-align:center;
	padding:10px 0 0;
}
#footer .add-nav{
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
	height:1%;
}
#footer .add-nav li{
	display:inline;
	background: url(/App_Themes/tbp2/images/sep03.gif) no-repeat 0 4px;
	padding:0 0 0 19px;
	margin:0 0 0 18px;
}
#footer .add-nav a{
	font-size:11px;
	color:#296889;
	text-decoration:underline;
}
#footer .add-nav a:hover{
	text-decoration:none;
}
.area p{
	margin:1px 0 0;
	color:#296889;
	font-size:11px;
	display:inline;
	height:1%;
}
