/* CSS Document - Website Design and Development by Bobie Karr*/



/*STRUCTURE*/
body {
	background:url(images/new_bk2.jpg) repeat top center;
	text-align:center; 
	width:100%; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	line-height:1.5em; 
	color:#333;
	padding-top:10px;
}

#top {width:794px; height:12px; background:url(images/page_top.png) no-repeat; margin:0 auto;}

#page {
	width:764px;
	padding:0 15px; 
	background:	 url(images/page_bg.png) repeat-y top center; 
	text-align:left; 
	margin:0 auto;  
}

/*GLOBALS*/

* {
	padding:0;
	margin:0;
}

img {
	border:0;
}

a {
	color: #339933; 
	text-decoration:none; 
	outline:none;
}

a:hover {
	text-decoration:underline;
}

a:active {
	outline: none;
}

:-moz-any-link:focus {
	outline: none;
}


p {
	padding:5px 0; 
	line-height:1.5em;
}

ul {
	padding-left:15px;
}

#content li {
	padding:5px 0;
}

/* HEADLINES */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size:20px;
	line-height:1.5em;
	color:#379225;
	text-align:center;
	padding:15px;
}

h2 {
	font-family: 'Georgia, "Times New Roman", Times, serif'; 
	font-size:18px;
	line-height:1.5em; 
	padding:10px 0px;
	color:#;
}

h3 {
	font-family: 'Georgia, "Times New Roman", Times, serif'; 
	font-size:16px;
	line-height:1.5em;
	color:#;
	padding:10px 0px;
}

h4 {
	font-family: 'Georgia, "Times New Roman", Times, serif'; 
	color:#FFFF00;
	font-style: italic;
	font-size:14px;
	text-align:center;
	padding:10px 0px;
}



/*HEADER*/

#header {
	
	position:relative;
	
}

#info {
	text-align:right; 
	font-weight:bold;
	float:right;
	}
	
.logo {
	float:left;
	}


#nav {
	list-style:none;
	position:absolute;
	background:url(images/nav_bg.gif) no-repeat;
	width:491px;
	left: 260px;
	top: 128px;
	}
	
#nav li {
	display:block;
	float:left;
	}

#nav li a {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	padding: 4px 5px;
	float:left;
	display:block;
	white-space:nowrap;
	}
#nav li a:hover {
	text-decoration:underline;
	}

/*FLASH*/

#flash {
	position:absolute;
	left:363px;
	z-index:99;
	}
	
/*SIDEBAR*/

#sidebar {
	position:absolute;
	top:300px;
	left:600px;
	width:165px;
	float:right;
	text-align:center;
}

#wrapper {
	position:relative;
	height:580px;
	}


/*CONTENT AREA*/
#home #content {
	position:absolute;
	top:0;
	left:0;
	color:#fff;
	}

#content {
	width: 592px; 
	float:left; 
	background:url(images/content_bg.gif) repeat-y;
	text-align:center;
	margin:0 auto;
	
}

#inner_content {
	background:url(images/inner_content_bg.gif) repeat-y;
	width:756px;
	margin:0 auto;
	text-align:center;
	}
#text {
	padding:0 240px 20px 20px;
	text-align:left;
	}
#text h2 {text-align:center;}

marquee img {
	padding:10px;
	clear:both;
	}

/*FOOTER*/

#footer {
	color:#fff;
	padding-top:30px;
	width:794px;
	margin:0 auto;
	min-height:18px; 
	background:url(images/page_bottom.png) 50% 0% no-repeat;
}

#footer a {color:#fff; font-weight:bold; text-decoration:none;}
#footer a:hover {text-decoration:underline;}


/*SEO AREA*/

.seo {
	width:100%;
	text-align:center;
	font-size:10px;
}
.seo h1 {
	font-size:10px;
}

.imageRight {
	padding:0 0 20px 20px;
	}
	
#service_list {
	list-style:none;
	padding:0;
	}
#service_list li {
	padding:10px 0 ;
	display:block;
	clear:both;
	}
#service_list li img {
	float:left;
	padding-right:20px;
	}
	
	#service_list li  p {
	width:540px;
	float:left;
	}
	
	input {
	margin:5px
	}
