/* cascading style sheet - last edit: 21 may 09 */

* {
	margin: 0;
}

html,body {
	background-color: #574218;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #534427;
	background-image: url(../_images/mainback.png);
	background-repeat:repeat;
	}

a {color:#7d0000;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration: none;}

p {
	margin: 12px;
	}
	
ul.std_list {
	font-family: Georgia, "Times New Roman", Times, seri
	font-size: 12px;
	font-size: 15px;
	color: #534427;
	list-style-position: outside;
	list-style-type: square;
	padding-left: 30px;
}
	
/* -- wrapper - header -- */


.backgroundwrapper {
	width: 100%;
	padding: 0px;
	text-align: left;
	position: relative;
	margin: 0 auto -52px;
	background-image: url(../_images/topback.png);
	background-repeat: repeat-x;
	}

.wrapper {
	width: 960px;
	padding: 0px;
	text-align: left;
	position: relative;
	margin: 0 auto;
	}
		
.header {
	background: url(../_images/logo.png) no-repeat scroll 0px;
	background-position: 0px 0px;
	position: relative;
	padding: 0px;
	margin: 0px auto;
	width: 960px;
	height: 166px;
	}

#logo a {
	display: block;
	float: left;
	height: 124px;
	width: 960px !important;
	overflow: hidden;
	position: relative;
	text-indent: -1000px;
	width: 960px;
	}
	
#flashcontain {
	z-index: 2; 
	}

/* -- main -- */

img.pad {
	padding: 0px 20px 0px 55px;
	margin: 0px auto;
	}

td.snipebox {
	padding: 16px 55px;
	margin: 0px auto;
	text-align: left;
	}
	
td.snipebox01 {
	padding: 16px 34px 10px;
	margin: 0px auto;
	text-align: left;
	}
	
td.snipebox02 {
	padding: 16px 40px 10px 15px;
	margin: 0px auto;
	}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #7d0000;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
	}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #534427;
	font-weight: normal;
	}
	
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #534427;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
	}
	
.content {
	width: 960px;
	position: relative;
	padding: 0px;
	background-image:url(../_images/borderback.png);
	background-repeat: repeat-y;
	}
	
/* --  nav -- */
	
#mainNav {
	height: 42px;
	padding: 0px;
	position:relative;
	width: 960px;
	}	
	
#mainNav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	}

#mainNav li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	}
	
#mainNav li a {
	text-indent: -1000em;
	display:inline;
	float:left;
	height:42px;
	overflow:hidden;
	cursor: pointer;
	}

#mainNav_01 a {
	width: 194px;
	background: url(../_images/btn_sprite.png) no-repeat scroll 0px;
	background-position: 0px 0px;
	}
	
#mainNav_02 a {
	width: 117px;
	background: url(../_images/btn_sprite.png) no-repeat scroll 0px;
	background-position: -194px 0px;
	}
	
#mainNav_03 a {
	width: 341px;
	background: url(../_images/btn_sprite.png) no-repeat scroll 0px;
	background-position: -311px 0px;
	}
	
#mainNav_04 a {
	width: 124px;
	background: url(../_images/btn_sprite.png) no-repeat scroll 0px;
	background-position: -652px 0px;
	}
	
#mainNav_05 a {
	width: 184px;
	background: url(../_images/btn_sprite.png) no-repeat scroll 0px;
	background-position: -776px 0px;
	}
	
#mainNav_01 a:hover {
	background-position: 0px -42px;
	}
	
#mainNav_02 a:hover {
	background-position: -194px -42px;
	}
	
#mainNav_03 a:hover {
	background-position: -311px -42px;
	}
	
#mainNav_04 a:hover {
	background-position: -652px -42px;
	}
	
#mainNav_05 a:hover {
	background-position: -776px -42px;
	}

/* -- footer -- */

.footer {
	background: url(../_images/btmback.png) no-repeat scroll 0px 0px;
	text-align: center;
	margin: 0px auto 0px;
	height: 52px;
	width: 960px;	/* IE6 pushes footer down without this */
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color: #463313;
	position: relative;
	}

.footer a:link {color: #7d0000; text-decoration: none;}
.footer a:visited {color: #7d0000; text-decoration: none;}
.footer a:hover {color: #7d0000; text-decoration: underline;}
.footer a:active {color: #7d0000; text-decoration: none;}

.fatpipe {
	padding: 0px 6px;
	}

.footer_p {
	margin: 0px 0px 10px;
	padding-top: 10px;
	}
	
.clearfooter {
	height: 52px; /* .clearfooter must be the same height as .footer */
	}

.mini-icon img {
	border: 0px;
	margin-bottom: -4px;
	margin-right: 3px;
}

.facebook {
	background: url(../_images/facebook-norm.png) no-repeat;
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 27px;
	margin-bottom: .25em;
	width: 140px;
}

.twitter {
	background: url(../_images/twitter-norm.png) no-repeat;
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 27px;
	width: 140px;
}
