/**
* CSS
* 
* @version 1.0
* @author Jack Web Design 
* @author Aaron Crozier
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Geneva, sans-serif;
	color: #444444;
	background: #e6e6e6;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

#the-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

#wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.title {
	border-bottom: solid;
	border-bottom-color: #990000;
	border-bottom-width: medium;
	width: 680px;
	height: 28px;
	margin-top: 1px;
}

.title2 {
	border-bottom: solid;
	border-bottom-color: #990000;
	border-bottom-width: medium;
	width: 680px;
	height: 10px;
}

.hometxt {
	color: #990000;
	background-color: white;
     position: relative;
     filter:alpha(opacity=75); /* IE's opacity*/
     opacity: 0.75;
}

a:link { text-decoration: none; color: #cccccc; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #999999; }
a:hover { text-decoration: none; color: #eeeeee; }

a img { border: none;
	background: none;
 }

#menu {
    width: 180px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 30px;
    position: fixed;
    height: 700px;
	background: transparent url("red_bg.png");
	background-repeat: no-repeat;
}
#top {
    padding: 0px 0px 0px 0px;
}
#menu ul {
	list-style: none;
	margin: 0 0 2px 15px;
	font-size: 11px;
}

#menu ul li.section-title { 
	line-height: 10pt;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: 400;
	padding: 0 0 2px 0;
}

#content {
    height: 100%;
	width: 680px;
    margin: 0 0 0 250px;
    top: 0;
padding: none;
}

.container {
    	margin-bottom: 30px;
}

#content p { 
	margin-bottom: 5px;
	font-size: 11px;
	color: #444444; 
	font-family: Geneva, sans-serif;
 }

#content a { 
	font-size: 11px;
	color: #990000;
	text-decoration: underline;
	font-family: Geneva, sans-serif;
}

p {
    margin: 0 0 10px 0;
	color: #666666;
}


h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 680px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#transbox {
     background-color: white;
     border: 1px solid #000000;
     position: relative;
     width: 680px;
     height: 480px;
     filter:alpha(opacity=75); /* IE's opacity*/
     opacity: 0.75;
}

