/* General Definagtions */
html{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}


/* Contents of the layout */
#container{
	width:1024px;
	margin:0px auto 0px;
}

#main{
	width:985px;
	margin:0px auto 0px;
	background-color:#fff;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#1e4607;
	text-decoration:none;
	text-align:left;
	float:left;
	margin:0px;
	padding:0px;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#2c2c2b;
	text-decoration:none;
	text-align:left;
	float:left;
	margin:0px;
	padding:0px;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	text-align:left;
	float:left;
	margin:0px;
	padding:0px;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	text-align:left;
	float:left;
	margin:0px;
	padding:0px;
	float:left;
	clear:both;
}

h5{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	text-align:right;
	float:left;
	margin:0px;
	padding:0px;
	float:left;
	clear:both;
}

h6{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#4d4c4a;
	text-decoration:none;
	float:left;
	margin:0px;
	padding:0px;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#595757;
	text-decoration:none;
	text-align:justify;
	float:left;
	margin:0px;
	padding:0px;
}


/* Header */
#header{
	width:985px;
	float:left;
	clear:both;
	padding:0px 0px 0px 18px;
	margin:0px 0px 0px 0px;
	}

#header .left{
	width:307px;
	float:left;
	clear:both;
}

#header .right{
	width:678px;
	float:left;
}

#logo{
	width:301px;
	height:43px;
	float:left;
	margin:47px 0px 0px 0px;
}

#flash-header{
	width:579px;
	height:320px;
	float:left;
}


/* Top Right Links */
#header-rightbg{
	background:url(../images/header_right_bg.jpg) repeat-y;
	width:19px;
	height:318px;
	float:left;
	border:1px solid #fff;
	padding:0px 22px 0px 28px;
}
.icon-home{
	width:19px;
	height:53px;
	float:left;
	clear:both;
	background:url(../images/icon_home.jpg) no-repeat bottom;
}

.icon-home a{
	width:19px;
	height:53px;
	float:left;
	clear:both;
	background:url(../images/icon_home.jpg) no-repeat bottom;
}

.icon-home a:hover{
	width:19px;
	height:53px;
	float:left;
	clear:both;
	background:url(../images/home_over.jpg) no-repeat bottom;
}

.icon-sitemap{
	width:19px;
	height:116px;
	float:left;
	clear:both;
	background:url(../images/icon_sitemap.jpg) no-repeat bottom;
}

.icon-sitemap a{
	width:19px;
	height:116px;
	float:left;
	clear:both;
	background:url(../images/icon_sitemap.jpg) no-repeat bottom;
}

.icon-sitemap a:hover{
	width:19px;
	height:116px;
	float:left;
	clear:both;
	background:url(../images/sitemap_over.jpg) no-repeat bottom;
}

.icon-mail{
	width:19px;
	height:114px;
	float:left;
	clear:both;
	background:url(../images/icon_mail.jpg) no-repeat bottom;
}

.icon-mail a{
	width:19px;
	height:114px;
	float:left;
	clear:both;
	background:url(../images/icon_mail.jpg) no-repeat bottom;
}

.icon-mail a:hover{
	width:19px;
	height:114px;
	float:left;
	clear:both;
	background:url(../images/mail_over.jpg) no-repeat bottom;
}


/* Menu */
#Menu{
	width:196px;
	height:195px;
	float:left;
	clear:both;
	margin:42px 0px 0px 0px;
	padding:10px 62px 20px 49px;
	background:url(../images/menu_bottom_bg.jpg) no-repeat bottom #899cab;
}

#Menu ul{
	width:196px;
	float:left;
	clear:both;
	margin:0px;
	padding:0px;
	list-style:none;
}

#Menu ul li{
	width:160px;
	height:20px;
	line-height:18px;
	float:left;
	clear:both;
	margin:0px;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align:right;
	text-decoration:none;
	border-bottom:2px dotted #416d6f;
	background:url(../images/menu_bullets.jpg) no-repeat right bottom;
	padding:0px 20px 0px 0px;
}

#Menu ul li a{
	color:#fff;
	text-decoration:none;
}

#Menu ul li a:hover{
	color:#afebee;
	text-decoration:underline;
}

.menu-shadow{
	background:url(../images/menu_bottom_right_shadow.jpg) no-repeat;
	width:200px;
	height:35px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
}


/* Middle-Contents */
#middle-contents{
	width:985px;
	float:left;
	clear:both;
}

#left-contents{
	width:325px;
	float:left;
}

#right-contents{
	width:660px;
	float:left;
	margin:1px 0px 0px 0px;
}


/* Left Contents */

/* Calculator */
#calculator{
	width:320px;
	float:left;
}
.calculator-heading{
	width:250px;
	height:47px;
	float:left;
	clear:both;
	background:url(../images/mortage_heading_bg.jpg) repeat-x bottom #f7f4f4;
	padding:0px 0px 0px 75px;
	line-height:47px;
	margin:0px 0px 8px 0px;
}

.cal-subheading{
	width:249px;
	height:22px;
	line-height:22px;
	float:left;
	clear:both;
	background-color:#cccccc;
	padding:0px 0px 0px 75px;
}

.mort-textcontents{
	width:310px;
	height:320px;
	float:left;
	clear:both;
	background-color:#eeeeee;
	border-bottom:10px solid #899cab;
	padding:15px 0px 0px 14px;
}

.fields-div{
	width:305px;
	float:left;
	clear:both;
	padding:0px 0px 16px 0px;
}

.fields-div1{
	width:305px;
	float:left;
	clear:both;
	padding:0px 0px 3px 0px;
}

.mort-lefttext{
	width:150px;
	height:20px;
	float:left;
	padding:0px 0px 0px 10px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	padding-right:2px;
}


.mort-textbox{
	height:20px;
	float:left;
	margin:0px 5px 0px 0px;
}

.mort-textbox input{
	height:15px;
	float:left;
	margin:0px;
	padding:0px;
	border:1px solid #d2d2d2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	text-align:left;
	padding:0px 0px 0px 5px;
}


.mort-righttext{
	width:67px;
	height:20px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	text-align:left;
	float:left;
	margin:0px 0px 0px 2px;
}


.mort-righttext2{
	width:110px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	text-align:left;
	float:left;
	margin:0px 0px 0px 5px;
}

.mort-buttondiv{
	width:190px;
	height:20px;
	float:left;
	clear:both;
	padding:0px 0px 0px 110px;
	margin:0px 0px 0px 0px;
}

.bt-caluculator{
	width:66px;
	height:19px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
	text-align:center;
	line-height:19px;
	font-weight:bold;

}

.bt-clear{
	width:66px;
	height:19px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
	text-align:center;
	line-height:19px;
	font-weight:bold;
		margin-left:10px;
}

.bt-caluculator a{
	background:url(../images/bt_caluculate.jpg) no-repeat;
	width:66px;
	height:19px;
	float:left;
	color:#000;
	text-decoration:none;
}

.bt-caluculator a:hover{
	color:#fff;
	text-decoration:none;
	background:url(../images/bt_cal_over.jpg) no-repeat;
}


/* Right Contents */
.text-contentts{
	width:647px;
	float:left;
	clear:both;
}

.weldiv{
	width:627px;
	height:43px;
	float:left;
	clear:both;
	padding:0px 0px 0px 20px;
}

.wel-left{
	width:135px;
	height:43px;
	float:left;
}
.wel-right{
	width:350px;
	height:43px;
	float:left;
}

.weltext{
	width:627px;
	float:left;
	clear:both;
	margin:25px 0px 5px 0px;
	padding:0px 0px 0px 20px;
}



.readmore-div{
	width:95px;
	height:20px;
	float:right;
	background:url(../images/read-more_bullet.jpg) no-repeat right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#fe670c;
}

.readmore-div a{
	color:#fe670c;
	text-decoration:underline;
}

.readmore-div a:hover{
	color:#5f9c0c;
	text-decoration:none;
}


/* Property  Detail */
.property{
	width:593px;
	height:145px;
	float:left;
	clear:both;
	background:url(../images/property_bg.jpg) repeat-x;
	margin:47px 0px 0px 0px;
	padding:15px 27px 26px 27px;
}

.property-img{
	width:174px;
	height:133px;
	float:left;
}

.property-right-conts{
	width:402px;
	height:115px;
	float:left;
	margin:0px 0px 0px 10px;
}

.property-heading{
	width:402px;
	height:20px;
	float:left;
	clear:both;
}

.property-text{
	width:400px;
	height:108px;
	float:left;
}

.property-text .left1{
	width:400px;
	float:left;
}

.property-text .left2{
	width:250px;
	float:left;
}

.property-text .left{
	width:250px;
	float:left;
}



.property-text .left h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
	line-height:18px;
	float:left;
	clear:both;
	}
.property-text .right{
	width:130px;
	float:left;
	padding:100px 0px 0px 5px;
}

.clear{
	float:left;
	clear:both;
	height:1px;
}

.bt-buynow{
	width:126px;
	height:26px;
	float:left;
	background:url(../images/bt_buy-now.jpg) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	line-height:26px;
	margin:0px 0px 5px 0px;
}

.bt-buynow a{
	color:#fff;
	text-decoration:none;
}

.bt-buynow a:hover{
	color:#000;
	text-decoration:none;
}

.bt-detail {
	width:126px;
	height:26px;
	float:left;
	background:url(../images/bt_detail.jpg) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	line-height:26px;
}

.bt-detail a{
	color:#fff;
	text-decoration:none;

}

.bt-detail a:hover{
	color:#000;
	text-decoration:none;
}


/* footer*/
#footer{
	width:985px;
	float:left;
	clear:both;
	line-height:30px;
}

.footer-links{
	width:850px;
	float:right;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	line-height:40px;	
}

.footer-links ul{
	width:850px;
	margin:0px;
	list-style:none;
	float:right;
}

.footer-links ul li{
	float:left;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	text-align:left;
	text-decoration:none;
	line-height:30px;
	margin-right:5px;
}

.footer-links ul li.current{
	float:left;
	background:url(../images/home-icon.jpg) no-repeat left;
	padding-left:25px;
	
}

.footer-links ul li a{
	color:#000;
	margin-right:5px;
	text-decoration:none;
}

.footer-links ul li a:hover{
	color:#6bb50a;
}




/************************************** About Us ******************************************/
.bor-width-basic{ width:170px;}
.bor-width-about{ width:120px;}
.bor-width-optional{ width:380px;}
.bor-width-loan{ width:225px;}
.bor-width-contact{ width:130px;}
.bor-width-gallery{ width:170px;}
.bor-width-madison{ width:170px;}


.bor-width-gallery-inter{ width:150px;}
.bor-width-gallery-exter{ width:150px;}
.bor-width-gallery-basic{ width:170px;}
.bor-width-gallery-optional{ width:210px;}


.margin-top{margin:15px 0px 0px 0px;}

.font1{font-weight:bold}

#sub-middle-contents{
	width:941px;
	float:left;
	clear:both;
	padding:20px 18px 0px 26px;
	overflow:hidden;
}


#sub-headigngs{
	width:800px;
	float:left;
	clear:both;
	overflow:hidden;
	}

.sub-heading-border{
	height:2px;
	float:left;
	clear:both;
	border-bottom:2px solid #727678;
	overflow:hidden;
}

#sub-headigngs h1{
	font-family:"Arial Narrow",Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#3f484f;
	margin:0px;
	padding:0px;
	text-decoration:none;
	font-weight:normal;
	float:left;
	clear:both;
}

.sub-text-div{
	width:941px;
	float:left;
	clear:both;
	padding:0px 0px 15px 0px;
}


.sub-text-div .leftdiv{
	width:560px;
	float:left;
}

.sub-text-div .leftdiv p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#595757;
	text-decoration:none;
	text-align:justify;
	margin:0px;
	padding:10px 0px 10px 0px;
}

.sub-text-div .rightpic{
	width:350px;
	float:right;
	padding:0px 0px 0px 20px;
}

.sub-about-left{
	width:765px;
	float:left;
	clear:both;
	padding:20px 0px 0px 0px;
}

.sub-about-left p{
	float:left;
	width:765px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#595757;
	text-decoration:none;
	text-align:justify;
	margin:0px;
	padding:0px 0px 10px 0px;
}


.sub-about-right{
	width:166px;
	float:left;
	padding:20px 0px 0px 10px;
}

.subpage-para{
	width:940px;
	float:left;
	clear:both;
	padding:0px 0px 10px 0px;
}

.subpage-para1{
	width:800px;
	float:left;
	clear:both;
	padding:0px 0px 10px 0px;
}

.subpage-para p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#595757;
	text-decoration:none;
	text-align:justify;
	margin:0px;
}

.footer-border{
	width:980px;
	height:15px;
	float:left;
	clear:both;
	border-bottom:5px solid #c4c4c4;
}

/************************************** Basic Feature ******************************************/
.margin{
	margin:10px 0px 0px 0px;
}


.basic-feature-left{
	width:535px;
	float:left;
	overflow:hidden;
}


.color-blk{
	color:#000;
}


.basic-feature-left ul{
	width:535px;
	float:left;
	margin:0px;
	list-style:none;
	padding-left:0px 0px 0px 20px;

}

.basic-feature-left ul li{
	float:left;
	margin:5px 0px 0px 0px;
	clear:both;
	padding-left:20px;
	background:url(../images/arrow.jpg) no-repeat left;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#595757;
	text-decoration:none;
	text-align:left;
}



/* Madison */

.madison-leftlist{
	width:535px;
	float:left;
	overflow:hidden;
}


.color-blk{
	color:#000;
}


.madison-leftlist ul{
	width:450px;
	float:left;
	margin:0px;
	list-style:none;
	padding-left:0px 0px 0px 20px;

}

.madison-leftlist ul li{
	float:left;
	margin:5px 0px 0px 0px;
	clear:both;
	padding-left:20px;
	background:url(../images/arrow.jpg) no-repeat left;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#595757;
	text-decoration:none;
	text-align:left;
}

.current-property{
	width:300px;
	float:left;
	clear:both;
	padding:0px 0px 0px 0px;
}

.current-property-txtdivs{
	width:830px;
	float:left;
	clear:both;
	padding:0px 0px 0px 100px;
}

.pad-bottom{
padding-bottom:40px;}

.color-green{
color:#009933;
font-size:16px;
}

.arrow{
background:url(../images/arrow.jpg) no-repeat left;
float:left;}

.current-property p{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
}

.current-property p a{
	color:#000;
	text-decoration:underline;

}

.current-property p a:hover{
	color:#000;
	text-decoration:none;
}

.btcal-optionalfeature{
	width:300px;
	height:20px;
	float:left;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;
	line-height:19px;
	text-align:center;
	margin:15px 0px 0px 0px;
	padding:0px 20px 0px 60px;
}

.btcal-optionalfeature a{
	width:66px;
	height:19px;
	float:left;
	background:url(../images/bt_caluculate.jpg) no-repeat;
	color:#000;
	text-decoration:none;

} 

.btcal-optionalfeature a:hover{
	width:66px;
	height:19px;
	float:left;
	background:url(../images/bt_cal_over.jpg) no-repeat;
	color:#fff;

}


.madisonpic-box{
	width:470px;
	float:left;
}

.madisonpic{
	width:360px;
	float:left;
	padding:0px 25px 0px 25px;
}

.madison-caption{
	width:360px;
	height:20px;
	float:left;
	padding:0px 25px 0px 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
}


/************************************** Loan Application ******************************************/
.text{
	width:320px;
	float:left;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#595757;
	text-decoration:none;
}


.sub-text-div  ul{
	width:700px;
	float:left;
	clear:both;
	list-style:none;
	margin:10px 0px 0px 0px;
	padding-left:20px;
}

.sub-text-div ul li{
	width:750px;
	float:left;
	clear:both;
	background:url(../images/arrow.jpg) no-repeat left;
	padding-left:20px;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#595757;
	text-decoration:none;
	text-align:left;
	line-height:25px;
}


/************************************** Conatct us ******************************************/
.font2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#595757;
	text-decoration:none;
	text-align:left;
	}
	
.fontbold{
	font-weight:bold;
}

.fontitalic{
	font-style:italic;
}

.contact-div{
	width:600px;
	height:30px;
	float:left;
	clear:both;
}

.contact-text{
	width:350px;
	float:left;
	padding:15px 25px 15px 25px;
	line-height:16px;
}

.contactmap{
		width:323px;
		height:280px;
		float:left;
		padding:0px 0px 0px 100px;
}
.contact-innerdiv{
	width:550px;
	float:left;
	clear:both;
}

.contact-left{
	width:200px;
	float:left;
	padding:2px 0px 2px 2px;
	line-height:16px;
}

.contact-right{
	width:250px;
	float:left;
	padding:2px 0px 2px 2px;
	line-height:16px;
}

.contact-right input{
	width:160px;
	height:16px;
	float:left;
	border:1px solid #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#000;
	text-decoration:none;
}
.contact-right textarea{
	width:220px;
	height:100px;
	float:left;
	border:1px solid #CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#000;
	text-decoration:none;
}

.div-sendmail{
	width:300px;
	height:16px;
	float:left;
	clear:both;
	padding:2px 0px 0px 203px;
}




.contact-email{
	width:500px;
	float:left;
	clear:both;
	padding:15px 0px 2px 50px;
}

.font-con-heading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#3f484f;
	text-decoration:none;
	text-align:left;
	float:left;
	font-weight:bold;
}



/***************************** Madison Place ********************************/

.madison-left{
	width:390px;
	float:left;
	padding:15px 0px 2px 50px;

}

.madison-right{
	width:358x;
	float:left;
}
.madison-righttext{
	width:358px;
	float:left;
	text-align:center;
	
}

.madison-text{
	width:380px;
	float:left;
}

.madison-text ul{
	width:380px;
	float:left;
	clear:both;
	margin:0px;
	padding:0px;
	list-style:none;
}

.madison-text ul li{
	width:250px;
	float:left;
	clear:both;
	margin:0px;
	padding-left:20px;
	list-style:none;
}

.madison-text2{
	width:500px;
	float:left;
	clear:both;
	padding:10px 0px 10px 50px;
}

.madison-text2 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#6db60a;
	text-decoration:underline;
	font-weight:bold;
}

.madison-text2 a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
		color:#000;
	text-decoration:underline;;
	font-weight:bold;
}

/**************************************Gallery ************************** */

#gallery{
	width:941px;
	float:left;
	clear:both;
	padding:0px 0px 15px 0px;
}

.smallimg{
	width:263px;
	float:left;
	padding:0px 25px 0px 25px;
}

.captions{
	width:263px;
	float:left;
	padding:0px 25px 0px 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
}

.smallimg img a{
	width:263px;
	float:left;
	padding:0px 25px 0px 25px;
}

.smallimg img a:hover{
	width:263px;
	float:left;
	padding:0px 25px 0px 25px;
}



.smallimg img{
	border:0px;
}

a{ color:#000000;
font-weight:bold;
text-decoration:underline;
font-size:14px;
}

a:hover{ color:#009933;
font-weight:bold;
text-decoration:none;
font-size:14px;
}






 /*sub footer */
 #footer-sub{
	width:820px;
	float:left;
	clear:both;
	line-height:30px;
	padding:0px 0px 0px 120px;
}

 
 
 #footer-sub ul{
	width:820px;
	margin:0px;
	list-style:none;
	float:right;
}

 #footer-sub ul li{
	float:left;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:13px;
	text-align:left;
	text-decoration:none;
	line-height:30px;
	margin-right:5px;
}

 #footer-sub ul li a{
	color:#000;
	margin-right:5px;
	text-decoration:none;
}

 #footer-sub ul li a:hover{
	color:#6bb50a;
}


.gallery-link{
	width:230px;
	height:20px;
	float:left;
	padding:0px 0px 0px 0px;
	text-align:center;
}

.gallery-link a{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000;
text-decoration:underline;
font-weight:bold;
line-height:20px;
text-align:center;
}

.gallery-link a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#009933;
text-decoration:none;
font-weight:bold;
text-align:center;
line-height:20px;
}




/* Additional Links */
.additional-heading{
	width:700px;
	float:left;
	clear:both;
	padding:10px 0px 0px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

.additional-links{
	width:700px;
	float:left;
	clear:both;
	padding:4px 0px 10px 20px;
}

.additional-links a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#5c980a;
	text-decoration:underline;
	font-weight:bold;
}

.additional-links a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}


/* Site Map */
.sitemap-div{
	width:550px;
	float:left;
	clear:both;
	padding:0px 0px 0px 40px;
}

.sitemap-div ul{
	list-style:none;
	padding:0px 0px 0px 20px;
	margin:0px;
	float:left;
}

.sitemap-div ul li{
	padding:0px;
	margin:10px 0px 0px 0px;;
	float:left;
	background:url(../images/arrow.jpg) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	line-height:12px;
	padding:0px 0px 3px 22px;
}

.sitemap-div ul li a{
	color:#000;
	text-decoration:none;
}

.sitemap-div ul li a:hover{
	color:#009933;
	text-decoration:underline;
}




ver{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#009933;
text-decoration:none;
font-weight:bold;
text-align:center;
line-height:20px;
}




/* Additional Links */
.additional-heading{
	width:700px;
	float:left;
	clear:both;
	padding:10px 0px 0px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

.additional-links{
	width:700px;
	float:left;
	clear:both;
	padding:4px 0px 10px 20px;
}

.additional-links a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#5c980a;
	text-decoration:underline;
	font-weight:bold;
}

.additional-links a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}


/* Site Map */
.sitemap-div{
	width:550px;
	float:left;
	clear:both;
	padding:0px 0px 0px 40px;
}

.sitemap-div ul{
	list-style:none;
	padding:0px 0px 0px 20px;
	margin:0px;
	float:left;
}

.sitemap-div ul li{
	padding:0px;
	margin:10px 0px 0px 0px;;
	float:left;
	background:url(../images/arrow.jpg) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	line-height:12px;
	padding:0px 0px 3px 22px;
}

.sitemap-div ul li a{
	color:#000;
	text-decoration:none;
}

.sitemap-div ul li a:hover{
	color:#009933;
	text-decoration:underline;
}




