@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg.jpg) repeat-x #466a56;
	margin: 0;
	font-size: 62.5%;
}

p,ul {
	font-family: Arial, sans-serif;
	color: #4c3d2a;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 1.4em;
}
h1 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 2.5em;
	margin-bottom: 4px;
	font-weight: 400;
	color: #4c3d2a;
}

h2 {
	color: #466a56;
	font-family: Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	color: #4c3d2a;
	font-family: Arial, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	text-transform: uppercase;
}


h1,h2,h3 {
	padding-top: 6px;
}

.clearer {
	clear: both;
}

ul {
	margin-top: 5px;
	margin-left: 60px;
	list-style-image: url(../images/li.gif);
	line-height: 1.4em;
}

#top {
	width: 790px;
	margin: auto;
}

#logo {
	float: left;
	width: 215px;
	z-index: 2;
	position: absolute;
}

#topphotos {
	float: right;
	width: 448px;
	
}

#quote {
	float: left;
	z-index: 2;
	position: absolute;
	margin-top: 190px;
}

#container {
	width: 800px;
	margin: auto;	
}

#container .top {
	background-image: url(../images/bg_container_top.png);
	background-repeat: none;
	width: 800px;
	height: 20px;
}

#container .content {
	background-image: url(../images/bg_container.png);
	background-repeat: repeat-y;
	width: 800px;
}
	
	
#container .bottom {
	background-image: url(../images/bg_container_bottom.png);
	background-repeat: repeat-none;
	width: 800px;
	height: 14px;
}

#container a {
	color: #466a56;
	text-decoration: none;
}

#container a:hover {
	text-decoration: underline;
}

.left {
	width: 540px;
	float: left;
	padding-left: 15px;
}

.right{
	width: 200px;
	float: right;
	padding: 6px;
}

.right p {
	padding-left: 5px;
	font-size: 1.3em;
	line-height: 1.4em;
}

/* top navigation */
#nav {
	margin: 0;
	padding: 0;
	height: 80px;
	list-style: none;
	display: inline;
	overflow: hidden;
	width: 790px;
	}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}
	
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow: hidden;
}

#nav a {
	float: left;
	padding: 40px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:55px; /* for IE5/Win only */
	border-bottom: none;
	}
	
#nav a:hover {
	background-position: 0 -40px;
	border-bottom: none;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -40px;
	}
	
#nav1 a  {
	width: 77px;
	background: url(../images/nav_01.png);
	}
	
#nav2 a  {
	width: 170px;
	background: url(../images/nav_02.png);
	}
	
#nav3 a  {
	width: 88px;
	background: url(../images/nav_03.png);
	}
		
#nav4 a  {
	width: 126px;
	background: url(../images/nav_04.png);
	}

#nav5 a  {
	width: 96px;
	background: url(../images/nav_05.png);
	}

#nav6 a  {
	width: 131px;
	background: url(../images/nav_06.png);
	}
	
#nav7 a  {
	width: 102px;
	background: url(../images/nav_07.png);
	}

/* Table Design */

table {
	width: 100%;
	border-top: 1px #ccc dashed;
	border-left: 1px #ccc dashed;
	border-right: 1px #ccc dashed;
	text-align: center;
}

tbody td {
	padding: 5px;
	font-size: 1.2em;
	font-family: Arial, sans-serif;
	color: #4c3d2a;
	border-bottom: 1px #ccc dashed;
}

thead td {
	text-transform: uppercase;
	color: #466a56;
	font-weight: bold;
	font-size: 1.4em;
	font-family: Arial, sans-serif;
	padding: 5px;
	border-bottom: 1px #ccc dashed;
}



#footer {
	margin: auto;
	width: 800px;
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.3em;
	padding-bottom: 100px;
	background-position: bottom center;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 10px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a:visited {
	color: #fff;
}