@charset "utf-8";
/* Stylesheet for Senior Brokerage Services Website */


body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	background-color: #fff;
	color:navy;
}
p, h1, h2, h3 {
	margin:0;
	padding:0;
}

h1 {
	text-align:center; 
	font-size:30px; 
	color:#00c;
}

h2 {
	text-align:center; 
	font-size:24px; 
	color:#00c;
	border-top:1px solid #00c;
	border-bottom:1px solid #00c;
	padding:2px 0;
	margin-bottom:18px;
}

#mainwrap {
	background-color:white;
	width:922px;
	margin:10px auto;
	border: 1px solid black;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	-moz-box-shadow:10px 10px 8px #999;
	-webkit-box-shadow:10px 10px 8px #999;
	box-shadow:10px 10px 8px #999;
}
	

header {
	background-color:#ddf;
/*	padding:10px;
*/	margin:2px;
	border:1px solid #88e;
	background-image:url(../images/SBS_Banner_02_No_Outline.jpg);
	background-repeat:no-repeat;
	height:220px;
-webkit-border-top-left-radius: 16px;
-webkit-border-top-right-radius: 16px;
-moz-border-radius-topleft: 16px;
-moz-border-radius-topright: 16px;
border-top-left-radius: 16px;
border-top-right-radius: 16px;
}

nav {
	text-align:center;
	margin:4px;
}

article {
	padding:0 20px 20px 20px;
}

footer{
	background-color:#ddf;
	font-size:12px;
	text-align:center;
	color:#88e;
	padding:10px;
	margin:2px;
	border:1px solid #88e;
-webkit-border-bottom-right-radius: 16px;
-webkit-border-bottom-left-radius: 16px;
-moz-border-radius-bottomright: 16px;
-moz-border-radius-bottomleft: 16px;
border-bottom-right-radius: 16px;
border-bottom-left-radius: 16px;
}

footer a{
	color:#66b;
	text-decoration:none;
	padding:0 2px;
}

footer a:hover {
	background-color:#aaf;
	color:white;
}

.inset200{margin-left:200px}

.roundbox-me {
	border:1px solid #aaa;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:5px 5px 3px #ddd;
	-moz-box-shadow:5px 5px 3px #ddd;
	box-shadow:5px 5px 3px #ddd;
}

.counter_container {
	text-align:center;
	margin-top:200px;
}

/* *************************** WIDTH STYLINGS ************************** */

.fullwidth {
	width:890px;
	margin:5px auto;
	padding:5px
}
	
.thirdwidth {
	width:276px;
	float:left;
	margin:10px 9px;
	padding:5px;
}

.two-third-width {
	width:520px;
	float:left;
	margin:10px 9px;
	padding:5px;
}

.clearboth {clear:both;}
.ghost {display:none;}

/* *************************** IMAGE STYLINGS ************************** */
.img_right {
	float:right;
	margin-left:6px;
}
.img_left {
	float:left;
	margin-right:6px;
}
.img_frame {
	padding:10px;
	border:1px solid #BBB;
	margin-right:+10px;
	margin-bottom:+6px;
	-webkit-box-shadow:5px 5px 5px #bbb;
	-moz-box-shadow:5px 5px 5px #bbb;
	box-shadow:5px 5px 5px #bbb;
}

/* *************************** TESTIMONIALS STYLINGS ************************** */
.citation {
	background-color:#e8eeff;
	border-style:outset;
	border-color:#88d;
	border-width:4px;
	padding:8px;
	width:600px;
	margin:0 auto;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:8px;
	-webkit-box-shadow:5px 5px 5px #bbb;
	-moz-box-shadow:5px 5px 5px #bbb;
	box-shadow:5px 5px 5px #bbb;
}

.attrib {
	width:200px;
	margin-left:380px;
	font-size:15px;
	margin-top:5px;
}
/* *************************** CCUP FORM STYLINGS ************************** */
.form_container {
	width:604px;
	margin:0 auto;
}