
/* ---------------------------------------------------------------------------------------------------------

U.S. Escrow
http://www.usescrow.net/

Design, Code, Interactivity, and Management: Tony Scialdone
http://www.straightstreetdesign.com/

--------------------------------------------------------------------------------------------------------- */

/* Universal Declarations */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
body * { position: relative; }
html { background : url(null) fixed no-repeat; } 			/* this fixes an IE problem. Scrolling some pages causes corruption in the rendering. */
:focus { outline: 0; background: #eee; color: #00f; }					/* remember to define focus styles! */
table { border-collapse: collapse; border-spacing: 0; } 		/* tables still need cellspacing="0" in the markup */


/* Block Level Elements */

html {
	height: 100%;
	background: #fff url(../images/bg_body.jpg) repeat-x left top; }

body {
	margin: 0;
	padding: 0 0 77px 0;
	background: #fff url(../images/bg_body.jpg) repeat-x left top;
	font-size: 100.01%;
	border-top: 5px solid #000; }

#wrap {
	margin: 0 auto;
	width: 728px;
	background: transparent;
	font: 0.7em/1.5em verdana, arial, sans-serif;
	color: #000; }

#header {
	margin-bottom: -7px;
	height: 120px;
	background: url(../images/logo2.png) no-repeat 21px 7px; }

#content {
	float: left;
	padding: 0px 0 49px 0;
	width: 100%;
	background: url(../images/bg_content.jpg) no-repeat center top; }

#primary {
	float: left;
	top: 7px;
	left: 14px;
	padding: 0 0 49px 0;
	width: 520px;
	font-size: 108%; }

#secondary {
	float: left;
	top: 7px;
	left: 14px;
	padding-bottom: 150px;
	width: 180px;
	background: #ede7d4 url(../images/bg_secondary.jpg) no-repeat center bottom; }

#footer {
	clear: both;
	margin: 77px 0 0 0;
	padding: 14px 0;
	border-top: 3px solid #613916; }


/* Nav Styles */

.nav {
	margin: 21px 0;
	padding: 0;
	width: 100%; }

.nav li {
	margin: 0 14px 10px 14px;
	text-align: left;
	list-style-type: none; }

.nav a:link,
.nav a:visited,
.nav a:active {
	text-decoration: none;
	font: normal 100%/1em verdana, arial, sans-serif;
	color: #613916;
	text-align: left;
	border: 0; }
.nav a:hover {
	border-bottom: 1px dotted #613916; }


a:link,
a:visited,
a:active {
	text-decoration: none;
	font-size: 100%;
	color: #613916;
	border-bottom: 1px dotted #613916; }
a:hover {
	text-decoration: none;
	color: #f00;
	border-bottom: 1px dotted #f00; }



/* Headlines */

h1 {
	margin: 0;
	padding: 4px 0;
	background: url(../images/bg_h1.jpg) repeat-x;
	font: normal 200%/1.5em arial, sans-serif;
	color: #dcd0aa;
	letter-spacing: -1px;
	text-indent: 14px;
	border: 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	behavior: url(misc/PIE.htc); }

h1 span {
	float: right;
	right: 14px;
	color: #dcd0aa;
	text-align: right; }

h2 {
	margin: 21px 0 14px 21px;
	font: normal 164%/1.5em arial, sans-serif;
	color: #613916; }

h2+p { margin-top: 0; }

h3 {
	margin: 21px 0 14px 21px;
	font: normal 164%/1.5em arial, sans-serif;
	color: #613916; }

h4 {
	margin: 21px 0 14px 21px;
	font: normal 164%/1.5em arial, sans-serif;
	color: #613916; }

h5 {
	margin: 21px 0 14px 21px;
	font: normal 164%/1.5em arial, sans-serif;
	color: #613916; }


/* Paragraphs */

p {
	margin: 14px 21px 0 21px;
	line-height: 1.5em;
	text-align: left; }

body#qa #primary p.q {
	margin: 28px 21px 0 21px;
	font-weight: bold; }

body#qa #primary p { margin-top: 7px; }

body#privacy #primary p { text-align: justify; }

body#privacy #footer p { text-align: center; }
body#legal #footer p { text-align: center; }

#footer p {
	margin-top: 0;
	text-align: center; }

#footer p.copy {
	margin-top: 14px;
	font-size: 90%;
	color: #666; }

/* Images */

#primary img {
	float: right;
	margin: 21px 0 14px 14px;
	padding: 4px;
	background: #fff;
	border: 1px solid #000; }

#primary img.none { border: 0; }


/* Ordered Lists */

ol {
	margin: 14px 28px 0 49px;
	list-style-position: outside; }

ol li {
	margin: 0 14px 7px 0px;
	text-align: justify; }


/* Unordered Lists */

ul {
	margin: 14px 28px 0 49px;
	list-style-position: outside; }

ul li { margin: 0 14px 7px 0px; }


/* Blockquotes */

blockquote {
	margin: 21px 21px 0 21px;
	border-top: 1px solid #666; border-bottom: 1px solid #666; }

blockquote p {
	margin: 0;
	padding: 14px;
	background: url(../images/quotes.gif) no-repeat 5px 10px;
	font-weight: bold;
	color: #613916; }

/* Forms */

form {
	margin: 21px; }

label {
	clear: both;
	display: block;
	margin: 0;
	font-weight: bold;
	color: #613916;
	text-transform: uppercase; }
	
label span { color: #f00; }

input {
	display: block;
	margin: 0 0 14px 0;
	padding: 4px;
	width: 250px;
	background: #fff;
	font: bold 100%/1.3em tahoma, verdana, arial, sans-serif;
	color: #00448d;
	border: 1px solid #c2c2c2; }

input[type $='hidden'] { display: none; }

textarea {
	clear: both;
	display: block;
	overflow: auto;
	margin: 0 0 7px 0;
	padding: 4px 4px 0 4px;
	width: 400px;
	height: 100px;
	background: #fff;
	font: normal 100%/1.3em tahoma, verdana, arial, sans-serif;
	color: #00448d;
	border: 1px solid #c2c2c2; }

select {
	margin: 7px 0 7px 0;
	background: #fff;
	border: 1px solid #c2c2c2; }

input.button {
	clear: both;
	display: block;
	margin: 28px 0 0 0;
	padding: 5px 15px;
	width: auto;
	background: #dcd0aa;
	font-size: 108%;
	font-weight: bold;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #333; }

div#checks {
	margin: 0;
	padding: 0;
	width: 100%; }

div#checks h3 { margin-left: 0; }

div#checks input {
	display: inline;
	top: 2px;
	margin: 0 7px 0px 0;
	width: auto; }

div#checks label {
	margin: 0 0 7px 0;
	font-weight: normal;
	text-transform: none; }







/* Tables */

table {
	table-layout: fixed;
	width: 100%;
	overflow: hidden; }


/* Classes and Stuff */

strong { font-weight: bold; }
em { font-style: italic; }
.bold { font-weight: bold; }
.right { text-align: right; }
.left { text-align: left; }
.center { display: block; margin: 0 auto; text-align: center; }
.red { color: #f00; }



/* Intelligent Navigation */

body#index li.home a { color: #fc3; }


/* Web Safe Fonts include:
	Times New Roman
	Georgia
	Andale Mono
	Arial
	Arial Black
	Century Gothic
	Impact
	Trebuchet MS
	Verdana
	Comic Sans MS
	Courier New
*/
