﻿/*
CSS for New Brunswick Signallers Association site
*/
html, body {
	margin:0; 
	padding:1%; 
	height:96%
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	background: #e2edff;
}
h1, h2  {
	color: #0000FF;
	text-align: center;
}
h3, h4 {
	color: #0000FF;
	text-align: left;
}
#header {
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: xx-large;
	text-align: center;
	height: 110px;
	border: 2px solid #00ff33;
	background: #233B6B;
	color: #00ff33;
}

#clearheader{/*needed to make room for header*/
height:120px;
}

#content {
	position:relative;
	height:100%;
	min-height:100%;
	border-right:none;
	margin-bottom:-80px;
}
* html #content {height:100%}
body>#content {height:auto}
#contentinner {
	margin-left: 200px;
	font-size: 11px;
}
* html #contentinner {height:1%}/* combat ie 3 pixel jog */
html>body #content{height:auto
}
div#footer {
	font-size:small;
	text-align:center;
	position:relative;
	height: 70px;
	border: 2px solid #00ff33;
	background: #233B6B;
	clear: both;
	color: #00ff33;
}
#clearfooter{/*needed to make room for footer*/
	clear:both;
	height:80px;
}

#nav {
	font-style: italic;
	float: left;
	width: 182px;
	height: 700px;
	text-align: left;
	color: #0000FF;
	background-image: url('../images/nb-nav-bg1.jpg');
	border: 2px solid #00ff33;
	font-size: small;
}
#nav p.style1 {
	text-align:center;
}
#hidebordertop {
	position:absolute;
	bottom:-2px;
	left:150px;
	width:40px;
	height:3px;
	background:#fff;
	overflow:hidden;
}
#hideborderbottom {
	position:absolute;
	top:-3px;
	left:150px;
	width:40px;
	height:3px;
	background:#fff;
	overflow:hidden;
}
#inserttop {
	position:relative;
	height:10px;
	background:#e2edff;
	color:#000;
}
#insertbottom {
	position:relative;
	clear:both;
	height:10px;
	background:#e2edff;
	color:#000;
}
a:link {
	color: #233B6B;
	text-decoration: underline;
	font-size: small;
}
a:visited {
	color: #008000;
	text-decoration: none;
}
a:hover, a:active {
  color: red;
}
#footer a:link {
	color:white;
	text-decoration: none;
}
#footer a:hover {
	color:red;
}
.style2 {
	color: red;
	font-weight: bold;
}
.sponsors {
	text-align:center;
}
