/* -------------------------------------
	Design: Tim Blumer 
	CSS: Tim Blumer
	Built: 2012-01-17
	Last Edit: 2012-01-17
	URI: http://www.njas.info/
---------------------------------------*/
/* @group Reset */
/* Eric Meyer's CSS Reset, modified 
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, hr, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* @end */
/* @group Layout */

body{
	background: url(../images/layout/bigbg.jpg) fixed center top;
}
#container{
	display: block;
	margin: auto;
	width: 881px;
}
#header{
	display: block;
	height: 205px;
	background: url(../images/layout/header.png) no-repeat;
}

#header h1{
	margin: 0;
	padding: 0;
}

#header a{
	display: block;
	height: 201px;
	text-decoration: none;
	width: 250px;
	margin-left: 20px;
}

#header a h1{
	visibility: hidden;
}

#wrapper{
	
}
#nav{
	background: url(../images/layout/nav_top.png) no-repeat;
	display: block;
	float: left;
	width: 240px;
	padding-top: 70px;
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, 
	sans-serif;
}

#nav ul{
	background-image: url(../images/layout/trans_white.png);
	width: 190px;
	margin-left: 20px;
	border: 1px solid #006900;
	padding-top: 4px;
	padding-bottom: 4px;
}

#nav ul li a{
	display: block;
	color: #006900;
	text-decoration: none;
	padding: 4px 6px;
}

#nav ul li a:hover{
	background-color: #ffff9a;
	color: #8e0705;
}

#content{
	display: block;
	float: right;
	width: 592px;
	background-image: url(../images/layout/trans_white.png);
	padding: 20px;
	border: 1px solid #006900;
	font: 14px "Trebuchet MS", Verdana, Arial, Helvetica, 
	sans-serif;
	margin-right: 6px;
}

table{
		
	border-top: 1px solid #006900;
	border-right: 1px solid #006900;

}

td{
	border-bottom: 1px solid #006900;
	border-left: 1px solid #006900;
	padding: 4px;
}

th{
	background-color: #006900;
	font-size: 18px;
	font-weight: bold;
	color: #fffeff;
	padding: 4px 4px 4px 8px;
}

#footer{
	display: block;
	clear: both;
}
#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 20px;
	text-shadow: #ffcea4 0 1px 0;
}

#api a{
	color: #000;
}

#api a:hover{
	color: #fff;
}

/* @end */
/* @group Typography */

p{
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6{
	color: #006900;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, 
	sans-serif;
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
	margin-bottom: 10px;
}

h1{

	font-size: 2em;
}

h2{
	font-size: 1.8em;
}

h3{
	font-size: 1.6em;
}

h4{
	font-size: 1.4em;
}

h5{
	font-size: 1.2em;
}

/* LVHA */
a, a:link{
	color: #f71412;
}
a:visited{
	color: #006900;
}
a:hover{
	
}
a:active{
	
}
/* @end */

/* @group misc */
.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
	margin-left: 10px;
}
.center{
	margin: 0 auto;
	text-align: center;
}
.clear{
	clear: both;
}
/* @end */

/* @group Pretty Forms */

form{
	margin: 0 0 1em;
	padding: 0;
}

label{
	color: #333;
}

input, textarea{
	color: #333;
	background: #eee;
	border: 1px solid #333;
	margin: 0;
	padding: 0;
}
.submit{
	padding-bottom: 1em;
	margin: 0;
}
.submit input{
	color: #000;
	background: #fff;
	padding: 5px;
	font-size: 12px;
}

fieldset{
	border: 1px solid #333;
}
fieldset p{
	padding-left: 20px;
}
legend{
	background: #333;
	padding: 2px 6px;
	color: #fff;
}
.data{
	background-color: #fff;
	vertical-align:middle;
}
/* @end */
