/* Default all margins, borders, and padding to off */
* {
	margin: 0;
	padding: 0;
	border: 0 none #000;
	outline: none;
	font-family: Tahoma, Arial, sans-serif;
}

body {
	background: #aaaaaa;
	color: #000000;
	margin: 0px;
}

h2 {
	font-size: 18px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
}

h3 {
	font-size: 14px;
	font-style: italic;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
}

div {
	font-size: 14px;
}
p {
	font-size: 14px;
	margin-top: 14px;
	margin-bottom: 14px;
}
p:first-child {
	margin-top: 0;
}
ul {
	margin-top: 14px;
	margin-bottom: 14px;
	padding-left: 40px;
}

a:link { color: #2c35d0; border: none; }
a:hover { color: #2c35d0; border: none; }
a:active { color: red; border: none; }
a:visited { color: #2c35d0; border: none; }

a.hoverLink { text-decoration: none; }
a.hoverLink:active { text-decoration: underline; }
a.hoverLink:hover { text-decoration: underline; }

.fakeLink { text-decoration: none; }
.fakeLink:hover { color: #2c35d0; text-decoration: underline; }
.fakeLink:active { color: red; text-decoration: underline; }

input,textarea {
	border: 2px inset #bbbbbb;
	padding-top: 2px;
	padding-left: 2px;
}
input:focus, textarea:focus {
	border: 2px inset #8888ff;
}


.text_block {
	text-align: justify;
}
.clear {
	clear: both;
}

#page {
	width: 1000px;
	margin: 0px auto 0px auto;
}

#header {
	position: relative;
	width: 1000px;
	height: 200px;
	margin: 0px;
}

#header_image, #hdr_image_top, #hdr_image_bot {
	position: absolute;
	width: 1000px;
	height: 200px;
}
#hdr_iamge_bot {
	display: none;
}

#header_controls_area {
	position: absolute;
	width: 100px;
	height: 100px;
	right: 0px;
	top: 0px;
}
#header_pause {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 20px;
	right: 20px;
    cursor: pointer;
}
.pause {
	background: url("img/controls/pause.png");
}
.play {
	background: url("img/controls/play.png");
}

#header_links {
	position: absolute;
	top: 170px;
	left: 15px;
	width: 970px;
	height: 30px;
}

#header_links .bg {
	width: 164px;
	height: 30px;
	background: url("img/header/hdr_fade.png") 0px 0px;

	position: relative;
	float: left;

	margin-left: 15px;
	margin-right: 15px;
}

#header_links .bg:hover {	background-position: 0px -30px; }
#header_links .current {	background-position: 0px -60px; }
#header_links .current:hover {	background-position: 0px -90px; }

#header_links a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 164px;
	height: 30px;

	padding-top: 3px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
}

#body {
	position: relative;
	background: #ffffff;
	width: 950px;
	padding: 24px; 
	border: 1px solid black;
	border-top: none;
	z-index: 10;
}

#footer {
	background: #aaaaaa;
	padding-bottom: 50px;
	font-size: 12px;
}

#footerLinks {

}
#footerCopyright {
	position: relative;
	float: right;
}

 
img.photoThumb {
	margin-top: 4px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid black;
}
img.photoThumb:hover { 
	border-top: 1px dotted #2c35d0;
	border-left: 1px dotted #2c35d0;
	border-right: 3px solid #2c35d0;
	border-bottom: 3px solid #2c35d0;
	margin-right: 3px;
	margin-bottom: 3px;
}