/* CSS Document */

body{
	background-color: #004100;
	margin: 0px;
	padding: 0px;
	
}
#main {
	background-color: #FFFFFF;
	height: 100%;
	float: left;
	width: 810px;
	position: relative;
}


h1{
	font-family:Arial, Helvetica, sans-serif, "Book Antiqua";
	color: #990000;
	font-size: x-large;
}
.linkbarcat {
	color: #003300;
	font-family: Arial, Helvetica, sans-serif, "Book Antiqua";
	font-size: medium;
	font-weight: bold;
}
.texttitle {
	color: #004100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
.callus {
	color: #9C0000;
	font-size: x-large;
	font-weight: bold;
}

.textsubtitle {
	color: #004100;
	font-weight: bold;
}


h2, h3, h4{
	font-family:Arial, Helvetica, sans-serif, "Book Antiqua";
	}
.subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #004100;
	font-size: large;
	font-weight: bold;
}

	
	
	
	/*Because the header content is outside the wrap <div>,
	  we need to use the same "margin: 0 auto" trick to center
	  the layout
	  */
	
#wrap {
	width: 811px;
	background:#FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#masthead {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 10px;

}

#phone {
	position: absolute;
	left: 350px;
	top: 64px;
	color: #FFFF9C;
	font-size: x-large;
	font-weight: normal;
	font-style: normal;
}

#nav {
	font-size: 16px;
	color: #FFFFFF;
	float: right;
	left: 594px;
	top: 78px;
	position: absolute;
	margin: 0px;
}

#nav li {
	display:inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

#nav li a {
	text-decoration:none;
	background:none;
	color: #FFFFFF;
}

#nav li a:hover{
		text-decoration:underline;
		
}

#header {

}


#content {
	border:#000000;
	float: right;
	width: 675px;
	padding: 5px;
	height: 90%;
	background-color: #FFFFFF;
}


#sidebar {
	float: left;
	background-color: #ffff99;
	height: 1000px;
}
.greentext {
	color: #003300;
}
.testimonial {
	color: #9C0000;
	font-size: large;
	font-weight: bold;
}


#links { 
		margin:0;
		padding:0;
		list-style-type:none;
		font-size:14px
		color:#004100;
}

#links li a{
		color: #004100;
		text-decoration:none;
		display:block;
}
		
#links li a:hover{
	background-color: #004100;
	color: #FFFFFF;
}
