html, body {
	background:#33966a;
	margin:0px 0px; 
	padding:0px;
	text-align:center;
}

#wrap {
	background:#fff;
	border:1px solid #666;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:0px auto;
	position:relative;
	text-align:left;
	width:980px;
}

#top_bar { 
	position:relative;
}

#footer {
	border-top:1px dotted #797979;
	color:#000;
	text-align:center;
}

#footer img {
	margin:5px;
	max-width:140px;
}

#header {
	margin-bottom:5px;
	position:relative;
	text-align:center;
}

#rightColumn {	
	float:right;
	font-size:13px;
	padding:5px;
	padding-top:0;
	width:350px;
}

#header a {
	color:#FFF;
	font-weight:bold;
}

.form_text {
	background:#fff;
	border:1px solid #000;
	color:#383838;
	font-size:14px;
	height:24px;
}
.form_text2 {
	background:#fff;
	border:1px solid #000;
	color:#383838;
	font-size:14px;
	height:34px;
	width:95%;
}

.form_text:focus, .form_text:hover {
	background:url('/images/inputbgfocus.png') repeat-x top left transparent;
}

.form_submit {
	background:url('/images/sub.png') no-repeat top left transparent;
	border:0px;
	font-size:16px;
	height:100px;
	width:150px;
	margin-right:50px;
}

.form_submit:focus, .form_submit:hover {
	background:url('/images/subf.png') no-repeat top left transparent;
}

#menu {
	background:#000;
	font-size:2em;
	margin-bottom:10px;
	padding:0;
	position:relative;
	z-index:2;
}

a { 
	border:0;
	text-decoration:none; 
}
a:visited { text-decoration:none; }
a:hover { text-decoration:underline;}

#content {
	float:left;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	width:600px;
}

.blueBox {
	background:#eaf1ff;
	border:2px solid #ccc;
	margin-bottom:10px;
	padding:2px;
}

.blueBox h1 {
	background:#004996;
	color:#fff;
	font-size:14px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0;
	margin-bottom:5px;
	padding: 5px;
}

#content h1 {
	text-transform:uppercase;
	font-size:18px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#FFF;
	background:#004996;
	padding: 5px;
	margin-bottom:15px;
}

td { 
	text-align:right; 
	background:transparent; 
	color:#000; 
	font-size:10px; 
	font-weight:bold;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

select { width:100px;height:30px;font-size:12px; }
	
.sbutton { 
	width:700px;
	height:25px;
	/*background:url('/stopforeclosuregroup/images/quote.jpg') no-repeat top left #FFF;
	color:#000;
	border:1px solid #000;
	font-weight:bold;
	text-transform:uppercase;*/
}
#infoform p {
	text-align: center;
	font-size: 12px;
}

h3 { font-size:14px; }

#footer a {
	color: #fff;
}

#content a {
	color: #666666;
}

#content a:hover {
	color: #000;
}

#login {
	float:right;
	margin-right:25px;
	margin-top:10px;
	text-align:right;
}

#login img {
	float:right;
}

#headerVideo {
	background:#000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	bottom:10px;
	padding:5px;
	position:absolute;
	right:15px;
}

.keepYours {
	float:right;
}

.shadow {
	/*Specific shadowing*/
	-moz-box-shadow: 12px 12px 16px #000;
	-webkit-box-shadow: 12px 12px 16px #000;
	box-shadow: 12px 12px 16px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=16, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=16, Direction=135, Color='#000000');
	margin-bottom:5px;
}

textarea, select, input {
	margin-bottom:10px;
	padding:5px;
	border:1px solid #888;
	width:95%;
}

#chatBox {
	background:#fff;
	margin:0 auto;
}

#chatMessages {
	border:1px solid #000;
	height:200px;
	overflow-y:scroll;
}

.shadowR {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	/*Specific shadowing*/
	-moz-box-shadow: 4px 4px 6px #000;
	-webkit-box-shadow: 4px 4px 6px #000;
	box-shadow: 4px 4px 6px #000;
	/* For IE 6 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#000000');
	margin-bottom:10px;
	padding:5px;
	border:1px solid #000;
}

.msg {
	border:1px solid #ccc;
	margin:2px;
}

.msgFrom {
	font-size:.7em;
	margin-bottom:2px;
	padding:1px;
	text-align:right;
}

.msgMsg {
	margin-bottom:2px;
	padding:1px;
}

.msgTime {
	font-size:.7em;
	text-align:right;
}

#gtee {
	text-align:center;
}

#agentsAndTests h1 {
	background:#004996;
	font-size:14px;
	margin:0;
}

#agents, #tests {
	background:#eaf1ff;
	border: 2px solid #aaa;
	float:left;
	margin:3px;
	width:290px;
}

.agent, .test {
	border-bottom:1px solid #ccc;
	font-size:.9em;
	padding:5px;
}

.agent img {
	float:left;
	margin-right:3px;
}

.test {
	font-style:italic;
}

.test a {
	display:block;
	text-align:right;
}

#linkBottom {
	background:#004996;
	color:#fff;
	text-align:center;
}

#linkBottom a {
	color:#fff;
	display:inline-block;
	padding:5px;
}

#rotPic {
	height:375px;
}

#logoArea {
}

#logoArea img {
	border:1px solid #ccc;
	display:inline-block;
}

#scrobText {
	color:#666;
	font-family:Times New Roman, Helvetica;
}

#smbuttons a {
	border:2px solid #fff;
	border-radius:10px;
	display:inline-block;
	height:37px;
	margin:10px;
	text-decoration:none;
	width:37px;
}

#rss {
	background:url('/images/smbuttons.jpg') -212px -7px;
}

#facebook {
	background:url('/images/smbuttons.jpg') -160px -7px;
}

#twitter {
	background:url('/images/smbuttons.jpg') -262px -167px;
}

#youtube {
	background:url('/images/smbuttons.jpg') -263px -219px;
}

