/* Main stylesheet */

/* Colours:

	#B41317 - Text red (link)
	#000 - Text

*/

/* HTML tag styles */

body {
	background-color: #FFF;
	color: #000;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	margin : 0;
	padding: 0;
	text-align: center;
	background-image: url("images/BG-Body.gif");	
	background-repeat: repeat-x;
}
a:link, a:visited {
	text-decoration: underline;
	color: #B41317;
}
a:hover {
	text-decoration: none;
}
th, div, input, select {
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

th {
	border-top: 1px solid #E6E6E6;
}
td.tdtop {
	border-top: 1px solid #E6E6E6;
}
table {
	padding: 0;
	margin: 0;
	margin-top: 1em;
}
h1 {
	font: 2em "Serifa BT", "Rockwell", Georgia, Courier-new, serif;
	font-weight: bold;
	color: #B41317;
	margin: 0 0 1.5em 0;
}
h2 {
	font: 1.3em "Serifa BT", "Rockwell", Georgia, Courier-new, serif;
	margin: 0 10px 0 0;
	font-weight: bold;
	color: #B41317;
}
h3 {
	font-size: 1em;
	margin: 2em 0 1em 0;
	font-weight: bold;
}
h4 {
	font-size: 1em;
	margin: 1em 0 1em 0;
	font-weight: bold;
	font-style: italic;
}
h5 {
	font-size: 1em;
	margin: 1em 0 0 0;
	font-weight: normal;
}
p {
	line-height : 1.6em;
	margin: 0 0 1em 0;
}
hr {
	color : #E6E6E6;
	height : 0;
	margin: 1em 0 1em 0;
	border: 0;
	border-top: 1px solid #E6E6E6;
}
ol {
	line-height : 1.6em;
	list-style-type : decimal;
	margin: 0 0 1em 3em;	
	text-indent: 0;
	padding: 0;
}
ul {
	line-height : 1.6em;
	list-style-type : square;
	margin: 0 0 1em 16px;	
	text-indent: 0;
	padding: 0;
}
li {
	margin: 0 0 0 16px;
}
blockquote {
	line-height : 1.6em;
	margin: 1em 0 1em 0;
	font-style: italic;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}


/* ---- CUSTOM STYLES ---- */

/* Page layout */

#frame {
	width: 960px;
	margin: auto;
	margin-top: 0;
	padding: 0;
	text-align: left;
	position: relative;	
	background-image: url("images/BG-Page.gif");	
	background-repeat: no-repeat;
	background-position: top center;

}
#header {
	width: 960px;
	height: 232px;
	overflow: hidden;
}
#navigation {
	width: 309px;
	top: 27px;
	left: 651px;
	position: absolute;
	z-index: 6;
	height: 253px;
}
#page {
	width: 100%;
	margin: 0;
	text-align: left;
}
#content {
	margin: 0 0 2em 0;
	clear: both;
}
.col-1, .col-2, .col-3 {
	width: 252px;
	margin-left: 17px;
	float: left;
}
.col-1 {
	margin-left: 152px;
}
#footer {
	width: 100%;
	height: 70px;
	margin: 0;
	position: relative;
	font-size: 0.9em;
	color: #FFF;
	background-color: #B41317;
	background-image: url(images/BG-Footer.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	text-align:center;
}



/* Navigation, links */

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	height: 253px;
}
#navigation ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation ul li a {
	width: 309px;
	padding: 18px 0 0 0;
	overflow: hidden;
	display: block;
	height: 0px !important;
	height: 18px; /* for IE5/Win only */
	background-image: url(images/Menu.gif);
}
#navHome a {
	background-position: 0 0;
}
#navLink1 a {
	background-position: 0 -18px;
}
#navLink2 a {
	background-position: 0 -36px;
}
#navLink3 a {
	background-position: 0 -54px;
}
#navLink4 a {
	background-position: 0 -72px;
}
#navLink5 a {
	background-position: 0 -90px;
}
#navLink6 a {
	background-position: 0 -108px;
}

#navHome a:hover, #navHomeOn a {
	background-position: 0 -207px;
}
#navLink1 a:hover, #navLink1On a {
	background-position: 0 -225px;
}
#navLink2 a:hover, #navLink2On a {
	background-position: 0 -243px;
}
#navLink3 a:hover, #navLink3On a {
	background-position: 0 -261px;
}
#navLink4 a:hover, #navLink4On a {
	background-position: 0 -279px;
}
#navLink5 a:hover, #navLink5On a {
	background-position: 0 -297px;
}
#navLink6 a:hover, #navLink6On a {
	background-position: 0 -315px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #ABABAB;
}
#footer a:hover {
	text-decoration: underline;
}


/* Boxes, text styles, etc */

.footer {
	padding: 10px 24px 0px 24px;
	margin: 0px;
	color: #FFFFFF;
	text-align: left;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
}
.inline {
	float: left;
	width: auto;
}
.no-border, table.no-border td {
	border: 0;
}
.red {
	color: #B41317;
}
.spacer {
	clear: both;
	font-size: 1px;
	height: 1px;
}


/* Quotes 

.quote2-space {width: 93px; height: 130px; padding: 5px; float: right;}
.quote2 {width: 186px; height: 130px; padding: 5px 10px 5px 5px; float: left; margin-left: -111px; }
.quote2 img { float:left; position: absolute; z-index: 5;}*/

