/* Global Defaults */
html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-color: #475811;
  background-image: url(images/bg_01.jpg);
  background-position: top;
  background-repeat: repeat-x;
}
body {
  color: #fff;
}
/* Headlines */
h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: normal;
	color: #C0E64F;
}
h1 {
	font-size: 144%;
}
h2 {
	font-size: 136%;
}
h3 {
	font-size: 124%;
}
/* Text Styles */
p, th, td, dd, dt, li, ul, ol, blockquote, q, acronym, abbr, input, select, textarea {
	font: .9em/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 133%;
	letter-spacing: 1px;
}
/*nest fixes 
td p { font-size: 100%; } */
ul { 
font-size: 100%;
}
blockquote {
  margin: 1.25em;
  padding: 1.25em
}
q {
  font-style: italic;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}
small {
	font-size: .8em;
	line-height: normal;
}
big {
  font-size:1.2em;
  line-height: normal;
}
img {
	border: none;
	padding: 5px;
}
/* Links and Images */
a:link, a:visited {
	color: #C0E64F;
	text-decoration: none;
}
a:hover { 
	color: #C0E64F;; 
	text-decoration: underline;
}
a:active { 
	color: #C0E64F;;
	text-decoration: overline;
}
/* Tables */
table {
  margin: 0;
  padding: 0;
  border: none;
}
/* Forms */
form {
  margin: 0;
  padding: 0;
  display: inline;
}
label {
cursor: pointer;
}
/*divs*/
#header {
	margin: 0 auto;
	width: 1012px;
	height: 318px;
	background-image: url(images/header_01.jpg);
}
#strapline {
	width: 512px;
	float: right;
	padding-top: 92px;
	padding-right: 125px;
	display:inline;
}
.strapline {
	font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;;
	letter-spacing: 1px;
}
#wrapper {
	margin: 0 auto;
	width: 1012px;
	height: auto;
	background-image: url(images/body_01.jpg);
	background-repeat: no-repeat;
}
/*menu*/
#menu {
	width: 165px;
	margin-left: 123px;
	float: left;
	display:inline;
}
#menu ul {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
#menu li {
	display: list-item;
	list-style: none;
	padding-bottom: 1em;
}
#menu a {
	display: block;
	color: #fff;
	text-decoration: none;
}
#menu a:hover {
	color: #C0E64F;
	text-decoration: none;
}
#menu a:active {
	color: #C0E64F;
}
#right_side {
	float: right;
	width: 515px;
	margin-right: 123px;
	display:inline;
}
#right_pics {
	width: 265px;
	float: right;
}
#footer {
	clear: both;
	width: 1012px;
	margin: 0 auto;
	text-align: center;
}
.blue {
	background-color: #009;
}
.yellow {
	background-color: #FF0;
	color: #666;
}
.red {
	background-color: #900;
}
.orange {
	background-color: #F90;
}
.purple {
	background-color: #63C;
}
/* Common Classes */
.smallstuff { font-size: .75em; }
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
