* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
  	background-color: #003176;
  	color: Black;
	font-family: sans-serif, Geneva, Arial;
  	font-size:62.5%; /* 10px */
}
div#container {
	width: 742px;
	height: 100%;
	font-size: 1.2em;
	margin: auto;
	background: url(img/slice.jpg) repeat-y;
}
div#header {
	margin: 0;
	padding: 0;
	height: 166px;
	background: url(./img/header.jpg) no-repeat; 
}
div#headersmall {
	margin: 0;
	padding: 0;
	height: 32px;
	width: 742px;
	background: url(./img/header2.jpg) no-repeat;
	background-color: white;
}
div#headerlower {
	margin: 0;
	padding: 0;
	height: 12px;
	width: 742px;
	background: url(./img/top_content.jpg) no-repeat;
}
/* Top Nav Bar */
div#nav_outline {
	margin-left: 178px;
	width: 553px;
	height: 26px;
	border: 1px solid #526C9F;
	background-color: white;
}
div#nav_block {
	margin: 1px;
	height: 22px;
	width: 549px;
	background-color: #6BAA24;
	border: 1px solid #003176;
}
ul#nav {
	list-style: none;
   padding: 0;
   margin: 0;
   white-space: nowrap;
   color: white;
	float: left;
   width: 100%;
}
ul#nav li{
   display: inline;
	width: 19%;
	text-align: center;
   color: white;
   font-weight: bold;
}
ul#nav li a:link, ul#nav li a:visited, ul#nav li a {
	display: block;
	padding: 4px 0 0 0;
   text-decoration: none;
	float: left;
	width: 108.8px;
	height: 19px;
   color: white;
   font-weight: bold;
	border-right:1px solid #003176;
}
ul#nav li a:hover{
   background-color : #003176;
   color : #6BAA24;
}
ul#nav li a.nobdr {
	border-right: none;
}
/* End Top Nav Bar */
/* Begin Content Display */
div#content {
	margin: 0;
	padding: 0;
}
div#leftcol {
	float: left;
	width: 148px;
	margin: 0 0 0 13px;
	padding: 0;
}
div#centercol {
	float: left;
	background-color: #fff;
	width: 366px;
	margin: 0 0 0 16px;
	padding: 0 10px;
}
div#ctrbox, div#ctrbox2 {
	background-color: #003176;
	color: White;
	padding: 20px;
/*	background:#003176 url(img/grnredsplat.png) no-repeat center right;
*/}
div#ctrboxlwr {
	background-color: #018EAC;
	color: White;
	padding: 20px;
	margin-bottom: 10px;
}
div#ctrbox ul.ftrlist, div#ctrbox2 ul.ftrlist {
	margin: 15px;
}
div#ctrbox ul.ftrlist li, div#ctrbox2 ul.ftrlist li {
	float: none;
}
table.ftrtbl {
	border: 1px solid #fff;
	width: 100%;
	text-align: right;
	margin: 10px 0;
}
ul.postnav,ul.postnav li, ul.jumpnav, ul.jumpnav li{
	margin:0;
	padding:5px;
	list-style-type:none
}
ul.postnav,ul.postnav li {
	padding: 0;
}
ul.postnav {
	margin-left:9px;
	margin-bottom: 10px;
}
ul.postnav li, ul.jumpnav li{
	float:left;
	width: 30.5%;
	margin: 0;
}
ul.postnav li {
	width: 25%;
	text-align: center;
}
ul.postnav a, ul.jumpnav a{
	display:block;
	width:100%;
	/*padding:20px 0;*/
/*	font: bold 110% Verdana,Arial,sans-serif;
*/ text-transform:uppercase;
	background: #6BAA24 url(img/boxslice.gif);
	color: #fff;
   text-decoration:none;
	text-align:center;
}
ul.jumpnav a {
	padding: 20px 0;
}
ul.postnav a {
	width: 78px;
	color: #fff;
	font: bold 110% Verdana,Arial,sans-serif;
	height: 95px;
	/*padding: 40px 0;*/
}
ul.postnav a span {
	display: none;
}
ul.postnav a.quote {
	background: url(img/quote.gif) no-repeat;
}
ul.postnav a.contact {
	background: url(img/contactus.gif) no-repeat;
	/*margin-left:5px;*/
}
ul.postnav a.cart {
	background: url(img/cart.gif) no-repeat;
}
ul.postnav a.upload {
	background: url(img/upload.gif) no-repeat;
}
/*ul.postnav a:hover {
	background: url(img/blankbtn.gif) no-repeat;
	color:#fff;
	font: bold italic 150% Verdana, Arial, sans-serif;
}
ul.jumpnav a:hover {
	background: #003176;
	color: #6BAA24;
}
ul.postnav a:hover span {
	display: inline;
}*/
ul.jumpnav a {
	font: bold 90% Verdana,Arial,sans-serif;
}
div#rightcol {
	float: left;
	width: 148px;
/*	background: Green;
*/	margin-left: 19px;
}
div.colhdr {
	margin: 0;
	padding: 5px 10px;
	white-space: nowrap;
	background: #6BAA24;
	color: #003176;
	font: bold 110% Verdana, Arial, sans-serif;
	border-bottom: 1px solid #003176;
	border-top: 1px solid #003176;
}
input.login {
	background: #003176;
	font-size: 9pt;
	color: #fff;
	margin-left: 10px;
}
input.submit {
	width: 75px;
	margin: 10px 0;
}
.center {
	text-align: center;
}
div#footer {
	clear: both;
	padding: 25px 0 0 0;
	margin: 0;
	width: 742px;
	height: 35px;
	background: url(./img/footer.jpg) no-repeat;
	text-align: center;
	color: #003176;
	text-align: center;	
	font-size: .9em;		
}
/* End Content Display */

/* Begin Menu */
ul#mainnav {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #6BAA24;
}
ul#mainnav li {
/*	position: relative;*/
	border-top: 1px solid #003176;
}
ul#mainnav li.last {
	border-bottom: 1px solid #003176;
}
ul#mainnav li.first {
	border-top: none;
}
ul#mainnav li a:link, ul#mainnav li a:visited {
	text-decoration: none;
	display: block;
	width: 136px;
	font-weight: bold;
	color: white;
	padding: 6px;
}
ul#mainnav li a:hover {
	background: #003176;
	color: #6BAA24;
}

h1.hide {
	display: none;
}
h4 {
	font-size: 1.4em;
}
p {
	margin: 10px 0;
}
.justify {
	text-align: justify;
}
.move {
	cursor: move;
}
div.blueylwsplat {
	background-image: url(img/blueyellowsplat.png);
	height: 215px;
	width: 135px;
}
/* Contact Form */
#contactfrm {
	width: 325px;
	padding: 0px;
	margin: 10px auto;
}
div.row, div#moreUploads div.row {
  clear: both;
  margin: 0;
  padding-top: 10px;
}
div.row span.label, div#moreUploads div.row span.label {
  float: left;
  width: 80px;
  text-align: right;
  font: normal 8pt verdana, helvetica, sans-serif;
}
div.row span.formw, div#moreUploads div.row span.formw {
  float: right;
  width: 230px;
  text-align: left;
  font: normal 8pt verdana, helvetica, sans-serif;
} 
div.row input, div#moreUploads div.row input {
 	border: solid 1px #6BAA24;
	font: normal 8pt verdana, helvetica, sans-serif;
 }
.noborder {
 	border: 0;
}
.contacttxt {
 	font: bold 8pt verdana, helvetica, sans-serif;
}
.frmDivide {
 	margin-top: 30px;
	margin-bottom: 5px;
	border-bottom: solid 2px #527787;
	font: bold 10pt verdana, helvetica, sans-serif;
}
.formtxt {
 	font: normal 8pt verdana, helvetica, sans-serif;
}
.error {
	color: Red;
	font-weight: bold;
}
.clearBoth {
	clear: both;
}
select {
	font-size:.8em;
}
