/*---Global---*/
body {
	margin: 0;
	color: #000;
	font: 11px arial,sans-serif;
	background: #e2ece0;
}

img {
	border-style: none;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

p.bold {
	font-weight: bold;
}

#TB_innerContent ul {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#TB_innerContent ul li {
	padding: 5px 0 0 10px;
	color: #666;
	background: url(../images/list_dot.gif) no-repeat 0px 11px;
}

table {
	color: #666;
	margin: 0;
	padding: 0;
}

table td {
	margin: 0;
	padding: 3px 0 3px 0;
}

table a {
	text-decoration: none;
	color: #000;
}

input,
textarea,
select {
	font: 100% arial,sans-serif;
	vertical-align: middle;
}

form,fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

/*---GlobalEnd---*/
/*---Main---*/
#main {
	width: 960px;
	margin: 20px auto 0;
	position: relative;
}

.top {
	width: 100%;
	padding: 4px 0 0;
	background: url(../images/main-top.gif) no-repeat;
}

.bottom {
	width: 100%;
	padding: 0 0 4px;
	background: url(../images/main-bottom.gif) no-repeat 0 100%;
}

.grad {
	width: 960px;
	padding: 400px 0 38px;
	background: url(../images/main-grad.gif) repeat-y;
}

.container {
	width: 100%;
	overflow: hidden;
}

/*---MainEnd---*/
/*---Header---*/
#header {
	width: 100%;
	height: 370px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.logo {
	float: right;
	display: inline;
	width: 160px;
	height: 62px;
	margin: 26px 46px 0 0;
}

.logo a {
	display: block;
	width: 160px;
	height: 62px;
	background: url(../images/logo.gif) no-repeat;
	text-indent: -3000px;
	overflow: hidden;
}

.flash-placeholder {
	clear: right;
	margin: 0 auto;
	padding: 8px 0 0;
	width: 940px;
	height: 378px;
	overflow: hidden;
}

.flash-placeholder img {
	display: block;
}

/*---HeaderEnd---*/
/*---Content---*/
#content {
	float: left;
	width: 537px;
	overflow: hidden;
	padding: 0 14px 0 46px;
}

#main h1,
#TB_window h1 {
	font-size: 18px;
	line-height: 20px;
	color: #00854c;
	margin: 0;
}

#content h2,
#TB_window h2 {
	font-size: 14px;
	line-height: 18px;
	color: #666;
	margin: 0;
}

#TB_window h2 {
	margin-top: 20px;
}

#main p,
#TB_window p {
	line-height: 16px;
	color: #666;
	margin: 0;
}

.more {
	color: #008c4f;
	padding: 0 0 0 10px;
	background: url(../images/more-arrow.jpg) no-repeat 0 4px;
	cursor: pointer;
}

a.more:hover {
	color: #000;
	background: url(../images/more-arrow_black.jpg) no-repeat 0 4px;
}

#content .content-list {
	list-style: none;
	margin: 0;
	padding: 30px 0 0;
	width: 100%;
	overflow: hidden;
}

#content .image-holder {
	float: left;
	width: 100px;
	overflow: hidden;
	cursor: pointer;
}

#content .image-holder img {
	display: block;
}

.content-list li {
	display: table;
}

#content .content-list li {
	margin: 0 0 30px;
}

* html .content-list li {
	position: relative;
	height: 1%;
}

#content div.sub {
	display: table-cell;
	vertical-align: middle;
	width: 376px;
}

* html div.sub {
	position: absolute;
	top: 50%;
}

* html .object {
	position: relative;
	top: -50%;
}

/*---ContentEnd---*/
/*---Sidebar---*/
#sidebar {
	float: right;
	width: 326px;
	overflow: hidden;
	padding: 0 37px 0 0;
}

#sidebar .content-list {
	list-style: none;
	margin: 0;
	padding: 13px 0 0 33px;
	overflow: hidden;
}

#sidebar .content-list img {
	float: left;
}

#sidebar .content-list li {
	margin: 0 0 15px;
}

#sidebar div.sub {
	display: table-cell;
	vertical-align: middle;
	width: 230px;
	padding: 0 0 0 9px;
}

.form {
	width: 360px;
	overflow: hidden;
	background: url(../images/form-grad.jpg) repeat-y;
}

.form .top {
	width: 100%;
	overflow: hidden;
	padding: 40px 0 0;
	background: url(../images/form-top.jpg) no-repeat;
}

.form .bottom {
	width: 240px;
	overflow: hidden;
	padding: 0 43px 25px;
	background: url(../images/form-bottom.jpg) no-repeat 0 100%;
}

.form label {
	color: #999;
}

.form select {
	width: 80px;
}

.check-list {
	list-style: none;
	padding: 10px 0 0;
	margin: 0;
}

ul.check-list-bottom {
	padding-top: 0;
}

.check-list li {
	margin: 0 0 8px;
	clear: both;
	
}

.check-list label {
	font-weight: bold;
}

.data {
	width: 100%;
	overflow: hidden;
	padding: 20px 0 26px;
	padding-bottom: 10px;
}

.data div.element {
	width: 100%;
	overflow: hidden;
	padding: 0 0 6px;
}

.data label {
	float: left;
	width: 60px;
	line-height: 18px;
}

.data span.input {
	float: left;
	width: 122px;
	height: 20px;
	background: url(../images/input-bg.jpg) no-repeat;
}

.data span.input input {
	background: none;
	border-style: none;
	line-height: 16px;
	padding: 2px 5px;
	width: 112px;
}

label.error {
	color: red;
}

.contact {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 0;
}

.contact strong {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #666;
}

.contact span {
	display: block;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	background: url(../images/phone.gif) no-repeat 0 7px;
	padding: 0 0 0 38px;
	color: #00854e;
}

.contact em {
	display: block;
	line-height: 18px;
	color: #999;
	font-style: normal;
}


/*---SidebarEnd---*/
/*---Footer---*/
#footer {
	width: 100%;
	overflow: hidden;
	padding: 0 0 40px;
}

#footer ul {
	list-style: none;
	margin: 7px 0 0 45px;
	padding: 0;
	float: left;
	display: inline;
	overflow: hidden;
	font-size: 10px;
}

#footer li {
	display: inline;
	padding: 0 1px 0 5px;
	margin: 0 2px 0 -2px;
	background: url(../images/footer-separator.gif) no-repeat 0 2px;
}

#footer ul a {
	color: #999;
	cursor: pointer;
}

/*---FooterEnd---*/
/*---CustomForm---*/
.outtaHere {
	position: absolute;
	left: -3000px;
}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float: left;
	width: 15px;
	height: 13px;
	overflow:  hidden;
	background:  url(../images/checkbox.gif) no-repeat;
}

.checkboxAreaChecked {
	background-position:  0 -13px;
}

/* Selects */
.selectArea {
	position:  relative;
	height:  22px;
	float: left;
	color: #000;
	font-size: 11px;
	line-height: 22px;
}

.selectArea .left {
	position:  absolute;
	top:  0;
	left:  0;
	width: 5px;
	height: 100%;
	background:  url(../images/select-left.gif) no-repeat;
	display:  block;
}

.selectArea a.selectButton {
	position:  absolute;
	top:  0;
	right:  0;
	width: 19px;
	height: 100%;
	background:  url(../images/select-button.gif) no-repeat;
}

.selectArea .center {
	height:  22px;
	line-height: 22px;
	display: block;
	padding: 0 26px 0 19px;
	background:  url(../images/select-center.gif) repeat-x;
}

/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position:  absolute;
	background-color:  #fff;
	border:  1px solid #C9C9C9;
	background: #fff;
	display:  block;
	z-index:  30;
	font-size:  11px;
}

.optionsDivInvisible {
	display:  none;
}

.optionsDivVisible ul {
	margin: 0;
	padding: 2px;
	list-style:  none;
}

.optionsDivVisible a {
	color:  #000;
	text-decoration:  none;
	display:  block;
	height: 1%;
	padding:  2px 4px;
}

.optionsDivVisible a:hover {
	background-color:  #2F384E;
	color:  #FFF;
	text-decoration: underline;
}

/*---CustomFormEnd---*/



