﻿/* hide from ie on mac \*/
body {
	height: 100%;
}
html {
	height: 100%;
}
* { margin: 0; padding: 0; }
body { font-size: 80%; background-color: #000000; }

#container {
	width: 100%;
	height: 100%;
	min-width: 700px;
}
#top {
	height: 220px;
	background: #000 
}
#middle {
	min-height: 250px;
	padding-bottom: 50px;
	background: #ffffff url('images/midfade.png') repeat-x;
}
#bottom {
	height: 100px;
	background-color: #000;
	background: url('images/btmfade.png') repeat-x;
}
#bar {
	height: 2px;
	background-color: #c62026;
}
#barCenter {
	height: 2px;
	background-color: #c62026;
}

#bar { 
	width: 100%;
}

#bottom { 
	width: 100%;
}

#middle { 
	width: 100%;
}

#top { 
	width: 100%;
}
#barCenter {
	width: 700px;
	margin: 0px auto;
}

#bottomPod {
	width: 700px;
	margin: 0px auto;
}

#middlePod {
	width: 700px;
	margin: 0px auto;
}

#topPod {
	width: 700px;
	margin: 0px auto;
}

#copy {
	margin: 20px 20px;
}
#footer {
	margin-top: 0px;
	height: 20px;
	clear: both;
	text-align: center;
	background-color: #000000;
}

/* --Navigation-- */
#nav {
	width: 100%;
	height: 25px;
	margin: 0px;
	padding: 5px 0px 0px 20px;
}
#nav ul {
	list-style-type: none;
	display: inline;
}
#nav ul li {
	float: left;
	display: inline;
	margin-right: 10px;
}
#nav a {
	text-decoration: none;
	font: normal normal bold .9em Arial, sans-serif;
	color: #FFFFFF;
}
#nav a:hover {
	color: #c62026;
}

/* --Content-- */
#footer p {
	font: .7em Verdana, sans-serif;
	color: #c62026;
	padding-top: 4px;
}
	
p {
	font: .9em Verdana, sans-serif;
	color: #000000;
	line-height: 16px;
	margin-bottom: 15px;
}
h1 { /*main headers*/
	font: 2.2em Times, Times New Roman, serif;
	color: #c62026;
	margin-bottom: 0px;
}
h2 { /*sub headers*/
	font: .7em Verdana, sans-serif;
	color: #939598;
	margin-bottom: 15px;
}

h3 { /*minor headings*/
	font: 1.5em Times, Times New Roman, serif;
	color: #c62026;
	margin-bottom: 4px;
	margin-top: 4px;

}
li	{ 
	font: .9em Verdana, sans-serif;
	margin-left: 15px;
	margin-bottom: 5px;

}
a {
	color: #c62026;
}
img.thumb {
	border: #47b44d 2px solid;
	margin-right: 8px;
	margin-bottom: 8px;
}
