/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/bg1.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sansm-serif;
	font-size: 13px;
	color: #7F7772;
}
h1, h2, h3 {
	margin-top: 0;
}
h1 {
	font-size: 136%;
}
h2 {
	font-size: 107%;
}
h3 {
	font-size: 100%;
}
p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 170%;
}
p {
}
blockquote {
	font-style: italic;
}
ul {
}
ol {
}
a {
	color: #1777B1;
}
a:hover {
	text-decoration: none;
}
small {
}
hr {
	display: none;
}
img {
	border: 0px solid #B2B2B2;
}
img.left {
	float: left;
	margin: 5px 15px 0 0;
}
img.right {
	float: right;
	margin: 0 0 0 15px;
}
/* header */
#header {
	width: 700px;
	height: 150px;
	margin: 0 auto;
	padding-top: 20px;
}
/* Logo */
#logo {
	float: right;
	width: 700px;
	height: 100px;
	background: url(images/logo.png) no-repeat;
}
#logo h1 {
	margin: 0;
	padding-top: 50px;
	text-transform: lowercase;
	font-size: 48px;
	line-height: 60px;
}
#logo h2 {
	margin: -10px 0 0 0;
	text-transform: uppercase;
	text-align: right;
	font-size: 8px;
	line-height: 8px;
}
#logo a {
	text-decoration: none;
	color: #7F7772;
}
#logo a:hover {
	color: #000000;
}
/* Page */
#page {
	width: 800px;
	margin: 0 auto;
}
/* Content */
#content {
	float: left;
	width: 530px;
        background: #ffffff;
}
#content h1.title {
	padding: 5px 10px;
	background: #1d1d1d;
	border-bottom: 1px solid #a7bd0d;
	text-transform: uppercase;
	font-size: 100%;
}
#content h2.title {
	margin-bottom: 25px;
	padding-left: 5px;
	border-left: 15px solid #D15600;
	text-transform: lowercase;
	color: #7F7772;
}
#content .title span {
	color: #000000;
}
.twocols {
	padding-top: 20px;
	border-top: 1px solid #CCCCCC;
}
.twocols .col1 {
	float: left;
	width: 180px;
}
.twocols .col2 {
	float: right;
	width: 150px;
	padding-left: 10px;
	border-left: 1px solid #1d1d1d;
}
.list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list li {
	padding: 5px 10px;
	border-top: 1px solid #EFEFEF;
}
.list li.first {
	border: none;
}
/* Sidebar */
#sidebar {
	float: right;
	width: 250px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
}
#sidebar li ul {
}
#sidebar li li {
}
#sidebar h2 {
	padding: 5px 10px;
	background: #1d1d1d;
	border-bottom: 1px solid #a7bd0d;
	text-transform: uppercase;
	font-size: 100%;
}
#sidebar h2 span {
	color: #a7bd0d;
}
#sidebar h3 {
}
#sidebar p {
}
#sidebar a {
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
/* Menu */
#menu {
	background: #232323;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #232323 url("../images/seperator.gif") bottom right no-repeat;
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #2580a2 url("http://www.revivalnationpublishing.com/images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}
/* News */
#news {
	margin-bottom: 20px;
}
#news ul {
	line-height: normal;
}
#news li {
	padding: 10px;
}
#news h3 {
	margin: 0;
	font-size: 85%;
}
#news h3 span {
	padding: 0 5px;
	background: #1d1d1d;
	color: #FFFFFF
}
#news p {
	margin: 0;
	line-height: normal;
}
#news a {
}
/* Footer */
#footer {
	clear: both;
	height: 100px;
	padding-top: 20px;
	background: #EFEFEF;
	border-top: 1px solid #CCCCCC;
}
#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}
/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.shadetabs li{
display: inline;
margin: 0;
}
.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(images/shade.gif) top left repeat-x;
}
.shadetabs li a:visited{
color: #2d2b2b;
}
.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}
.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}
.shadetabs li a.selected{ /*selected main tab style */
background-image: url(images/shadeactive.gif);
border-bottom-color: white;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
.tabcontent{
display:none;
}
@media print {
.tabcontent {
display:block !important;
}
