@charset "utf-8";
/* CSS Document */
/*******************************************************
 *
 * GENERAL FONT SIZES ETC
 *
 *******************************************************/

body {
	font: normal 12px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;	
}

a:link, a:active, a:visited {color:#0000FF;text-decoration:none;font-size:1.1em;}

h2 {
	font: normal 13px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;	
	margin-top: 0px;
}

h3 {
	font: normal 14px/19px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;	
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

h4 {
	font: normal 15px/20px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;	
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-left: 4px;
}

/*LISTS*/
ul {
	margin-left:-30px; 
	list-style: square outside;
}

.backToTop {
	text-align:right;
	font: normal 11px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;	 
	margin-bottom: 5px;
}


/*******************************************************
 *
 * LOGO AND START OF MENU
 *
 *******************************************************/

.top_header {
	height: 90px;
	width: 100%;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	clear: both;
}

.logo {
	height: 60px;
	width: 960px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	clear:both;
	border:hidden;
}

.menuTopBorder {
	background:#666;
	height: 1px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.menuBottomBorder {
	background:#666;
	height: 1px;
	width: 100%;
	padding-top:2px;
	padding: 0px;
	margin: 0px;
}

.menuBody {
	background:#F0F0F0;
	height: 27px;
	width: 100%;
	padding: 0px;
}

/*******************************************************
 *
 * TOP MENU BAR
 *
 *******************************************************/

#navcontainer {
	background:#F0F0F0;
	height: 27px;
	width: 960px;
	padding-top:0px;
	padding-bottom:0px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a {
	background: #F0F0F0;
	width: 140px;
	height: 23px;
	padding: 4px 0 0 0;
	margin: 0 0 0px 0;
	color: #000000;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 11px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover {
	color: #00000;
	background: #B4B4B4; /* #f5d7b4; */
}

#navcontainer a:active {
	background: #6CF;
	color: #fff;
}

#navcontainer li#active a {
	background: #6CF;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #E10000;
	font-weight:bold;
	color: #fff;
}


/*******************************************************
 *
 * BODY
 *
 *******************************************************/
 
.bodyContainer {
	height: 600px;
	width: 100%;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	clear: both;
	/*background:#FFF; /* is color that matches circular #EFF2F3; */
	background:#fff url(img/background.png) no-repeat;
	background-position: center;
}

.bodySeparator {
	height: 20px;
	width: 960px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	clear:both;
	border:hidden;
}

.bodyMain {
	height: 480px;
	width: 960px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	clear:both;
	border:hidden;
}

/*******************************************************
 *
 * TEASER BOX (for main body)
 *
 *******************************************************/

#liquid-round {
	width:960px;
	margin:0px auto;
	background:#fff url(img/leftside.gif) repeat-y left top;
}

.top {
	width:100%;
	height:20px;
	background:url(img/top.gif) no-repeat left top;
}

.top span {
	display:block;
	position:relative;
	height:20px;
	background:url(img/top-right.gif) no-repeat right top;
}

.bottom {
	width:100%;
	height:60px;
	background:url(img/bottom.gif) no-repeat left bottom;
}

.bottom span {
	display:block;
	position:relative;
	height:60px;
	background:url(img/bottom-right.gif) no-repeat right top;
}

p {
	margin:0 0 1em 0;
}

/*******************************************************
 *
 * COMMONLY USED
 *
 *******************************************************/
 
 .fullLengthSeparator {
	float:left;
	width: 940px;
	height: 1px;
	clear:right;	 
	background-color:#CCC;
}

 .fullLengthSeparator2 {
	float:left;
	width: 940px;
	height: 1px;
	clear:right;	 
	background-color:#CCC;
	margin-top: 10px;
	margin-bottom: 10px;
}

.bottomCopyright {	
	float:right;
	padding-top: 5px;
	width: 600px;
	height: 18px;
	text-align:right;
}


/*******************************************************
 *
 * TEASER BOX (for TESTIMONIALS)
 *
 *******************************************************/

#liquid-round2 {
	width:700px;
	margin:0px auto;
	background:#fff url(img/leftside.gif) repeat-y left top;
}

.top2 {
	width:100%;
	height:20px;
	background:url(img/top.gif) no-repeat left top;
}

.top2 span {
	display:block;
	position:relative;
	height:20px;
	background:url(img/top-right.gif) no-repeat right top;
}

.bottom2 {
	width:100%;
	height:60px;
	background:url(img/bottom.gif) no-repeat left bottom;
}

.bottom2 span {
	display:block;
	position:relative;
	height:60px;
	background:url(img/bottom-right.gif) no-repeat right top;
}