/* 
  -----------------------------------
  Seller's Equity Real Estate
  -----------------------------------
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0;
}

/*Pagewrapper serves as a container for all elements on the page.*/
#pagewrapper{
	margin: 0em auto 0em auto;
	width: 800px;
	left: auto;
	right: auto;
}

/*The masthead DIV contains the background images that comprise the
layout's logo, as well as the logodiv.*/
#masthead {
	height: 181px;
	width: 800px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
/*Tooltip rollover.*/


#flashintro {
	width: 360px;
	height: 239px;
	padding-bottom: 0px;
	float: left;
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 0px;
	margin: 0px;
}

/*Sidebar1 is the left sidebar table cell. We assign a left border for the page*/
#sidebar1 {
	font-size: 0.75em;
	width: 180%;
	border-left: 1px #999999 solid;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 10px;
}

/*Maincontent is the center content table cell. We assign a background
image to create a dashed vertical rule between maincontent and sidebar1.*/
#maincontent {
	font-size: .9em;
	border-right: 1px #999999 solid;
	color: #333333;
	border-left: 1px #999999 solid;
	margin: 0px;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 16px;
	padding-left: 10px;
} 
/*Maincontent paragraph margins.*/
#maincontent p {
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}
.pic {
	float: left;
	padding-right: 10px;
	padding-top: 0px;
	width: 166px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.pic2 {
	float: right;
	padding-right: 0px;
	padding-top: 0px;
	clear: left;
	padding-left: 15px;
	padding-bottom: 0px;
}

/*Sidebar2 is the right sidebar table cell. We assign a border
to create a vertical rule for the maincontent page.*/
#sidebar2 {
	font-size: .8em;
	padding: 20px;
	width: 160px;
border-right: 1px #999999 solid;
}

/*The copyrightcell carries the textured background along the bottom
edge of the mainbox. Nested inside this cell is the
copyrightnotice DIV.*/
#copyrightcell {
 }

/*Copyrighnotice contains the embedded copyright notice, which
also creates the bottom left curve of the main box. We also set
a background image that completes the bottom curve.*/
#copyrightnotice {
	background-image: url(../images/se_copyright.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 800px;
	height: 74px;
}
#footertext  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 610px;
	padding-top: 45px;
}
#footertext    a {
	color: #FFFFFF;
}
#footertext   a:hover   {
	color: #CCCCCC;
	text-decoration: underline;
}
h1/*Heading Styles*/
   {
	font-size: 1.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #339900;
	text-align: left;
	line-height: normal;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 15px;
}
h2 {
	font-size: 1.2em;
	color: #339900;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0em;
	margin-bottom: 0px;
	margin-left: 0em;
}
h3 {
	font-size: 1.2em;
	margin-bottom: 12px;
}
h4 {
	font-size: 1.1em;
	color: #339900;
}
.centered {
	margin: 0px 0px 0px 0px;
text-align: center; 
}
#sidebar1 h3, #sidebar2 h3 {
	color: #666666;
}
/*the top class is applied to headings at the top of a DIV when we want
those heading to be flush with the top of the DIV. This class can be
assigned to any element to set its margin to zero.*/
.top {
	margin: 0;
	font-weight: bold;
	color: #339900;
}
/*Forms*/
form {
padding: 0px;
font-size: 100%;
min-width: 350px;
max-width: 450px;
width: 350px;
margin: 0px;
}
formB {
	padding: 0px;
	font-size: 100%;
	min-width: 600px;
	max-width: 600px;
	width: 100%;
	margin: 0px;
}
input.txt {
color: #333333;
background-color: #ffff66;
border: 1px #006600 inset;
width:200px; 
}
input.btn {
color: #000088;
background-color: #ffff66;
border: 1pt #006600 outset;
}
form p {
clear: left;
margin: 0px;
padding-top: 2px;
padding: 0px;
 }
form p label {
float: left;
width: 40%;
font-family: "Trebuchet MS", Arial, sans-serif;
font-weight: normal;
line-height: normal;
font-size: .9em;
margin-right: 0px;
}
fieldset {
	border: 1px #006600 solid;
	margin-top: 5px;
	padding: 7px;
	width: 500px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
 
legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #339900;
	background-color: #FFFFFF;
 }
#buttons {
}
#buttons    a:lInk {
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
}
#buttons  a:hover {
	text-decoration: none;
}
img { border: none; }

/*Link Styles. Applies to links except
those that are in the main menubar.*/
a:link {
	color: #339900;
	text-decoration: none;
	font-weight: normal;
}
a:visited  {
	color: #66CC00;
	text-decoration: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#sidecontent a:visited {
	color: #336699;
text-decoration: none; }
#sidecontent a:hover, #sidecontent a:active, #sidecontent a:focus {
	color: #333333;
text-decoration: none; }
#pagewrapper2 {
	margin: 0em auto 0em auto;
	width: 1024px;
	left: auto;
	right: auto;
}
#masthead2 {
	height: 181px;
	width: 11024000px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
/*Whenever we want a magazine style drop cap*/
.dropcap {
	float: left;
	color: #999999;
	margin-right: 3px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 60pt;
	font-style: normal;
	line-height: 0.8em;
	font-weight: normal;
	font-variant: normal;
}
