* {
	padding: 0;
	margin: 0;
}

body {
	background: #0e3d62 url(../../images/site_images/body_bkgd.png) repeat-x top left;
	font: 62.5% "Helvetica Nue", rriel, sans-serif;
}

#wrapper {
	width: 740px;
	padding: 0 10px 10px 10px;
	margin: 0 auto 20px auto;
	background: #e0f2ee;
	border-right: 5px solid #1a6baa;
	border-bottom: 5px solid #1a6baa;
	border-left: 5px solid #1a6baa;
	
}

a:link {
	color: #16609b;
}
 

a:visited {
	color: #333;
}

#wrapper_inner {
	background: #fff;
	/*height: 400px;*/
}

#header {
	position: relative;
	height: 320px;
	background: #0e3d62 url(../../images/site_images/header_image1.jpg) no-repeat top left;
}

h1#logo {
	text-indent: -99999px;
	position: absolute;
	top: 130px;
	right: 0;
	background: #0e3d62 url(../../images/site_images/aprs_logo.gif) no-repeat top left;
	width: 273px;
	height: 65px;
}

#nav {
	background: #1a6fb2 url(../../images/site_images/nav_bkgd.png) repeat-x top left;
	height: 44px;
}

#nav ul {
	margin: 0 0 0 8px;
	padding: 3px 0 0 0;
	list-style: none;
}

#nav ul li {
	text-transform: uppercase;
	float: left;
	margin-right: 5px;
}

#nav ul li a {
	font-weight: bold;
	color: #55A7E8;
	text-decoration: none;
	padding: 13px 7px 15px 7px;
	/*background: #fff;*/
	display: block;
}

#nav ul li a.current {
	color: #fff!important;
}

#nav ul li a:hover {
	color: #00293D;
	background: url(../../images/site_images/nav_over.png) repeat-x top left;
}

#content {
	background: #fff url(../../images/site_images/content_bkgd.png) repeat-x top left;
	padding: 15px;
}

#content h2 {
	border-left: 10px solid #D4E5E2;
	font-size: 1.5em;
	text-transform: uppercase;
	color: #00293D;
	background: #E0F2EE;
	padding: 10px 5px;
	margin: 0 0 10px 0;
}

#content h3 {
	color: #00293D;
	font-size: 1.5em;
	margin: 0 0 5px 0;
}

#content p {
	color: #333;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 10px 0;
}

#content p.date {
	font-size: 1em;
	color: #666;
margin: -5px 0 5px 0;
}

#content p.summary {
	color: #666;
	margin: 0;
}

#content p.more {
	margin: -5px 0 30px 0!important;
}

#content ul {
	list-style: none;
	color: #333;
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 0 10px 0;
}

#content ol {
	color: #333;
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 0 10px 0;
}

#content ol li {
	padding: 0 0 0 0;
	margin: 0 0 0 20px;
	/*background: url(../../images/site_images/aprs_bullet.gif) no-repeat top left;*/
}


#content ul li {
	padding: 0 0 0 0;
	list-style-type: square;
	margin: 0 0 0 20px;
	/*background: url(../../images/site_images/aprs_bullet.gif) no-repeat top left;*/
}

#footer {
	position: relative;
	color: #E0F2EE;
	background: #1A70B3;
	height: 30px;
}

#footer_left {
}

#footer_right {
	position: absolute;
	right: 0;
	padding: 8px;
}

hr {
	border: 1px solid #fff;
	border-top: 1px solid #e0f2ee;
	margin:  0 0 10px 0;
}

#footer a {
	font-weight: bold;
	text-decoration: none;
	color: #0e3d62;
}

ul#links {
	list-style-type: none!important;
	background: none;
	margin: 0 0 10px 0;
}



ul#links li {
	list-style-type: none!important;
	line-height: 1.2em;
	background: none;
	padding: 0!important;
	margin: 0!important;
}

ul#links li.link_name {
	font-weight: bold;
	color: #00293D;
	font-size: 1em;
}

ul#links li.link_url {
	margin: 0 0 10px 0!important;
}

address {
	color: #333;
	font-size: 1.2em;
	line-height: 1.2em;
	font-style: normal;
	margin: 0 0 10px 0;
}

address.backup {
	margin: -10px 0 0 0;
}

#content_left {
	float: left;
	width: 430px;
}

#content_right {
	float: right;
	width: 250px;
}

.clear {
	height: 1%;
	clear: both;
}

blockquote {
	background: #fef2d7;
	border: 1px solid #fdeac1;
	padding: 10px 10px 0 10px;
}

blockquote h4 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.5em;
	color: #4E4226;
	background: #fffbf3;
	padding: 5px 3px;
	margin: 0 0 5px 0;
}

blockquote h5 {
	font-weight: normal;
	font-size: 1.2em;
	color: #4E4226;
	margin: 0 0 5px 0;
}

blockquote p {
	font-size: 1.1em!important;
		color: #4E4226!important;
	}
	
blockquote hr {
	border: 1px solid #fef2d7;
	border-top: 1px solid #fdeac1;
	margin:  0 0 5px 0;
}

li.arclink {
	margin: 0 0 10px 0; 
}

#content ul#bullets {
	list-style: none;
	color: #333;
	font-size: 1.2em;
	line-height: 1.6em;
	
	margin: 0 0 10px 0;
}

#content ul#bullets li {
	padding: 0 0 0 25px;
	list-style-type: none;
	background: url(../../images/site_images/aprs_bullet.gif) no-repeat top left;
}

form {
	margin:  0 0 10px 0;
}

legend {
	display: none;
}

label {
	font-weight: bold;
}

fieldset {
	border: none;
}

input, textarea {
	font-size: 1.1em;
	color: #666;
	width: 90%;
	border: 1px solid #ccc;
}

.submit {
	width: auto;
	border: none;
}