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


/* Swatch Colors
=================*/
.white { color: #FFFFFF}
.lghtBlue { color: #A5D7C7}
.drkBlue { color: #467A74}
.orange { color: #FA7D2A}
.lghtBrown { color: #513125}
.drkBrown { color: #25150B}

/* General Text Properties
============================*/
.boldy { font-weight: 900}
.medBold { font-weight: 400}
.smallTxt { font-size: 12px}
.medTxt { font-size: 18px}
.lrgTxt { font-size: 20px}
.finePrint { font-size: 10px; color: #CCCCCC; font-style: italic}

/* Helpers
============*/
.lefty { float: left}
.righty { float: right}
.clearFix { clear: both}
.centerMe { display: block; margin: 0 auto}
.centerTxt { text-align: center}

/* Text Properties
===================*/
p { font-size:16px; line-height: 18px}
a { color: #09F}


/* Header Tags
===================*/
h1,h2,h3,h4,h4 {
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: normal;

}
h1{font-size: 25px; color: #bd881f;}
h2 {font-size: 20px; color: #0CF}
h3 {font-size: 18px; color: #0CF}

/*  Layout
============*/
body 
{
	font-family: Georgia, Helvetica;
	background: url(../images/main-background-repeat.jpg) repeat-x top #61c5ff;
	line-height: 18px;
}

#container 
{
	width: 960px; 
	background-color: #FFF;
	margin: 0px auto;

}

#header 
{
	width: 960px; 
	height: 146px;
	margin-bottom: 5px;
}

#headerleftcol 
{	
	width: 694px;
	float: left;
	
	}

#headerrightcol
{ float: left;
width: 266px;
	
	}

#headerslogan
{
width: 694px;
height: 34px;
background: url(../images/header-back-slogan.gif);
text-align: right;
font-family: Georgia, "Times New Roman", Times, serif;
color: #fff;
font-size: 19px;	
}

.headerslogantext 
{
	padding-right: 8px;
	padding-top: 5px;
	display:block;
}

#headerdivider {
clear: both;
}

#maincontentpadder {
	padding: 14px;
	position: relative;
	width: 605px;
	}

#maincontentpadder .contentbody p strong {font-size: 20px; font-weight: normal; color: #54B5FC }
#maincontentpadder .contentbody p {line-height:22px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif}


/*  Right Column
============*/
#rightcolumn {
	position: absolute;
	left: 639px;
	top: 0px;
	padding: 10px;
	background: #d7edff;
	width: 280px;
	z-index: 1;

}

#rightcolumn h2{
	font-size: 28px;
	color: #666;
	font-style: oblique;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	display: block;
	padding: 3px 0px;
	border-bottom: 1px solid #01a2ff;
	margin-bottom: 5px;
	  }
	  
#rightcolumn h2 a {
	color: #666;
	text-decoration:none;
}

#rightcolumn p {
	padding-left: 10px;
	font-size: 14px;
	
}

#rightatlanticarentals {
	
	
	}

.rightbox {
	background: url(../images/sidebar-background.jpg) bottom no-repeat;
	padding: 5px 18px;
	margin-bottom: 15px;
	
}

.mc-field-group {font-family: Arial, Helvetica, sans-serif; font-size: 14px; margin-left: 8px; font-weight: bold; }


#slideshowhome {
	position: absolute;
	top:15px;
	left: 0px;
	width: 960px;
	height: 185px;
	z-index: 1;
	overflow: hidden;
	border-top: 2px solid #FC6;
	border-bottom: 2px solid #FC6;
	
}

#footer { 
background: url(../images/footer-back.jpg) no-repeat #61c5ff; 
min-height: 104px;
padding-top: 45px;
color: #fff;
text-align: center;
}

#footer a {color:#FFF;}

#footer h3 a {color: #fff; }


.differences {font-size: 12px; color: #666; line-height: 13px; padding: 0px 6px;}


#contacttable input,textarea,select {padding: 5px; width: 300px}

#contacttable textarea {height: 120px;}

.fullwidth {padding: 0px 15px;}
