﻿/* CSS layout */
* {
margin: 0;
padding:0;
border: 0;
}

html {
font-size: 100%;
}

body {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background: #49525E;
background-image:url('images/background.jpg');
background-repeat:repeat;
}

/* font styles */
h1 {
	padding-top:.5em;
	font: bold 1.8em Arial, sans-serif;
	color: #000080;
	font-weight:normal;
	font-style:italic;
}
h2 {
	font: 1.5em Arial, Helvitica, sans-serif;
	text-transform: none;
	font-style:italic;
	font-weight:bold;
	color: #000080;
	padding:0;
	margin-right:0;
	margin-bottom:1em;
	padding-bottom:0;
}
h3 {
	font: 1.4em Arial, Helvitica, sans-serif;
	text-transform: none;
	font-style:italic;
	font-weight:bold;
	color: #000080;
	padding:0;
	margin-right:0;
	margin-bottom:.2em;
	padding-bottom:0;
}

p {
margin-top: 0;
margin-bottom: 1em;
}
/*-- nav links --*/
#left_col a {
	color: #000080;
	text-decoration: none;
}
#left_col a:visited {
	color: #000080;
	text-decoration: none;
}
#left_col a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#left_col a:active {
	color: #FF0000;
	text-decoration: underline;
	}
/* -- content links --*/
#page_content a {
	color: #000080;
	text-decoration: underline;
}
#page_content a:visited {
	color: #000080;
	text-decoration: underline;
}
#page_content a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#page_content a:active {
	color: #FF0000;
	text-decoration: underline;
	}

/* -- layout --*/
#wrapper {
	width:780px;
	border-left:1px solid #999;
	border-right:1px solid #999;
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px solid #999;
}
#masthead {
	left: auto;
	right: auto;
	width: 780px;
	height: 133px;
}
#masthead h1 {
	padding-top:0;
	font: bold 1.8em Arial, sans-serif;
	color: #000080;
	font-weight:normal;
	font-style:italic;
}	
#header1 {
	width: 780px;
	height: 133px;
	position: relative;
	}	
#header1 span {
	background: url('images/banner780x133.jpg') no-repeat;
	position: absolute;
	width: 780px;
	height: 133px;
	}
#top_nav { 
background:#fff;
	width:780px;
	height:45px;
	border-top:4px solid #DD2523;
}
#tophead {
	background: #ffffff; 	
	width:760px;
	height:40px;
	float:right;
	z-index: 100;
}
#container {
	width: 100%;
	right: auto;
	left: auto;
	background-color: #fff;
	padding-top:0;
	padding-bottom:0;
overflow:hidden;
}
#left_col {
	width: 26%;
	float: left;
	border-right:1px solid #000;
	background:#fff;
}
ul.nav {
	list-style:none;
	padding-left: 4.5em;
	background:#fff;
	padding-bottom:2em;
	font-size:1.1em;
	text-transform:uppercase;
	line-height:1.5em;	
}
#bchpa {
	text-align:center;
	padding-bottom:1.5em;
}
#hpac {
	text-align:center;
	padding-bottom:1.5em;

}
#gdcc {
	text-align:center;
	padding-bottom:1.5em;
}
#mt7logo {
	text-align:left;
	padding-bottom:1.5em;
}
#mel_dan {
	text-align:center;
	padding-bottom:1.5em;
}
.posleftlogo {
	margin-left:59px;
}
#page_content {
	float: left;
	background-color: #fff;
	width: 536px;
	padding-left: 2em;
	padding-right: 2em;
	border-top: 1px solid #000;
	padding-top: 2em;
}
ul {
	font-size: 1.3em;
	line-height:1.5em;
}
#page_content p {
	font-size: 1.3em;
	line-height:1.5em;
}
#page_content ul {
	margin-left:2.5em;
	line-height:2em;
	color: #000080;
	}
.bluebak {
	background:#D5E4F2;	
	margin-bottom:2em;
	border:1px solid #ccc;
}
#page_content {
	padding-bottom:32767px; !important;
	margin-bottom:-32767px; !important;
}
#left_col {
	padding-bottom:32767px; !important;
	margin-bottom:-32767px; !important;
}
.separator {
	clear:both;
	height:0;
}
#footer {
text-align:right;
background:#fff;
padding-right:5em;
/*border-top:1px solid #000;*/
border-bottom:4px solid #DD2523;
}
#KickingHorseCountry {
	text-align: center;
	margin-top:10px;
	padding-bottom:1em;
}
#credit {
	color:#ccc;
	padding:5px;
	text-align:center;
	font-size:.95em;
}
#credit a {
	color:#696969;
	text-decoration:none;
}
#credit a:visited {
	color:#696969;
	text-decoration:none;
}
#credit a:hover {
	color:#cccccc;
	text-decoration:underline;
}
#credit a:active {
	color:#cccccc;
	text-decoration:underline;
}
