/* @override 
	http://localhost:8888/twinpeaks.css
	http://onlywebsites.com/1/twinpeaks/twinpeaks.css
	http://www.onlywebsites.com/1/twinpeaks/twinpeaks.css
*/

@import url(insurance-old.css);

html, body {
	margin: 0;
	background-image: url(elements/back.gif);
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#header {
	background-image: url(elements/header.png);
	width: 1000px;
	height: 90px;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 50%;
	margin-left: -500px;
}

#header p {
	text-align: center;
	font-size: .85em;
	line-height: 40px;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 250px;
	width: 692px;
}

#header a:link, #header a:visited {
	color: silver;
	text-decoration: none;
	margin-right: 15px;
}

#header a:hover {
	text-decoration: none;
	color: white;
	text-shadow: gray 0 1px 0;
}

#flash {
	width: 956px;
	height: 560px;
	position: absolute;
	z-index: 1;
	top: 40px;
	left: 50%;
	margin-left: -478px;
}

/* CONTENT */

#content {
	width: 900px;
	min-height: 835px;
	position: absolute;
	top: 600px;
	left: 50%;
	margin-left: -450px;
	background: url(elements/content-bg.png) no-repeat;
}

#inside-content {
	width: 900px;
	min-height: 835px;
	position: absolute;
	z-index: 1;
	top: 115px;
	left: 50%;
	margin-left: -450px;
	background: url(elements/content-bg.png) no-repeat;
}

#request-quote {
	margin-left: 25px;
	color: silver;
	font-size: 1em;
	width: 850px;
}

#left {
	width: 575px;
	margin-left: 25px;
	color: silver;
	font-size: 1em;
	float: left;
}

#left h1, #request-quote h1 {
	color: #e2b78b;
	font-size: 1.75em;
	text-transform: capitalize;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-bottom: 5px;
}

#left h2 {
	color: #fff3bc;
}

#left h3 {
	font-size: .9em;
	color: #fff3bc;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top-style: solid;
	border-top-width: 1px;
}

#left b, #request-quote b{
	font-size: 1.2em;
	color: white;
}

#left p, #left li, #request-quote p, #request-quote li{
	font-size: .9em;
}

#inside-content #left li {
	margin-bottom: 10px;
}

#left p a:link, #left p a:visited, #state-left a:link, #state-left a:visited, #state-right a:link, #state-right a:visited, #request-quote a:link, #request-quote a:visited {
	text-decoration: underline;
	color: silver;
}

#left p a:hover, #state-left a:hover, #state-right a:hover, #request-quote a:hover {
	color: white;
}

#left img {
	padding: 10px;
	background-color: white;
	border-style: solid;
}

/* RIGHT COLUMN */

#right {
	width: 250px;
	height: 500px;
	float: right;
	background-image: url(elements/right-boxes.png);
	margin-right: 25px;
	margin-top: 20px;
}

#right ul {
	list-style-type: none;
	padding-left: 20px;
	margin-top: 0;
}

li#right-1 {
	height: 100px;
	width: 210px;
}

li#right-1 p {
	margin-top: 25px;
	text-align: center;
	font-weight: bold;
	color: white;
	margin-bottom: 0;
}

li#right-1 h2 {
	margin-top: 0;
	text-align: center;
	color: #fff3bc;
}

li#right-2 {
	width: 210px;
	height: 215px;
}

li#right-2 h2 {
	color: #fff3bc;
	text-align: center;
	margin-bottom: 0;
}

li#right-2 p {
	font-weight: bold;
	color: white;
	margin-top: 0;
	text-align: center;
}

li#right-2 ul {
	line-height: 25px;
	list-style-type: disc;
	margin-left: 10px;
	color: silver;
}

li#right-2 a:link, li#right-2 a:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

li#right-2 a:hover {
	text-decoration: underline;
}

li#right-3 {
	height: 100px;
	width: 210px;
	padding-top: 15px;
	margin-top: 10px;
}

li#right-3 h1 {
	color: #fff3bc;
	font-size: 1.5em;
	text-align: center;
	margin-top: 0;
	margin: 0;
	font-weight: bold;
	font-style: italic;
}

li#right-3 h3 {
	text-align: center;
	color: white;
	margin: 0;
}

li#right-3 p {
	margin-top: 0;
	font-size: .75em;
	color: white;
	text-align: center;
}

/* FOOTER */

#footer {
	width: 800px;
	text-align: center;
	font-size: .75em;
	color: silver;
	line-height: 2em;
	clear: both;
	padding-top: 25px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}

#footer a:link, #footer a:visited {
	color: silver;
	text-decoration: none;
}

#footer a:hover {
	color: white;
	text-decoration: underline;
}

/* SPECIAL FORMATTING */

span.red {
	font-weight: bold;
	color: #fff3bc;
}

#manage_companies {
	padding-left: 50px;
}

p.callout {
	color: #fff3bc;
	font-weight: bold;
	text-align: left;
	padding-left: 35px;
}

#links u {
	font-weight: bold;
	color: #fff3bc;
	text-decoration: none;
	margin-left: 10px;
}

#state-left {
	float: left;
	margin-left: 50px;
	margin-right: 25px;
}

#state-right {
}

#clear {
	clear: both;
	border-top: 1px solid #fff3bc;
	width: 300px;
	margin-top: 30px;
}

a.squarebutton{
	background: transparent url(http://www.twinpeaksinsurance.com/images/square-gray-left.gif) no-repeat left top;
	display: block;
	font: normal 12px Arial; /* Change 12px as desired */
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 23px; /* Width of left menu image */
	text-decoration: none;
	padding-left: 25px;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: black;
	text-decoration: none;
}

a.squarebutton span{
background: transparent url('http://www.twinpeaksinsurance.com/images/square-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 25px 4px 0;
	text-decoration: none;
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
	text-decoration: none;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
	text-decoration: none;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 185px;
	text-decoration: none;
	margin-left: 35px;
}

/* QUOTE FORMS */

form {
	padding-bottom: 15px;
	padding-top: 15px;
	border: 1px solid white;
	background-color: #e2b78b;
	color: black;
}

table#quote-form p {
	text-align: center;
	font-weight: bold;
	color: black;
	font-size: 1em;
}

td.label {
	text-align: right;
	width: 200px;
}

td.input {
	width: 200px;
	padding-left: 5px;
}

input {
	width: 200px;
	font-size: .75em;
	color: #434343;
}

select {
	font-size: .75em;
	color: #434343;
}

textarea {
	font-size: .75em;
	line-height: 1.25em;
	color: #434343;
}

input.short
 {
	width: 100px;
}

input.check {
	width: 15px;
}