﻿/*
=============================================================
 Program.....: main.css
 Purpose.....: main layout css for site
 Date........: 05.25.2012
 Author......: Troy Edwards
 Copyright...: Copyright © 2012 Weblazer
=============================================================

-------------------------------------------------------------
 items to replace for future sites
------------------------------------------------------------- 
colors:
background color: #cccccc;
main color (find and replace): #6886ba;
accent color (find and replace): #84cf83; light green
accent color (find and replace): #6abb69; dark green
images:
images/banner.png (850x200)
images/footer.png

-------------------------------------------------------------
 html, body
------------------------------------------------------------- 
*/
html, body {
	margin: 10px;
	padding: 0px;
}
body {
	background-color: #CCCCCC;
	font-family: font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 10pt;
	color: black;
	font-family: Arial;
}
body A {
	color: #6886ba;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
}
body A:hover {
	color: #6886ba;
	font-weight: bolder;
	font-family: Arial;
	text-decoration: none;
}
body H1 {
	FONT-SIZE: 12pt;
	color: #6886ba;
	color: #84cf83;
	font-family: Arial, Verdana, Tahoma;
	margin-top: 18px;
}
body img {
	border-style: none;
}
/*
-------------------------------------------------------------
 set any element to class="hidden" to hide
------------------------------------------------------------- 
*/
.hidden {
	display: none;
}
.padding {
	padding: 25px;
}
/*
-------------------------------------------------------------
 main
------------------------------------------------------------- 
*/
div#page-container {
	/*width: 850px; /*height: 650px; */;
	margin: auto;
	padding: 0px;
	border-color: black;
	border: thin;
	border-style: solid;
	background: white;
	border-radius: 15px;
    box-shadow: 5px 5px 10px #808080;
}
/*
-------------------------------------------------------------
 header
------------------------------------------------------------- 
*/
div#header {
	
	background: url('../images/banner.png');
	background-repeat: no-repeat;
	background-color: #6886ba; /* in case image doesn't load */;
	height: 100px;
	text-align: center;
	font-size: 20px;
	color: White; /*	margin: 0px;*/;
	border-spacing: 0px;
	padding: 0px;
	width: auto;
 /*
-------------------------------------------------------------
 border radius in div#header must be 1px less than border 
 radius in #page-container 
------------------------------------------------------------- 
*/;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;

}
div#header #header-menu {
	margin-right: 10px;
	float: right;
	vertical-align: bottom;
	text-align: right;
	line-height: 375px;
	padding-right: 12px;
	font-size: 8pt;
	color: white;
}
div#header #header-menu a {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color: white;
}
div#header #header-menu a:hover {
	color: #84cf83;
}
/*
-------------------------------------------------------------
 main-nav 
------------------------------------------------------------- 
*/
div#main-nav {
	height: 20px;
	background-color: #eeeeee;
	padding: 13px 10px 6px 15px;
	border-color: black;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	vertical-align: middle;
}
div#main-nav #main-nav-left a:hover {
	color: #84cf83;
}
div#main-nav #main-nav-right {
	margin-right: 5px;
	float: right;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 8pt;
	color: black;
}
div#main-nav #main-nav-date {
	margin-right: 5px;
	float: right;
	text-align: right;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 8pt;
	color: black;
	vertical-align: middle;
}

div#main-nav #main-nav-facebook {
	
	background-color: #6886ba;
	float: right;
	color: black;
	vertical-align: bottom;
	text-align: right;
	border-collapse: collapse;
}


/*
-------------------------------------------------------------
 left-nav
------------------------------------------------------------- 
*/
div#left-nav {
	float: left;
	width: 190px;
	margin-top: 5px;
	margin-bottom: 25px;
}
div#left-nav .left-nav-group {
	margin: 20px 0px -12px 25px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #6886ba;
}
div#left-nav a {
	color: black;
	font-size: 8pt;
	font-weight: normal;
}
div#left-nav a:hover {
	color: #84cf83;
}
div#left-nav ul {
	margin: 0px 0px 0px 25px;
	padding: 0px;
	font-weight: normal;
}
/*
-------------------------------------------------------------
 content (margin-left much match div#left-nav width)
------------------------------------------------------------- 
*/
div#content {
	margin-left: 190px;
	height: auto;
	line-height: 18px;
	border-color: #6886ba;
	border-style: solid;
	border-width: 0px 0px 0px 1px;
}
div#content #content-padding {
	padding: 5px 25px 25px 25px;
}
div#content p {
	margin: 0px;
	padding: 0px;
}
div#content h1 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
	text-transform: uppercase;
}
div#content h2 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}
div#content h3 {
	background-color: #A3F4A3;
	text-align: right;
	letter-spacing: -1px;
	color: #386938;
	padding: 2px;
	border-bottom: 1px solid black;
}
div#content a:link, a:visited {
}
div#content a:hover {
	color: #84cf83;
}
/*
-------------------------------------------------------------
 content-body (margin-left much match div#left-nav width)
------------------------------------------------------------- 
*/
div#content-body {
	min-height: 280px;
}

div#content-body .frame {
	position: relative;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	font-family: Tahoma;
	font-size: 10pt;
	margin-bottom: 20px;
	border-radius: 8px;
    box-shadow: 4px 4px 7px #808080;
}
div#content-body .frame .frame-top {
	position: inherit;
	height: 26px;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	background-color: #6886ba;
	background-image: url('../images/tabletop.png');
	color: white;
	padding: 6px 0px 0px 10px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;

}
div#content-body .frame-top .frame-top-right {
	position: absolute;
	bottom: 8px;
	right: 10px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 8pt;
}
div#content-body .frame-top-right a {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color: white;
}
div#content-body .frame-top-right a:hover {
	color: #84cf83;
}
div#content-body .frame .frame-body {
	background-color: #ffffff;
	padding: 10px 20px 15px 20px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;

}
div#content-body .frame .frame-body ul {
	color: black;
}
/*
-------------------------------------------------------------
 footer
------------------------------------------------------------- 
*/
div#footer {
	clear: both;
	background-color: #6886ba;
	background-image: url('../images/footer.png');
	height: 19px;
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: white;
	border-color: black;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	padding: 11px 15px 6px 15px;
/*
-------------------------------------------------------------
 border radius in div#footer must be 1px less than border 
 radius in #page-container 
------------------------------------------------------------- 
*/
border-bottom-left-radius: 14px;
border-bottom-right-radius: 14px;

}
div#footer a {
	color: white;
}
div#footer a:hover {
	color: #84cf83;
}
div#footer #footer-nav {
	width: 350px;
	float: right;
	text-align: right;
}
div#footer #footer-copyright {
}
.tableData {
	background-color: #C0C0C0;
	font-family: arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
}
.tableDataRows {
	background-color: #FFFFFF;
}
