/* @override http://dev.spinewest/style.css */

* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#386ab4;
	text-decoration:underline;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
blockquote {
	background:#f1f1f1;
	border-left:2px solid #386ab4;
	color:#444;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
.left {
	float:left;
	margin:0 10px 0 0;
}

.banner {
	border: none;
	float:right;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
}

img {
	float:right;
	position:relative;
	right:0px;
	border-style:solid;
	border-width:1px;
	border-color:#386ab4;
	margin-left:10px;
	margin-bottom:5px;
}

img.img_nofloat {
	float: none;
}

/* body */
body {
	background: #fff url('/images/background_body.jpg') repeat-x;
	color:#666;
	font: 0.7em "Lucida Sans", Verdana, "Trebuchet MS", "Georgia", "Times New Roman", Times, serif;
}

/* header */
#header {
	background:url('/images/background_body.jpg');
	height:315px;
	margin:0 auto;
	position:relative;
	width:760px;
	margin-bottom: 10px;
	/*padding-bottom: 10px;*/
}

#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}

#header h1 {
	height: 75px;
	/*
	font-size:50px;
	font-weight:500;
	left: auto;
	right: auto;
	top: 10px;
	position: relative;
	letter-spacing:3px;
	text-align:center;
	*/
	top:0px;
	/*background: url(images/banner.jpg) no-repeat;*/
}

#header p {
	bottom:25px;
	color:#fff;
	font-size:1.4em;
	position:absolute;
	right:0px;
	text-align: right;
}

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

#header span {
	display: none;
}

#header ul {
	list-style:none;
	position:absolute;
	top:95px;
	margin-top: 1px;
}
#header ul li {
	list-style:none;
}
#header ul li a {
	/*display: block;*/
	/*display: inline;*/
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	width:200px;
	/*padding-top: 8.2px;*/
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 1px;
	padding-bottom: 1px;
	/*padding-right: 9.2px;*/
	/*padding-bottom: 7.5px;*/
	line-height: 20px;
	text-decoration: none;
	position: relative;
	left: -30px;
}
#header ul li a:hover {
	background:#6b92c9;
	color:#eee;
	text-decoration:none;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	width:760px;
}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
} 

/* sidebar */
#sidebar {
	float:left;
	width:210px;
}
#sidebar h3 {
	border-bottom:2px solid #386ab4;
	color:#444;
	font-size:125%;
	font-weight:400;
	line-height:20px;
	padding: 10px 10px 0;
}
#sidebar input {
	/*background:#f1f1f1;*/
	color:#555;
	/*margin:10px;*/
	margin-top:10px;
	padding:5px;
	/*width:180px;*/
}
#sidebar p {
	background:#f1f1f1;
	color:#555;
	display:block;
	font-size:90%;
	line-height:20px;
	margin:10px 0;
	padding:10px;
}
#sidebar p a.more {
	display:block;
	text-align:right;
}
#sidebar ul {
	margin:10px;
}
#sidebar ul li {
	border-bottom:1px solid #386ab4;
	list-style:none;
	padding:5px 2px;
}
#sidebar ul li a {
	color:#333;
	display:block;
	/*font-family:Geneva;*/
	padding:5px;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:#000;
}

/* Main */
#main {
	float:right;
	width:520px;
}
#main p {
	color:#555;
	line-height:20px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#main h2 {
	border-bottom:2px solid #386ab4;
	color:#444;
	font-size:125%;
	font-weight:400;
	line-height:20px;
	padding: 10px 10px 0;
}

#main h4 {
	font-size:115%;
/*	font-weight:8500;*/
	padding: 10px 10px 0;
}

#main ul {
	margin-left: 25px;
	color:#555;
	line-height:20px;
	padding-top: 10px;
	/*padding-left: 10px;*/
	padding-right: 10px;
}

.testimonials ul li {
	padding-bottom: 20px;
}

#main dl {
	/*position: relative;
	left: -15px;*/
	/*margin-left: 25px;*/
	color:#555;
	line-height:20px;
	/*padding-top: 10px;*/
	padding-left: 10px;
	padding-right: 10px;
}

#main dl dt {
	/*margin-left: 25px;*/
	color:#555;
	line-height:20px;
	padding-top: 10px;
	/*padding-left: 10px;*/
	padding-right: 10px;
}

#main dl dd {
	/*margin-left: 25px;*/
	color:#555;
	line-height:20px;
	/*padding-top: 10px;*/
	padding-left: 20px;
	padding-right: 10px;
}


/* footer */
#footer {
	margin:10px auto;
	width:760px;
}
#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#footer p {
	border-top:2px solid #386ab4;
	color:#555;
	font-size:90%;
	line-height:20px;
	padding:10px;
	text-align:center;
}

/* @group Comments Stuff */

/*********** COMMENTS ***********/
#comments {
    float:left;
    width:470px;
}

#commentsInner {
    padding:20px 5px 0 20px;
}

div.oddComment, div.evenComment {
    background: url(/images/CommentMiddle_BG.gif) repeat-y left top;
	margin: 0 0 0 10px;
}
div.oddComment div.commentInner, div.evenComment div.commentInner {
    background: url(/images/CommentTop_BG.gif) no-repeat left top;
	padding: 8px 25px 8px 0;
	margin: 0 45px 0 0;
}

div.oddComment div.commentBottom {
    background:#fff url(/images/CommentBottom_BG.gif) no-repeat left top;
    margin:0;
    padding-top:30px;
}

div.evenComment div.commentBottom {
    background:#fff url(/images/CommentBottom2_BG.gif) no-repeat left top;
    margin:0;
    padding-top:30px;
}

div.commentInner em {
    background:transparent;
    font-style:italic;    
}

div.anonymous div.commentInner {
    background: url(/images/AnonymousTop_BG.gif) no-repeat left top!important;
    
}

div.anonymous div.commentBottom {
    background:#fff url(/images/comments/AnonymousBottom_BG.gif) no-repeat left top!important;
    
}


/*#comments p {
    margin:8px 0 0 0;
}*/

/* @end */

/*** Start Form Stuff ***/

/* @group Form Stuff */

#container{
	margin:7px 0 5px 0;
	text-align:center;
	font-size:small;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	position:relative;
	text-align:left;
}

/*#top{
	margin-top:10px;
}*/

form.wufoo{
	margin: 0px 0px 0 0;
	padding:0 0 0px 0;
}

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

FORM

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

.wufoo{
	font-family:Lucida Grande, Tahoma, Arial, Verdana, sans-serif;
	font-size:small;
}
.wufoo li{
	width:62%;
}
form ul{
	margin:0;
	padding:0;
	list-style-type:none;
	/*width:100%;*/
	font-size:100%;
}
form li{
	margin:0;
	/*padding:4px 5px 2px 5px;*/
	position:relative;
}
form li:after, .buttons:after{
	content:"."; 
	display:block;
	height:0; 
	clear:both; 
	visibility:hidden;
}

form li, .buttons{display: inline-block;}
* html form li, * html .buttons{height: 1%;}
form li, .buttons{
	display: block;
}

form .buttons {
	margin-left: 25px;
}

* html form li div{
	display:inline-block;
}
form li div, form li span{
	margin:0 4px 0 0;
	padding:0 0 8px 0;
	color:#444;
}
form li span{
	float:left;
}
form li div.left{
	display:inline;
	float:left;
	width:48%;
}
form li div.right{
	display:inline;
	float:right;
	width:48%;
}
form li div.left .medium, form li div.right .medium{
	width:100%;
}

.clear{
	clear:both;
}

form li div label, form li span label{
	margin:0;
	padding-top:3px;
	clear:both;
	font-size:9px;
	line-height:9px;
	color:#444;
	display:block;
}
form li .datepicker{
	float:left;
	margin:.1em 5px 0 0;
	padding:0;
	width: 16px;
	height: 16px;
	cursor:pointer !important;
}

/* ----- INFO ----- */

.info{
	display:inline-block; 
	clear:both;
	margin:0 0 1em 0;
	border-bottom:1px dotted #ccc;
}
.info[class]{
	display:block;
}
.info h2{
	font-weight:normal;
	font-size:160%;
	margin:0 0 3px 0;
	clear:left;
}
.info p{
	font-size:95%;
	line-height:130%;
	margin:0 0 12px 0;
}

/* ----- SECTIONS ----- */

form hr{
	display:none;
}
form li.section{
	border-top:1px dotted #ccc;
	margin-top:9px;
	padding-top:13px;
	padding-bottom:0px;
	padding-left:9px;
	width:97% !important;
}
form ul li.first{
	border-top:none !important;
	margin-top:0px !important;
	padding-top:0px !important;
}
form .section h3{
	font-weight:normal;
	font-size:110%;
	line-height:130%;
	margin:0 0 2px 0;
}
form .section p{
	font-size:85%;
	margin:0 0 10px 0;
}

/* ----- BUTTONS ----- */

input.btTxt{
	padding:0 7px;
	width:auto;
	overflow:visible;
}
.buttons{
	clear:both;
	margin-top:10px;
}
.buttons input{
	/*font-size:120%;*/
	color:#555;
	margin-right: 5px;
	padding: 5px;
}

/* ----- FIELDS AND LABELS ----- */

label.desc{
	line-height:150%;
	padding:0 0 1px 0;
	border:none;
	color:#222;
	display:block;
	font-size:95%;
	font-weight:bold;
}
span.symbol{
	font-size:115%;
	line-height:130%;
}
input.text, input.file, textarea.textarea, select.select{
	margin:0;
	font-size:100%;
	color:#333;
}
input.text, textarea.textarea, .firefox select.select{
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background:#fff url(http://wufoo.com/images/fieldbg.gif) repeat-x top;
}
input.text, input.file{
	padding:2px 0 2px 0;
}
input.currency{
	text-align:right;
}

input.checkbox, input.radio{
	display:block;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
	height:13px;
}
label.choice{
	font-size:100%;
	display:block;
	line-height:1.4em;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px 0;
	color:#444;
	width:90%;
}
textarea.textarea{
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}
select.select{
	margin:1px 0;
	padding:1px 0 0 0;
}
select.select[class]{
	margin:0;
	padding:1px 0 1px 0;
}
*:first-child+html select.select[class]{
	margin:1px 0;
}
.safari select.select{
	margin-bottom:1px;
	font-size:120% !important;
}

/* ----- SIZES ----- */

.third{
	width:32% !important;
}
.half{
	width:48% !important;
}
.full{
	width:100% !important;
}

input.small, select.small{
	width:25%;
}
input.medium, select.medium{
	width:50%;
}
input.large, select.large, textarea.textarea{
	width:100%;
}

textarea.small{
	height:5.5em;
}
textarea.medium{
	height:10em;
}
textarea.large{
	height:20em;
}

/* @end */

form#newsletter {
	background:#f1f1f1;
	color:#555;
	display:block;
	font-size:90%;
	line-height:20px;
	margin:10px 0;
	padding:10px;
}

