@charset "UTF-8";
/* CSS Document. TREBOR HOME PAGE */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002f38;
	background-color: #49a8de;
}
* {
	margin: 0;
}
#wrapper {
	position: relative;
	width: 1009px;
	margin-top: -7px;
	margin-left: auto;
	margin-right: auto;
}
/* START OF HOME BAR DIV */
#home_bar {
	position: relative;
	margin: 0;
	background-image: url(../images/header_home.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 185px;
}
#web_tab {
	position: absolute;
	top: 65px;
	right: 31px;
}
#web_tab li {
	font-size: 100%;
	text-align: center;
	list-style: none;
	float:right;
	width: 160px
}
#web_tab a {
	text-decoration: none;
	display:block;
}
li.web {
	background: url(../images/web_tab.jpg) no-repeat top left;
}
li.web a {
	background: url(../images/web_tab_right.jpg) no-repeat top right;
	color: #3a4042;
	padding: 12px 0px;
	height: 19px;
}
li.web a:hover {
	cursor:default;
}
li.graphics {
	background: url(../images/graphics_tab.jpg) no-repeat top left;
	margin-right: 10px;
}
li.graphics a {
	background: url(../images/graphics_tab_right.jpg) no-repeat top right;
	padding: 12px 0px;
	height: 19px;
	color: #faa643;	
}
li.graphics a:hover {
	color: #fff;
}

#menu_image {
	position: absolute;
	top: 0px;
	left: 80px;
	width: 300px;
	height: 108px;
}
a img {
	border:none;
}
#nav {
	position: absolute;
	top: 108px;
	right: 31px;
	width:948px;
	margin:0px;
	padding:0px;
}
#nav li {
	font-size: 100%;
	line-height:170%;
	text-align: center;
	list-style: none;
	float:right;
}
#nav a {
	text-decoration: none;
	color: #002f38;
	border-left: #ffffff 1px solid;
	display:block;
	padding: 7px 20px 0px 20px;
}
#nav a:hover {
	color: #FFFFFF;
}
body#index a#indexLink, body#about a#aboutLink, contact#about a#contactLink, body#faqs a#faqsLink {
	color: #FFFFFF;
	cursor:default;
}
#logo {
	position: absolute;
	top: 135px;
	left: 67px;
	width:270px;
	height: 53px;
}
#number {
	position: absolute;
	top: 24px;
	right: 35px;
	color: #fff;
	font-size: 130%;
	line-height: 100%;
	text-align: right;
}
#number p span {
	font-weight: bold;
}


/* END OF HOME BAR DIV */
/* START OF PANEL DIV */

#content_wrap {
	background-image: url(../images/panel_repeat_home.jpg);
	background-repeat: repeat-y;
	background-position: top center;
}
#content {
	width: 1009px;
	margin: 0px 31px 0px 0px;
	background-image: url(../images/peel.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	position: relative;
}
#intro {
	padding: 30px 0px 0px 82px;
	height: 130px;
}
#wide_col {
	float: left;
	width: 559px;
}
#narrow_col {
	float: left;
	width: 272px;
	padding-left: 15px;
}
#three_cols {
	height: 470px;
	width: 1009px;
	clear: both;
}
.left_col, .middle_col, .right_col {
	float: left;
	width: 272px;
}
.left_col {
	padding: 0px 0px 0px 82px
}
.middle_col, .right_col {
	padding: 0px 0px 0px 15px
}
.left_col img, .middle_col img, .right_col img {
	border: solid #fff 6px;
	margin: 8px 0px 12px 0px;
}
#three_cols a img {
	-moz-box-shadow: 0 0 10px #764a1f;
	-webkit-box-shadow: 0 0 10px #764a1f;
	box-shadow: 0 0 10px #764a1f;
}
#three_cols a:hover img {
	-moz-box-shadow: 0 0 10px #fff;
	-webkit-box-shadow: 0 0 10px #fff;
	box-shadow: 0 0 10px #fff;
}
.title {
	position: relative;
	height: 25px;
}
.go_bttn {
	position: absolute;
	right: 0px;
	top: -8px;
	width: 55px;
	height: 29px;
	text-align: center;
	font-size: 100%;
	line-height: 100%;
}
.go_bttn a {
	color: #faa643;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	background:url(../images/go_bttn.gif) left bottom no-repeat;
	width: 55px;
	height: 24px;
}
.go_bttn a:hover {
	background:url(../images/go_bttn_down.gif) left bottom no-repeat;
	color: #fff;
}

#intro p {
	font-size: 100%;
	line-height: 160%;
	padding: 10px 0px;
}
#intro p span {
	color: #fff;
}
.right_col p, .right_col ul {
	font-size: 100%;
	line-height: 160%;
	color: #fff;
}
.right_col ul {
	padding: 40px 0px 10px 0px;
	list-style:inside;
}
.right_col p a {
	color: #002f38;
	font-size: 130%;
}
.right_col p a:hover {
	color: #fff;
	text-decoration: none;
}
form {
	width: 272px;
	height: 177px;
	background-color:#f8b171;
	margin-top: 8px;
	font-size: 90%;
	line-height: 100%;
	position:relative;
}
.contactfield1, .contactfield2 {
	width: 222px;
	padding: 20px 20px 0px 20px;
}
.contactfield2 {
	padding: 10px 20px 0px 20px;
}
.contactfield1 input, .contactfield2 input {
	width: 100%;
	height: 20px;
	margin: 5px 0px;
}
.buttons {
	text-align: right;
	padding-right: 22px;
	margin: 10px 0px;
}
.validation-advice {
	font-size: 80%;
	line-height: 100%;
	font-weight:bold;
	color:#eb4033;
	position:absolute;
	left:20px;
}
.talk_bttn {
	background:url(../images/talk_bttn.png) left bottom no-repeat;
	height: 41px;
	width: 200px;
	margin: 10px 0px;
}
.talk_bttn a {
	color: #fff;
	font-size: 110%;
	line-height: 100%;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 10px 0px;
}
.talk_bttn a:hover {
	color: #faa643;
}
h1 {
	font-weight: normal;
	font-size: 160%;
	line-height: 140%;
	color: #ffffff;
}
h2 {
	font-weight: normal;
	font-size: 160%;
	line-height: 140%;
}
h3 {
	font-weight: normal;
	font-size: 110%;
	line-height: 100%;
}
h4 {
	font-weight: normal;
	font-size: 140%;
	line-height: 140%;
	color: #ffffff;
}
#graphics_quote {
	font-size: 100%;
	line-height: 160%;
	padding: 5px 0px 20px 82px;
	width: 550px;
}
#slideshow {
	width: 700px;
	padding: 20px 0px 30px 82px;
	margin: 0px 0px 0px 82px;
}
.quote {
	position: absolute;
	right: 40px;
	bottom: 25px;
	width: 130px;
}
.quote p {
	font-size: 110%;
	line-height: 150%;
	text-align: center;
	color: #fff;
}
.quote p a {
	color: #002f38;
	font-size: 80%;
}
.quote p a:hover {
	color: #fff;
}
/* END OF CONTENT DIV */

/* START OF FOOTER DIV */
#footer {
	padding: 10px 0px 15px 30px;
	font-size: 75%;
	color: #c2def8;
}	
#footer ul {
	padding-left: 0px;
}
#footer li {
	display: inline;
	list-style: none;
	list-style-position: inside;
}
#footer li a {
	text-decoration: none;
	color: #c2def8;
	padding: 2px 10px;
	border-right: #e8f2fb 1px solid;
}
#footer a:hover {
	color: #3a4042;
}
/* END OF FOOTER DIV */


