/*-----------------------------------------------------------------------------
Rocksprings Abstract & Title Co. Style Sheet

version:   1.0
author:    Susan Carpenter
email:     contact@epageboy.com
website:   http://www.ePageBoy.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

h2 {color: #336;}

/* Class for clearing floats */
.clear {
	clear: both;
}


/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
	background: url(../images/pattern.gif) repeat;
  font: 100%/1.6 "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	text-align: center;
	min-width: 760px;
}

#content {
	position: relative;
	width: 65%;
	float: right;
	padding: 1em;
}

#contentNoNav {
	position: relative;
	width: 100%;
}

#footer {
	clear: both;
	border-top: #0000AA solid 4px;
	border-bottom: #0000AA solid 4px;
	height: 2em;
	padding: 1em;
	background: url(../images/stewartLogo.gif) no-repeat center left;
}

#header {
	height: 50px;
	margin: 0;
	background: url(../images/brandingHeader.gif) repeat-x top left;
	border-top: #0000AA solid 4px;
}

#wrapper {
	position: relative;
	width: 80%;
	height: auto;
	background: #ffc;
	margin: 0 auto;
	text-align: left;
}

/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/

#home #mainNav .home a,
#premium #mainNav .premium a,
#order #mainNav .order a,
#about #mainNav .about a,
#contact #mainNav .contact a {
	color: #8984E8;
	cursor: default;
	background: #ffc;
	font-variant: small-caps;
	letter-spacing: .2em;
}

/* =Branding
-----------------------------------------------------------------------------*/

#branding {
	position: relative;
	height: auto;
	padding: 1em 0;
	border-bottom: #0000AA solid 4px;
	border-top: #0000AA solid 4px;
}

#branding h1 {
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #336;
	margin: 0;
}

#branding h2 {
	color: #880000;
	text-align: center;
	margin: 0;
}


/* =Main Nav
-----------------------------------------------------------------------------*/

#mainNav {
	width: 20%;
	height: auto;
	float: left;
	font-size: 90%;
	padding: 1em 0 0 1em;
}

#mainNav a:visited {
	color: #800;
	font-weight: normal;
}

#mainNav a:hover {
	background-position: right bottom;
	color: #ffc;
}

#mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainNav ul a {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #336;
	font-weight: bold;
	text-indent: 30px;
	text-decoration: none;
	background: #ffc url(../images/navRollover.gif) no-repeat left bottom;
}


/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/
#contactInfo {
  font: 100%/1.6 "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
}

#contactInfo span {
	text-align: right;
}

#staff {
	font-size: 85%;
	list-style: none;
}

#staff li li {
	margin-top: -.5em;
}

#staff ul {
	list-style: none;
	margin-top: -.5em;
	padding-left: 1em;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/

#copyright {
	float: right;
	color: #666;
}

#copyright a {
	text-decoration: underline;
}

#copyright ul {
	margin: 0.25em 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	font-size: 75%;
	text-align: right;
}

#ePB {
	color: #006;
	font-family: "Comic Sans MS";
}

#ePB a {text-decoration: none;}
#ePB a:visited {color: #006;}
#ePB span {color: #900;}


/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid #ccc;
	background: #ffc;
	clear: both;
	margin: 1em 0;
	padding: 1em;
}

form h2 {
	font-variant: small-caps;
	margin-bottom: -1em;
	text-align: center;
}

form h5 {
	margin-left: 1em;
	margin-bottom: 0.25em;
}

input {
	margin: 0.25em 1em;
	width: 15em;
}

input#orderDate {
	background: #ffc;
	border: none;
}

input#streetAddr {
	margin-bottom: 0.5em;
	width: 25em;
}

#serviceColumns #colOne input, 
#serviceColumns #colTwo input {width: auto;}

label {
	float: left;
	font-size: 90%;
	margin: 0 1em;
	text-align: right;
	width: 10em;
}

label#biCommitBy, label#biCloseDate {width: auto;}
label#piAddr, label#piDesc {width: 8.5em;}

#buyerInfo label {width: 12em;}
#loanInfo label {width: 7em;}
label#piCmts {margin-top: 1em;}

#serviceColumns #colOne label, 
#serviceColumns #colTwo label {
	float: none;
	margin: 0;
	text-align: left;
	vertical-align: middle;
}

legend {
	font-weight: bold;
}

select {
	float: left;
	margin: 0em 1em;
	margin-left: 1.25em;
	width: 8em;
}

textarea {
	margin: 0 1em;
	height: 3em;
	width: 25em;
}

textarea#comments {margin-top: 1em;}

#thanks {
	color: #880000;
	text-align: center;
	padding: 2em;
}

.require {
	color: red;
	font-size: 70%;	
}
	
#error {
	border: double #336;
	color: red;
	font-size: 85%;
	font-weight: bold;
	margin-left: 10%;
	text-align: center;
	width: 75%;
}

#adlCmts {float: left;}
	
#buyerInfo #commitYr,
#buyerInfo #commitMo,
#buyerInfo #closeYr,
#buyerInfo #closeMo,
#buyerInfo #closeDay {margin-top: 0.5em;}

#colOne, #colTwo {
	float: left;
	width: 35%;
}

#clear, #exit {width: 5em;}
#closeDay {margin-top: 0.5em;}

.center {text-align: center;}

#orderDate {
	float: right;
	height: 1.5em;
	width: 11em;
}

#phone, #fax, #buyPhone, #sellPhone {width: 7em;}
#price, #loanAmt {width: 8em;}
#sellZip {width: 5.5em;}
#serviceColumns {margin: 0 0 0 2em;}
#state, #sellState {width: 9.5em;}
#zip {width: 5.5em;}

/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}


/* =Misc 1
-----------------------------------------------------------------------------*/


/* =Misc 2
-----------------------------------------------------------------------------*/
