@charset "utf-8";

/**** LAYOUT STYLES ****/
html {  }

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	background: #f4faef;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444;
min-height: 100%; margin-bottom: 1px;}
.salveo #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #79bf43;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.salveo #banner{
	width:960px;
	height:140px;
	z-index:0;
}

.salveo #bannerLogo{
	float:left;
	width:300px;
}

.salveo #bannerChiro{
	float:right;
	width:170px;
}

.salveo #topNav{
	width:960px;
	height:28px;
	background-color:#79bf43;
	background-image:url(images/nav_back.jpg);
	background-repeat:repeat-x;
	text-align:right;
	clear:both;
}
.salveo #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.salveo #subContent {
	width:600px;
	float:right;
	font-size:13px;
}

.salveo #subLeftColumn{
	width:250px;
	float:left;
	text-align:center;
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
}

.salveo #footer {
	width:960px;
	margin:auto;
	color:#888;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:3px;
}

.salveo #footerLeft{
	float:left;
	width:400px;
	text-align:left;
}

.salveo #footerRight{
	float:right;
	width:400px;
	text-align:right;
}

.salveo #clear{
	clear:both;
}

.salveo #banner_link{
	width:960px;
	height:140px;
	z-index:-1;
}
/**** TEXT STYLES ****/

.salveo #footer a{
	color:#888;
	text-decoration:none;
	font-weight:bold;
}

.salveo #footer a:hover, a:active {
	color:#666;
	text-decoration:underline;
}

.salveo h1 {
	color:#79bf43;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
}

.salveo h2 {
	color:#79bf43;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
}

.salveo ul{
	list-style-image:url(images/bullet.jpg);
	padding-left:16px;
	line-height:20px;
}

.salveo #mainContent a{
	color:#666;
	font-weight:bold;
}

.salveo #mainContent a:hover, a:active {
	color:#888;
}

/*** FAQS STYLES ****/

.salveo #mainContent .question {
	color:#79bf43;
	font-family:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-left:40px;
	background-image: url(images/question.jpg);
	background-repeat: no-repeat;
	height:42px;
	padding-top:25px;
}

.salveo #mainContent .answer {
	margin-left:40px;
	margin-top:-30px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom:10px;
}

.salveo #mainContent ol {
	margin-left:30px;
}

/*** TESTIMONIAL/ENDORSEMENT STYLES ****/

.salveo #mainContent .quote{
	line-height:25px;
	font-style:italic;
	width:500px;
}

.salveo #mainContent #download {
	float:right;
	margin-right:100px;
	width:200px;
	background-color:#f4faef;
	color:#666;
	font-size:16px;
	text-align:center;
	padding:0px 10px;
}

.salveo #mainContent .test_ul {
	padding-left:127px; 
}

/*** HOMEPAGE STYLES ****/

.salveo #mainContentHome {
	/*background-image:url(images/swerve.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;*/
	height:650px;
}

/*** CONTACT US STYLES ***/

.salveo #mainContent td {
	background-color:#f4faef;
	padding:3px;
	border-top:2px solid #fff;
	border-bottom:1px solid #D2EBBC;
	vertical-align:top;
}
.salveo #mainContent th {
	background-color:#f4faef;
	padding:5px;
	border-top:2px solid #fff;
	border-bottom:1px solid #D2EBBC;
	color:#79bf43;
	text-align:right;
	vertical-align:top;
}

.salveo #mainContent .input {
	color:#666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border:1px solid #D2EBBC;
	font-size:12px;
}

.salveo #mainContent .buttons {
	border:3px double #FFF;
	background-color:#79bf43;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding:4px 8px;
}

.salveo #mainContent .buttons:hover {
	cursor: pointer; 
	color:#79bf43;
	background-color:#D2EBBC;
}
