html {
	min-height: 100%;
}

body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000;
}

#topstrip {
	padding: 0;
	margin: 0;
	position: relative;
	height: 21px;
	min-width: 990px; 
	background-image: url(images/topstrip.gif);
	background-repeat: repeat-x;
}

#logostripbg {
	background-color: #417630;
	position: relative;
	padding: 0;
	margin: 0 auto;
	height: 120px;
	min-width: 990px;
}

#logostrip {
	position: relative;
	padding: 0;
	margin: 0 auto;
	height: 120px;
	width: 990px;
}

#logostripleft {
	float: left;
	position: relative;
	height: 120px;
	width: 485px;
	padding: 0px 0px 0px 10px; 
}

#logostripright {
	float: left;
	position: relative;
	height: 120px;
	width: 485px; 
	padding: 0px 10px 0px 0px;
}

#navstrip {
	margin: 0;
	padding: 0;
	position: relative;
	height: 45px; 
	min-width: 990px; 
	background-image: url(images/navstrip.gif);
	background-repeat: repeat-x;
}

#shadowstrip {
	padding: 0;
	margin: 0;
	position: relative;
	height: 40px;
	min-width: 990px;  
	background-color: #eee;
}

#contentwrap {
	position: relative;
	padding: 0px;
	margin: 15px auto;
	width: 990px; 
}

#footer {
	position: relative;
	margin: auto;
	height: 30px;
	width: 990px;
}

#footerleft {
	float: left;
	position: relative;
	height: 30px;
	width: 495px;
	margin: 15px 0px;
}

#footerright {
	float: left;
	position: relative;
	height: 30px;
	width: 495px; 
	margin: 15px 0px;
}


/* --- Top Strip Settings --- */

#topstrip p {
	padding: 2px 50px 2px 0px;
	margin: 0;
	float: right;
	color: #fff;
	font-size: 0.8em;
	text-decoration: none;
	line-spacing: 0;
}

#topstrip a {
	padding: 0;
	color: #fff;

	text-decoration: none;
}

#topstrip a:hover {
	text-decoration: underline;
}


/* --- Logo Strip Settings --- */

.logoimg {
	padding: 23px 0px 0px 0px;
	border: 0;
	margin: 0;
	float: left;
}

.estabimg {
	padding: 5px;
	border: 0;
	margin: 0;
	float: right;
}

#logostripright p {
	margin: 0;
	padding: 20px 0px 80px 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.7em;
	color: #064;
	text-align: right;
	letter-spacing: 0px;
	line-height: 1.8em;
}


/*  	---- Navigation Strip Settings ----	*/

#navstrip ul
{
	text-align: center;
	padding: 14px 0px;
	margin: 0;
}

#navstrip ul li
{
	display: inline;
	border-right: #417630 1px solid;
	padding: 14px 32px;
}

#navstrip ul li.firstnav
{
	border-left: #417630 1px solid;
}

#navstrip ul li a
{
	font-size: 1em;
	color: #fff;
	text-decoration: none;
}

#navstrip ul li a:hover
{
	color: #000;
}

/*  	---- Shadow Strip (Secondary) Navigation Settings ----	*/

#shadowstrip ul
{
	text-align: center;
	padding: 12px 0px;
	margin: 0;
}

#shadowstrip ul li
{
	display: inline;
	padding: 12px 32px;
}


#shadowstrip ul li a
{
	font-size: 1em;
	color: #000;
	text-decoration: none;
}

#shadowstrip ul li a:hover
{
	color: #417630;
	text-decoration: underline;
}


/* --- Content (All Templates) Settings --- */

h1 {
	font-size: 1.6em;
	color: #417630;
	padding: 0;
	margin: 10px 0px;
}

h2 {
	font-size: 1.4em;
	color: #417630;
	padding: 0;
	margin: 8px 0px;
}

h3 {
	font-size: 1.2em;
	color: #417630;
	padding: 0;
	margin: 6px 0px;
}

p {
	letter-spacing: 1px;
	line-height: 1.4em;
}

p.rightalign {
	letter-spacing: 0px;
	line-height: 1.4em;
	text-align: right;
	padding: 0;
	margin: 0;
}

a {
	color: #417630;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img.floatright {
	float: right;
	margin: 14px;
}

.sq-menu-img {
	margin: 0px 5px;
	border: #417630 2px solid;
}

td.contactbold {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #417630;
	padding: 0;
	margin: 0;
	letter-spacing: 0px;
	font-weight: bold;	
}

/* --- Footer Settings --- */

#footerleft p {
	color: #000;
	font-size: 0.8em; 
	padding: 0px 0px 4px 0px;
	margin: 0;
	letter-spacing: 0px;
	line-height: 1.2em;
}

#footerleft a {
	color: #000;
	text-decoration: none;
}

#footerleft a:hover {
	text-decoration: underline;
}

#footerright p {
	color: #000;
	font-size: 0.8em; 
	text-align: right;
	padding: 0px 0px 4px 0px;
	margin: 0;
	letter-spacing: 0px;
	line-height: 1.2em;
}

#footerright a {
	color: #000;
	text-decoration: none;
}

#footerright a:hover {
	text-decoration: underline;
}

