/***********************************************/
/* wildstyle.css                               */
/* Use with www.wildbunchbath.c0.uk            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #DC1D49;
}
/******* hyperlink and anchor tag styles *******/

a:link {
	color: #CC0033;
	text-decoration: none;
}
a:visited {
	color: #CC0033;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style2 {color: #333333}

/************** header tag styles **************/
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0033;
}

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}



/*************** list tag styles ***************/



div.maincontent{
	position:relative;
	width:460px;
	height:359px;
	background-color:#FFFFFF;
	overflow: auto;
}



/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}




a.glink, a.glink:visited{
  	font-size: small;
  	color:#666666;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-bottom: 1px solid #8FB8BC;
}

a.glink:hover{
  	/*background-image:  url("glblnav_selected.gif");*/
	text-decoration: none;
	border-bottom: 1px solid #8FB8BC;
	color:#FF9900;
}

.skipLinks {
	display: none;
}

/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	/*background-color: #E9E9E9; */
	background-color: #ffffff;
	/*border-left: 4px solid #540713;
	border-right: 4px solid #540713;*/
	border-bottom: 1px solid #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px 0px 3px 10px;
	color: #CC0033;
}

#sectionLinks a:hover{
	font-family:Arial, Helvetica, sans-serif;
	/*border-left: 4px solid #540713;
	border-right: 4px solid #540713;*/
	border-bottom: 1px solid #fffffff;
	background-color: #CC0033;
	color: #ffffff;
}

/********************* end **********************/

