/* ------------------------ GLOBAL STYLES ---------------------------*/	

body {
	background: #fff;
	color: #4d4c44;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
	
.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

a {
	color: #4D4C44;
	text-decoration: none;
}

h3 {
	color: #a9544f;
	margin: 0;
}

/* ------------------------ WRAPPER/PAGE STYLES ---------------------------*/	

#wrapper {
	margin: 0px auto;
	width: 870px;
}

#wrapper-bottom {
	height: 10px;
	vertical-align: bottom;
}

#page {
	margin-top: 15px;
	text-align: left;
}

/* ------------------------ HEADER STYLES ---------------------------*/	

#page-top {
	background: url("../images/topbar.png") top center no-repeat;
	height: 30px;
	padding: 7px 15px 0;
}

#page-header {
	height: 100px;
	position: relative;
}

#header-title {
	left: 15px;
	position: absolute;
	top: 5px;
}

#header-callback {
	position: absolute;
	right: 15px;
	top: 10px;
}

#header-newsletter {
	position: absolute;
	right: 225px;
	top: 10px;
}

/* ---------------------- BANNER STYLES ---------------------------- */

#page-banner {
	height: 165px;
	text-align: center;
}

/* ---------------------- NAV STYLES ---------------------------- */

#main-nav {
	float: left;
	padding: 15px 10px 50px 10px;
	width: 150px;
}

#main-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#main-nav ul li {
	margin: 0 0 10px 0;
	padding: 0;
}

#main-nav ul li a.active {
	color: #4d4c44;
	font-weight: bold;
}

#main-nav ul li a {
	color: #4d4c44;
	font-size: 14px;
}

#main-nav ul li ul {
	list-style-image: url("../images/greenbullet.png");
	margin: 5px 0 0 20px;
}

#main-nav ul li ul li {
	margin: 0 0 5px 0;
	padding: 0;
}

#main-nav ul li ul li a {
	color: #333;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
}


/* ---------------------- CONTENT STYLES ---------------------------- */

#main {
	background: url("../images/navbg.png") top left repeat-y;
}

#main-content {
	line-height: 1.75em;
	margin-left: 20px;
	margin-bottom: 30px;
	float: left;
	width: 480px;
}

#main-content a, #main-story a {
	color: #A44E52;
	font-weight: bold;
	text-decoration: none;
}

#main-content a:hover, #main-story a:hover {
	border-bottom: 1px #A44E52 solid;
}

#main-content p {
	margin-bottom: 10px;
	margin-top: 5px;
}

#main-content ul {
	list-style-position: outside;
}

#main-content h1 {
	margin-bottom: 10px;
}

.pagetitle {
	color: #A44E52;
	font-size: 16px;
	font-weight: bold;
}

#main-content h2 {
	color: #2F2F2F;
	font-size: 16px;
}

#main-content h3 {
	color: #809249;
	font-size: 14px;
}

#sectionlisting {
	margin-top: 30px;
	padding-bottom: 15px;
	padding-top: 15px;
}

#sectionlisting ul li {
	margin-bottom: 5px;
}

.sectionlistitem {
	border-top: 1px #ddd solid;
	padding-top: 15px;
	margin-bottom: 30px;
}

.sectionlistitem h1 {
	font-size: 13px;
}

#main-story {
	background: url("../images/title_info.png") 0px 0px no-repeat;
	border-top: 1px #ddd dotted;
	border-bottom: 1px #ddd dotted;
	margin: 0px 0px 10px 15px;
	float: right;
	padding-top: 5px;
	width: 180px;
}

#main-story h3 {
	font-size: 11px;
}


/* ---------------------- FOOTER MENU --------------------------- */

#footer {
	list-style: none;
	margin-right: 30px;
	padding-bottom: 50px;
}

#footer li {
	color: #9b9a9a;
	font-size: 11px;
	float: right;
}

#footer li a {
	color: #9b9a9a;
	border-right: 1px #bbb solid;
	text-decoration: none;
	padding-right: 10px;
	margin-right: 10px;
}

/* -------------------- CONTACT FORMS ----------------------------- */

form span {
	clear: both;
	display: block;
	padding-top: 3px;
}

form span label {
	float: left;
	margin-right: 10px;
	text-align: right;
	width: 25%;
}

form span input, form span textarea {
	float: left;
}

.inputtext {
	border: 1px #b5b6b2 solid;
	color: #888;
	font-size: 11px;
	height: 15px;
	padding: 0 2px 0;
}

#contactform-msg {
	clear: both;
	color: green;
	font-weight: bold;
	text-align: center;
}

label.error {
	display: none;
}

/* Versantus styles */
.homepage #main-nav {
  float:none;
  padding:0;
  width:auto;
  border-top:1px dotted #54595e;
}

.homepage #main-nav ul {
  margin-top:5px;
  display:block;
  width:100%;
  height:25px;
}

.homepage #main-nav li {
  float:left;
  padding:0 18.8px;
  border-left:1px solid #54595e;
  display:inline-block;
}
.homepage {
    font-family: helvetica, sans-serif;
    line-height: 1.25em;
}
.homepage #main-nav li.first {
  border-left:none;
  padding-left: 12px;
}

.homepage #main-nav ul li a {
  font-size:1em;
}

.homepage #main-nav ul li a:hover {
  text-decoration:underline;
}

.homepage #main-nav li a.active {
  font-weight:normal;
}

.homepage #main-nav .greendot {
  background:url('/images/greendot.png') top right no-repeat transparent;
  width:11px;
  height:8px;
  text-align:right;
  margin-top:4px;
  display:inline-block;
}

.homepage #page-banner {
  height:auto;
  text-align:left;
  float:left;
  clear:left;
  padding-left:12px;
}

.homepage #page-video {
  float:right;
  padding-right:12px;
  width:522px;
}

.homepage #main {
  clear:left;
  background:none;
  padding:0 12px;
  border-bottom: 1px dotted #54595E;
}

.homepage #main-content {
  width:555px;
  margin-left:5px;
  margin-bottom:0;
  font-size:14px;
  line-height: 20px;
}

.redhighlight {
  font-weight: bold; 
  color: #A44E52;
}

#requestnewsletter-form .inputtext, 
#requestcall-form .inputtext {
  height:17px;
}

#requestnewsletter-form .submitimage, 
#requestcall-form .submitimage {
  margin-left:-24px;
}

.homepage #boxes {
  margin-top:5px;
  background: #d3e2a8;
  height:208px;
  padding:0 12px; 
  font-size:0.9em;
}

.homepage #boxes .box {
  height:191px;
  float:left;
  width:154px;
  padding:10px 10px 0 10px;
}

.homepage #boxes .box .boxcontent {
  margin-top:15px;
  border-top:1px dotted #54595E;
}

.homepage #boxes .box h1 {
  font-size:1.3em;
  margin-top:4px;
  background: url("/images/brownarrow.png") no-repeat scroll right 3px transparent;
  color:#4D4C44;
  margin-right: 10px;
}


.homepage #boxes .box a {
  color: #A44E52;
  font-weight:bold;
}
 
.homepage #box1 {
  background: url(/images/box1.png) top left no-repeat transparent;
}

.homepage #box2 {
  background: url(/images/box2.png) top left no-repeat transparent;
  margin:0 30px;
}

.homepage #box3 {
  background: url(/images/box3.png) top left no-repeat transparent;
}

.homepage #news {
  background: #ae584e;
  color:#FFFFFF;
  width:200px;
  height:168px;
  float:right;
  margin-right:15px;
  padding:30px 10px 10px;
}

.homepage #news a {
  color:#FFFFFF;
}

.homepage #news li a {
  color:#D3E2A8;
  font-weight:bold;
}

.homepage #news #main-story {
  background:none;
}

.homepage #spacer {
  margin:5px 0 10px 0;
    border-top: 1px dotted #54595E;
}

.homepage #page-footer {
  padding-top:10px;
  background:#ececed;
  padding-bottom:10px;
  border-bottom:2px solid #d3d3d4;
  display:inline-block;
  width:100%;
}

.homepage #page-footer,
.homepage #page-footer a {
  color: #A44E52;
}

.homepage #page-footer a img {
  border:0 none;
}

.homepage #page-footer #footerlinks {
  float:left;
  margin-left:12px;
}

.homepage #page-footer #socialmedia {
  float:right;
  margin:10px 125px 0 0;
}

.homepage #page-footer #socialmedia img {
  padding-right:5px;
}

.homepage #page-footer #phone_email {
  float:right;
  font-size:1.3em;
  font-weight:bold;
  margin:10px 30px 0 0;
}

#ticker {
  height: 130px;
  overflow: hidden;
  padding:0;
  margin:0;
}

#ticker li {
  height:130px;
  list-style:none;
  padding:0;
  margin:10px 0 0;
}

#news h1 {
  font-size:1.3em;
  display:inline;
}

.greenarrow {
  height:10px;
  width:6px;
  background: url("/images/greenarrow.png") no-repeat scroll right top transparent;
  display:inline-block;
  padding-left:5px;
}

.clearfix {
  clear:both;
}

#tc_policy {
  font-size:0.75em;
  display:block;
  margin-top:15px;
  text-align:center;
  font-weight:normal;
}
.st_sharethis_custom {
  background: url("../images/share.png") no-repeat scroll left top transparent;
  padding: 21px 29px 0 0;
  text-indent: -9999px;
  margin-right: 7px;
}

