﻿/* CSS Document */

/* Overall Look */

p,ul,li,blockquote,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

p.indent {
	position: relative;
	left: 5px;
	width: 260px;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

.ind {
	position: relative;
	left: 20px;
	width: 520px;
}

p.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

p.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
}

p.headinggreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #77A938;
}

p.headingorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #FF6600;
}

h2.horange {
	font-family: 'Bookman Old Style', 'Courier New', Courier, mono;
	font-size: 20pt;
	font-weight: bolder;
	line-height: 100%;
	color: #FF6600;
	border-bottom: 5px #FF6600 solid;
	margin: 0px;
	text-align: left;
}

h2.hgreen {
	font-family: 'Bookman Old Style', 'Courier New', Courier, mono;
	font-size: 20pt;
	font-weight: bolder;
	line-height: 100%;
	color: #77A938;
	border-bottom: 5px #77A938 solid;
	margin: 0px;
	text-align: left;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	position: relative;
	margin: 10px 0px 0px 0px;
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

.white {
	color: #FFFFFF;
}

.center {
	text-align: center;
}

div {
	padding: 0px;
	margin: 0px;
}

/* Reverse text */

span.hide { display:none; }

/* Links */

a {	color: #77A938;
	text-decoration: underline;
	}

a:hover {
	color: #77A938;
	text-decoration: none;
}
/* TP additional styles */
p.caption {
	font-size: 1.3em;
	line-height: normal;
	margin-bottom: 15px;
}

/* Tables & Lists */

caption {
	font-size: 80%;
	text-align: center;
}

table.staff {
	border-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}

ul.arrow {
	list-style: disc;
	list-style-image: url('images/arrow.gif')
}

ul.norm {
	list-style: disc;
}

/* Forms */

#contact {
	position: relative;
	left: 40px;
}

#contact label {
	font-weight: bold;
}

/* Images */

img.x {
	border: 1px #000000 solid;
	float: right;
}

img.y {
	border: none;
}

img.z {
	border: none;
	float:right;
}
/* TP additional styles */
img.figure {
	float: left; 
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #666;
	padding: 10px;
}

/* Navigation */

#mainnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 45%;
	border-right: 1px #000000 solid;
	}
	
#mainnav li {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 15px;
	margin-right: 0px;
	padding: 0;
	}
	
#mainnav a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-family: Helvetica;
	font-size: 10pt;
	}
	
#navbar a:hover {
	color: #FFFFFF;
	}
	
#navbar #currentpage a {
	color: #FFFFFF;
	}
	
div.panel {
	visibility: hidden;
	position: absolute;
	left: 90px;
	top: 35px;
	width: 80px;
}

#panel3 {
	top: 60px;
}

#panel4 {
	top: 100px;
}

#panel5 {
	top: 190px;
}

div.panel a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-family: Helvetica;
	font-size: 9pt;
	}

div.panel ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
div.panel li {
	margin-left: 2px;
	margin-bottom: 10px;
	margin-top: 15px;
	margin-right: 5px;
	padding: 0;
	}

/* Divs */

div.topbar {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 758px;
	height: 136px;
	background: url(images/title.jpg) no-repeat;
	overflow: hidden;
}

div.shell {
	position: absolute;
	left: 10px;
	top: 156px;
	width: 758px;
	padding-bottom: 40px;
}

div.container {
	position: absolute;
	width: 758px;
	background: #FF6600;
	left: 0px;
	top: 0px;
	overflow: visible;
}

div.contleft {
	overflow: hidden;
	position: absolute;
	left: 10px;
	top: 156px;
	width: 180px;
	height: 500px;
	z-index: 1;
}

div.navbar {
	position: relative;
	width: 180px;
	height: 300px;
	background: url(images/green.jpg);
	overflow: hidden;
}

div.sloganbar {
	position: relative;
	left: -10px;
	width: 568px;
	height: 40px;
	background: url(images/yellow.jpg);
	overflow: hidden;
	text-align: center;
}

div.content {
	position: relative;
	top: 0px;
	left: 180px;
	width: 558px;
	margin-right: 0px;
	padding-right: 0px;
	border-left: 20px #FFFFFF solid;
	background: #FFFFFF;
	overflow: hidden;
}

#contentmain {
	position: relative;
	top: 0px;
	left: 180px;
	width: 558px;
	margin-right: 0px;
	padding-right: 0px;
	border-left: 20px #FFFFFF solid;
	background: #FFFFFF url(images/logo_bg.jpg) no-repeat 75% 35%;
	overflow: hidden;
}

div.leftside {
	float: left;
	width: 275px;
	text-align: left;
	margin-top: 10px;
}

div.rightside {
	float: right;
	width: 260px;
	text-align: left;
	margin-top: 10px;
}

div.addressbar {
	float: left;
	top: 420px;
	width: 180px;
	background: #FF6600;
}

div.addressbar p{
	color: #000000;
	font-weight: bold;
	font-family: Helvetica;
	font-size: 9pt;
	border-right: 1px #FFFFFF solid;
	width: 42%;
	margin-left: 4px;
	margin-bottom: 0px;
	padding-right: 5px;
	text-align: right;
}

#addbot {
	float: right;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Helvetica;
	font-size: 9pt;
	border-left: 1px #FFFFFF solid;
	width: 55%;
	padding-left: 10px;
	position: relative;
	top: -10px;
	left: 15px;
}

div.whitebar {
	width: 180px;
	height: 10px;
	background: white;
}

div.contbot {
	position: relative;
	background: white;
	width: 758px;
	height: 120px;
}

div.contactbar {
	position: relative;
	top: 10px;
	width: 758px;
	height: 40px;
	background: url(images/yellow.jpg);
	overflow: hidden;
	text-align: center;
}

div.contactbar a{
	color: #000000;
	text-decoration: none;
}

div.contactbar a:hover {
	color: #000000;
	text-decoration: underline;
}

div.bottombar {
	position: relative;
	top: 20px;
	width: 758px;
	height: 44px;
	background: url(images/green.jpg);
	overflow: hidden;
	text-align: center;
}

div.bottombar p {
	margin: 4px 0px 4px 0px;
	padding: 0px;
	font-weight: bold;
	text-size: 9pt;
}

div.bottombar a {
	color: #000000;
	text-decoration: none;
}

div.bottombar a:hover {
	color: #000000;
	text-decoration: underline;
}
.style1 {
	left: 0px;
	top: -18px;
	height: 486px;
}
.style2 {
	border-width: 0px;
	vertical-align: middle;
}
.style3 {
	float: left;
	border-style: solid;
	border-width: 3px;
	margin: 2px;
}
.style5 {
	font-size: large;
}
.style7 {
	font-size: xx-small;
}
