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


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
						MAIN STRUCTURE            
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	background-color:#3D5659;
	background: #3e83c3 url(../images/ars-bg2.jpg) repeat-x;	
	color:#303030;
	line-height:24px;
}
body.secondary {
	background: #3e83c3 url(../images/ars-bg-secondary.jpg) repeat-x;
}
hr{
	color: #d2d2d2;
	background-color: #d2d2d2;
	height: 1px;
	border:none;
	margin:10px 0;
}
h2, h3, h4, h5, h6{
	color:#333;
	padding:5px 0px;
}
h2 { font-size: 25px; color:#a90909; font-weight:bold; }
h3 { font-size: 18px; color:#a90909; }
h4 { font-size: 16px; font-weight:bold; }

a{
	color:#0084ff;
	text-decoration:none;
}

strong {
	font-weight:bold;
}

a:hover{
	color:#019fcc;
	text-decoration:underline;
}
.fl {
	float:left;	
}
.fr {
	float:right;	
}
/*
blockquote {
	border : 1px dashed #d2d2d2;
	margin: 0px;
	margin-left:30px;
	font-style:italic;
	padding: 10px;
	background-color: #f7f7f7;
	quotes: "\201C" "\201D";
}

blockquote:before { 
	content: open-quote; 
	font-weight: bold; 
}
blockquote:after { 
	content: close-quote; 
	font-weight: bold; 
}
*/

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
					   NAVIGATION            
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#nav {
	width:100%;
	height:45px;
}
#nav ul {	
	margin: 0;
}
#nav li {	
	float: left;
	list-style:none;
	text-align:center;
	line-height:45px;
	height:45px;
	margin:0;
}
#nav li a {
	font-size:14px;	
	display: block;
	padding:0 20px;
	text-decoration: none;
	color:#0b80c6;
	border-left:1px solid #fff;
	border-right:1px solid #e8e8e8;
}
#nav li .current {
	color:#fff;
	background:url(../images/nav-current-bg.gif) repeat-x;
	text-shadow:1px 1px 2px #555;
}

.clear {
   clear: both;
}

/* - - - sub nav - - - */
#sub-nav {
	height:39px;
	width:100%;
	margin:0;
}
#sub-nav li {
	float:left;
	height:39px;
	line-height:39px;
	list-style:none;
	margin:0;
	text-align:center;
}
#sub-nav li a {
	color:#c3c3c3;
	display:block; 
	padding:0 20px;
	text-shadow: 1px 1px 1px #000;
}
#sub-nav li .subnav_current, #sub-nav li a:hover { color:#fff; text-decoration:none; }



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
					    MAIN INFO            
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#wrapper {
	width:960px;
	margin:0 auto;
}
#header {
	width:960px;
	overflow:hidden;
	height:119px;
	position:relative;
	font-size:16px;
}
  #header h1{
	  width:282px;
	  height:63px;
	  float:left;
	  padding-top:20px;
  }
	#header h1 a {
	  background: url(../images/ars-logo2.png) no-repeat;
	  width:576px;
	  height:65px;
	  text-decoration:none;
	  display:block;
	  text-indent:-9999px;
	  }
  #header span.tagline {
	  position:absolute;
	  top:84px;
	  left:82px;
	  font-style:italic;
	  color:white;
	  text-shadow:1px 1px #036fb0;
	  font-size:19px;
  }
  #header span.phone {
	  position:absolute;
	  top:15px;
	  right:20px;
	  color:#FFF;
	  text-align:right;
	  font-weight:bold;
  }


#main{
	width:920px;
	overflow:hidden;
	background:url(../images/maincontainer-bg.png) repeat-y;
	height:100%;
	margin:0 auto;
	padding:20px;
}
#full_page{
	width:870px;
	padding:0 20px;
}

#main-secondary {
	width:955px;
	overflow:hidden;
	background: url(../images/maincontainer-bg.png) repeat-y;
	height:100%;
	margin:0 auto 0 -24px;
	padding:20px;
}
#content {
	width:600px;
	padding:0 18px 0 30px;
	float:left;
	font-size:13px;
}
#content img {
	border:3px solid #3e83c3;	
	margin:3px;
}
#content ul {
	list-style:disc !important;
	list-style-position:inside !important;
}
#content ul li {
	padding:3px 0;	
}
#main-image {
	width:960px;	
	position:relative;
	height:163px !important;
}

#main-image li {
	position:absolute;
	top:0;
	left:0;
}

.featured-sale {
	float:right;
	width:298px;
	padding:5px;
}
.featured-rental {
	float:left;
	width:270px;
	padding:5px;
}
.featured-rental img {
	height:216px;
	width:250px;
}
.featured-info {
	padding:2px;
	width:130px;
}

.property {
	float:left;
	display:inline;
	width:290px;
	min-height:320px;
	text-align:center;
}
.property span {
	font-weight:bold;
	color:#333;
}

.vacation {
	float:left;
	display:inline;
	text-align:center;
	width:300px;
}

.vacation img {
	width:260px;	
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
					     SIDEBAR            
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.scampano {
	margin-left:55px;
}

#sidebar {
	width:260px;
	float:right;
	padding:0 15px;
	font-size:13px;
}
#sidebar p {
	padding:5px;	
}

#sidebar h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:0;
	padding-bottom:0;
}
/* - - - - BUTTONS - - - - */

.awesome {
	background:#3e83c3 url(../images/overlay-button.png) repeat-x;
	display: inline-block;
	padding: 7px 20px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	border-bottom: 1px solid #666;
	position: relative;
	cursor: pointer;
	width:150px;
	font-size:16px;
	text-align:center;
	letter-spacing:1px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #666;
	-webkit-box-shadow: 0 1px 3px #666;
	text-shadow: 0 0px 5px #333;
}
.awesome:hover {
	background:#555 url(../images/overlay-button.png) repeat-x;
	text-decoration:none;
	color:#F0F0F0;
}
.sidebuttons {
	list-style:none;
	margin-left:35px;
	margin-bottom:10px;
}
.sidebuttons li {
	padding:5px 0px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
					     FOOTER         
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer {
	width:985px;
	background: url(../images/footer-bg.png) no-repeat;
	height:36px;
	margin:0 auto;
	clear:both;
}
#footer p {
	padding:6px;
	color:#FFF;
	font-size:12px;
	text-align:center;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
					    FORMS       
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#contact {
	display: block;
	width: 565px;
	padding: 10px;
	background-color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}

.contact-info {
	width:220px;
	padding:10px;
}
.contact-info p {
	padding:10px;
	line-height:20px;
}
.contact-info h3 {
	font-size:16px;	
}

label {
	display: inline-block;
	float: left;
	height: 26px;
	line-height: 26px;
	width: 155px;
	font-size: 14px;
}
input, textarea, select {
	margin: 0;
	padding: 5px;
	color: #666;
	background: #f5f5f5;
	border: 1px solid #ccc;
	margin: 5px 0;
	font-size:14px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
input:focus, textarea:focus, select:focus {
	border: 1px solid #999;
	background-color: #fff;
	color:#333;
}
input.submit {
	cursor: pointer;
	border: 1px solid #222;
	background:#333;
	color:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
input.submit:hover {
	background:#444;
}
fieldset {
	padding:20px;
	border:1px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
legend {
	padding:7px 10px;
	font-weight:bold;
	color:#000;
	border:1px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
span.required {
	font-size: 13px;
	color: #ff0000;
} /* Select the colour of the * if the field is required. */
/* Style for the error message */

.error_message {
	display: block;
	height: 22px;
	line-height: 22px;
	background: #FBE3E4 url(../images/error.gif) no-repeat 10px center;
	padding: 3px 10px 3px 35px;
	margin: 10px 0;
	color:#8a1f11;
	border: 1px solid #FBC2C4;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
#succsess_page h1 {
	background: url(../images/success.gif) left no-repeat;
	padding-left:22px;
}
.paynow {
	background:none;
	border:none;
}

