/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End of Reset CSS */

/* Standard Stylesheet */
a 
{
	color: #af1d58;
	text-decoration: underline;
}

a:hover 
{
	color: #af1d58!important;
	text-decoration: underline;
}

a:visited
{
	color: #af939e;	
}

body 
{
	font: 90% Arial, sans-serif;
	line-height: 170%;
	text-align: center;	
	color: #375279;	
	/*background: #fff url(/resources/images/main-background.jpg) 50% 0 no-repeat;*/
}

em
{
	font-style: italic;
}

strong 
{
	font-weight: bold; 
}

#wrapper 
{
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	background: url(/resources/images/background_clouds.jpg) center 0 no-repeat;
}

#main 
{
	width: 878px;
	min-height: 890px;
	text-align: center;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

#masthead 
{
	position: relative;
	width: 100%;
	height: 260px;
	padding: 0;
	margin: 0;
	background: url(/resources/images/banner_background.jpg) 0 0 no-repeat;
}

/* navigational elements */
#top_navigation
{
	width: 400px;
	margin-top: 5px;
}

#navigation
{
	margin: 0;
	padding: 7px 55px 8px 55px;
	height: 25px;
	background-color: #f6f6f6;
	/*background: url(/resources/images/content_background.jpg) 0 0 repeat-x;*/
	/*border-top: 1px solid #a0a7b1;*/
}

#navigation_inner
{
	margin-left: 8px;
}

#top_navigation ul, #navigation ul
{
	text-align: left;
	list-style-type: none;
	padding-left: 0;
}

#navigation ul
{
	text-align: center;
}

#top_navigation ul li, #navigation ul li
{
	display: inline;
	text-align: left;
}

#top_navigation ul li
{
	padding-left: 15px;
	font-size: 90%;
}

#navigation ul li
{
	padding-right: 70px;
	font-size: 120%;
}

#navigation ul li.last
{
	padding-right: 0;
}

#navigation ul li a, #navigation ul li a:link, #navigation ul li a:hover
{
	color: #041259;
	text-decoration: none;
}

#top_navigation ul li a, #top_navigation ul li a:link, #top_navigation ul li a:hover
{
	text-decoration: none;
}

#navigation ul li a:hover, #top_navigation ul li a:hover
{
	text-decoration: underline;
}

ul.sitemap
{
	list-style-type: none;
	list-style-image: url(/resources/images/arrow.gif);
	margin-top: 20px;
	margin-left: 30px;
	padding-left: 10px;
}

ul.sitemap ul
{
	list-style-type: none;
	list-style-image: url(/resources/images/arrow.gif);
	margin-left: 20px;
	padding-left: 10px;
	margin-bottom: 10px;
}

ul#commonlist
{
	margin-left: 10px;
}

ul.default_list
{
	list-style-type: disc;
	margin-left: 30px;
}


/* main content */
#content
{
	font-size: 110%;
	margin: 0 50px 50px 50px;
	padding: 30px;
	min-height: 325px;
	text-align: left;
}

#content p
{
	margin-top: 16px;
	font-size: 0.9em;
}

.requiredfield
{
	color: #ff0000;
}

#content ul.contact
{
	float: left;
	margin-top: 20px;	
	list-style-type: none;
	width: 100%;
}

#content ul.contact li label
{
	float: left;
	padding-top: 2px;
	width: 150px;
	height: 18px;
	line-height: 23px;
	margin-bottom: 5px;
}

#content ul.contact li input, #content ul.contact li select, #content ul.contact li textarea
{
	text-align: left;
	height: 25px;
	margin-bottom: 5px;
	width: 350px;
	padding-left: 5px;
	font-size: 1em;
	line-height: 1.4em;
	border: 1px solid #ccc;
}

#content ul.contact li select
{
	height: 22px;
	width: 358px;
}

#content ul.contact li textarea
{
	font-family: Arial, sans-serif;
	height: 150px;
}

#content ul.contact li label.error
{
	vertical-align: top;
	color: #ff0000;
	display: block!important;
	margin-left: 150px;
	float: none;
	padding-bottom: 15px;
	font-size: .85em;
}

#content ul.contact li input.submit
{		
	width: 70px;
	height: 30px;
	text-align: center!important;
	cursor: pointer;
}

#content ul.contact li input.submit:hover
{
	background-color: #f14a15;
	color: #fff;
}

/* google maps */
.googlemap
{
	background-color: transparent;
	width: 50%;
	height: 250px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: right;
	clear: both;
}

/* footer */
#footer
{
	width: 98%;
	text-align: left;
}

#footer_inner
{
	padding: 30px;
	_padding-right: 0;
	_padding-left: 0;
	height: 190px;
	color: #a4bbd7;
	background: url(/resources/images/footer.jpg) 30px 30px no-repeat;
	width: 530px;
	font-size: 80%;
}

#footer_inner p.copyright
{
	font-size: 0.9em;
	margin-top: 60px;
	color: #657b9b;
	text-align: center;
}

#footer_inner p
{
	padding: 6px;
	margin-left: 200px;
	_margin-left: 230px;
	width: 370px;
	margin-bottom: 20px;
}

#footer_inner .emphasis
{
	font-size: 2.0em;
}

#footer_inner .coloured
{
	font-family: "century gothic", arial;
	color: #f14a15;
}

#footer_inner .linkinfo, #footer_inner .linkinfo a, #footer_inner .linkinfo a:hover, #footer_inner .linkinfo a:visited
{
	color: #684506;
}
#notice
{
	border-top: 1px solid #ececec;
	line-height: 1.4;
	font-size: 0.7em;
	padding: 20px 10px 0 10px;
	margin: 20px 40px 30px 40px;
	color: #657b9b;
}

/* generic styles */
.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.clear
{
	clear: both;
}

.half_column
{
	width: 45%;
}

.hidden
{
	position: relative;
	left: -9999px;
	height: 1px;
	line-height: 1px;
}

.shown
{
	display: normal;
}

.emphasis
{
	font-size: 2.0em;
}

.larger
{
	font-size: 2.3em;
}

.medium
{
	font-size: 1.5em;
}

.smaller
{
	font-size: 0.9em;
}

.underline
{
	text-decoration: underline;
}

.rightImage
{
	margin: 10px 0 10px 10px;
}

.leftImage
{
	margin: 10px 10px 10px 0;
}

.middleImage
{
	margin: 10px 0;
}

/* headings */
h1, h2, h3, h4, h5, h6
{
	color: #041259;
}

h1.main_heading
{
	margin-top: 35px;
	margin-left: 16px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	color: #041259;
	font-size: 1.3em;
	text-align: left;
}

h2.main_heading
{
	font-size: 1.5em;
	font-weight: normal;
	color: #041259;
	margin: 0;
	padding: 0;
	padding-bottom: 7px;
}

h3.page_heading
{
	font-size: 1.2em;
	font-weight: normal;
	color: #041259;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}

h2.page_heading
{
	font-size: 1.4em;
	font-weight: normal;
	color: #8fa3bb;
	margin: 0;
}

h3.sub_heading
{
	font-size: 1.3em;
	font-weight: normal;
	color: #8fa3bb;
	margin: 0;
	padding: 0;
}

h2.main_strapline
{
	width: 25%;
	margin-top: 69px;
	position: relative;
	left: 20px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.6em;
	color: #041259;
	font-family: "century gothic", sans-serif;
	font-style: normal;
	font-size: 1.5em;
}

#feeds h3
{
	padding: 10px 10px 10px 0;
	color: #f14a15;
}

#feeds h4
{
	padding-left: 20px;
	padding-bottom: 5px;
	color: #f14a15;
	background: url(/resources/images/rss.png) 0 40% no-repeat;
	margin-bottom: 5px;
	border-bottom: 0.075em solid #e2ebf3;
	width: 100%;
}

/* rss styling */
#feeds
{
	padding: 30px;
	_padding-right: 0;
	width: 200px;
	_width: 170px;
}

#feeds h4 a, #feeds h4 a:hover, #feeds h4 a:visited
{
	background-image: none!important;
	padding: 0!important;
	color: #f14a15!important;
}

.rss div 
{
	font-size: 0.9em;
}

.rss p 
{
	/*color: #79879b;*/
	color: #657b9b;
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	margin: 0px;
	padding: 10px;
}

.rss a, .rss a:hover, .rss a:visited
{
	cursor:pointer;
	display:block;
	color: #684506;
}

.rss a.more
{
	padding-top: 8px;
}

#rssitem .mf-viral, #rssitem img
{
	display: none;
}

/* logo */
img.logo
{
	margin-top: 10px;
	margin-left: 20px;
}

/* page shadow / border */
.border_left
{
	width: 60px;
	height: 645px;
	background: url(/resources/images/border_left.png) 0 0 no-repeat;
}

.border_right
{
	width: 60px;
	height: 645px;
	background: url(/resources/images/border_right.png) 0 0 no-repeat;
}

/* Tag Colours */
.privacy_link, .privacy_link:hover, .privacy_link:visited,
.accessibility_link, .accessibility_link:hover, .accessibility_link:visited,
.terms_link, .terms_link:hover, .terms_link:visited,
.tob_link, .tob_link:hover, .tob_link:visited
{
	color: #375279;
	font-size: 75%;
}

.sitemap_link, .sitemap_link:hover, .sitemap_link:visited
{
	color: #041259;
	font-size: 75%;
}

/* ad wording */
.ad_wording
{
	position: absolute;
	right: 20px;
	bottom: 62px;
	text-align: right;
	font-size: 135%;
	color: #041259;
}

#analog_clock
{
	position: absolute!important;
	right: 20px;
	top: 43px;
}
#analog_clock img {
	left: 0;
}

/* Contact information block */
.contact_block
{	
	position: absolute;
	overflow: hidden;
	width: 778px;
	text-align: left;
	margin: 0 50px;
	bottom: 16px;
}

.contact_block_inner
{
	left: 0;
	top: 2px;
	position: relative;
	font-size: 90%;
	font-weight: bold;
	color: #041259;
}

.contact_block_inner span
{
	font-size: 130%;
	color: #8f0640;
}