@charset "UTF-8";

/*
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

body {
	margin: 0;
	padding: 0;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #000;
	background-image: url(images/bg.png);
	background-position: center top;
	background-repeat: repeat-x;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	padding: 0px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a {
	color: #CD2127;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

a:hover { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: #FFF;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 1050px; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	text-align:center;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	padding-top: 30px;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 100px;
	float: left;
	width: 850px;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.logo {
	float:left;
	display:block;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 200px;
}
.charities {
	float:right;
	display:block;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
/* MENU TOP
----------------------------------------------------------------------------------------------- */
.thrColFixHdr  #subfooter li,
div.menu li {
	float: left;
	position: relative;
	padding-right: 5px;
	padding-left: 5px;
}

.menuTop {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	font-weight: normal;
	_width: 750px;
	float: right;
	width: 1050px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CD2127;
	border-bottom-color: #CD2127;
}
.menuTop  ul {
	list-style: none;
	margin: 0;
	font-size: 14px;
}
.menuTop li,
div.menu li {
	float: left;
	position: relative;
}
.menuTop a {
	color: #CD2127;
	display: block;
	text-decoration: none;
	text-transform: capitalize;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CD2127;
}

.menuTop ul li ul {
	display: none;
	position: absolute;
	top: 28px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
	background-image: url(images/25black-tras.png);
}
.menuTop ul li ul li {
	min-width: 180px;
}
.menuTop ul li ul ul {
	left: 100%;
	top: 0;
}
.menuTop ul li ul a {
	background-color:#052154;
	padding: 10px;
	width: 160px;
	height: auto;
	margin-bottom: 1px;
	font-size:12px;
}
.menuTop li:hover > a {
	color: #FFF;
}

.menuTop ul li ul :hover > a {
	color: #fff;
	margin-bottom: 1px;
	background-color: #28AFEC;
	background-image:none;
}
.menuTop ul li:hover > ul {
	display: block;
}
.menuTop ul li.current_page_item > a,
.menuTop ul li.current-menu-item > a {
	color: #38ABDF;
}
* html .menuTop ul li.current_page_item a,
* html .menuTop ul li.current-menu-item a,
* html .menuTop ul li a:hover {
	color: #fff;
	background-color:#052154;
}
.content p {
	font-size: 12px;
	line-height: 18px;
	padding-bottom:10px;
	color: #FFF;
}

.content ul, .content ol {
	font-size: 12px;
	line-height: 18px;
	padding-bottom:10px;
	color: #636466;
}
.content ul {
	list-style:square;
	padding-bottom:10px;
	padding-left: 25px;
}
.content ul li {
	list-style:square;
	padding-bottom:5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #FFF;
}
.content ol {
	list-style-type: lower-roman;
	padding-bottom:10px;
	padding-left: 25px;
}
.content ol li {
	padding-bottom:5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	color: #FFF;
}
.content address {
	font-size: 12px;
	font-style:italic;
	line-height: 16px;
	padding-bottom:10px;
	color: #636466;
}
.content pre {
	font-size: 12px;
	line-height: 16px;
	padding-bottom:10px;
	color: #636466;
}
.content h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: lighter;
	color: #CD2127;
	padding-bottom: 10px;
	text-align: left;
	}
	
.single .content h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: bold;
	color: #CD2127;
	padding-bottom: 10px;
	display: block;
	width: 455px;
	padding-left: 60px;
	}

.content h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight: lighter;
	color: #CD2127;
	padding-bottom: 5px;
	text-align: center;
	}


.content h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color: #FFF;
	padding-bottom: 10px;
	}		
.content h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding-bottom:5px;
	font-weight:bold;
	color:#CD2127;
}

	
.content h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-bottom:5px;
	font-weight:bold;
	color:#CD2127;
}
.content h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-bottom:5px;
	font-weight:lighter;
	color:#CD2127;
}
.footer {
	font-size:10px;
	color:#666;
	display: block;
	padding: 10px;
	float: left;
	width: 1030px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
}
