@charset "utf-8";
/* CSS Document */

body{padding:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#626060;
	line-height:19px;
	background:url(../images/background.jpg) no-repeat;
	background-position:center top;
}
a{color:#23160f;
	text-decoration:none;
	}		
a:hover{text-decoration:none;
		color:#a55022;
		}

#wrapper{width:980px;
			overflow:hidden;
			margin:auto;
		}
				
#header{width:980px;
		height:255px;
		float:left;
		}
.logo{width:219px;
	  height:180px;
	  background-image: url(../images/logo.png);
	  background-repeat: no-repeat;
	  margin-top:12px;
	  }		 						
.logo h1  {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin:0;
   padding:0;
}

.logo h1 a {
	text-indent:-9999px;
	text-decoration:none;
	display:block;
	height:180px;
	width:219px;
}

/*-----------------------navigation tabs----------------------------------*/



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#navigation {
	float:left;
	width:100%;
	font-size:12px; font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:normal;
	/*border-bottom:1px solid #666;*/
	margin-bottom:1em; /*margin between menu and rest of page*/
	overflow:hidden;
	margin-top:30px;
	padding-left:45px;
	}

#navigation ul {
	margin:0;
	padding:2px 10px 0 0px;
	list-style:none;
	
	}

#navigation li {
	display:inline;
	margin:0;
	padding:0;
	}

#navigation a {
	float:left;
	background:url(../images/left.png) no-repeat left top;
	margin:0;
	padding:0 0 0 13px;
	text-decoration:none;
	}

#navigation a span {
	float:left;
	display:block;
	background:url(../images/right.png) no-repeat right top;
	padding:10px 22px 10px 12px;
	margin-right:10px;
	color:#1f1f1f;
	text-transform:uppercase;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a span {float:none;}

/* End IE5-Mac hack */
#navigation a:hover span {color:#95192a;
	}

#navigation a:hover {
	background-position:0% -35px;

	}

#navigation a:hover span {
	background-position:100% -35px;
		
	}
#navigation a.active span {color:#95192a;
	}
#navigation a.active {
	background-position:0% -35px;

	}

#navigation a.active span {
	background-position:100% -35px;
		
	}
#page-body{width:980px;
			float:left;
			}
.page-body-topround{width:980px;
					height:25px;
					float:left;
					background:url(../images/bodytopround.png) no-repeat;
					}
#pagebody-content-section{width:915px;
						  float:left;
						  background-color:#FFFFFF;
						  padding:0 20px 20px 45px;
						  }
.icons{float:left; background-color:#FFFFFF; width:940px; text-align:right; padding-right:40px;}
.contactbox-section{width:433px;
					float:left;
					}
.leftimage{width:195px;
		   float:left;
		   }
.contenentareatext{width:690px;
				   float:left;
				   padding-left:30px;
				   }
.contact{width:195px;
		 height:160px;
		 float:left;
		 background:url(../images/contact.jpg) no-repeat;
		 }
.contactinfo{width:180px;
		 height:160px;
		 float:left;
		 padding-left:35px;
		 }
h1{font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px; color:#555454;
	}
.contactform{width:380px;
			 margin-top:55px;
			 border-left:1px solid #a2a1a1;
			 float:left;
			 color:#95192a;
			 }
#footer{width:980px;
		height:39px;
		float:left;
		padding-bottom:10px;
		}

#footer{width:980px;
		height:40px;
		float:left;
		text-align:center;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px; color:#656566; 		}
#footer a{text-decoration:none; color:#656566;}
#footer a:hover{color:#000000;}
#footer ul{padding:5px; margin:0;}
#footer li{padding:3px; display:inline;}