@import "screen-smarter-agent.css";
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: url(../images/bkg.jpg) top left repeat-x #FFF;
}

a { color: #0047b5 }
a:hover { color: #00225F }
a img { border: none }
a.featured, a.new, a.popular, a.rentals {
	width: 88px;
	float: left;
	margin-right: 16px;
	padding-bottom: 14px;
	border: 1px solid #333;
	background: url(../images/bkg-featured.gif) bottom no-repeat;
}
a.featured img, a.new img, a.popular img, a.rentals img { width: 88px; height: 55px }
#new .featured { background-image: url(../images/bkg-new.gif) }
#popular .featured { background-image: url(../images/bkg-popular.gif) }
#rentals .featured { background-image: url(../images/bkg-rentals.gif) }

a.icon {
	display: block;
	margin-right: 10px;
	padding: 4px 0 5px 27px;
	background: top left no-repeat;
}
a.facebook { background-image: url(../images/icon-facebook.gif) }
a.twitter { background-image: url(../images/icon-twitter.gif) }
a.youtube { background-image: url(../images/icon-youtube.gif) }

a span {
	position: absolute;
	left: -9999px;
}
:focus { outline: none }

.left { float: left }
.right { float: right }
.clear { clear: both }

p.white { color: #FFFFFF }
p.message { background-color: #0047b5; padding: 8px; color: #FFF; font-size: 16px; font-style: italic; font-family:Georgia, "Times New Roman", Times, serif; }

.nomargins { margin: 0 !important }
.noborder { border: none !important }
.bold { font-weight: bold }
.quarter {
	width: 190px;
	height: 100%;
	float: left;
}
.sixths {
	width: 157px;
	height: 100%;
	float: left;
}
ul.ulnone {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	_height: 1%;
}
ul.ulnone li { float: left }

h1 {
	width: 400px;
	font-size: 22px;
	color: #888886;
	font-variant:small-caps;
	margin: 20px 0px 20px 0px;

}
h2 {
	margin: 0;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	color: #898989;
}
h3 {
	margin: 0;
	padding: 2px 16px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #0047b5;
	background-color: #EFEFEF;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

h6, h6 a {
	margin: 5px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #0047b5;
	text-decoration:none;
}

/* ----------------------- /end common classes ------------------------- */




/* ----------------------- top nav ------------------------- */

#topNavContainer {
	width: 100%;
	height: 22px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 2px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #0047b6;
}
#topNav {
	width: 100%;
	height: 20px;
	border-top: 1px solid #80a3db;
	border-bottom: 1px solid #80a3db;
}
#topNav ul {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	border-left: 1px solid #80a3db;
}
#topNav li {
	width: 159px;
	height: 100%;
	text-align: center;
	border-right: 1px solid #80a3db;
}
#topNav li a { 
	height: 18px;
	display: block;
	padding: 1px 0;
	color: #FFF;
	text-decoration: none;
}
#topNav li a:hover { background-color: #003084; }

/* ----------------------- /end top nav styles ------------------------- */


/* ----------------------- container ------------------------- */

#container {
	width: 960px;
	margin:  28px auto 0 auto;
	overflow: hidden;
	_height: 1%;
}

#container p { margin: 0 0 25px 0; line-height: 18px }

/* ----------------------- /end container styles ------------------------- */




/* ----------------------- toparea ------------------------- */

#toparea {
	width: 955px;
	position: relative;
	margin-top: 30px;
}
#branding {
	padding: 10px 0;
	background: url(../images/bkg-branding.gif) top left no-repeat;
}
#brandingSub {
	padding: 10px 0;
	background: url(../images/bg-branding-sub.jpg) top left no-repeat;
	border: 1px solid #0047B6;
}
#branding h5.logo {
	width: 524px;
	height: 65px;
	position: relative;
	margin: 0 auto;
	text-indent: -999em;
	background: url(../images/logo.gif) top left no-repeat;
}
#brandingSub h5.logo {
	width: 524px;
	height: 65px;
	position: relative;
	margin: 0 auto;
}
#brandingSub h5.logo a {
	position:absolute;
	left: 48px;
	top: 3px;
	display:block;
	width: 413px;
	height: 68px;
}
#toparea ul {
	float: left;
	position: relative;
	overflow: visible;
	z-index: 50;
}
#toparea li a {
	width: 188px;
	display: block;
	padding: 3px 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	background-color: #8a8d86;
	border: 2px solid #FFF;
}
#toparea li a:hover { background-color: #6C6F61 }
#toparea li.active a {
	width: 190px;
	height: 19px;
	margin-top: -3px;
	padding-top: 8px;
	color: #0047b5;
	background-color: #e3eefe;
	border-top: 1px solid #0047b5;
	border-right: 1px solid #0047b5;
	border-left: 1px solid #0047b5;
	border-bottom: none;
	
}
#toparea div.open {
	height: 56px;
	clear: both;
	position: relative;
	top: -1px;
	padding: 12px 0;
	background: url(../images/bkg-topopen.jpg) top right no-repeat #e3eefe;
	border: 1px solid #0047b5;
	z-index: 0;
}
#toparea div.quarter {
	width: 178px;
	padding: 0 30px;
	border-right: 1px solid #c6d8f5
}

#toparea select {
	width: 176px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#toparea .search {
	margin-top: -2px;
	padding: 2px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #0047b5;
	border: 1px solid #FFF;
	cursor: pointer;
	-moz-border-radius: 3px;
}

#toparea div#sidebar {
	width: 10px;
	height: 110px;
	position: absolute;
	bottom: 2px;
	left: 1px;
	background-color: #FFD342;
	z-index: 50;
}

/* ----------------------- /end container styles ------------------------- */




/* ----------------------- content ------------------------- */

#content {
	padding: 25px 0;
	overflow: hidden;
	_height: 1%;
}
#content div.contentleft {
	width: 528px;
	float: left;
	margin-right: 32px;
}
#content div.contentleft div.showcase { margin-bottom: 25px }
#content div.contentleft div.intro {
	width: 476px;
	height: 367px;
	padding: 25px;
	background: url(../images/bkg-intro.jpg) bottom center no-repeat;
	border: 1px solid #0047b5;
	overflow: hidden;
	_height: 1%;
}

/* ----------------------- /end content styles ------------------------- */

/* ----------------------- beachcam styles ------------------------- */

#cam_container {
	margin: 0px;
	padding: 0px;
	width: 670px;
	height: 440px;
	background-color: #0047b6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: both;
	position: relative;
}

.narragansettCam #cam_container {

}
#cam_container h2 {
	background-color: #e3e7f3;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0047b6;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../images/bg-beachcam-topbar.gif);

}
#cam_container h2.landing {
	text-align: left;
	padding-left:13px;
}
#cam_links {
	background-image: url(../images/bg-beachcam-bottombar.gif);
	padding: 10px;
}
#cam_links a {
	color: #0047b6;
	text-decoration: underline;
}
#cam_links a:hover {
	color: #000;
}
#cam_thumb_core {
	position: relative;
	text-align: center;
	padding-left: 12px;
}

#cam-thumb-core {
	position: relative;
	text-align: center;
	padding-left: 10px;
}

#cam_thumb_core.landing {
	padding: 12px 0px 12px 12px;
	text-align: left;
}

.cam_thumb {
	width: 116px;
	border: 1px solid #fff;
	float:left;
	margin: 12px 12px 0px 0px;
	background-color: #1f69dc;
	color: #fff;
	line-height: 18px;
	padding-bottom:7px;
}

.cam-thumb {
	width: 208px;
	border: 1px solid #fff;
	float:left;
	margin: 12px 10px 0px 0px;
	background-color: #1f69dc;
	color: #fff;
	line-height: 18px;
	padding-bottom:7px;
}

.cam_thumb a {
	color: #fff;
	text-decoration: none;
}
.cam_thumb a:hover {
	text-decoration: underline;
}

.cam-thumb a {
	color: #fff;
	text-decoration: none;
}
.cam-thumb a:hover {
	text-decoration: underline;
}
.cam_icon {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 50px;
	z-index: 100;
	position: absolute;
	top: 60px;
	background-image: url(../images/beachcam_icon.png);
	background-repeat:no-repeat;
	display: block;
}
*html .cam_icon { /* IE 6 STYLE */
	background-image: url(../images/beachcam_icon.gif);
}
.cam_icon a {
	height: 50px;
	width: 50px;
	display: block;
}
#icon_jamestown {
	left: 94px;
}
#icon_newport {
	left: 226px;
}
#icon_galilee {
	left: 358px;
}
#icon_gansett {
	left: 490px;
}
#icon_watchhill {
	left: 622px;
}
.beachcam_pic {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 0px;
	margin: 0px 0px 7px 0px
}
.beachcam_weather {
	float:left;
	padding:7px 0px 0px 7px;
}
.beachcam_stories {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0046b6;
	text-align: left;
}
#cam_details {
	background-color: #e7eef8;
	width: 205px;
	margin-right: 12px;
	padding: 5px 10px 0px 10px;
	float:right;
	height: 382px;
	background-image: url(../images/bg-beachcam-weatherbar.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.narragansettCam #cam_details {
	width: 133px;
	background-image: url(../images/bg-beachcam-weatherbar-narr.gif);
	font-size: 10px;
	line-height: 10px;
}
#cam_details span img {
	vertical-align: middle;
}
.narragansettCam #cam_details span {
	font-size: 8px;
}
.narragansettCam #cam_details p {
	margin: 5px;
	font-size: 11px;
	line-height: 14px;
}
#cam_details p {
	margin: 10px;
}
#cam_details p.rule {
	margin: 10px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0046b6;
}
.narragansettCam #cam_details p.rule {
	margin: 5px;
}
#cam_window {
	float:left;
	margin-top: 40px;
}
.narragansettCam #cam_window {
	margin-top: 0px;
}
#camProperties {
	width: 400px;
	float: left;
	margin: 20px 20px 0px 0px;
}
#camBlog {
	width: 240px;
	margin: 20px 0px 0px 0px;
	float: left;
}
#camBlog div.updates { height: auto; min-height: 400px;  }
#camBlog div.updates dl, dt, dd { margin: 0 }
#camBlog div.updates dt { 
	margin-bottom: 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
}
#camBlog div.updates dt i { 
	display: block;
	font-style: normal;
	color: #888;
}
#camBlog div.updates dd img { 
	width: 40px; 
	float: left;
	margin-right: 6px;
	border: 1px solid #000;
}
#camBlog div.updates dd p { width: 130px; float: right; }

.camPage ul { position: relative; z-index: 50 }

.camPage ul.tabs li a {
	display: block;
	margin-right: 2px;
	padding: 5px 0;
	text-align: center;
	color: #FFF;
	text-decoration: none;
}
.camPage ul.tabs4 li a { 
	width: 92px;
	background: url(../images/bkg-tabs4.gif) top left no-repeat;
}
.camPage ul.tabs3 li a { 
	width: 124px;
	background: url(../images/bkg-tabs3.gif) top left no-repeat;
}
.camPage ul.tabs3 li a:hover,
.camPage ul.tabs4 li a:hover { background-position: top right }

.camPage  ul.tabs a.active {
	font-weight: bold;
	color: #000;
}
.camPage ul.tabs3 li a.active,
.camPage ul.tabs3 li a.active:hover { 
	background: url(../images/bkg-tabs3-active.gif) top left no-repeat;
}
.camPage ul.tabs4 li a.active,
.camPage ul.tabs4 li a.active:hover { 
	background: url(../images/bkg-tabs4-active.gif) top left no-repeat;
}

.camPage div.open,
.camPage div.closed {
	clear: both;
	position: relative;
	top: -1px;
	margin-bottom: 25px;
	padding: 20px 25px 3px 25px;
	line-height: 16px;
	border: 1px solid #8a8d86;
	z-index: 0;
}
.camPage div.closed { display: none; }
.camPage div.listings { 
	height: 370px;
	min-height: 370px; 
	position: relative;
	background: url(../images/bkg-listings.jpg) center right no-repeat #E7EFFF;
	overflow: hidden;
	_height: 1%;
}
.camPage div.listings p { 
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 16px;
}
.camPage  div.listings a { 
	display: block; 
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
}
.camPage div.listings strong { display: block }
#facebookBannerCam {
	display: block;
	clear: both;
	text-align: center;
	width: 100%;
	margin-top: 20px;
}
.owl {
	position: absolute;
	top: 14px;
	left: 360px;
	z-index: -5;
}
.camPage a.help {
	position: absolute;
	top: 410px;
	left: 10px;
	background-color:#FFCC00;
	color:#000000;
	padding: 3px 8px;
	z-index: 999;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-border-radius: 2px;
	text-decoration:none;
}
.camPage a.help:hover {
	background-color:#FF9900;
}
/* ----------------------- /end beachcam styles ------------------------- */
/* ----------------------- Cam Help ------------------------- */
.camHelpPage h3 {
	margin: 0;
	padding: 2px 16px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #EFEFEF;
	background-color: #0047b5;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	background-image:none;
}

.camHelpPage h4 {
	color:#0047b5;
	font-size:20px;
	font-weight:bold;
	margin:0 0 15px 0;
	padding:0;
}


.camHelpPage div.help {
	width: 310px;
	float: left;
	height: 450px;
	padding-right: 20px;
	background-image:none;
}
.camHelpPage div.short {
	height: 370px;
}

.camHelpPage div.shorter {
	height: 200px;
}
.camHelpPage div.help ul li {
	font-weight: bold;
}
.camHelpPage div.help ul li ul li {
	font-weight: normal;
}
.camHelpPage #cam_container, .camHome #cam_container {
	height: auto;
}
/* ----------------------- /Cam Help  ------------------------- */
/* ----------------------- my ri summer ------------------------- */
.risummer .winner {
	background-image:url(../images/my-ri-summer/bg-winner.png);
	background-repeat: no-repeat;
	width: 666px;
	height: 133px;
	padding: 12px 10px 0px 10px;
}
.risummer .winner div.author {
	float: left;
	width: 100px;
	text-align: center;
	padding: 30px 20px 0px 20px;
}
.risummer .winner div.author img {
	width: 50px;
	margin: auto;
}
.risummer .winner div.story {
	float: left;
	width: 490px;
}
.risummer .winner div.story h2 {
	color: #0033cc;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	background:none;
	padding: 30px 2px 10px 0px;
	float: left;

}
.risummer .winner div.story  p {
	float: left;
	clear: left;
	width: 440px;
}
#finalists {
	width: 190px;
	padding: 10px 50px 0px 0px;
	float: left;
}
#finalists .finalist {
	background-image:url(../images/my-ri-summer/bg-finalists-blank.png);
	background-repeat: no-repeat;
	width: 190px;
	height: 110px;
	padding: 12px 0px 0px 10px;
}
#finalists .first {
	background-image:url(../images/my-ri-summer/bg-finalists.png);
	padding: 40px 0px 0px 10px;
}
#finalists .finalist h3 {
	color: #0033cc;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	background:none;
	padding: 2px 2px;
	display: inline;
}
#finalists .finalist span {
	display: inline;
	color:#999999;
}
#finalists .finalist p {
	clear: left;
}
.risummer #camProperties {
	padding-top: 20px;
	margin: 20px 0px 0px 0px;
	float: right;
}
.risummer h4#honorableMention {
	height: 53px;
	width: 500px;
	text-indent: -9999px;
	background-image:url(../images/my-ri-summer/h4-honorable-mention.png);
	background-repeat: no-repeat;
	clear: both;
}
.risummer ul#mentions li {
	padding-bottom: 5px;
}
.risummer ul#mentions span {
	display: block;
}
.risummer ul#mentions.left {
	float: left;
	padding-right: 10px;
}
/* ----------------------- /my ri summer ------------------------- */

/* ----------------------- footer ------------------------- */
#footer {
	width: 100%;
	height: 22px;
	position: relative;
	color: #0047b6;
}
#footer div { padding: 16px 0 }
#footer div.setwidth {
	width: 960px;
	padding: 0;
	margin: 0 auto;
}
#footer div.setwidth   p {
	color:#6e95d1;
	font-size: 9px;
	margin: 5px 0px;
	line-height: 14px;
}
#footer a { font-weight: normal }
#footer ul {
	clear: both;
	font-weight: bold;
}
#footer li { margin-right: 5px }
#footer div.stripes { 
	padding: 0;
	color: #000;
	background: url(../images/bkg-stripes.gif) top left repeat;
	border-top: 1px solid #0047b6;
}
#footer div.blue { color: #FFF; background-color: #0047b6 }
#footer div.blue li a { color: #FFF }
#footer div.bottom { padding-bottom: 50px }
#footer div.bottom li { padding-bottom: 10px }

#footer ul.smcenter { width: 720px; margin: 0 auto; font-size: 10px }
#footer ul.smcenter a { font-weight: bold !important; text-decoration: none }
#footer ul.smcenter a:hover { text-decoration: underline }
#footer ul.smcenter li { padding: 2px 5px; border-right: 1px solid #7ca1d9 }

#footer div.quarter h6 { margin: 0 }
#footer div.quarter { padding: 0; text-align: center }
#footer div.sixths { padding: 0; text-align: center }
#footer div.stripesfade {
	width: 960px;
	margin: 0 auto;
	padding: 5px 10px;
	background: url(../images/bkg-stripes-fade.gif) top left repeat-y;
}

#footer a.equalhousing {
	width: 15px;
	height: 11px;
	display: block;
	text-indent: -999em;
	background: url(../images/equalhousing.gif) top left no-repeat
}
#footer a.mls {
	width: 34px;
	height: 10px;
	display: block;
	text-indent: -999em;
	background: url(../images/mls-logo.gif) top left no-repeat
}
#footer a.realtor {
	width: 14px;
	height: 11px;
	display: block;
	text-indent: -999em;
	background: url(../images/realtor.gif) top left no-repeat
}

/* ----------------------- /end footer styles ------------------------- */



/* ----------------------- /end container styles ------------------------- */

/* ----------------------- sub page styles ------------------------- */

#contentSub {
	padding: 0;
	overflow: hidden;
	_height: 1%;
}
#contentSub div#subSide {
	width: 208px;
	float: left;
	margin-right: 20px;
	padding: 2px 0px 0px 0px;
}
#contentSub div#subContent{ 
	width: 671px; 
	float: left;
	background-image:url(../images/bg-sub.jpg);
	background-repeat:no-repeat;
	background-position: top;
	padding: 20px 35px 20px 20px;
	border-right: 1px solid #0047B6;
	position: relative;
	z-index: 0;
}

#contentSub div#subContent .castle { 
	background-image:url(../images/bg-sub-castle.jpg);
}

/* ----------------------- Side Nav ------------------------- */
#subnav {
	padding: 0px;
	margin: 0px;
	width: 200px;
	font-size: 12px;
	background-color:#FFFFFF;
	font-weight: bold;
	height: 130px;
}
#subnav ul {
	padding: 0px;
	margin: 0px;
	width: 200px;
}
#subnav li {
	list-style-type: none;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 2px 0px;
	height: 22px;
	width: 188px;
	color: #FFFFFF;
	text-align: right;
}
#subnav li a {
	width: 188px;
	height: 22px;
	display: block;
	color: #FFFFFF;
	background-color: #8B8E85;
	text-decoration: none;
	padding: 0px 10px 0px 0px;
	border: 1px solid #8B8E85;
}
#subnav li a:hover {
	padding: 0px 10px 0px 0px;
	width: 188px;
	height: 22px;
	display: block;
	color: #8B8E85;
	background-color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #8B8E85;
}
*html #subnav li, *html #subnav li a, *html #subnav li a:hover {
	width: 188px;
	margin-bottom: 0px;
}
#subnavbottom {
	background-image:url(../images/bg-sub-sidebar.jpg);
	background-repeat:no-repeat;
	min-height: 500px;
	_height: 500px;
}

/* ----------------------- hacks ------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

* html #toparea div#sidebar { height: 107px }


/* ----------------------- misc ------------------------- */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced { visibility: visible !important; }
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-hasFlash h1 { visibility: hidden }
