/*Created by CNeeson 01 March 07 for Hamble Hounds */

* html {
margin:0px;
padding:0px;
}

/*body formatting*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	background-color: #006600;
	height: auto;
}

/*header logo*/

#header {
	margin-bottom: 0px;
	padding-bottom: 3px;
}

/*Main Container*/
#wrapper {
	height: auto;
	width: 880px;
	margin:5px auto 5px auto;
}
/*Top navigation formatting*/

#top_nav {
	border-bottom:2px solid #00CC00;
	margin:0px;
	padding:0px 0px 2px 0px;
}

#top_nav ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#top_nav li {
	list-style: none;
	display: inline;
	margin:0px 0px 2px 0px;
	padding: 0px 0px 0px 8px;
}

#top_nav a {
	text-decoration: none;
	margin:0px;
	padding: 1px 0px 2px 2px;
	font-size:15px;
}

#top_nav li.currentPage a, #top_nav li.currentPage a:link {
	padding:0px 5px 2px 5px;
	border: 2px solid #00CC00;
	border-bottom: 2px solid #006600;
	color: #CCCCCC;
}

#top_nav a:link, #top_nav a:visited {
	color:#009900;
}

#top_nav a:hover {
	color:#CCCCCC;
}
/*Text Area formatting */
#textArea {
	text-align: justify;
	top: 130px;
	border: 2px solid #00CC00;
	border-top: none;
	margin:0px;
	padding:7px 5px 0px 5px;
	}
#textArea li {
	list-style-type: disc;
}
	
#textArea a {
	color:#00FF33;
	font-size: 16px;
	text-decoration: none;
}

.textArea img{
	float: right;
	white-space: normal;
	margin: 0px 10px 10px 0px;
	padding: 0px 5px 5px 0px;
}

/*Low Navigation formatting */
#low_nav {
	color: #00CC00;
	text-decoration: none;
	height: 1em; /*required for IE7, doesn't seem to matter to FF or IE6*/
	margin: 0px;
}

#low_nav ul {
	list-style-type: none;
	padding-left:15px;
}

#low_nav li {
	display: inline;
}

#low_nav a {
	text-decoration: none;
	padding-left:10px;
	font-size: 10px;
	color: #00FF00;
}

#low_nav a:link, #low_nav a:visited {
	color:#00CC00
}

#low_nav li.currentPage a:link {
	color: #CCCCCC;	
}

#low_nav a:hover{
	color:#CCCCCC;
}

/*Extra Styling for side table design */
.style1 {
color: #AF893A;
}

.style2 {
background-image:url(/images/paws.gif);
background-repeat:repeat-y;
}
.blank_list {
	list-style-type: none;
}

/* Styling for CSS ticker */ 
#ajaxticker1{
	position:relative;
	width: 780px;
	height: 30px;
	padding:0px;
	margin:0px;
	background-color: #006600;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #006600;
}

.ticker_style{
font-size:20px;
color:#ff6600;
}

.ticker_style a:link {
color:#ff9900;
text-decoration:none;
}

.gallery_list {
	display: inline;
	list-style-type: square;
	padding-left: 15px;
	margin-bottom: 25px;
}
