@charset "utf-8";
/* CSS Document */
/* Copyright Hogan Marketing & Media.  All rights reserved */
/* Design by: Theilen Design - www.theilendesign.com */

* {
	margin:			0px;
	padding:		0px;
	border: 		none;
	
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #212121;
	border: none;
	background-image: url(../images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #f1f1f1;
	line-height: 1.5em;

}


/* template page only styles */


#allcontent {
	width: 	960px;
	/*height: 900px;*/
	margin: 40px auto 10px auto;
	padding-bottom: 0px;
	border: 0px solid black;  /*-----*/
	position: relative;
	
}


#header {
	width: 100%;
	height: 144px;
	padding: 20px 0px 0px 0px;
	border: 0px solid white;  /*------*/
	border-radius: 7px;
	background: none;
	text-align: left;
	/*background-image: url(../images/content-bg.png);
	background-repeat: repeat;
	/*-moz-box-shadow: 0px 0px 20px #CDCDCD;
	-webkit-box-shadow: 0px 0px 20px #CDCDCD;
	box-shadow: 0px 0px 20px #CDCDCD;*/
	position: relative;
}

#header h1 {
	color: #fff;
	text-align: left;
	margin-bottom: 10px;
	margin-left: 20px;

}

#header h2 {
	color: #fff;
	text-align: left;
	margin-bottom: 10px;

}


/* --------------- nav CSS ----------------- */

#nav {
	
	height: 45px;
	/*width: 100%;*/
	padding: 0px;
	border: 0px solid red;
	position: absolute;
	top: 119px;
	right: 0px;
	background: noe;
	text-align: right;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	z-index: 99;
}

#nav #current a {
	background: #f2f2f2;
	color: #48832A;
	
}

/*---------------------- Multi-level tier horizontal navigation------------------------------- */

/* Top level nav */

#nav ul {
	margin: 0px 0px 10px 130px;
	text-align: center;
	border: 0px solid red;
	
	
	
}

#nav li {
	list-style-type: none;
	float: left;
	position: relative;
	background-color: none;
	/*margin-right: 30px;*/
	
	
}

#nav a {
	font-size: 1em;
	font-weight: normal;
	margin-right: 0px;
	padding: 13px 30px;
	text-decoration: none;
	color: #333;
	display: block;

}

#nav a:hover {
	color: #48832A;
	padding: 13px 30px;
	background: #f2f2f2;
	display: block;

}


#nav li:hover ul {
	display: block;
	
}
/* Top level nav end */


/* Hacks for IE */
* html a {
	display: block;
}
* html div#nav {
	float: left;
	border-left: 0px solid #840000;
	margin-left: 10px;
}

/* End IE hacks */

/*-----------------------------------------------------------content styles------------------*/

#content {
	width: 100%;
	height: 580px;
	margin: 15px auto 0px auto;
	border:0px solid #eee;   /*----*/
	border-radius: 7px;
	/*-moz-box-shadow: 0px 0px 20px #CDCDCD;
	-webkit-box-shadow: 0px 0px 20px #CDCDCD;
	box-shadow: 0px 0px 20px #CDCDCD;*/
	padding-top: 0px;
	z-index: 80;
	position: relative;
	
}

#content h1 {
	color: #153575;
	text-align: center;
}

#lt-col {
	width: 300px;
	height: 550px;
	margin: 0px;
	border: 0px solid green; /*-----*/
	border-radius: 10px;
	line-height: 1.5em;
	text-align: center;
	background-image: url(../images/content-bg.png);
	background-repeat: repeat;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 80;
}

#lt-col h2 {
	font-size: 1.5em;
	color: #000;
	padding: 20px 0px 5px 0px;
	text-align: center;
}

#cen-col {
	width: 300px;
	height: 550px;
	margin: 0px;
	border: 0px solid black; /*-----*/
	border-radius: 10px;
	background-image: url(../images/content-bg.png);
	background-repeat: repeat;
	position: absolute;
	top: 20px;
	left: 345px;
	line-height: 1.5em;
	text-align: center;
	z-index: 80;

}

#cen-col h2 {
	font-size: 1.5em;
	color: #000;
	padding: 20px 0px 5px 0px;
	text-align: center;
}

#rt-col {
	width: 300px;
	height: 550px;
	border: 0px solid red; /*-----*/
	border-radius: 10px;
	background-image: url(../images/content-bg.png);
	background-repeat: repeat;
	position: absolute;
	top: 20px;
	left: 665px;
	line-height: 1.5em;
	text-align: center;
	z-index: 80;
	
}

#rt-col h2 {
	font-size: 1.5em;
	color: #000;
	padding: 20px 0px 5px 0px;
	text-align: center;
}

/*-----------------------------------------------------------footer styles------------------*/

#footer {
	/*height: 30px;*/
	margin-top: 5px;
	border-radius: 7px;
	background: none;
	position: relative;
	text-align: left;
	border: 0px solid white;
}

#footer p {
	padding-top: 0px;
	font-size: .9em;
	font-weight: bold;
	color: #fff;
	margin-left: 40px;
	
}

#footer a {
	color: #48832A;
}

#footer-right {
	position: absolute;
	bottom: 10px;
	right: 30px;
	font-size: 1.25em;
	font-weight: bold;
}

#footer-right a {
	text-decoration: none;
}

	