/* CSS Document */

body {
	background-color: #6A6A6A;
	padding: 0px;
	margin: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	color: #304400;
	font-size: 22px;
	line-height: 26px;
	font-weight: bold; 
	text-align: left; 
}

h2 {
	color: #779708;
	text-indent: 10px;
	font-size: 18px; 
	line-height: 22px;
	border-bottom: dotted 1px #CCCCCC;
	width: 100%;
}

h3 {
	color:#333333;
	text-indent: 20px;
	font-size: 14px; 
	line-height: 18px;
}

p {
	font-size: 12px; 
	line-height: 14px;
}

ul {
	font-size: 10px; 
	line-height: 12px;
}

li {
	list-style-image: url(/images/general/tree_frog_bullet.gif);
}

a:link {
}

a:visited {
}

a:active {
}

a:hover {
}


/* -- Secondary --*/

#bodyShadow {
	width:840px
	margin:0px auto;
	background-image:url(/images/template_images/body_bg.png);
	background-position: center top;
	background-repeat: repeat-y;
}

#container {
	position: relative;
	width: 800px;
	margin: 0px auto 0px auto;
}

#header {
	padding: 0px;
	margin: 0px;
}

#logo {
	height: 200px;
	padding: 15px 0px 0px 0px;
	margin: 0px;
	overflow: hidden;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #333333;
	background-color: black;
	background-image: url(/images/template_images/header_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#logo h1 {
	visibility: hidden;
	display: none;
}

#topNav {
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #333333;
	margin: 0px;
	background-image: url(../images/template_images/topnav_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #333333;
}

#topNav ul {
	margin: 0px;
	padding: 0px;
	color: white;
}

#topNav li {
	font-size: 12px;
	line-height: 35px;
	display: inline;
	padding: 10px 8px 10px 8px;
	margin-top: 0px;
	margin-right: -2px;
	margin-left: -2px;
}

#topNav li a:link,
#topNav li a:visited {
	color: white;
	text-transform:capitalize;
	text-decoration: none;
}

#topNav li:hover {
	background-image: url(/images/template_images/li_hover.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#topNav li span {
	padding: 10px 0px;
	margin: 0px -2px;
}

#content {
	background-color: white;
	padding: 0px;
	margin: 0px;
}

#imageColum {
	position: absolute;
	top: 275px;
	right: 598px;
	width: 200px;
	margin: 0px 0px 0px 482px;
	padding: 0px 0px 0px 0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

#copy {
	width: 580px;
	padding: 20px 10px 25px 10px;
	margin-left: 200px;
}

#footer {
	text-align: center;
	padding: 5px;
	margin: 0px;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	background-image: url(/images/template_images/fur.jpg);
	background-repeat: repeat;
	background-position: left top;
}

#footer span {
	display: none;
}

/* -- Tirshiary --*/

.general {
	margin-bottom: 25px;
}


.imgalign {
	margin-bottom: 30px;
}

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

.nobg {
	background-image: none;
}

.nobg li:hover {
	background-image: none;
}

