/* Default Styles - Kerrow */ 

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #CDC3AB;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 150% Arial, Helvetica, sans-serif;
 margin: 0px;
 padding: 0px;
 color: #660000;
}

h2{
 font: bold 140% Arial, Helvetica, sans-serif;
 margin: 4px 0 0 0;
 padding: 0px;
 color: #660000;
}

h3{
 font: bold 135% Arial, Helvetica, sans-serif;
 margin: 4px 0 0 0;
 padding: 0px;
  color: #660000;
}

h4{
 font: bold 120% Arial, Helvetica, sans-serif;
 margin: 3px 0 0 0;
 padding: 0px;
  color: #660000;
}

h5{
 font: bold 110% Arial, Helvetica, sans-serif;
 margin: 2px 0 0 0;
 padding: 0px;
  color: #660000;
}

address {
	font-style: normal;
	margin: 0 20px 20px 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
 margin-top: 5px;
 margin-bottom: 5px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
}
				
input{
font-family: Arial,sans-serif;
}


/**************** ID's**************************/

#container {
	width: 740px;
	clear: both;
	text-align: left;
	border: 1px solid Black;
	margin: 5px;
	background-color: #C6CDAC;
	margin: 0 auto;
}

#mastHeadCont {
	height: 100px;
	border-bottom: 1px solid black;
	
}

#mastHead {
	height: 100px;
	background-image:  url(../images/logoLine.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-left: 10px;
	
}

#mastHead img {
	float: right;
	border-left: 1px solid Black;
}

#mastHead h1 {
	font-family: "Monotype Corsiva", Times, serif;
	color: #660000;
	margin: 0px 0px 0px 120px;
	font-size: 200%;
}

#mastHead ul {
	font-family: "Monotype Corsiva", Times, serif;
	color: #660000;
	font-size: 117% !important;
	font-size: 130%;
	margin: 0px 0px 0px 100px !important;
	margin: 0px 0px 0px 120px;
	list-style-type: none;
}


/************* globalNav styles ****************/

.skipLinks {display: none;}

/****************** Content ***********************/

#content {
	font-size: 80%;
	background-color: #f5f7f7;
	padding: 5px;
}

#content p {
	margin-top: 3px;
	margin-bottom: 2px;
	margin-left: 10px;
	padding: 0;
}

/****************** Side Nav  ***********************/

#pageNav{
	float: left;
	width:138px;
	padding: 0px;
	background-color: #f5f7f7;
	border-right: 1px solid Black;
	font: small Verdana,sans-serif;	
}

#rContent{
	padding: 0px 10px 0px 5px;
	margin:0px 0px 0px 138px;
	font-size: 80%;
	background-image: url(../images/leapingFish.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#rContent p {
	margin-top: 5px;
	margin-bottom: 2px;
	margin-left: 10px;
	padding: 0;
}

#rContent a:link, #rContent a:visited {
	font-weight: bold;
	text-decoration: underline;
}

#rContent a:hover {
	color: #660000;
	text-decoration: none;
}

#contForm {
	
}

/************ 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;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #000;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: Black;
	background-color: #C8CDAC;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #ADB48A;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/**************** subNav styles *****************/
#subNav {
 margin-right: -5px;
 font-size: 80%;
 }

#subNav a:link, #subNav a:visited {
	display: block;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #000;
	font-weight: bold;
	padding: 3px 8px 3px 15px;
	color: #FFF;
	background-color: #C6CDAC;
}

#subNav a:hover {
	border-top: 1px solid #cccccc;
	background-color: #ADB48A;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/**************** advert styles *****************/

#advert{
	margin: 50px 0 0 0;
	padding: 10px;
	
}

#advert img{
	display: block;
}

/**************** download styles *****************/

#download{
	padding: 10px;
	background-color: #C6CDAC;
	text-align: center;
	border-bottom: 1px solid black;
}

#download p{
	margin-top: 3px;
	margin-bottom: 2px;
}

#download img{
	vertical-align: text-top;
}

.tinyText {
	font-size: smaller;
}

/******* End side nav template styles ***********/

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid Black;
	font-size: 70%;
	color: Black;
	padding: 2px 0 2px 5px;
	margin: 0px;
}

#siteInfo img{
	padding: 2px 1px 1px 2px;
	vertical-align: middle;
}

#plug {

}

#detail {
	float:right;
	margin-right: 5px;
}

/* Classes */

.addressFloat {
	float: right;
}

/* Image Options */

#CSBotImage {
	height: 100%;
	padding-bottom: 5px;
}

.insideImage {
	border: 1px solid black;
	margin: 5px;
}

.insideImageR {
	float: right;
	border: 1px solid black;
	margin: 5px;
}

.insideImageL {
	float: Left;
	border: 1px solid black;
	margin: 5px;
}

.insideImageLnoBorder {
	float: Left;
	margin: 5px;
}

.insideImageRPointer {
	float: right;
	border: 1px solid black;
	margin: 5px;
	cursor: pointer;
}