﻿/* 0 BASIC TAGS */

table {
	font-size: 1em;
    text-align: left;
    margin-left: 0px;
}

h1, h2, h3, h4{
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #505050;
	/*color: #F0F0F0;*/
}

h6, h5 {
	font-size: 4em;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #505050;
}

p {
	line-height: 1.4em;
    text-align: left;
    margin-left: 240px;
}

hr {
	border: 0;
	border-top: 1px solid #F0F0F0;
	height: 1px;
}

a {
	text-decoration: none;
	color: #F0F0F0;
}

a:visited {
	color: Orange;
}

a:hover {
	text-decoration: underline;
	color: #E6CD84;
}

a:active {
	color: Blue;
}

body {
	background-color: #656565;
	background-image: url(Images/background.gif);
	background-repeat: repeat;
	/*background-repeat:no-repeat;*/
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
}

img {
	border-width: 0;
    text-align: center;
}

/* 1 HEADER */

.header {
	background-image: url('Images/header.gif');
	background-repeat: no-repeat;
	position: relative;
	width: 1000px;
	height: 80px;
	margin: 0 auto 5px auto;
    top: 0px;
    left: 0px;
}

h1 {
	position: absolute;
	left: 100px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
    right: 650px;
}

h2 {
	position: absolute;
	left: 100px;
	top: 45px;
	font-size: 11px;
    height: 14px;
    width: 150px;
}
h6 {
	position: absolute;
	left: 10px;
	top: 5px;
}

.menua {
	position: absolute;
	right: 26px;
	top: 14px;
	text-transform: uppercase;
	font-size: 10px;
    left: 574px;
    height: 15px;
}

.nav {
	position: absolute;
	right: 26px;
	top: 54px;
	text-transform: uppercase;
	font-size: 10px;
    width: 400px;
}

.menua a:visited, .nav a:visited {
	color: #F0F0F0;
}

/* 1.1 SHIM */

.shim {
	display: none;
}

.column {
	background-image: url(images/content-shim.gif);
}

.gradient {
	background-image: url(images/content-shim-photo.gif);
}


/* 2 PAGE */

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

h3 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.5em;
	font-weight: bold;
    text-align: left;
}
h4 {
	margin-top: 1.0em;
	margin-bottom: 1.12em;
	font-size: 1.3em;
	font-weight: bold;
}

/* 2.1 ALL PAGES */

#home, #Calendar, #register {
	
	position: relative;
	width: 1000px;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px;
    top: 0px;
    left: 1px;
    padding-left: 37px;
    padding-right: 37px;
}

#sidebar {
	float: left;
	width: 170px;
	height: 100%;
}

#content {
	margin-left: 250px;
    width: 700px;
}

#whatsnew {
	float: left;
	width: 200px;
	height: 100%;
}

#coollinks {
	margin-left: 220px;
}

#links h4 {
	margin-top: 0;
	border-top: 1px solid #F0F0F0;
	padding-top: 1.0em;
	position: absolute;
	left: 37px;
	width: 214px;
}


dl {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #F0F0F0;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	position: relative;
}

dt {
	position: absolute;
	left: 0;
}

dd {
	margin-left: 150px;
	height: 2.0em;
}

.emptydata td {
	padding: 50px;
	color: #aeaeae;
}


.view {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: center;
}

.view .photo-frame {
	margin-left: auto;
	margin-right: auto;
}

.item {
	padding: 20px 50px;
	color: #B2B2B2;
}

.item h4 {
	margin-bottom: 0.4em;
}

.nullpanel {
	padding: 150px;
	width: auto;
	text-align: center;
}









.buttonbar, .buttonbar-top {
	width: 1000px;
	height: 36px;
	background-image: url(Images/photonav.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	text-align: center;
}












/* 3 FOOTER */

.footerbg {
	width: auto;
	height: 50px;
	text-align: center;
}

.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	width: 1000px;
	height: 50px;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
}

.menub {
	margin: 8px auto 2px auto;
	text-transform: uppercase;
	font-size: 10px;
}

.menub a:visited {
	color: #F0F0F0;
}

