/* This style sheet is yours.  Enjoy! 12/25/2009 tsb ThirdStreetData.net */
/* Reset most of the elements used for a web page to keep us sane */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }

body {
	font-family: Arial, sans-serif;
	font-size: 62.5%;
	background-color: #000000;
}
#container {
	width: 900px;
	margin: 20px auto;
	background-color: #FFFFFF;
	border: 2px solid #d5042b;
	overflow: hidden;
}
/* Banner */
#banner {
	background: #2a3877 url(../images/banner_bg.png) repeat-y top left;
	width: 900px;
	height: 140px;
}
#banner img {
	float: left;
	margin: 1px 0 0 45px;
}
#banner h2 {
	float: left;
	color: #d5042b;
	font-size: 3em;
	font-weight: bold;
	margin: 12px 0 0 0;
}
#banner h3 {
	float: left;
	color: #d5042b;
	font-size: 3em;
	font-weight: bold;
	margin: 54px 0 0 0;
}
#banner h1 {
	float: left;
	color: #FFFFFF;
	font-size: 10em;
	font-weight: bold;
	margin: 20px -258px 0 20px;
}
/* Navigation */
#topnav {
	background-color: #d5042b;
	height: 27px;
}
#nav {
	margin: 0 0 0 60px;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left;
}
#nav a {
	color: #FFFFFF;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 20px 0px 15px;
	display: block;
}
#nav a:hover {
	color: #000000;
}
#home #homeLink,
#about #aboutLink,
#training #trainingLink,
#event #eventsLink,
#links #linksLink,
#amateurradio #amateurradioLink,
#ares #aresLink,
#contact #contactLink {
	color: #4855b7;
}
/* Announcements */
p.placeholder {
	float: right;
}
#announce {
	color: #FFFFFF;
	margin-right: 590px;
	margin-left: 20px;
	margin-top: 50px;
	background: url(../images/announce_mid.jpg) repeat-y left top;
}
#announce h2 {
	font-weight: bold;
	font-size: 1.6em;
	background: url(../images/announce_top.jpg) no-repeat top left;
	padding: 10px 40px 0 10px;
}
#announce h3 {
	font-weight: bold;
	font-size: 1.6em;
	background: url(../images/announce_mid.jpg) no-repeat top left;
	padding: 10px 0 0 10px;
}
#announce ul {
}
#announce li {
	font-size: 1.4em;
	list-style: none;
	padding-left: 25px;
	padding-top: 10px;
	background: url(../images/aresbullet.png) no-repeat 8px 80%;
}
#announce .last {
	background: url(../images/announce_bot.jpg) no-repeat bottom left;
	padding-bottom: 20px;
}
#announce a {
	color: #FFFFFF;
	text-decoration: none;
}
#announce a:hover {
	color: #D5042B;
	border-bottom: 1px dashed #d5042b;
}
/* Main */
#main {
	float: right;
	width: 500px;
	padding: 25px;
	margin-right: 25px;
}
#main h1 {
	font-size: 4em;
	font-weight: bold;
	color: #d5042b;
	margin-top: 16px;
	padding-left: 7px;
	padding-bottom: 11px;
	background: url(../images/redunderline.png) no-repeat left bottom;
}
#main h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #d5042b;
	border-bottom: 2px solid #d5042b;
	padding-top: 20px;
}
#main h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #d5042b;
	padding-top: 20px;
}
#main p {
	font-size: 1.2em;
	line-height: 125%;
	padding-top: 10px;
}
#main a {
	color: #D5042B;
	text-decoration: none;
}
#main a:hover {
	color: #D5042B;
	border-bottom: 1px dashed #d5042b;
}
#main #linkslist a {
	color: #4855b7;
	text-decoration: none;
}
#main  #linkslist a:hover {
	color: #D5042B;
	border-bottom: 1px dashed #d5042b;
}
#main  #linkslist p {
	line-height: 60%;
	margin-left: 10px;
}
#main ul {
	margin-top: 10px;
	font-size: 1.2em;
}
/* Footer */
#footer {
	clear: both;
	color: #6c6c6c;
	background-color: #FFFFFF;
	border-top: 2px solid #d5042b;
	padding: 5px 0 5px 0;
	text-align: center;
}
#footer a {
	color: #D5042B;
	text-decoration: none;
}
#footer a:hover {
	color: #D5042B;
	border-bottom: 1px dashed #D5042B;
}