@charset "utf-8";
a {
	color: #355C95;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:link,
a:visited {
	color: #248;
	font-weight: bold;
}
a:active {
	color: #248;
	font-weight: bold;
}
a:link:hover,
a:visited:hover {
}


/*========================================
-------- Bullets and numbers
========================================*/
ul {
	margin-bottom: 15px;

}
ul li {
	font-size: 12px;
	list-style-type: square;
	margin-left: 15px;
	color: #666666;
	line-height: normal;
}
ul {
	margin: 0;
	padding: 0;}
ol {
	margin: 0;
	padding: 0;}
li {
	margin: 0;
	padding: 0;
	list-style: none;}
hr {
	height: 0px;
	color: #EAE8E8;
	margin-bottom: 10px;
}



/*========================================
-------- Paragraph
========================================*/
p {
	margin: 0 0 16px 0;
	font-size: 12px;
	color: #666;
	line-height: 1.6em;
}
p.sml {
	font-size: 0.7em;}
.sml {
	font-size: 9px;
}
.lrge {
	font-size: 1.5em;
}


p.intro {
	color: #3A607E;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: bold;
}
p.quote {
	color: #886957;
	font-style: italic;
	font-size: 13px;
	font-weight: bold;
}



/*========================================
-------- Headers
========================================*/
h1 {
	font-size: 24px;
	font-weight: normal;
	padding: 0;
	color: #38819B;
	clear: both;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}
h2 {
	font-size: 15px;
	font-weight: normal;
	padding: 0;
	color: #38819B;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
h2 em {
	font-size: 12px;
}

h3 {
	font-size: 15px;
	padding: 0;
	color: #333333;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
h3 strong {
}

.rightCol h3 {
	margin-top: 5px;
	font-size: 13px;
}

h3 strong {
	color: #333333;
	font-size: 12px;
}

h4 {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 0.9em;
	color: #333;}
h4 a:link,
h4 a:visited,
h4 a:active {
	color: #333;
	text-decoration: underline;}
h4 a:link:hover,
h4 a:visited:hover {
	color: #666;
	text-decoration: underline;}
h5 {
	font-size: 12px;
	margin: 0;
	font-weight: bold;
	color: #248;
	border: 1px solid #ddd;
	padding: 3px 9px 3px 9px;
	background: url(../images/subHeader.gif) 0 0 repeat-x;}
h5 a:link,
h5 a:visited,
h5 a:active {
	color: #333;
	text-decoration: none;}
h5 a:link:hover,
h5 a:visited:hover {
	color: #666;
	text-decoration: none;}
h6 {
	font-size: 0.8em;
	margin: 0 0 4px 0;
	padding: 0;}
	
	

/*=====================================================
-------- Cycle and Walking Colour Text Styles
=====================================================*/
h2.cycle, h2.cycle  a, h1.cycle, h1.cycle  a, .cycle, ul.hols li.cycle h2 a {
	color: #D71C53;
}
h2.walk, h2.walk  a, h1.walk, h1.walk  a, .walk, ul.hols li.walk h2 a {
	color: #624099;
}




/*=====================================================
-------- Other Colour Text Styles
=====================================================*/
h2.red, h2.red   a, h1.red, h1.red a      {
	color: #C23530;
}
h2.grey, h2.grey a, h1.grey, h1.grey a {
	color: #808285;
}
h2.sml, h1.sml {
	font-size: 11px;
}

