/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {height: 100%;
	background-color:#5b91eb;
	background-image:url(images/bgpic911prog.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top center;
	font: 16px arial, verdana, sans-serif;
	color:#ffffff;
	}
	
h1, h2	{
	margin-bottom: 14px;
	}
	
p, blockquote {
	margin-bottom: 14px;
	text-align: justify;
	}

img	{
	border: 0;
	margin-bottom: 26px;
	}
			
img.marginRight {
	margin-right: 26px;
	}
			
img.marginCenter {
	margin-left: 175px;
	}	
	
table, th, td{
	border: 1px;
	border-style: solid;
	border-color: #999 #FFF #FFF #999;
	}

td.leftAlign {
	text-align: left;
	}

td {
	text-align: center;
	}

caption	{
	text-align: left;
	font-weight: bold;
	font-size: 115%;
	}
	
/* *** COMMON CLASSES *** */	
.noCaption	{
	font-weight: normal;
	font-size: 85%;
	}

.underline {
	text-decoration:underline;
	}

.noLowerMargin {
	clear: both;
	margin-top: 3px;
	margin-bottom: 0;
	}

.lowerMarginHalf {
	margin-bottom: 14px;
	}

.upperMarginHalf {
	margin-top: 14px;
	}
	
.upperLowerMarginHalf {
	margin-top: 14px;
	margin-bottom: 14px;
	}

.lowerMarginSmall {
	margin-bottom: 7px;
	}

.lowerMarginLarge {
	margin-bottom: 30px;
	}
		
.floatLeft {
	float: left;
	}

.floatRight {
	float: right;
	}

.clearLeft {
	clear: left;
	}
	
.clearBoth {
	clear: both;
	}

.bold	{
	font-weight: bold;
	}
			
.downloadText {
	font-size: 70%;
	margin-bottom: 0;
	}
			
.downloadTextLast {
	font-size: 70%;
	margin-bottom: 28px;
	}

/* *** GLOBAL DIVS *** */	
#wrap {min-height: 100%;
	background-position:top center;
	width:911px;
	margin-left:auto;
	margin-right:auto;
	}
	
#main {overflow:auto;
	padding-bottom: 35px; /* must be same height as the footer */
	color:#000000;
	}
	
#content{
	background-image:url(images/bgcontent.png);
	background-repeat:repeat-y;
	margin:35px;
	padding:30px 35px 35px 35px;
	}
	
/* *** HEADER *** */
#header  {
	height:235px;
	}

#logo	{
	margin: 35px 30px 0px 35px;
	float: left;
	}

#headertext  {
	margin-left:175px;
	padding:19px 35px 0px 0px;
	}

#coname	{
	font-size:72px;
	font-weight:bold;
	}

#line	{
	position: relative; top: -7px; left: 5px;
	}
#line img	{
	margin-bottom: 0px;
	}

#tagline1	{
	position: relative; top: -7px;
	margin-left:1px;
	font-size:48px;
	letter-spacing: 2px;
	font-weight:bold;
	}
	
#tagline2	{
	clear:both;
	margin: 0px 35px 0px 35px;
	font-size:17px;
	text-align:justify;
	}
/* *** SITE MAP PAGE *** */
#siteMapLink	{
	position: relative; top: -129px;
	text-align: right;
	}

#siteMapLink a	{
	text-decoration:none;
	color: #FFF;
	}

#siteMapLink a:hover{
	text-decoration:none;
	color:#596907;
	}

#sitemap	{
	background-image:url(images/bgcontent.png);
	background-repeat:repeat-y;
	margin:35px;
	padding:30px 35px 35px 35px;
	}

#navigation a:link {
	text-decoration:none;
	color:#000;
	}	

#sitemap a:visited {
	text-decoration:none;
	color:#000;
	}

#sitemap a:hover{
	color:#596907;
	}

.indent1	{
	text-indent: 20px;
	line-height: 150%;
	}
	
.indent2	{
	text-indent: 40px;
	}

/* *** NAVIGATION *** */
#navigation {
	background-image:url(images/navigationbg.png);
	background-repeat:repeat-x;
	height: 35px;
	margin: 0 auto;
	text-align: center;
	font-weight:bold;
	}
	
#navigation ul{
	list-style:none;
	margin:0;
	padding:0;
	padding-top:9px;
	}
	
#navigation li{
	display:inline;
	padding: 0 8px 0 8px;
	}
	
#navigation a:link {
	text-decoration:none;
	color:#5b91eb;
	}	

#navigation a:visited {
	text-decoration:none;
	color:#5b91eb;
	}

#navigation a:hover{
	color:#596907;
	}

#navigation a.active	{
	text-decoration:none;
	color:#596907;
	}

/* *** HOME PAGE *** */
#content2{
	margin: 35px;
	height: 526px;
	}

#colLeft	{
	float: left;
	margin-right: 35px;
	}
	
#colRight	{
	float: right;
	}
	
#leftTop	{
	background-image:url(images/bgcontent.png);
	background-repeat:repeat-y;
	width: 535px;
	height: 130px;
	margin-bottom: 17px;
	padding: 17px;
	}
	
#leftBottom	{
	background-image:url(images/bgcontent.png);
	background-repeat:repeat-y;
	width: 535px;
	/* height: 311px; */
	height: 492px;
	padding: 17px;
	}

#rightTop	{
	background-image:url(images/bgcontent.png);
	background-repeat:repeat-y;
	width: 203px;
	height: 130px;
	margin-bottom: 17px;
	padding: 17px;
	}
	
#rightMiddle	{
	background-image:url(images/bgcontent.png);
	background-repeat:repeat-y;
	width: 203px;
	height: 130px;
	margin-bottom: 17px;
	padding: 17px;
	}
	
#rightBottom	{
	background-image:url(images/bgcontent.png);
	background-repeat:repeat-y;
	width: 203px;
	height: 130px;
	padding: 17px;
	}

.lammaImg	{
	margin: 0px 14px 7px 0px;
	float: left;
	}
	
.heading1	{
	margin: 0px 0px 0px 0px;
	font-weight:bold;
	font-size: 160%;
	}
	
.heading2	{
	margin: 0px 0px 0px 0px;
	font-weight:bold;
	font-size: 120%;
	}
	
.heading3	{
	margin: 0px 0px 3px 0px;
	font-size: 16px;
	line-height: 125%;
	letter-spacing: 1px;
	font-weight: normal;
	}
	
.heading4	{
	margin: 0px 0px 0px 0px;
	letter-spacing: 1.5px;
	size: 12px;
	}

.alignLink	{
	position:relative; top: -18px; left: 455px;
	}

/* *** PRODUCT PAGE *** */	
#content3{
	background-image:url(images/bgcontent.png);
	background-repeat:repeat-y;
	height: 375px;
	margin:35px;
	padding:30px 35px 35px 35px;
	}

#productCol1 {
	width: 233px;
	float: left;
	margin-right: 35px;
	}

#productCol2 {
	width: 233px;
	float: left;
	}
	
#productCol3 {
	width: 233px;
	float: right;
	}

.centerBold	{
	font-weight: bold;
	text-align: center;
	}

.centerNoBold	{
	text-align: center;
	}

/* *** MOVIE CLIP PAGE *** */	
.movie {
	float: left;
	margin-top: 5px;
}

.movieLeft {
	float: left;
	margin-top: 10px;
	margin-right: 29px;
	}

html>body .movieLeft {
	margin-right: 31px;
	}

.movie h4, .movieLeft h4 {
	margin-bottom: 3px;
	font-weight: normal;
	}

.movie img, .movieLeft img {
	margin-bottom: 0;
	}

.movie p, .movieLeft p {
	font-size: 70%;
	}
/* *** NEWS PAGE *** */

.paragraphRight  {
	position: relative;
	left: 26px;
	padding-right: 26px;
	}

/* *** CONTACT PAGE *** */
#emailform input, #emailform textarea {
	border: 1px solid #cccccc;
	}
			
/* *** FOOTER *** */	
#footer {position: relative;
	margin-top: -35px; /* negative value of footer height */
	height: 35px;
	clear:both;
	width:911px;
	background-image:url(images/navigationbg.png);
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;}

#footercontent {
	color:#000000;
	padding:10px 35px 0px 35px;
	font-size:76%;
	float:left;
	} 

#footerlinks {
/*	background-image:url(images/navigationbg.png);
	background-repeat:repeat-x;
	height: 35px;
	margin: 0 auto;*/
	float:right;
	padding:10px 35px 0px 35px;
	text-align: right;
	font-size:76%;
	}

#footerlinks ul{
	list-style:none;
	margin:0;
	padding:0;
	padding-top:9px;
	}
	
#footerlinks li{
	display:inline;
	color: black;
	}
	
#footerlinks a:link{
	text-decoration:none;
	color: black;
	}	

#footerlinks a:visited{
	text-decoration:none;
	color: black;
	}	
	
#footerlinks a:hover{
	color:#596907;
	}


/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}



/* IMPORTANT

You also need to include this conditional style in the <head> of your HTML file to feed this style to IE 6 and lower and 8 and higher.

<!--[if !IE 7]>
	<style type="text/css">
		#wrap {display:table;height:100%}
	</style>
<![endif]-->

*/