@charset "utf-8";

body {
	background-image: url(images/container_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #666666;
}
#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

#header  {
	height: 180px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #309CC3;
}
#leftbar  {
	width: 220px;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	vertical-align: top;
}
#content  {
	padding-left: 30px;
	padding-right: 30px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #309CC3;
	margin-left: 245px;
	min-height: 550px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 30px;
}
#contact_content  {
	padding-left: 30px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #309CC3;
	margin-left: 50px;
	min-height: 430px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 400px;
	float: left;
}
#contact {
	background-color: #309CC3;
	font-weight: bold;
	color: #FFFFFF;
}



#fontmedia {
	width: 830px;
	float: left;
	color: #FFFFFF;
	height: 19px;
	background-image: url(images/nav_bg_green.jpg);
	background-repeat: repeat-x;
	padding-top: 8px;
	padding-left: 20px;
}

#fontmedia a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#fontmedia a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	background-repeat: repeat-x;
}


/* start of drop down menu */
/* top navigation */ 

#topnav
{
	margin: 0;
	padding: 0;
	z-index: 30;
	height: 27px;
	background-color: #FFFFFF;
}


#topnav li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px arial
}

#topnav li a
{
	display: block;
	margin: 0 1px 0 0;
	padding: 6px 10px;
	width: 191px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	background-color: #17A34A;
	background-image: url(images/nav_bg_green.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
}

#topnav li a:hover
	{
	color: #FFFFFF;
	background-color: #02669A;
	background-image: url(images/nav_bg_blue.jpg);
	background-repeat: repeat-x;
}

#topnav div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #000000;
	}

/*  dropdown */
	#topnav div a
	{
	position: relative;
	display: block;
	margin: 0;
	width: 191;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
		
/*  dropdown hover*/

#topnav div a:hover
	{
	color: #FFFFFF;
}
		
#navigation {
	position: relative;
	z-index: 30;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/* end of drop down menu */
h1 {
	color: #19A947;
	font-size: 15px;
	display: inline;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.services {
	padding: 10px;
	margin-top: 20px;
	border: 1px solid #19A947;
}


h2 {
	color: #17AC46;
	font-size: 15px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
}
#content a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#content a:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
.testimonial {
	background-image: url(images/test_bg.jpg);
	height: 130px;
	width: 160px;
	background-repeat: no-repeat;
	padding: 8px;
	margin: 0px;
}

.services h3 {
	color: #17AC46;
}
.green {
	color: #17AC46;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
