@charset "utf-8";
/* CSS Document */
/*structure*/
body {
	background-image:url(images/bkrd.jpg);
	background-repeat:repeat-x;
	background-color:#146992;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	margin:0px;
	padding:0px;
}
#container {
	width:980px;
	min-height:1000px;
	background-image:url(images/container_bkrd.jpg);
	background-repeat:repeat-x;
	margin: 0px auto;
	padding: 0px;
}
#left_main_home {
	width:290px;
	height:900px;
	background-color:#FFFFFF;
	padding:0px 20px 0px 20px;
	margin:0px 0px 0px 24px;
	float:left;
}	
#right_main_home {
	width:540px;
	height:900px;
	background-color:#FFFFFF;
	padding: 0px 20px 0px 20px;
	margin:0px 24px 0px 12px;
	float:right;
}
#left_main {
	width:290px;
	background-color:#FFFFFF;
	padding:0px 20px 0px 20px;
	margin:0px 0px 0px 24px;
	float:left;
	min-height:700px;
	position:relative;
}	
#right_main {
	width:540px;
	background-color:#FFFFFF;
	padding: 0px 20px 0px 20px;
	margin:0px 24px 0px 12px;
	float:right;
	min-height:700px;
	position:relative;
}
.rightpadtop {
	padding-top:20px;
}
#center_container {
	width:932px;
	min-height:700px;
	background-color:#FFFFFF;
	margin:0 auto;
	overflow:hidden;
}
.center_pad {
	padding:20px;
}
#blogbox {
	background-image:url(images/blogbox.jpg);
	background-repeat:no-repeat;
	height:300px;
	width:270px;
	margin:20px auto;
}
.blogbox {
	padding:14px;
	font-size:15px;
	line-height:120%;
	font-family:"Courier New", Courier, monospace;
	color:#045B86;
}
.blogbox a:link, .blogbox a:active, .blogbox a:visited {
	color:#045B86;
	text-decoration:underline;
}
.blogbox a:hover, .blogbox a:visited hover {
	color:#469A15;
	text-decoration:underline;
}
#contactbox {
	background-image:url(images/contactbox.jpg);
	background-repeat:no-repeat;
	height:300px;
	width:270px;
	margin:20px auto;
}
.contactbox {
	padding:14px;
	font-size:18px;
	font-family:"Courier New", Courier, monospace;
	color:#7D5137;
	font-weight:bold;
}
.contactbox a:link, .contactbox a:active, .contactbox a:visited {
	color:#7D5137;
	text-decoration:underline;
}
.contactbox a:hover, .contactbox a:visited hover {
	color:#469A15;
	text-decoration:underline;
}
#list_lft {
	float:left;
	margin:0px auto;
	padding-top:10px;
}
#list_right {
	float:right;
	margin:0px auto;
	padding-top:10px;
}
#list_lft ul {
	margin:0;
	padding:0;
	list-style-type:none; 
}
#list_right ul {
	margin:0;
	padding:0;
	list-style-type:none; 
}
#list_lft li {
	background:url(images/bullet.jpg) left top no-repeat;
	padding:0px 0px 40px 40px !important;
	padding:0px 0px 36px 40px; 
}
#list_right li {
	background:url(images/bullet.jpg) left top no-repeat;
	padding:0px 0px 40px 40px !important;
	padding:0px 0px 36px 40px; 
}
#title_bkrd {
	background:url(images/title_bkrd.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:58px;
	clear:both;
}
#title_bkrd_sub {
	background:url(images/title_bkrd.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:58px;
	clear:both;
}
#title_bkrd_sub h1 {
	padding-top:16px;
}
#title_bkrd h1 {
	padding-top:16px;
}
#highlight {
	border: 2px solid #7D5137;
	padding:20px 20px 20px 20px;
	height:350px;
	width:500px;
}
#highlight2 {
	border: 2px solid #7D5137;
	padding:0px 20px 0px 20px;
	height:620px;
	width:700px;
}
/*end structure*/

/*header*/
#header {
	height:186px;
	width:932px;
	margin: 0 auto;
}
.tagline {
	color:#469A15;
	font-size:18px;
	font-weight:bold;
	position:absolute;
	margin: 118px 0px 0px 104px;
	letter-spacing:1px;
}
/*end header*/

/*nav*/
#nav {
 	color:#CDDBF1;
	font-size:14px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
#nav ul{
	padding: 0;
	margin:10px auto;
	list-style-type: none;
}
#nav li{
	display: inline;
	margin: 0;
}
#nav li a {
	color:#CDDBF1;
	text-decoration: none;
	margin: 0;
	padding: 4px 46px 4px 46px; /*padding inside each tab*/
	border-right: 1px solid #CDDBF1; /*right divider between tabs*/
}
#nav li a:active {
	color:#CDDBF1;
	text-decoration:none;
}
#nav li a:visited {
	color:#CDDBF1;
	text-decoration:none;
}
#nav li a:hover {
	color:#469A15;
	text-decoration:none;
}
#nav li a:visited hover {
	color:#469A15;
	text-decoration:none;
}
#nav li.lastitem a {
  border: none;
}
#homebody #homenav a,#aboutbody #aboutnav a,#servicesbody #servicesnav a,#portfoliobody #portfolionav a,#memebody #memenav a,#contactbody #contactnav a
 {
 color:#469A15; 
} 


/*end nav*/

/*footer*/
#clearfooter{
	clear:both;
	height:20px;
}
#footer {
	height:64px;
	width:932px;
	background-image:url(images/footer_bkrd.jpg);
	background-repeat:no-repeat;
	margin: 0px auto;
}
#footer_lft {
	float:left;
	padding:10px 0px 10px 10px;
	text-align:left;
}
#footer_right {
	float:right;
	padding:10px 10px 10px 0px;
	text-align:right;
}
/*end footer*/

/*styles*/
h1 {
	font-size:20px;
	font-weight:bold;
	color:#02344D;
}
h2 {
	font-size:20px;
	font-weight:bold;
	color:#045B86;
}
h3 {
	color:#469A15;
	font-size:20px;
	font-weight:bold;
}
.blue_courier {
	font-size:18px;
	font-family:"Courier New", Courier, monospace;
	color:#83B8FF;
	padding:12px 0px 0px 50px;
}
.brown_courier {
	font-size:18px;
	font-family:"Courier New", Courier, monospace;
	color:#7D5137;
	padding:12px 0px 0px 50px;
}
.twit {
	padding: 10px 20px 20px 20px;
	font-size:14px;
	color:#000000;
}
.twit a:link, .twit a:active, .twit a:visited {
	color:#000000;
	text-decoration:underline;
}
.twit a:hover, .twit a:visited hover {
	color:#469A15;
	text-decoration:underline;
}
.blue18 {
	font-size:18px;
	color:#045B86;
	font-weight:bold;
}
.footer_blue {
	font-size:12px;
	color:#02344D;
}
.footer_blue a:link, .footer_blue a:active, .footer_blue a:visited {
	color:#02344D;
	text-decoration:none;
}
.footer_blue a:hover, .footer_blue a:visited hover {
	color:#469A15;
	text-decoration:none;
}
.footer_black {
	font-size:12px;
	padding-top:10px;
	color:#000000;
}
.footer_black a:link, .footer_black a:active, .footer_black a:visited {
	color:#000000;
	text-decoration:none;
}
.footer_black a:hover, .footer_black a:visited hover {
	color:#469A15;
	text-decoration:none;
}
.blacklink {
	color:#000000;
}
.blacklink a:link, .blacklink a:active, .blacklink a:visited {
	color:#000000;
	text-decoration:none;
}
.blacklink a:hover, .blacklink a:visited hover {
	color:#469A15;
	text-decoration:none;
}
/*end styles*/
/*Contact Form*/
#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #469A15;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}
label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.2em;
}
/*End Contact Form*/
 /*Slideshow style rules begin.
 */
.slide {
	color:#FFFFFF;
	line-height:20px;
}
.slide a:link, .slide a:active, .slide a:visited {
	color:#CDDBF1;
	text-decoration:underline;
}
.slide a:hover, .slide a:visited hover {
	color:#469A15;
	text-decoration:underline;
}
#slideshow {
	margin:0 auto;
	width:640px;
	height:263px;
	background-color:#1E1E1E;
	position:relative;
	color:#EEEEEE;
	font-size:12px;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:560px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}
#slideshow h2 {
	color:#EEEEEE;
	padding-left:0px;
}
/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(images/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(images/control_right.jpg) no-repeat 0 0;
}
 /*Slideshow end. */