/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background: #F3F3F3 url(file:///Hard Drive/Users/tracy/Desktop/My Documents/Websites/Fox Static HTML/images/img01.jpg) repeat-x top left;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

input, textarea {
	font-weight: bold;
}

input.text {
	padding: 2px 5px;
	background: #F8FAEB;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #626456;
	border-bottom: 1px solid #626456;
}

input.button {
	background: #3C7BCF;
	border-top: 1px solid #3C7BCF;
	border-left: 1px solid #3C7BCF;
	border-right: 1px solid #3C7BCF;
	border-bottom: 1px solid #3C7BCF;
	color: #FFFFFF;
}

h1, h2, h3, h4 {
	margin-top: 1.5em;
	color: #809B30;
}

h1 {
	letter-spacing: -0.05em;
	font-size: 4em;
}

h2 {
	letter-spacing: 0.01em;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: bold;
	color: #809B30;
}

h3 {
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #809B30;
}


h4 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0.5em;
	line-height: 1.8em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
	color: #669999;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	border: thin dotted #999999;
}

a {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	border: none;
	color: #666666;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #FFF;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #666666;
}

hr {
	display: none;
}

.col-one {
	float: left;
}

.col-two {
	float: right;
}

.two-cols {
}

.two-cols .col-one, .two-cols .col-two {
	width: 250px;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 700px;
	height: 163px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#search {
	float: left;
	width: 260px;
	padding-top: 0px;
	padding-left: 0px;
	height: 60px;
}

#search fieldset {
	border: none;
}

#search #s {
	width: 160px;
}

#search #x {
	width: 80px;
}

/* Logo */

#logo {
	width: 675px;
	padding-left: 15px;
	height: 327px;
	border-top: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding: 150px 5px 0 20px;
	color: #2C2E22;
}

#logo h2 {
	padding: 165px 0 0 0;
	font-style: italic;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #C2C5B1;
}

#logo a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 700px;
	background: #FFFFFF;
	border: 1px none #D5D5D5;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

/* Content */

#content {
	float: left;
	width: 550px;
	padding: 20px 0px 0px 20px;
}

#content2 {
	float: left;
	width: 680px;
	height: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


/* slides styling */

.photo {
	width:640px;
	text-align:left;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.photo ul.topic {padding:0; margin:0; list-style:none; width:640px; height:auto; position:relative; z-index:10;}

.photo ul.topic li {display:block; width:125px; height:31px; float:left;}
.photo ul.topic li a.set {display:block; font-size:11px; width:124px; height:30px; text-align:center; line-height:30px; color:#000; text-decoration:none; border:1px solid #fff; border-width:1px 1px 0 0; background:#ccc; font-family:verdana, arial, sans-serif;}

.photo ul.topic li a ul, 
.photo ul.topic li ul 
{display:none;}

.photo ul.topic li.active a
{color:#000; background:#bbb;}

.photo ul.topic li a:hover,
.photo ul.topic li:hover a
{color:#fff; background:#aaa;}

.photo ul.topic li.active ul
{
	display:block;
	position:absolute;
	left:0;
	top:31px;
	list-style:none;
	margin:0;
	height:auto;
	background:#ddd;
	width:480px;
	border:20px solid #bbb;
	z-index:1;
	padding-top: 40px;
	padding-right: 60px;
	padding-bottom: 40px;
	padding-left: 60px;
}

.photo ul.topic li a:hover ul, 
.photo ul.topic li:hover ul
{
	display:block;
	position:absolute;
	left:0;
	top:31px;
	list-style:none;
	padding:40px 60px;
	margin:0;
	height:auto;
	background:#ddd;
	width:480px;
	border:20px solid #aaa;
	z-index:100;
	padding-top: 40px;
	padding-right: 60px;
	padding-bottom: 40px;
	padding-left: 60px;
}

.photo ul.topic li ul li
{display:inline; width:112px; height:87px; float:left; border:1px solid #fff; margin:1px;}

.photo ul.topic li ul li a
{display:block; width:110px; height:85px; cursor:default; float:left; text-decoration:none; background:#444; border:1px solid #888;}

.photo ul.topic li ul li a img
{display:block; width:100px; height:75px; border:5px solid #eee;}

.photo ul.topic li a:hover ul li a:hover, 
.photo ul.topic li:hover ul li a:hover 
{white-space:normal; position:relative;}

.photo ul.topic li a:hover ul li a:hover img, 
.photo ul.topic li:hover ul li a:hover img 
{position:absolute; left:-50px; top:-32px; width:200px; height:150px; border-color:#fff;}

/* Footer */

#footer {
	margin: 0;
	padding: 0;
	height: 140px;
	background: #F3F3F3 url(file:///Hard Drive/Users/tracy/Desktop/My Documents/Websites/Fox Static HTML/images/img02.jpg) repeat-x bottom left;
}

#footer p {
	padding-top: 30px;
	text-align: center;
	font-size: 9px;
}

