/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px auto;
	padding: 0px;
	/* background-color: #B7E1F1; */
	background-color: #f7f5f3;
	background-image: url(web_bg.gif);
	background-repeat: repeat-x;
	width: 950px;

}

a{
	color: #663300;
	text-decoration: none;
}

a img{
	border: 0;
}

a:link{
	color: #339900;
	text-decoration: none;
}

a:visited{
	color: #339900;
	text-decoration: none;
}

a:hover{
	color: #339900;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 1.3em;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 1.1em;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 1em;
 color: #663300;
 margin: 0px;
 padding: 0px;
}

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

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

h6{
 font-family: Arial,sans-serif;
 font-size: 0.9em;
 color: #663300;
 margin: 0px;
 padding: 0px;
}


ul{
 list-style-type: square;
}

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

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

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	padding-bottom: 3px;
	padding-right: 15px;
	background-color: #fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;


}

#masthead ul { text-align: right; margin-right: 0px; margin-top: 25px;}
#masthead ul li {display: inline; padding-left: 10px; padding-right: 10px; font-size: 0.8em;}


#mainlogo {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;	
}

#siteName{
	font-family: Verdana,Arial,sans-serif;
	color: #663300; 
	font-size: 1.8em;
	font-weight: bold;
	margin-left: 95px;
	text-shadow: 2px 2px 2px #bbb;
}

#siteSub{
	font-family: Verdana,Arial,sans-serif;
	color: #334d55;
	font-size: 1.3em;
	font-weight: bold;
	float: right;
}

#siteSub2{
	font-family: Verdana,Arial,sans-serif;
	color: #334d55;
	font-size: 0.6em;
	font-weight: bold;
	margin-top: 3px;
	display: block;
}

#infoLinks{
	font-weight: bold;

}

/*********** #navBar link styles ***********/

#navBar {
	display: block; 
	font-size: 1.0em; 
	text-align: center;
	position: relative;
	/* top: -1.5em; */
	top: 0px;
	margin-bottom: 7px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	/* background-color: #663300; */
	background-color: #663300;
	
	padding-top: 4px; padding-bottom: 4px;
	
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;

	
}

#navBar ul li {display: inline; padding-left: 10px; padding-right: 10px;}
#navBar ul a { color: #fff; text-shadow: 2px 2px 2px #000;}
#navBar ul a:hover { color: yellow;}
#navBar ul {list-style: none; margin: 0; padding: 0;}


#headlines{
/* 	float:right; */
 	float:left; 
	width: 145px;
	/* 
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	*/
	border-right: 1px dotted #663300;
	padding-right: 10px;
	padding-left: 0px;
	margin-right: 5px;
	margin-left: 0px;
	/* background-image: url(images/background12.jpg); */
	background-color: transparent;
	position: relative;
	left: -15px;

}

#headlines img {
	border: none;
	clear: both;
}

#content{
	/* float: left;
	
	width: 55%;
	background-image: url(images/background12.jpg);
	background-colour: #B7E1F2;
	*/

}

/***********************************************/
/* Components                                  */
/***********************************************/



/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 5px 10px;
	border-bottom: 1px solid #CCC;
	color: #cccccc;
	background-image: url(images/background12.jpg);
	background-colour: #B7E1F2;

}

#globalNav img{
	display: block;
	background-image: url(images/background12.jpg);
	background-colour: #B7E1F2;

}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
	background-image: url(images/background12.jpg);
	background-colour: #B7E1F2;

}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background-image: url(images/background12.jpg);
	background-colour: #B7E1F2;

}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}


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

.feature{
	
}

.feature h3{

}

.feature img{

}


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

.story{
	/* font-size: 0.8em; */
	/*
	background-image: url(images/background12.jpg);
	background-colour: #B7E1F2;
	*/

}

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


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #663300;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}



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

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	background-color: #e6e7e8;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 0px 0px 20px 10px;
	font-size: 0.8em;
	margin-left: 10px;
}

#headlines p{

}

/**************** custom styles *****************/

#xxxnavBar {
	display: block; 
	font-size: 1.0em; 
	text-align: center;
	position: relative;
	/* top: -1.5em; */
	top: 0px;
	margin-bottom: 7px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	/* background-color: #663300; */
	background-color: #663300;
	
	padding-top: 4px; padding-bottom: 4px;
	
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;

	
}
/*
#navBar ul li {display: inline; padding-left: 10px; padding-right: 10px;}
#navBar ul {list-style: none; margin: 0; padding: 0;}
*/

.blockTitle {
	color: #663300;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 5px;
}

.bigBlockTitle {
	background-color: #663300;
	color: #fff;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 5px;
	text-align: center;
	
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	
	padding: 3px;
	margin-bottom: 10px;
	
	text-shadow: 2px 2px 2px #000;

	
}

.bigBlockTitle a { color: #fff; }
.bigBlockTitle a:hover { color: yellow;}

h3 {
	color: #630;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 5px;
	
}

.shadow {
	text-shadow: 2px 2px 2px #000;
}

.shadowLight {
	text-shadow: 2px 2px 2px #999;
}

.pugImage {
	text-align: center;
	max-width: 800px;
	overflow: hidden;
}

table.borderTable td{
	border: 1px dotted #bbb;
	width: 250px;
	padding-bottom: 30px;
	vertical-align: top;
}

table.borderTable td a{
	text-align: center; 
	font-size: 1.1em;
	font-weight: bold;
}




#walkathont tr.data:hover{
	background-color: #e9d6bf;
}

#walkathont td {
	padding: 3px;
}

/*
#walkathon tr th,#walkathon tr th:hover {
	background-color: none;
}
*/














