@charset "utf-8";
/* CSS Document */

body {
background-image: url(../images/bg.jpg);
background-repeat: repeat-x;
background-color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight:bold;
color: #ffffff;
margin-left:auto;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
text-align:center;
}

#wrapper {
width:810px;
margin: 20px auto;
padding: 0px;
border:0;
text-align: left;
}


#header {
width:800px;
height:117px;
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
margin: 0 0 50px 0;
}

#c1 {
margin: 0 0 0 0;
width:400px;
height:300px;
float:left;
}

#c2 {
width:400px;
height:300px;
float:left;
}


#side_a {
	float: left;
	width: 560px;
	margin: 0 20px 0 10px;
}

#side_b { 
	margin: 0;
	float: left;
	width: 200px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#footer {
width:800px;
height:80px;
float:left;
text-align:center;
font-size:12px;
margin-top:45px;
}



.address {
margin: 0 0 0 20px;
font:Geneva, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
}

.address2 {
margin: 0 0 0 53px;
font:Geneva, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
}

.address3 {
margin: 0 0 0 0px;
font:Geneva, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:13px;
}


/* ---------------------------------------------------------------------------

	Logo Replace

--------------------------------------------------------------------------- */

#logo a {
	display:block;
	text-decoration:none;
	width:341px;
	height:138px;
	margin:0px 0px 0px 0px;
}


/* ---------------------------------------------------------------------------

	General Declarations

--------------------------------------------------------------------------- */


.hide {
	visibility:hidden;
	display:none;
}

.pictureframe {
	border:#000 1px solid;
	padding:4px;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.clear {
	clear: both;
	background-color:transparent;
	height:1px;
}

h2 {
margin: 0 0 10px 0;
}


/* ---------------------------------------------------------------------------

	vertical nav

--------------------------------------------------------------------------- */


#nav ul {
	 padding-left:5px;
	 margin-left:5px;
	 margin-top:0px;
	 text-indent:1px;
	 list-style:none;
}

#nav li {
	border-bottom:#CCCCCC 1px dotted;
	width:95%;
	margin:0px 0px;
	padding:4px 0px;
}

#nav a:link{
	font-size:16px;
	color:#fff;
	text-decoration:none;
}

#nav a:hover{
	font-size:16px;
	color: #10985F;
	text-decoration:none;
}

#nav a:visited{
	font-size:16px;
	color:#fff;
	text-decoration:none;
}

#nav a:visited:hover{
	font-size:16px;
	color: #10985F;
	text-decoration:none;
}
