/* greg01 css
released under creative commons attribution license - please keep the 'designed by' link in the footer */

html, body {
	height: 100%;
	margin: 0;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#container {
	min-height: 100%;
	position: relative;
}
* html #container {
	height: 100%;
}

/* header stuff */

#header {
	background: #000000 url(images/img1.jpg) no-repeat center;
	width: 100%;
	height: 80px;
	margin: 0;
	padding: 0;
	border-bottom: 4px solid Fuchsia;
}

#header h1, #header h2 {
	width: 760px;
	margin: 0 auto;
	font-weight: normal;
	color: #fff;
}

#header h1 {
	padding-top: 50px;
	font-size:  30pt;
}

#header h2 {
	margin-top: -10px;
	font-size: 14pt;
}

#header a {
	color: Yellow;
	text-decoration: none;
}

#header a:hover {
	color: #000000;
}

/* horizontal menu */

#menu-h {
	background: url(images/menu-h-bg.gif) #000000;
	width: 100%;
	height: 58px;
	margin: 0;
	padding: 0;
}

#menu-h ul {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#menu-h li {
	float: left;
}

#menu-h a {
	height: 27px;
	background: transparent;
	display: block;
	float: left;
	margin: 0 auto;
	padding: 3px 20px 0 20px;
	color: #0099FF;
	font-weight: bold;
	text-decoration: none;
}

#menu-h a:hover {
	background: transparent url(images/menu-h-bg-invert.gif);
	color: Black;
}

#menu-h .active {
	color: Yellow;
	text-decoration: underline;
}

/* main content container */

#main {
	width: 760px;
	margin: 0 auto;
	margin-bottom: 70px;
	margin-top: 10px;
	line-height: 1.4em;
}

#main h1, #main h2, #main h3 {
	border-bottom: 2px solid Fuchsia;
	width: 100%;
	color: Black;
}

/* main content */

#content {
	width: 560px;
	float: left;
	margin-right: 40px;
	color: Black;
}

#content p {
	font-size: 10pt;
}

#content blockquote {
	font-size: 10pt;
	color: #ffffff;
	border-left: 3px solid Fuchsia;
	padding: 0 10px 0 10px;
	background: Black;
}

#content ul {
	font-size: 10pt;
}

#content li {
	font-size: 10pt;
	padding-bottom : 1.5%;
}

#content a {
	color: Black;
	border-bottom: 2px solid Fuchsia;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	border-bottom: none;
	background-color : Yellow;
}

#content .intro {
	font-size: 11pt;
}

#content img {
	padding: 3px;
	border: 1px solid Fuchsia;
}

/* right hand menu */

#menu-v {
	width: 160px;
	float: left;
	color: Black;
}

#menu-v ul {
	list-style: none;
	font-size: 10pt;
	padding: 0;
}

#menu-v a {
	width: 160px;
	display: block;
	text-decoration: none;
	color: Black;
}

#menu-v a:hover {
	color: Black;
	background: Yellow;
}

#menu-v p {
	font-size: 10pt;
	border-bottom : thin solid Fuchsia;
}

/* footer */

#footer {
	background: #000000;
	height: 45px;
	border-top: 4px solid Fuchsia;
	color: #0099FF;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	position: relative;
	margin-top: -65px;
	clear: both;
}

#footer p {
	text-align: center;
	font-size: 9pt;
	margin: 0;
}

#footer a {
	color: #0099FF;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

/* misc */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
}

.left {
	float: left;
	margin-right: 10px;
}

.right {
	float: right;
	margin-left: 10px;
}