/*
CONTENTS

1. page structure
2. HTML tags
3. custom classes

*/

/* 1. Page structure */

#page {
	width: 1000px;
	min-height: 100%;
	margin: 0 auto;
	border-left: 1px #ddd solid;
	border-right: 1px #ddd solid;
}

#top {
	width: 100%;
}

#navbar {
	float: left;
	width: 200px;
	height: 350px;
	background-image: url(grafix/NavBar.png);
	background-repeat: no-repeat;
}

#logobar {
	float: right;
	width: 800px;
	height: 100px;
	background-image: url(grafix/LogoBar.png);
	background-repeat: repeat-x;
}

#photobar {
	float: right;
	width: 800px;
	height: 192px;
}

#photobarGIF {
	float: right;
	width: 800px;
	height: 192px;
}

#tagbar {
	float: right;
	width: 800px;
	height: 58px;
}

#main {
	clear: both;
	width: 100%;
	height: 100%;
	display: block;
	overflow: auto;
	background-color: #ededed;
}

#sidebar {
	float: left;
	width: 187px;
	height: 100%;
	background-image: url(grafix/SideBar.png);
	background-repeat: repeat-x;
	background-color: #00c;
}

#body {
	float: right;
	width: 813px;
	height: 100%;
	display: block;
	overflow: hidden;
	min-height: 250px;
	background-color: #fff;
}

#buttons {
	clear: both;
	width: 813px;
	height: 100px;
}

#bodyleft {
	float: left;
	width: 469px;
	height: 100%;
	display: inline;
	margin: 0;
	padding: 10px 20px 10px 30px;
	border-right: 1px solid #ccc;
}

#bodyright {
	float: right;
	width: 253px;
	height: 100%;
	margin: 0;
	padding: 10px 20px 10px 20px;
	text-align: center;
}

#footer {
	clear: both;
	width: 100%;
	height: 100px;
	background-image: url(grafix/Footer.png);
	background-repeat: repeat-x;
}

#footleft {
	float: left;
	width: 50%;
}

#footright {
	float: right;
	width: 50%;
	text-align: right;
}

div.icon {
	float: right;
	width: 138px;
	height: 138px;
	margin: 0 0 10px 10px;
	text-align: right;
}

div.iconsmall {
	float: left;
	width: 64px;
	height: 64px;
	margin: 0 10px 10px 0;
	text-align: left;
}

div.icontext {
	float: right;
	width: 380px;
	height: 64px;
	margin: 0 0 10px 10px;
	text-align: left;
}


/* 2. HTML tags */
html {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

* html #page {
height: 100%;
}

body {
	height: 100%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: small;
	background-color: #fff;
	color: black;
	margin: 0;
	padding: 0;
}

p {
	font-size: 100%;
	margin: 0;
	padding: 0 0 10px 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin: 0;
	padding: 20px 0;
	font-size: 2em;
	color: #c00;
}

h2 {
	clear: both;
	margin: 0;
	padding: 15px 0 5px 0;
	font-size: 1.4em;
	color: #c00;
}

h3 {
	clear: both;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
}

img {
	border: 0;
}

ul, ol {
	margin: 5px 0;
	padding: 5px 10px 15px 50px;
}

li {
	margin: 0;
	padding: 2px 0;
}

blockquote {
	margin: 10px 20px;
	padding: 0 20px;
	border-left: 3px solid #ccc;
}

form {
	padding: 10px;
	background-color: #eee;
}

hr {
	margin: 20px 0;
}


/* 3. Custom classes */

/* top of page */
#QuoteButton {
	margin: 10px;
}

#Contact {
	float: left;
	margin: 15px 0 0 30px;
}

#Logo {
	float: right;
	margin: 2px 10px 0 0;
}

.NavBarText {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 5px 15px;
}

.NavBarLink {
	font-size: 1.6em;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 5px 25px;
}

.NavBarLink a {
	color: #fff;
	text-decoration: none;
}

.NavBarLink a:visited {
	color: #fff;
	text-decoration: none;
}

.NavBarLink a:hover {
	color: #fff;
	text-decoration: underline;
}

.NavBarPicked {
	font-size: 1.6em;
	font-weight: bold;
	color: #000;
	background: #0cc;
	margin: 0;
	padding: 5px 25px;
}

.TagBar {
	font-size: 1.8em;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 13px 25px;
	text-align: right;
}

.TagBar em {
	color: #c00;
}

/* front page buttons */
img.Button {
	margin: 0 0 0 29px;
}

/* menu list */
.MenuHeading {
	font-size: 2.3em;
	font-weight: bold;
	margin: 30px 0 10px 5px;
	padding: 0;
}

img.MenuButton {
	margin: 0 3px;
	padding: 0;
}

/* general */
.redtext {
	color: #c00;
}

p.contact {
	font-size: 0.9em;
	color: #000;
}

.ast {
	color: #c00;
	font-weight: bold;
}

table.Aff {
	width: 440px;
	border: none;
}

td.AffLogo {
	width: 200px;
	vertical-align: top;
	text-align: center;
}

td.AffText {
	vertical-align: top;
}

p.date {
	font-size: 0.9em;
	color: #c00;
}

table.Sash {
	width: 440px;
	border: solid thin silver;
}

tr.SashHeading {
	background-color: #c00;
	color: #fff;
}

tr.SashGrey {
	background-color: #dedede;
}

td.Sash1 {
	width: 150px;
	vertical-align: top;
	text-align: left;
}

td.Sash2 {
	width: 60px;
	vertical-align: top;
	text-align: left;
}

td.Sash3 {
	width: 80px;
	vertical-align: top;
	text-align: left;
}

td.Sash4 {
	width: 150px;
	vertical-align: top;
	text-align: left;
}

div.gallery1 {
	clear: both;
	float: left;
	width: 140px;
	margin: 10px 0;
}

div.gallery2 {
	float: left;
	width: 140px;
	margin: 10px 15px;
}

div.gallery3 {
	float: left;
	width: 140px;
	margin: 10px 0;
}

/* -- IMAGE POPUPS --*/
.thumbnail1{
	position: relative;
	z-index: 0;
}

.thumbnail1:hover{
	background-color: transparent;
	z-index: 100;
}

.thumbnail1 span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	left: -1000px;
	visibility: hidden;
	text-decoration: none;
}

.thumbnail1:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -100px;
	left: 0px; /*position where enlarged image should offset horizontally */
}

.thumbnail2{
	position: relative;
	z-index: 0;
}

.thumbnail2:hover{
	background-color: transparent;
	z-index: 100;
}

.thumbnail2 span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	left: -1000px;
	visibility: hidden;
	text-decoration: none;
}

.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -100px;
	left: -155px; /*position where enlarged image should offset horizontally */
}

.thumbnail3{
	position: relative;
	z-index: 0;
}

.thumbnail3:hover{
	background-color: transparent;
	z-index: 100;
}

.thumbnail3 span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	left: -1000px;
	visibility: hidden;
	text-decoration: none;
}

.thumbnail3:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -100px;
	left: -310px; /*position where enlarged image should offset horizontally */
}

/* rightbar */
img.rightbar {
	margin: 5px;
}

img.photo {
	margin: 5px;
	border: 2px solid #999;
}

#bodyright p {
	font-size: 0.9em;
	text-align: justify;
	color: #333;
	padding: 5px 20px;
}

h2.rightbar {
	margin: 0;
	padding: 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
}

p.caption {
	padding: 5px 0 10px 0;
	text-align: center;
	color: #c00;
}

#RTHbox{
	width: 200px;
	height: 55px;	
	margin: 0 auto;
	margin-top: 30px;
}

#newsbox {
	width: 200px;
	height: 170px;	
	background-image: url(grafix/newsbox.png);
	margin: 40px auto;
}

.newstext {
	padding: 5px;
	text-align: left !important;
}

.newstext a, a:visited {
	color: #900;
	text-decoration: underline;
}

/* footer styles */
#footleft p {
	font-size: 0.9em;
	color: #fff;
	margin: 6px 0 0 10px;
	padding: 0;
}

#footleft p a {
	color: #ccc;
	text-decoration: underline;
}

#footright p {
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	margin: 10px 10px 0 0;
	padding: 0;
}








