@charset "utf-8";
/* CSS Document */

body {
	background:#d8eaec url(../img/structure/bg-body.png) repeat-x;
	font-family:'helvetica neue',sans-serif;
	font-size:1em;
	color:#7a7a7a;
}

a img {
	border:none;
	}

.weather {
	margin:5px auto;
	width:157px;
	height:155px;
	text-align:center;
}

hr {
	color:#185b63;
}

.spacer20 {
	height:5px;
	clear:both;
}

.clear {
	clear:both;
}

.breadcrumbs {
	font-size:.85em;
	color:#7a7a7a;
	margin:10px 20px;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
	color:#7a7a7a;
	text-decoration:none;
}

.breadcrumbs a:hover {
	text-decoration:underline;
	color:#3360ad;

}

a:link, a:visited {
	color:#3360ad;
	text-decoration:none;
}

a:hover {
	color:#3360ad;
	text-decoration:underline;
	}
	
	
h2 {
	color:#bb4450;
	font-size:1.5em;
	margin:0 0 10px 17px;
	font-weight:lighter;
}


/***HEADER***/
#header {
	width:960px;
	margin:0 auto;
}

#headerLeft {
	float:left;
	width:200px;
	height:125px;
	margin:0;
	padding:0;
}

h1#logo {
	background:url(../img/structure/logo.png) no-repeat;
	width:175px;
	height:118px;
	text-indent:-2000px;
	margin-top:-5px;
}

#headerRight {
	float:right;
	width:760px;
	height:125px;
	margin:0;
	padding:0;
}

#flashcontent {
		height: 411px;
		width: 764px;
	}
	/* end hide */





/***Global Nav***/

#globalNav {
	width:350px;
	float:right;
	margin:0;
	padding:0;
	height:12px;
	list-style:none;
	overflow:hidden;
	text-align:center;
	}

#globalNav ul {
	width:350px;
	margin:0;
	padding:0;
	}
	
#globalNav li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	}
	
#globalNav li a {
	float:left;
	padding:12px 0 0 0;
	overflow:hidden;
	height:0px !important;
	}
	
#globalNav li a:hover {
	background-position:0 -24px;
	}
	
#globalNav a:active {
	background-position:bottom left;
	}
	

#globalNav li.home a, #globalNav li.home a:visited {
	width:45px;
	background: url("../img/structure/global-home.png") top left no-repeat;
	}

#globalNav li.home a:hover {
	width:45px;
	background: url("../img/structure/global-home.png") bottom left no-repeat;
	}



#globalNav li.reviews a, #globalNav li.reviews a:visited {
	width:84px;
	background: url("../img/structure/global-reviews.png") top left no-repeat;
	}

#globalNav li.reviews a:hover {
	width:84px;
	background: url("../img/structure/global-reviews.png") bottom left no-repeat;
	}
	




#globalNav li.about a, #globalNav li.about a:visited {
	width:66px;
	background: url("../img/structure/global-about.png") top left no-repeat;
	}

#globalNav li.about a:hover {
	width:66px;
	background: url("../img/structure/global-about.png") bottom left no-repeat;
	}

	
	
#globalNav li.contact a, #globalNav li.contact a:visited {
	width:78px;
	background: url("../img/structure/global-contact.png") top left no-repeat;
	}

#globalNav li.contact a:hover {
	width:78px;
	background: url("../img/structure/global-contact.png") bottom left no-repeat;
	}
	




#globalNav li.sitemap a, #globalNav li.sitemap a:visited {
	width:49px;
	background: url("../img/structure/global-sitemap.png") top left no-repeat;
	}

#globalNav li.sitemap a:hover {
	width:49px;
	background: url("../img/structure/global-sitemap.png") bottom left no-repeat;
	}
	
#spacer {
	height:85px;
}

/***Nav***/
#nav {
	width:650px;
	float:right;
	clear:right;
	margin:0px 0 0 100px;
	padding:0;
	height:33px;
	list-style:none;
	overflow:hidden;
	text-align:center;
	}

#nav ul {
	width:650px;
	margin:0;
	padding:0;
	}
	
#nav li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	}
	
#nav li a, #nav li a:visited {
	float:left;
	padding:33px 0 0 0;
	overflow:hidden;
	height:0px !important;
	}
	
#nav li a:hover {
	background-position:0 -33px;
	}
	
#nav a:active {
	background-position:bottom left;
	}
	
#nav li.findCondo a, #nav li.findCondo a:visited {
	width:148px;
	background: url("../img/structure/nav-condos.png") top left no-repeat;
	}

#nav li.findCondo a:hover {
	width:148px;
	background: url("../img/structure/nav-condos.png") bottom left no-repeat;
	}
	
body#findCondo #nav li.findCondo a:link {
	width:148px;
	background: url("../img/structure/nav-condos.png") bottom left no-repeat;
	}
	
	
	
	
#nav li.findHome a, #nav li.findHome a:visited {
	width:157px;
	background: url("../img/structure/nav-homes.png") top left no-repeat;
	}

#nav li.findHome a:hover {
	width:157px;
	background: url("../img/structure/nav-homes.png") bottom left no-repeat;
	}
	
body#findHome #nav li.findHome a:link {
	width:157px;
	background: url("../img/structure/nav-homes.png") bottom left no-repeat;
	}
	
	
	
#nav li.about a, #nav li.about a:visited {
	width:200px;
	background: url("../img/structure/nav-aboutsancap.png") top left no-repeat;
	}

#nav li.about a:hover {
	width:200px;
	background: url("../img/structure/nav-aboutsancap.png") bottom left no-repeat;
	}
	
body#about #nav li.about a:link {
	width:200px;
	background: url("../img/structure/nav-aboutsancap.png") bottom left no-repeat;
	}
	
	
	
#nav li.do a, #nav li.do a:visited {
	width:140px;
	background: url("../img/structure/nav-thingstodo.png") top left no-repeat;
	}

#nav li.do a:hover {
	width:140px;
	background: url("../img/structure/nav-thingstodo.png") bottom left no-repeat;
	}
	
body#do #nav li.do a:link {
	width:140px;
	background: url("../img/structure/nav-thingstodo.png") bottom left no-repeat;
	}
	
	

/*****SUPER CONTENT****/
#superContent {
	width:960px;
	margin:10px auto 0 auto;
}

#cleanBeaches {
position: relative;
z-index:2;
margin: -411px 0 0 0;
}


#flash {
	width:765px;
	float:left;
	margin:0;
	padding:0;
	position: relative;
	z-index:1;
}

#insideFlash {
	float:left;
	width:765px;
	margin:0;
	padding:0;
}

#superSidebar {
	float:left;
	clear:none;
	width:185px;
	margin:0px 0 0 10px;
}

#bookingSidebar {
	float:left;
	clear:none;
	width:183px;
	height:213px;
	margin:0px 0 0 10px;
	background:url(../img/structure/bookingSidebar.png) no-repeat;
	text-indent:-2000px;
}

#searchWrapper {
	background:url(../img/structure/bg-search.png) no-repeat;
	width:183px;
	height:43px;
	margin:0 auto;
	padding-top:1px;
	margin-bottom:5px;
}


#subscribe {
	margin:10px auto 0 auto;
   	width:166px;
    height:26px;
	background:url(../img/structure/input.png) no-repeat;
	font-size:.6em;
}

#subscribe #s {
	float: left;
    padding: 0;
    margin: 8px 0 3px 6px;
    border: 0;
    width: 120px;
    background: none;
}


#subscribe .go {
	margin-top:2px;
	margin-right:2px;
	float:right;
}



#search {
	margin:10px auto 0 auto;
   	width:166px;
    height:26px;
	background:url(../img/structure/input.png) no-repeat;
	font-size:.6em;
}

#search #s {
	float: left;
    padding: 0;
    margin: 8px 0 3px 6px;
    border: 0;
    width: 110px;
    background: none;
}



#search .search {
    float: right;
    margin-top:4px;
	margin-right:4px;
}


#searchResultsWrapper {
	width:700px;
	margin:0 0 0 20px;
	font-size:.9em;
	overflow:hidden;
	}
	
#insideSpecials {
margin:80px 0 0 16px;
}

#weatherWidget {
	background:url(../img/structure/fpo-insideWeatherWidget.png) no-repeat;
	width:185px;
	height:352px;
	clear:both;
	margin:15px 0 0 0;
	color:#185b63;
	font-size:.75em;
}

#weatherWidgetHolder {
	padding-left:45px;
	padding-top:50px;
	}
	
#weatherWidgetHome {
	background:url(../img/structure/fpo-weatherWidget.png) no-repeat;
	width:157px;
	height:154px;
	clear:both;
	margin:10px 0 0 10px;
}

#weatherWidgetHome #weatherWidgetHolder {
	padding-top:40px;
	margin-left:-30px;
}


#supersidebarBook {
	background:#a1cdd1 url(../img/structure/super-sidebarRbottom.png) bottom no-repeat;
	margin:0 auto;
	width:185px;
	clear:both;	
}

#h2-sideBook {
	background:#a1cdd1 url(../img/structure/sidebar-bookTopBanner2.png) no-repeat;
	width:185px;
	height:90px;
	text-indent:-2000px;
	clear:both;
	margin:0 auto;
}



#supersidebarBook p {
	color:#185b63;
	font-size:.75em;
	width:155px;
	margin:-15px auto 0 auto;
}


/****************HOME PAGE TOOL TIPS*********/	
	
a.book_tooltip{
	position:relative; /*necessary to position next the span in an absolute way*/
	margin:15px auto 0px auto;
	width:150px;
	height:50px;
	border:none;
	}
	
a.book_tooltip:hover{
	 /*a background color is needed for Internet Explorer 6*/
	text-decoration:none;
	}

a.book_tooltip span{
	display:none; /*hide the span element in opening*/
	}
	
a.book_tooltip:hover span{
	display:block; /*the span element are converted from inline to block element*/
	position:absolute; /*absolute positioning in rapport to their parent link*/
	z-index:20; /*needed to position the element span above other links*/
	bottom:1em;
	right:11.5em;
/*style of the css tooltip*/
	width:250px;
	background-color:#bb4450;
	color:#fff;
	padding:5px;
	text-transform:none;
	} 

.buttonSearch {
	margin:15px auto 0 auto;
	width:155px;
	}

.buttonBookNow ul li {
   list-style: none;
   float:right;
   margin-right:10px;
}

.buttonBookNow ul li a {
   display: block;
   width: 155px;
   height: 35px;
   background: url(../img/structure/button-bookNow.png) no-repeat 0 0;
}

.buttonBookNow ul li a:hover {
   background-position: 0px -35px;
}


.buttonBookNow span {
   display: none;
}
	

/*****CONTENT****/

#content {
	clear:both;
	width:960px;
	margin:10px auto;
}

#leftCol {
	float:left;
	width:185px;
}


/*****************content pages left col******************/

#leftColInside {
	float:left;
	width:185px;
	background-color:#a1cdd1;
	padding:0 0 10px 0;
}

#leftColInside h2#h2-sideBookBottom {
	background:url(../img/structure/sidebar-bookTopBanner2.png) no-repeat;
	width:185px;
	height:90px;
	text-indent:-2000px;
	margin:0 auto -20px auto;
}

#leftColInside h2#h2-sideHelp {
	background:url(../img/structure/banner-help.png) no-repeat;
	width:185px;
	height:71px;
	text-indent:-2000px;
	margin:0 auto;
}


#leftColInside h2#h2-haveQuestions {
	background:url(../img/structure/h2-questions.png) no-repeat;
	width:185px;
	height:36px;
	text-indent:-2000px;
	margin:0 auto;
}

#leftColInside h2#h2-pets {
	background:url(../img/structure/h2-pets.png) no-repeat;
	width:185px;
	height:36px;
	text-indent:-2000px;
	margin:0 auto;
}


#leftColInside h2#h2-subscribeLeft {
	background:url(../img/structure/h2-subscribe.png) no-repeat;
	width:185px;
	height:36px;
	text-indent:-2000px;
	margin:0 auto;
}


#leftColInside h2#h2-guestFavesLeft {
	background:url(../img/structure/h2-guestFaves.png) no-repeat;
	width:185px;
	height:36px;
	text-indent:-2000px;
	margin:0 auto;
}

#leftColInside p {
	width:163px;
	margin:0 auto 0 18px;
	color:#185b63;
	font-size:.75em;
}

#leftColInside h2 {
	font-size:1em;
	color:#185b63;
	margin:10px 0 0 18px;
	font-weight:lighter;
	}
	
#leftColInside ul {
	font-size:.7em;
	color:#185b63;
	margin-top:0px;
	list-style:none;
	}
	

/**************Content Page Left Col Tool Tips*****/

#leftColInside a.book_tooltip{
	position:relative; /*necessary to position next the span in an absolute way*/
	text-decoration:none; /*remove the underlining from the links*/
	margin:-10px auto 15px auto;
	width:150px;
	}
	
#leftColInside a.book_tooltip:hover{
 /*a background color is needed for Internet Explorer 6*/
	text-decoration:none;
	}

#leftColInsidea.book_tooltip span{
	display:none; /*hide the span element in opening*/
	}
	
#leftColInside a.book_tooltip:hover span{
	display:block; /*the span element are converted from inline to block element*/
	position:absolute; /*absolute positioning in rapport to their parent link*/
	z-index:20; /*needed to position the element span above other links*/
	bottom:1em;
	left:12em;
/*style of the css tooltip*/
	width:250px;
	background-color:#bb4450;
	color:#fff;
	padding:5px;
	text-transform:none;
	font-size:1em;
	} 
	


/*****************Home Page Left Sidebar*************/

.sidebarLeft {
	background:url(../img/structure/bg-sidebarLeft.png) no-repeat;
	width:185px;
	min-height:157px;
	margin-bottom:5px;	
	padding-top:10px;
}

h2#sidebarDeals {


	background:url(../img/structure/h2-sidebarDeals.png) no-repeat;
	width:153px;
	height:54px;
	margin:0 auto;
	text-indent:-2000px;
}

.sidebarLeft p {
	width:163px;
	margin:0 auto 0 18px;
	color:#185b63;
	font-size:.65em;
}

.sidebarLeft h2 {
	font-size:1em;
	color:#185b63;
	margin:0 0 0 18px;
	font-weight:lighter;
	}


p.deal {
	font-size:.85em;
	color:#185b63;
	text-transform:lowercase;
}

p.dealPrice {
	font-size:1em;
	color:#bb4450;
	text-transform:lowercase;
}



/**************CENTER COL******************/


#centerCol {
	float:left;
	width:570px;
	background:#fff;
	font-size:.8em;
	line-height:1.25em;
	margin-left:10px;
	padding-bottom:10px;
}

#centerCol p {
	width:530px;
	margin:0 auto;
	padding:5px;
}


#centerColBook {
	float:left;
	width:920px;
	background:#fff;
	font-size:.8em;
	line-height:1.25em;
	padding:20px;
	margin:0 auto;
}

.hidden {
	display:none;
	}

.price {
	font-size:1em;
	font-weight:bold;
	color:#BB4450;
	}

.specialsDetail {
	padding:10px;
	clear:both;
	border-bottom:1px solid #ccc;
}
	
.specialsLink {
	padding-left:70px;
	}
	
.specialsDetail a img {
	border:none;
	}
	
.specialsImages {
	float:left;
	width:250px;
	height:250px;
	margin-right:20px;
	}

h1#tropicalVacation {
	background:url(../img/structure/h1-tropicaVacations.png) no-repeat;
	width:545px;
	height:25px;
	text-indent:-2000px;
	margin:30px auto 10px auto;
	padding:0;
}

h1#thanksContact {
	background:url(../img/structure/h1-thanksContact.png) no-repeat;
	width:545px;
	height:25px;
	text-indent:-2000px;
	margin:30px auto 10px auto;
	padding:0;
}

h1#thanksSubscribe {
	background:url(../img/structure/h1-thanksSubscribe.png) no-repeat;
	width:545px;
	height:25px;
	text-indent:-2000px;
	margin:30px auto 10px auto;
	padding:0;
}

h1#condoRentals {
	background:url(../img/structure/h1-condoRentals.png) no-repeat;
	width:250px;
	height:50px;
	text-indent:-2000px;
	margin:30px 0 10px 20px;
	padding:0;
}

h1#homeRentals {
	background:url(../img/structure/h1-homeRentals.png) no-repeat;
	width:250px;
	height:50px;
	text-indent:-2000px;
	margin:30px 0 10px 20px;
	padding:0;
}

h1#thingsToDo {
	background:url(../img/structure/h1-thingsToDo.png) no-repeat;
	width:250px;
	height:50px;
	text-indent:-2000px;
	margin:30px 0 10px 20px;
	padding:0;
}

h1#about {
	background:url(../img/structure/h1-about.png) no-repeat;
	width:250px;
	height:50px;
	text-indent:-2000px;
	margin:30px 0 10px 20px;
	padding:0;
}

h1#goPro{
	background:url(../img/structure/h1-goPro.png) no-repeat;
	width:250px;
	height:50px;
	text-indent:-2000px;
	margin:30px 0 10px 20px;
	padding:0;
}

h1#aboutIslands{
	background:url(../img/structure/h1-aboutIslands.png) no-repeat;
	width:250px;
	height:50px;
	text-indent:-2000px;
	margin:30px 0 10px 20px;
	padding:0;
}

h1#contact{
	background:url(../img/structure/h1-contact.png) no-repeat;
	width:250px;
	height:50px;
	text-indent:-2000px;
	margin:30px 0 10px 20px;
	padding:0;
}

h1#reviews{
	background:url(../img/structure/h1-reviews.png) no-repeat;
	width:250px;
	height:50px;
	text-indent:-2000px;
	margin:30px 0 10px 20px;
	padding:0;
}

h1#specials{
	background:url(../img/structure/h1-specials.png) no-repeat;
	width:250px;
	height:50px;
	text-indent:-2000px;
	margin:30px 0 10px 20px;
	padding:0;
}

h2.specialsName {
	margin:10px 0 10px 0;
	padding:0;
	}

h2#beachsideCondos {
	background:url(../img/structure/h2-beachsideCondos.png) no-repeat;
	width:128px;
	height:31px;
	text-indent:-2000px;
	margin:0px 0 10px 20px;
	padding:0;
}

h2#nearbeachCondos {
	background:url(../img/structure/h2-nearbeachCondos.png) no-repeat;
	width:128px;
	height:31px;
	text-indent:-2000px;
	margin:0px 0 10px 20px;
	padding:0;
}

h2#baysideCondos {
	background:url(../img/structure/h2-baysideCondos.png) no-repeat;
	width:128px;
	height:31px;
	text-indent:-2000px;
	margin:0px 0 10px 20px;
	padding:0;
}

h2#beachsideHomes {
	background:url(../img/structure/h2-beachsideHomes.png) no-repeat;
	width:128px;
	height:31px;
	text-indent:-2000px;
	margin:0px 0 10px 20px;
	padding:0;
}

h2#nearbeachHomes {
	background:url(../img/structure/h2-nearbeachHomes.png) no-repeat;
	width:128px;
	height:31px;
	text-indent:-2000px;
	margin:0px 0 10px 20px;
	padding:0;
}

h2#baysideHomes {
	background:url(../img/structure/h2-baysideHomes.png) no-repeat;
	width:128px;
	height:31px;
	text-indent:-2000px;
	margin:0px 0 10px 20px;
	padding:0;
}

h3 {
	margin:10px 0 0 20px;
	padding:0;
	}
	
h3.descriptionName {
	margin:10px 0 0 0;
	padding:0;
	}
	
.highlight {
	background-color:yellow;
	}



/******CENTER COL DETAIL PAGES****************/

#centerColDetail {
	width: 763px;
	float:left;
	background:#fff;
	font-size:.8em;
	line-height:1.25em;
	margin-left:10px;
	padding-bottom:10px;
	
}



/***********PROPERTY DISPLAY STYLES**************/

.thumbWrapper {
	width:550px;
	margin:0 auto; 
	padding-bottom:20px;
}

.propThumb {
	float:left;
	margin:17px;
	width:100px;
	height:120px;
	text-align:center;
}

.propThumb img {
	border:1px solid #a1cdd1;
}

.propThumb a:hover {
	text-decoration:none;
	color:#185b63;
}


/********DETAIL WRAPPER*********/

#detailWrapper {
	width:760px;
	margin:0 auto;
	padding:0;
}

#detailWrapper h2 {
	color:#bb4450;
	font-size:1.5em;
	margin:0 0 10px 12px;
	font-weight:lighter;
}
/***********Detail Photo Gallery**********/

#photoGalleryWrapper {
	width:410px;
	margin:0 15px;
	float:left;
	}

/***********Detail Descriptions**********/

#detailDescriptions {
	float:right;
	width:300px;
	clear:none;
	margin-left:10px;
	margin-right:10px;
	display:inline;
	}

/****************Descriptions Tables***********/

table.descriptionTable {
	width:300px;
	margin:0 auto;
}

.descriptionTable th {
	background:#e7f8f9;
	color:#4c74b7;
	text-transform:uppercase;
	padding:3px;
	text-align:right;
	border-bottom:1px solid #c5e4e7;
	font-weight:lighter;
}

.descriptionTable td {
	background:#e7f8f9;
	color:#4c74b7;
	padding:3px;
	border-bottom:1px solid #c5e4e7;

}


.descriptionTable td.buttonHolder {
	background:#fff;
	border:none;
	padding:5px;
	text-align:right;
}

.descriptionTable td.buttonHolder a {
	background-color:#4c74b7;
	padding:5px;
	color:#fff;
}

.checkAvailability {
	float:right;
	width:155px;
	margin-right:20px;
	display:inline;
}

/**************RIGHT COL******************/

#rightCol {
	float:left;
	width:193px;
	background:#fff;
	border-left:1px solid #a1cdd1;
	padding:10px 0;	
}

#rightCol ul {
	margin-left:-15px;
}

#rightCol li {
	font-size:.75em;
	list-style:none;
	padding:5px 0;
}

h3#subscribe {
	background:url(../img/structure/h3-subscribe.png) no-repeat;
	width:147px;
	height:33px;
	margin:30px auto -5px auto;
	padding:0;
	text-indent:-2000px;	
}

h3#guestFaves {
	background:url(../img/structure/h3-guestFaves.png) no-repeat;
	width:147px;
	height:22px;
	margin:30px auto -15px auto;
	padding:0;
	text-indent:-2000px;	
}

/*****FOOTER****/

#footer {
	clear:both;
	width:960px;
	height:125px;
	margin:10px auto;
	background:url(../img/structure/bg-footer.png) bottom no-repeat ;
}
	
	
h4#popularLinks {
	background:url(../img/structure/h4-popularLinks.png) no-repeat;
	width:126px;
	height:13px;
	text-indent:-2000px;
	margin:20px 0 0 20px;
	padding:20px 0 0 0;
}

#footer p {
	margin-left:20px;
	font-size:.75em;
	color:#185b63;
	line-height:2em;
	padding:0 0 10px 0;
}
	
#footer a:link, #footer a:visited {
	color:#185b63;
	text-decoration:none;
	}
	
#footer a:hover {
	color:#185b63;
	text-decoration:underline;
	}
	
#subFooter {
	width:940px;
	margin:0 auto;
	padding:0;
	font-size:.65em;
	}
	
#subFooter a:link, #subFooter a:visited {
	text-decoration:none;
	color:#7a7a7a;
	}
	
	
	
/*****FORM****/
	
#subFooter a:hover {
	text-decoration:underline;
	color:#7a7a7a;
	}
	
form.contact fieldset { 

	margin-bottom: 10px;
	margin-left:10px; 
	border-left:0px solid #500c03;
	border-bottom:0px solid #500c03;
	border-right:none;
	border-top:none;
	color:#7a7a7a;
	width:500px;
	}
	
form.contact legend {
	padding: 0 2px;
	font-weight: bold;
	}
	
form.contact label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.contact fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.contact fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.contact fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.contact fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.contact fieldset fieldset label {
	display: block;
	width: auto;
	}

form.contact input, form.contact textarea {
	border:1px solid #7a7a7a;
	background-color:#fff;
	}
form.contact em {
	font-weight: bold;
	font-style: normal;
	color: #7a7a7a;
	}

form.contact label { width: 120px; } /* Width of labels */
form.contact fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */

/*\*//*/ form.contact legend { display: inline-block; } /* IE Mac legend fix */




#googleSearch {
	margin:1px 1px;
   	width:125px;
    height:18px;
	background:url(../img/structure/input.png) no-repeat;
	font-size:1em;
}


#googleSearch .go {
    float: right;
    margin:2px;
}

.fl {
float:left;
}

.fr {
float:right;
width:275px;
}

.fr h3 {
margin:0;
}