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 {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background-color: #EFECCA;
}

#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #333333;
	background: url('images/couch.jpg') no-repeat #d1bda5;
}

#title {
	background-color: #E6E2AF;
	padding: 10px;
	border-bottom: 1px solid #000;
	width: 780px;
	height: 60px;
	font-family: Arial, sans-serif;
	color: #046380;
}

#title h1 {
	font-size: 40px;
	font-weight: lighter;
}

#title h2 {
	font-style: italic;
	font-size: 24px;
	font-weight: lighter;
}

#title h4 {
	text-align: right;
	font-weight: lighter;
}

#title h5 {
	text-align: right;
	font-weight: lighter;
	margin-top: 10px;
}

#title h5 a {
	color: #002F2F;
	text-decoration: none;
}

#title h5 a:hover {
	color: #046380;
}

#left {
	width: 550px;
	float: left;
}

#right {
	margin-top: 20px;
	width: 230px;
	float: right;
}

#polaroids {
	float: right;
	display: block;
}

#bob_polaroid {
	float: right;
	display: block;
	margin-right: 30px;
}

#nav {
	float: left;
	width: 180px;
	height: 370px;
	display: block;
	margin-left: 11px;
}

.quickQuote {
	font-size: 14px;
}

#mid {
	height: 387px;
}

.corp_links {
	font-size: 16px;
}

.content {
	width: 760px;
	background-color: #E6E2AF;
	color: #002F2F;
	border: 1px solid #000;
	padding: 10px;
	margin-left: 10px;
	font-family: Arial, sans-serif;
	line-height: 130%;
	font-size: 14px;
	font-weight: 100;
}

.content p {
	text-indent: 20px;
}

.content2 {
	background-color: #E6E2AF;
	color: #002F2F;
	border: 1px solid #000;
	padding: 10px;
	font-family: Arial, sans-serif;
	line-height: 130%;
	font-size: 15px;
	font-weight: 100;
}

.content_list {
	list-style-type: disc;
	margin-left: 30px;
}

.sign {
	width: 200px;
	margin-left: 550px;
}

#bottom {
	margin-top: 15px;
	margin-bottom: 15px;
}

#address {
	font-family: Arial, sans-serif;
	color: #002F2F;
	text-align: center;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

#address p {
	font-size: 12px;
	padding: 2px;
}

#address p a {
	color: #002F2F;
	text-decoration: none;
}

#address p a:hover {
	color: #046380;
}

.corp_links a {
	color: #002F2F;
}

.corp_links a:hover {
	color: #046380;
}


#informer {
	font-family: Arial, sans-serif;
	color: #002F2F;
	width: 800px;

}

#informer p {
	font-size: 12px;
}

#informer p a {
	
	color: #046380;
	text-decoration: none;
}

#informer p a:hover {
	color: #002F2F;
}

.content p a.calc {	
	color: #046380;
	text-decoration: none;
}

.content p a.calc:hover {
	color: #002F2F;
}

#informer #copy {
	margin-left: 5px;
	width: 300px;
	float: left;
}

#informer #designer {
	width: 128px;
	float: right;
}

#credits {
	margin-left: 20px;
	float: left;
	width: 200px;
	text-align: center;
}

#former {
	margin-top: 10px;
	border-top: 1px dotted #000;
}

#former p {
	text-align: center;
	font-family: Arial, sans-serif;
	color: #002F2F;
	border-bottom: 1px dotted #000;
	height: 35px;
	padding-top: 13px;
	background-color: #EFECCA;
}

#calcy th {
	background-color: #E6E2AF;
}

#calcy {
	background-color: #EFECCA;
}

#calcy tr {
	font-family: Arial, sans-serif;
	color: #002F2F;
	background-color: #EFECCA;
}

#calcy tr.odd {
	background-color: #E6E2AF;
}

#former p.odd {
	background-color: #E6E2AF;
}

#former label {
	width: 200px;
	float: left;
	text-align: right;
}

#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(Scripts/assets/spinner.gif) no-repeat center;
}

#former p.error {
	color: #FF0000;
}

#former p.complete {
	color: #00AA00;
}

.labeler {
	width: 30px;
	text-align: center;
}

th {
	text-align: center;
}

