/* Copyright (c) Lisa Kirsch, for use with LibertyGunRights.com */

/* @group The Basics */

html {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	background: #003d77 url(headerrepeat.jpg) repeat-x;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}

p {
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Structure */

.container {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
}

.header {
	width: 760px;
	height: 291px;
}

.headertopimg, .headerbottomimg {
	display: block;
	position: relative;
}

.linksbar {
	width: 760px;
	height: 24px;
	position: relative;
	background: url(bodyrepeat.jpg);
}

.main {
	width: 760px;
	background: url(bodyrepeat.jpg);
}

.content {
	padding: 15px 25px 10px;
}

.footer {
	width: 760px;
	height: 58px;
}

/* @end */

/* @group Links Bar */

#preload {
	display: none;
	visibility: hidden;
}

a.welcome {
	background-image:url(welcome.jpg);
	height:24px;
	left:15px;
	position:absolute;
	width:146px;
}

a.welcome:hover {
	background-image:url(welcome-over.jpg);
	height:24px;
	left:15px;
	position:absolute;
	width:146px;
}

a.aboutus {
	background-image:url(aboutus.jpg);
	height:24px;
	left: 161px;
	position:absolute;
	width:146px;
}

a.aboutus:hover {
	background-image:url(aboutus-over.jpg);
	height:24px;
	left:161px;
	position:absolute;
	width:146px;
}

a.documents {
	background-image:url(documents.jpg);
	height:24px;
	left: 307px;
	position:absolute;
	width: 145px;
}

a.documents:hover {
	background-image:url(documents-over.jpg);
	height:24px;
	left:307px;
	position:absolute;
	width: 145px;
}

a.mailinglist {
	background-image:url(mailinglist.jpg);
	height:24px;
	left: 452px;
	position:absolute;
	width: 146px;
}

a.mailinglist:hover {
	background-image:url(mailinglist-over.jpg);
	height:24px;
	left: 452px;
	position:absolute;
	width: 146px;
}

a.contact {
	background-image:url(contact.jpg);
	height:24px;
	left: 598px;
	position:absolute;
	width: 147px;
}

a.contact:hover {
	background-image:url(contact-over.jpg);
	height:24px;
	left: 598px;
	position:absolute;
	width: 147px;
}

/* @group Old */

a.blog {
	background-image:url(blog.jpg);
	height:24px;
	left: 204px;
	position:absolute;
	width: 67px;
}

a.blog:hover {
	background-image:url(blog-over.jpg);
	height:24px;
	left: 204px;
	position:absolute;
	width: 67px;
}

a.news {
	background-image:url(news.jpg);
	height:24px;
	left: 204px;
	position:absolute;
	width: 67px;
}

a.news:hover {
	background-image:url(news-over.jpg);
	height:24px;
	left: 204px;
	position:absolute;
	width: 67px;
}

a.podcast {
	background-image:url(podcast.jpg);
	height:24px;
	left: 381px;
	position:absolute;
	width: 91px;
}

a.podcast:hover {
	background-image:url(podcast-over.jpg);
	height:24px;
	left: 381px;
	position:absolute;
	width: 91px;
}

a.links {
	background-image:url(links.jpg);
	height:24px;
	left: 585px;
	position:absolute;
	width: 70px;
}

a.links:hover {
	background-image:url(links-over.jpg);
	height:24px;
	left: 585px;
	position:absolute;
	width: 70px;
}

/* @end */

/* @end */

/* @group Text and Misc. Elements */

.content {
	color: #000;
	text-align: justify;
	font: 1.2em/1.5 "Lucida Grande", Lucida, Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

a {
	color: #00417e;
	text-decoration: none;
}

a:hover {
	color: #002e59;
	text-decoration: underline;
}

a .alt {
	display: none;
}

h2 {
	font: 1.2em/1.5 "Lucida Grande", Lucida, Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

small {
	font: 0.9em/1.5 "Lucida Grande", Lucida, Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

.updated {
	font-size: 0.9em;
	font-style: italic;
	color: #666;
}

#bernadine {
	float: left;
	padding-bottom: 5px;
	padding-right: 10px;
	border-style: none;
}

.fakehr {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	margin-top: 20px;
}

#docslist ul {
	list-style-type: none;
	margin: 10px 10px 30px 20px;
	padding-left: 0;
}

#docslist ul li a[href $='.pdf'], #docslist ul li a[href $='.PDF'] {
	padding-left: 30px;
	background: transparent url(icon-pdf.gif) no-repeat left;
}

#docslist ul li a.new[href $='.pdf'], #docslist ul li a.new[href $='.PDF'] {
	padding-left: 30px;
	background: #fefebe url(icon-pdf.gif) no-repeat left;
}

#docslist ul li a[href $='.html'], #docslist ul li a[href $='.htm'] {
	padding-left: 30px;
	background: transparent url(icon-web.gif) no-repeat left;
}

#docslist ul li a.new[href $='.html'], #docslist ul li a.new[href $='.htm'] {
	padding-left: 30px;
	background: #fefebe url(icon-web.gif) no-repeat left;
}

#docslist ul li a[href $='.jpg'], #docslist ul li a[href $='.gif'] {
	padding-left: 30px;
	background: transparent url(icon-img.gif) no-repeat left;
}

#docslist ul li a.new[href $='.jpg'], #docslist ul li a.new[href $='.gif'] {
	padding-left: 30px;
	background: #fefebe url(icon-img.gif) no-repeat left;
}	

#linkslist ul {
	list-style-type: square;
}

.special {
	border: 1px solid #e5d2b7;
	color: #333;
	background-color: #fffaed;
	margin-bottom: 15px;
	margin-top: 5px;
	font: 0.9em/1.5 "Lucida Grande", Lucida, Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	padding: 10px;
}

.confirmationaccept {
	background: #e5f7e3 url(confirmcheck.gif) no-repeat 7px 7px;
	border:1px solid #c5e1c8;
	color: #004b19;
	padding:8px 8px 8px 28px;
}

.confirmationwarning {
	background: #fffeeb url(confirmwarning.gif) no-repeat 7px 7px;
	border:1px solid #e6e5d8;
	color: #404040;
	padding:8px 8px 8px 28px;
}

/* @group Old or Unused */

.discuss a {
	text-decoration: none;
}

.discuss-img {
	width: 16px;
	height: 16px;
	border: none;
	margin: 0 2px -1px 5px;
}

.discuss-text {
	color: #444;
	font-size: 10px;
	font-weight: normal;
}

#twitter_div {
	
}

#twitter_update_list {
	
}

#twitter_update_list li {
	margin-bottom: 12px;
	list-style-type: none;
	margin-left: -40px;
}

#twitter_update_list li a {
	color: #002e59;
}

#twitter_update_list li a:hover{
	color: #002e59;
	text-decoration: underline;
}

#twitter_update_list li a[href*="statuses"] {
	font-size: 10px !important;
	color: #869db3;
	font-style: italic;
	display: inline-block;
}

#twitter_update_list li a[href*="statuses"]:hover {
	color: #002e59;
}

/* @end */

/* @end */