/* Layout styles: those that affect the layout of the site & navigation, but not necessarily the content */

html,body{
	height:100%;
	margin:0;
	padding:0;
}
body{
	font-family:Arial,Verdana,sans-serif;
	font-size:0.6875em;
	background:#a7b9ab url(images/background.gif) repeat-y top center;
	padding-right:1px;/* to fix rounding errors (offset background image) */
}
h1,h2{
	margin-top:0px;
}
a{
	color:#06C;
}
a:hover{
	color:#596;
}
#nonFooter{
	width:700px;
	margin:0 auto;
}

#header{
	width:700px;
	height:109px;
	background:#fff url(images/header.png) no-repeat top right;
}
#header a{
	position:relative;
	float:left;
	width:700px;
	height:109px;
	border:0;
}



#bar{
	background-color:#006513;
	color:#fff;
	height:27px;
	line-height:27px;
	padding: 0 5px 0 5px;
}
#menu{
	width:156px;
	float:left;
}
#menu ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu ul li{
	display:inline;

}
#menu ul li a{
	display:block;
	height:20px;
	padding-top:5px;
	line-height:1.3em;
	padding-left:5px;
	color:#007643;
	text-transform:uppercase;
	text-decoration:none;
}
#menu ul li.twolines a{
	height:33px;
}
#menu a:hover{
	color:#005176;
	text-decoration:underline;
	background-color:#ccc;
}
#content{
	margin-left:156px;
	margin-top:0px;
	background:transparent url(images/content-background.png) no-repeat top left;
	padding:10px;
	font-size:1.182em;
	line-height:1.4em;
	color:#444;
	position:relative;
}
#content p{
	margin-top:0;
}
.left{
	float:left;
	text-align:left;
}
.right{
	float:right;
	text-align:right;
}
#footer{
	width:700px;
	margin:0 auto;
	height:4em;
	background:#006513;
	line-height:4em;
	color:#fff;
}
#footer img{
	vertical-align:middle;
}


/* Content classes: classes that are applied to elements in the content area */
.company{
	font-weight:bold;
	color:#007600;
}
address{
	font-style:normal;
	display:inline;
	padding:0;
	margin:0;
}





/* footerStickAlt classes: 
 * courtesy of: http://themaninblue.com/writing/perspective/2005/08/29/
 */
#nonFooter{
	position:relative;
	min-height:100%;
}
* html #nonFooter{
	height:100%;
}
#menu, #content{
	padding-bottom:6em;
}
#footer{
	position:relative;
	margin-top:-4em;
}
