html {
	background: #fff;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	background: #fff url(../images/bg-body.gif) repeat-x;
	min-width: 1000px;
}
.body-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 55px;
	background: url(../images/bg-body-l.gif) repeat-x;
}
img {
	border: none;
}
.node {
	clear:both;
}
/* the normal 'p' has 
 padding: 9
 margin-top: -5px
*/
.node .field-field-bodyimage {
  /* align with how the 'p' used to be */
  margin-top: 10px;

}
.node p img,
.node .field-field-bodyimage img {
	padding: 10px;
	border: 1px solid #e1e1e1;
	margin:1px 11px 7px 0;
	float:left;
}
.noborder {
	padding:0;
	border:0px !important;
	margin:0;
	float:left;
}
form {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #66bc29;
}
a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 20px;
	margin: 23px 0 10px 0;
	color: #000;
}
h3, .views-row h2 {
	font-size: 17px;
	line-height: 24px;
	color: #666;
	margin: 7px 0 5px;
	font-weight: normal;
}
.sidebar h4 {
	
	font-size: 14px;
	line-height: 22px;
	color: #666;
	margin: 5px 0 1px;
	font-weight: normal;
}
.aside-cont h3, .b h3{
	font-size: 16px;
	line-height: 22px;
	color: #000;
	margin: 15px 0 1px;
	font-weight: bold;
	letter-spacing:-.01em;
}
.aside-cont img {
	display: none;
}
.ttl {
	margin: 3px 0 2px 0;
	display: block;
	color: #999;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
.submitted {
	color: #999;
	font-size: 10px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 12px;
}
p {
	margin: -5px 0 0 0;
	padding: 9px 0;
	line-height: 16px;
}
#node p img {
	float:left;
	margin:0 20px 15px 0;
	padding:10px;
	border:1px solid #ccc;
}
#wrapper {
	width: 960px;
	padding: 428px 20px 23px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#main {
	overflow: hidden;
	height: 1%;
}
table th {
	margin: 0;
	padding: 3px 0;
	height: 22px;
}
table td {
	font-size:11px;	
	margin: 0;
	padding: 1px 3px 2px 5px;
	height: 16px;
}
table {
	width:90%;
}
/* sidebar */
.sidebar {
	float: left;
	width: 251px;
	color: #000;
	background: url(../images/bg-sidebar-c.gif) repeat-y 0 1px;
}
.sidebar h3 {
	font-size: 17px;
	line-height: 22px;
	color: #000;
	margin: 20px 0 1px;
}
.sidebar h4 {
	font-size: 16px;
	line-height: 22px;
	color: #999;
	margin: 1px 0 1px;
	font-weight:normal;
}
.sidebar p {
	padding-top: 15px;
	font-size:11px;
	width:210px;
}
.sidebar .t {
	overflow: hidden;
	width: 100%;
	background: url(../images/bg-sidebar-t.gif) repeat-x;
}
.sidebar .b {
	overflow: hidden;
	height: 1%;
	padding: 0 15px 26px 23px;
	background: url(../images/bg-sidebar-t.gif) repeat-x 0 100%;
}
.sidebar img {
	display: block;
}
.sidebar .ttl {
	margin:12px 0 0 0;
}
/* aside */
.aside {
	float: right;
	width: 249px;
}
.link-more {
	font-weight: bold;
}
.aside .ttl2,
.aside .ttl1 {
	text-align: center;
	background: url(../images/bg-aside-ttl1.gif) no-repeat;
	height: 23px;
	font-weight: normal;
	line-height: 23px;
	font-size: 14px;
	color: #fff;
	margin: 0 0 8px;
}
.aside .ttl2 {
	height: 25px;
	line-height: 25px;
	background-image: url(../images/bg-aside-ttl2.gif);
}
.aside h3 {
	margin-top: 8px;
}
.aside-cont {
	padding: 0 2px 22px;
	overflow: hidden;
	height: 1%;
}
.two-columns {
	float: left;
	width: 674px;
}
/* content */
.content {
	float: right;
	width: 390px;
	margin-top: -25px;
	padding-bottom:15px;
}
.box .content {
	float:left;	
	width:674px;
	margin:5px 0 0 0;
}
.content ul {	
	margin: 0;
	padding:0 0 0 15px;
}
.content ul li {
	list-style: outside square;
	margin: 0 0 5px 15px;
	padding:0;
}
.alignleft {
	float: left;
	padding: 8px;
	border: 1px solid #ccc;
	margin: 14px 11px 0 0;
}
/* logo-image */
.logo-image {
	height: 340px;
	width: 100%;
	position: absolute;
	z-index: 3;
	left: 0;
	top: 61px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background: #eee url(../images/bg-image-01.jpg) no-repeat 50% 0;
	min-width: 1000px;
}
.logo-image .holder {
	width: 960px;
	padding: 0 20px;
	overflow: hidden;
	margin: 0 auto;
}
/* logo-shadow */
.logo-shadow {
	width: 336px;
	background: url(../images/logo-shadow.png) no-repeat;
	height: 340px;
	float: right;
	display: inline;
	margin-right: 1px;
}
/* logo */
.logo {
	width: 324px;
	height: 118px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin: 189px 0 0 9px;
}
.logo a {
	display: block;
	height: 100%;
}
/* header */
#header {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	height: 60px;
	width: 100%;
}
.header-holder {
	width: 964px;
	padding: 0 18px;
	margin: 0 auto;
	height: 60px;
	background: url(../images/bg-header.gif) no-repeat 100% 0;
}
/* header-form */
.header-form {
	float: right;
	width: 252px;
	padding: 15px 0 0;
}
.header-form .text {
	float: left;
	margin: 1px 0 0;
	border: 1px solid #ccc;
	background: #fff;
	padding: 7px 0 5px 10px;
	color: #ccc;
	font: 12px Arial, Helvetica, sans-serif;
	width: 201px;
}
.header-form .submit {
	float: right;
}
/* nav */
.nav {
	margin: 0 0 0 -42px;
	display: inline;
	position: relative;
	padding: 0;
	list-style: none;
	float: left;
}
.nav li {
	float: left;
	font-size: 16px;
	background: url(../images/bg-nav-divider.gif) no-repeat 0 100%;
	padding: 0 19px 0;
	height: 60px;
	font-weight: bold;
	position: relative;
}
.nav li#first {
	background: none;
}
.nav li a {
	color: #010101;
	float: left;
}
.nav li a span {
	float: left;
	height: 33px;
	padding: 23px 23px 0;
	cursor: pointer;
}
.nav li a:hover {
	text-decoration: none;
	color: #999;
}
.nav li.active {
	display: inline;
	z-index: 1;
	margin: 0 -1px 0 !important;
	padding: 0;
	background: url(../images/bg-body-l.gif) repeat-x !important;
	font-size: 16px;
}
.nav li#first.active {
	padding: 0 19px;
}
.nav li.active a {
	background: url(../images/bg-nav-l.gif) no-repeat;
	color: #fff;
}
.nav li.active a:hover {
	color: #fff;
}
.nav li.active span {
	background: url(../images/bg-nav-r.gif) no-repeat 100% 0;
	padding-top: 21px;
	height: 35px;
}
.nav li.hover ul,
.nav li:hover ul {
	display: block;
}
/* dropdown */
.nav ul {
	position: absolute;
	display: none;
	left: 35px;
	top: 60px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 167px;
	z-index: 100;
	background: #f5f5f5;
	border-bottom: 1px solid #ccc;
}
.nav li.active ul {
	left: 16px;
}
.nav ul li {
	float: none;
	background: none;
	padding: 0;
	font-size: 12px;
	position: static;
	border-top: 1px solid #ccc;
	width: 100%;
	height: auto;
	vertical-align: middle;
	font-weight: normal;
	line-height: 14px;
}
.nav ul li a {
	float: none;
	padding: 5px 15px !important;
	display: block;
	height: 1%;
	color: #333 !important;
	background: none !important;
}
.nav ul li a:hover {
	background: #fff !important;
	color: #66bc29 !important;
}
/* footer */
#footer {
	overflow: hidden;
	width: 100%;
}
.footer-top {
	background: #eee;
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	font-size: 11px;
	color: #999;
}
.foot-hold {
	width: 960px;
	padding: 19px 20px 35px;
	overflow: hidden;
	margin: 0 auto;
}
.foot-col {
	float: left;
}
.foot-col1 {
	width: 486px;
}
.foot-col2 {
	width: 172px;
}
.foot-col3 {
	width: 125px;
}
.foot-col strong {
	display: block;
}
.footer-top ul {
	margin: 14px 0 0;
	padding: 0 10px 0 0;
	line-height: 14px;
	list-style: none;
	float: left;
}
.foot-col1 ul li {
	width: 152px;
	float: left;
}
.foot-col3 ul {
	width: 125px;
}
.footer-top ul a {
	color: #999;
}
.address {
	float: right;
	background: url(../images/bg-address-c.gif) repeat-y;
	width: 176px;
	color: #333;
	line-height: 14px;
	margin-top: -1px;
	margin-left: 0px;
}
.address .t {
	overflow: hidden;
	width: 100%;
	background: url(../images/bg-address-t.gif) no-repeat;
}
.address .b {
	overflow: hidden;
	height: 1%;
	background: url(../images/bg-address-b.gif) no-repeat 0 100%;
	padding: 23px 10px 27px 28px;
}
.address strong {
	display: block;
	font-size: 12px;
	color: #000;
	margin-bottom: 14px;
}
.address address {
	font-style: normal;
	margin-bottom: 14px;
}
.footer-bot {
	margin: 0 auto;
	padding: 6px 20px 16px;
	list-style: none;
	overflow: hidden;
	width: 960px;
}
.footer-bot li {
	float: left;
	padding-right: 39px;
}
.footer-bot li a {
	color: #666;
}
/* inner-content */
.inner-content {
	width: 100%;
}
.faq {
	margin: 0;
	padding: 9px 0;
	line-height: 16px;
	list-style: none;
}
.faq a {
	color: #333;
}
a.faq-link {	
	padding:0 0 3px 0;
}
ul.faqblock {	
	margin:0;
	padding: 10px 0 7px 15px;
}
ul.faqblock li {
	list-style: outside square;
	margin: 0 0 7px 0;
	padding:0;
}
