/* Table of Contents
--------------------------------------------------------------//
General
Links
Header & Footer
Nav
Page Content
Images
Rollovers
Photo Gallery
Headings & Text
Lists
Countdown
Misc
*/


/* General
--------------------------------------------------------------*/
html, body {
	background:URL(images/background.jpg);
	height:100%;
	margin:0;
	padding:0;
}

p {
	margin:13px 0 10px 0;
	padding:0;
}

img {
	border:0;
}

div {
	margin:0;
	padding:0;
}


/* Page Content
--------------------------------------------------------------*/
#container {
	background:URL(images/paper_bg.png) repeat-y;
	color:#222;
	font:12px/20px Verdana, Arial, san-serif;
	margin:0 auto;
	min-height:100%;
	padding:0 20px;
	position:relative;
	width:800px;
}

#header {
	border-bottom:2px dashed #666;
	padding:12px 15px;
}

#content {
	clear:both;
	padding:3px 40px 30px 40px;
}

.divider {
	border-top:1px solid #CCC;
	clear:both;
	margin:30px 0;
}

#footer {
	bottom:0;
	color:#666;
	font:bold 12px/14px Verdana, Arial, san-serif;
	height:20px;
	padding:9px 25px 3px 25px;
	position:absolute;
	width:800px;
}


/* Links
--------------------------------------------------------------*/
#content a, a:link, a:visited {
	color:#990000;
	font-weight:bold;
	text-decoration:none;
}

#content a:hover, a:active {
	color:#CC0000;
	text-decoration:none;
}

.topnav a, .topnav a:link, .topnav a:visited {
	color:#666;
	font-weight:normal;
	text-decoration:none;
}

.topnav a:hover, .topnav a:active {
	border-bottom:1px dotted #999;
	color:#990000;
}

.topnav a.current {
	border-bottom:1px dotted #990000;
}

#footer a, #footer a:link, #footer a:visited {
	border-bottom:1px dotted #CCC;
	color:#666;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover, #footer a:active {
	border-bottom:1px dotted #666;
	color:#CC0000;
	text-decoration:none;
}


/* Nav
--------------------------------------------------------------*/
ul.topnav{
	display:block;
	float:right;
	font-size:12px;
	height:40px;
	list-style-type:none;
	margin:4px 20px 10px 10px;
	padding:0;
}

ul.topnav li{
	float:right;
	margin-left:20px;
}


/* Images
--------------------------------------------------------------*/
img.border {
	border:1px solid #666;
}


/* Rollovers
--------------------------------------------------------------*/
a.fade:hover img {
	filter:alpha(opacity=90);
  	opacity:0.9;
}

a.grow:hover img {
	border:3px solid #FFF;
}


/* Headings & Text
--------------------------------------------------------------*/
h1, h2, h3, h4 {
	color:#000;
	font-family:Arial;
	font-weight:bold;
}

h1 {
	font-size:25px;
	font-weight:normal;
	letter-spacing:1px;
	line-height:30px;
	margin:10px 0;
}

h2 {
	font-size:18px;
	margin:18px 0 7px 0;
}

h3 {
	color:#354521;
	font-size:14px;
	margin:0 0 7px 0;
}

h4 {
font-size:15px;
margin: 8px 0 8px 0;
}


/* Lists
--------------------------------------------------------------*/
ul {
	margin:5px 7px 5px 16px;
	padding:0;
}


/* Misc
--------------------------------------------------------------*/
.transparent {
  	filter:alpha(opacity=40);
  	opacity:0.4;
}

img.border {border:1px solid #3e2d1c;}

.floatleft {float:left; margin-right:20px;}

.floatright {float:right; margin-left:20px;}

.clear {clear: both; margin:0; padding:0;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
.clearfix {display: block;}
/* End hide from IE-mac */
