/* Basic Styles */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-image: url("/images/common/background_tile.gif");
	background-position: top center;
	background-color: #2e53a9;
}

p {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
}

p.subtitleText {
	position: relative;
	margin: -11px 0px 15px 0px;
	font-size: 14px;
	color: #29398b;
}

p.smallText {
	font-size: 11px;
}

a {
	color: #b6372f;
}
a:visited {
	color: #5c1915;
}
a:hover {
	color: #000000;
}

.introParagraph {
	font-weight: bold;
}

.clearBoth {
	display: block;
	clear: both;
	height: -1px;
	font-size: 1px;
	line-height: 0px;
}

.noTopMargin {
	margin-top: 0px !important;
}

.noBottomMargin {
	margin-bottom: 0px !important;
}

.redText {
	color: #ff0000;
}

.featureBox {
	background: #e5e5e5;
	border: 1px solid #cacaca;
	margin: 10px 0px 25px 0px;
}
.featureBoxContent {
	padding: 10px;
}

/* Picture styling */
	
.picBorder {
	border: 1px solid #000000;
}

.picLeft {
	display: block;
	float: left;
	margin: 2px 10px 12px 0px;
}

.picRight {
	display: block;
	float: right;
	position: relative;
	margin: 2px 0px 12px 15px;
}

.picRightNews {
	display: block;
	clear: both;
	float: right;
	position: relative;
	margin: -2px 0px 12px 15px;
}

.picCenter {
	display: block;
	text-align: center;
	margin: 5px 0px 12px 0px;
}


/* Layout Styles */

#fullBrowserWidth {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: center;
	background-image: url("/images/common/fullwidth_tile.jpg");
	background-position: top center;
	background-repeat: repeat-x;
}

#centredPage {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 830px;
	text-align: center;
}


/* Header Styles */

#headerArea {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 830px;
	height: 83px;
}

#merlinLogo {
	position: absolute;
	width: 129px;
	height: 142px;
	left: 15px;
	top: 1px;
	z-index: 100;
}

#merlinLogo p {
	display: none;
}

#cssLinks {
	display: none;
}

#languageBar {
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 631px;
	height: 31px;
	top: 0px;
	right: 0px;
	overflow: hidden;
}

#languageBarContent {
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 631px;
	height: 31px;
	top: 0px;
	left: 486px;
	text-align: left;
}

#languageBarContent p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 15px;
	color: #ffffff;
	font-size: 12px;
	line-height: 29px;
}

#languageBarContent a {
	color: #ffffff;
}
#languageBarContent a:visited {
	color: #ffffff;
}
#languageBarContent a:hover {
	color: #ffffff;
	text-decoration: none;
}

#languageBarContent p span {
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px 0px;
}

#donateButton {
	position: absolute;
	margin: 0px -20px 0px 0px;
	padding: 0px 0px 0px 0px;
	right: 0px;
	top: 0px;
	width: 149px;
	height: 270px;
}

#donateButton a {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 149px;
	height: 152px;
}

#donateButton a span {
	display: none;
}

/* In page donate button */
p.donateOnline a {
	background-image: url("/images/how_to_help/donate_online_off.gif");
	display: block;
	width: 300px;
	height: 76px;
}
p.donateOnline a:hover {
	background-image: url("/images/how_to_help/donate_online_on.gif");
}
p.donateOnline span {
	display: none;
}

/* Main Content Styles */

#mainContentArea {
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 30px 0px;
	text-align: left;
	min-height: 400px;
	_height: 400px; /* IE5/6 Hack */
	background-repeat: repeat-y;
}

#mainContentFull {
	margin: 0px 0px 0px 0px;
	padding: 0px 35px 0px 35px;
	text-align: left;
}

#mainContentArea #mainSignatureImage, #mainContentFull #mainSignatureImage {
	position: relative;
	margin: -25px 0px 20px 18px;
	padding: 0px 0px 0px 0px;
}
#mainContentArea #mainSignatureImage #wandLogo, #mainContentFull #mainSignatureImage #wandLogo {
	position: absolute;
	margin: 0px 0px 0px -34px;
	padding: 0px 0px 0px 0px;
	top: 0px;
	left: 0px;
	width: 274px;
	height: 245px;
}

#mainContentFull #mainContentText {
	display: inline;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 475px;
}

#mainContentFull #mainContentImages {
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 275px;
	text-align: right;
}

#mainContentFull #mainContentImages p {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

#mainContentFull h1 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 30px;
	font-weight: bold;
	color: #29398b;
}

#mainContentFull h2 {
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 20px;
	font-weight: normal;
	color: #b6372f;
}

#mainContentFull h3 {
	margin: 25px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #b6372f;
}

#mainContentFull h4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #29398b;
}

#mainContentFull h4 a {
	color: #29398b;
	text-decoration: none;
}
#mainContentFull h4 a:visited {
	color: #29398b;
	text-decoration: none;
}
#mainContentFull h4 a:hover {
	color: #29398b;
	text-decoration: underline;
}

#mainContentFull ul {
	display: block;
	margin: 15px 30px 10px 25px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	list-style-position: outside;
}

#mainContentFull ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 30px;
	background-image: url("/images/common/list_bullet.gif");
	background-position: 0px 1px;
	background-repeat: no-repeat;
}

#mainContentLeft {
	display: inline;
	float: left;
	margin: 0px 0px 0px 35px;
	padding: 0px 0px 0px 0px;
	width: 355px;
}

#mainContentRight {
	display: inline;
	float: right;
	margin: 0px 35px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 377px;
}

#applicationIntroArea {
	/*float: left;*/
	width: 475px;
}
/*#applicationFormArea {
	float: right;
	width: 475px;
}*/

#newsBox {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#newsBoxTop {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 377px;
	height: 50px;
	background-image: url("/images/homepage/news_box_top.jpg");
	background-repeat: no-repeat;
	text-align: right;
}

#newsBoxTop h2 {
	position: relative;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 16px;
	color: #29398b;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 39px;
	height: 39px;
	font-weight: bold;
	background-image: url("/images/homepage/h2_background.gif");
	background-repeat: no-repeat;
	background-position: top right;
	white-space: nowrap;
}
* html #newsBoxTop h2 {
	width: 100px;
}
#newsBoxTop h2 .leftCorner {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 15px;
	height: 39px;
	background-image: url("/images/homepage/h2_background_left.gif");
	background-repeat: no-repeat;
}

#newsBoxTop #rssLink {
	display: none;
	position: absolute;
	top: 26px;
	right: 30px;
	text-align: right;
}

#newsBoxTop #rssLink a {	
	display: block;
	padding: 0px 22px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #b6372f;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	background-image: url("/images/homepage/rss_icon.gif");
	background-repeat: no-repeat;
	background-position: top right;
}
#newsBoxTop #rssLink a:visited {
	color: #b6372f;
	text-decoration: none;
}
#newsBoxTop #rssLink a:hover {
	color: #b6372f;
	text-decoration: underline;
}

#newsBoxContent {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 377px;
	background-image: url("/images/homepage/news_box_tile.jpg");
	background-repeat: repeat-y;
	overflow: hidden;
}

#newsBoxContent dl {
	display: block;
	margin: 0px 18px 5px 18px;
	padding: 0px 0px 0px 0px;
}

#newsBoxContent dl dd {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 5px 0px;
	color: #b5372f;
	font-size: 18px;
	font-weight: bold;
}
#newsBoxContent dl dd a, #newsBoxContent dl dd a:visited {
	color: #1a3689;
	text-decoration: none;
}
#newsBoxContent dl dd a:hover {
	color: #1a3689;
	text-decoration: underline;
}

#newsBoxContent dl dd span {
	display: block;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
#newsBoxContent dl dd span a {
	color: #b6372f;
}
#newsBoxContent dl dd span a:visited {
	color: #5c1915;
}
#newsBoxContent dl dd span a:hover {
	color: #000000;
}

#newsBoxContent dl dd span.dateText {
	color: #29398b;
	margin: 1px 0px 3px 0px;
}

#newsBoxBottom {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 377px;
	height: 10px;
	background-image: url("/images/homepage/news_box_bottom.gif");
	background-repeat: no-repeat;
	overflow: hidden;
}

#mainContentLeft h1 {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 30px;
	font-weight: bold;
	color: #29398b;
}


/* News Listing Styles */

.newsItem {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url("/images/common/panels/panel_tile.jpg");
	background-repeat: repeat-y;
	_height: 1px; /* IE Hack to fix image float issue */
}

.newsItemTop {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 760px;
	height: 11px;
	background-image: url("/images/common/panels/panel_top.jpg");
	background-repeat: no-repeat;
	overflow: hidden;
}

.newsItemContent {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 5px 15px;
}

.newsItem h2 {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	line-height: 18px;
	font-weight: bold !important;
	color: #1a3689 !important;
}

.newsItem h2 a {
	color: #1a3689;
	text-decoration: none;
}
.newsItem h2 a:visited {
	color: #1a3689;
	text-decoration: none;
}
.newsItem h2 a:hover {
	color: #1a3689;
	text-decoration: underline;
}

.newsItem h3 {
	margin: 5px 0px 5px 0px !important;
	padding: 0px 0px 0px 0px !important;
	color: #29398b !important;
	font-size: 12px !important;
	font-weight: normal !important;
}

.newsItem p {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
}

.newsItemBottom {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 760px;
	height: 10px;
	background-image: url("/images/common/panels/panel_bottom.gif");
	background-repeat: no-repeat;
	overflow: hidden;
}

.newsPageLinks {
	margin: 0px 0px 15px 0px;
	padding: 5px 5px 5px 5px;
	background-color: #29398b;
	text-align: center;
	color: #ffffff;
}

.newsPageLinks p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.newsPageLinks a {
	color: #9fa9be;
	text-decoration: none;
}
.newsPageLinks a:visited {
	color: #9fa9be;
	text-decoration: none;
}
.newsPageLinks a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/* social links */

#mainContentLeft .socialLinks .twitterLink {
	position: absolute; 
	width: 200px; 
	margin: 0px 0px 0px 140px;
}

#mainContentLeft .socialLinks .facebookLink {
	position: absolute; 
	width: 125px;
}



/* Sidepanel Styles */
.sidepanel {
	float: right;
	width: 250px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url("/images/common/panels/sidepanel_tile.jpg");
	background-repeat: repeat-y;
	text-align: left;
}

.sidepanelTop {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 250px;
	height: 11px;
	background-image: url("/images/common/panels/sidepanel_top.jpg");
	background-repeat: no-repeat;
	overflow: hidden;
}

.sidepanelContent {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 5px 15px;
}

.sidepanel h2 {
	margin: 0px 0px 13px 0px !important;
	padding: 0px 0px 0px 0px !important;
	line-height: 18px;
	font-weight: bold !important;
	color: #1a3689 !important;
}

.sidepanel h2 a {
	color: #1a3689;
	text-decoration: none;
}
.sidepanel h2 a:visited {
	color: #1a3689;
	text-decoration: none;
}
.sidepanel h2 a:hover {
	color: #1a3689;
	text-decoration: underline;
}
		
.sidepanel p {
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
}

.sidepanel ul {
	margin: 10px 0px 12px 0px !important;
	padding: 0px 0px 0px 0px !important;
	font-size: 14px;
}
.sidepanel ul li {
	margin: 7px 0px 7px 0px !important;
	padding: 0px 0px 0px 22px !important;
	background-image: url("/images/common/panels/sidepanel_list_bullet.gif") !important;
}

.sidepanelBottom {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 250px;
	height: 10px;
	background-image: url("/images/common/panels/sidepanel_bottom.gif");
	background-repeat: no-repeat;
	overflow: hidden;
}




/* Footer Styles */

#footerFullWidth {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: center;
}

#footerArea {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 830px;
	height: 75px;
}

#footerArea hr {
	display: none;
}

#footerCopyright {
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 800px;
	top: 18px;
	left: 15px;
}
#footerCopyright p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	color: #1a3689;
	text-align: center;
	font-weight: bold;
}
#footerCopyright a {
	color: #1a3689;
}
#footerCopyright a:visited {
	color: #1a3689;
}
#footerCopyright a:hover {
	color: #000000;
}

