﻿/**************************************************************************
**
**  Smallbar stylesheet
**  By: Chris Ash 2010
**
**************************************************************************/

/*-------------------------- GLOBAL --------------------------*/

body {
	background:							#fff8dd url(../images/splashPageBg.jpg) no-repeat center top;
	height: 							100%;
	font:								normal 0.7em Verdana,arial,verdana,sans-serif;
	color:								#43362b;
	margin:								0 auto;
	padding:							0;
}

form {
	margin:								0;
	padding:							0;
}

img {
	border:								0px;
}

a, a:link {
	color:								#000;
	text-decoration:					none;
}
a:hover {
	color:								#000;
	text-decoration:					underline;
}
a:active {
	outline: 							none;
}
a:focus {
	-moz-outline-style: 				none;
}

.cDiv  {
	clear:								left;
	height:								1px;
 	overflow:							hidden;
 	margin-top:							-1px!important;
 	display: 							block;
}
.cDivHome {
	clear:								left;
 	overflow:							hidden;
 	display: 							block;
}
*+html .cDivHome {
	margin-top:							-10px;
}
.cDivBoth {
	clear:								both;
	height:								1px;
 	overflow:							hidden;
 	margin-top:							-1px;
 	display: 							block;
}

.floatLeft {
	float:								left;
}
.floatRight {
	float:								right;
}
.absolute {
	position:							absolute;
}
.show {
	display:							inline!important;
}
.hide {
	display:							none!important;
}
.block {
	display:							block!important;
}
.noBtmMar {
	margin-bottom:						0px!important;
}
.rel {
	position:							relative!important;
}

p {
	font:								normal Verdana,arial,verdana,sans-serif;
	color:								#43362b;
	margin:								0 0 12px 0;
	padding:							0;
}

h1, h2, h3, h4, h5, h6, {
	margin:								0;
	padding:							0;	
	font:								normal Verdana,arial,verdana,sans-serif;
}

h1 {
	margin:								0;
	padding:							0 10px 0 0;
	font:								Verdana,arial,verdana,sans-serif;
	font-size:							34px;
	font-weight:						normal!important;
	color:								#8a181a;
	letter-spacing:						0px;
}

h2 {
	margin:								0;
	padding:							0;
	font:								bold verdana,arial,sans-serif;
	font-size:							20px!important;
	color:								#8a181a;
	letter-spacing:						0px;
}

/*-------------------------- STRUCTURE --------------------------*/

div#globalWrap {
	width:								678px;	
	margin:								125px auto 0;
	padding:							0 0 0 28px;
	height:								100%;
	position:							relative;
	text-align:							left;
}

#erskineSplash {
	display:							block;
	text-indent:						-9000px;
	width:								331px;
	margin:								0;
	background:							url(../images/erskineSplash.jpg) no-repeat 0 0;
	height:								439px;
	float:								left;
	background-position:				0 0;
}

#crowsNestSplash {
	display:							block;
	text-indent:						-9000px;
	width:								344px;
	margin:								0;
	background:							url(../images/crowsNestSplash.jpg) no-repeat 0 0;
	height:								439px;
	float:								left;
	background-position:				0 0;
}

#erskineSplash:hover, #crowsNestSplash:hover {
	background-position:				0 -439px;
}













