@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background: #fff url(images/background4.jpg) repeat;
	font-family: Arial, Verdana, sans-serif;
	font-size: .9em;
	color: #404040;
	line-height: 1.3em;
	text-align: center;
}

p {
	padding-top: 5px;
	padding-left: 5px;
}

img {border: none;
}

h1 {
	color: #69490e;
	font-size: 130%;
	font-weight: bold;
	padding-top: 20px;
}

h2 {
	color: #69490e;
	font-size: 115%;
	font-weight: bold;
	padding-top: 10px;
}

h3 {
	color: #404040;
	font-size: 105%;
	font-weight: bold;
	padding-top: 10px;
}

a {
	color: #4C3742;
	font-weight: bold;
	text-decoration: none;
	
}

a:hover {
	color: #69490e;
	text-decoration: underline;
}

li {
	list-style: none;
	text-indent: 20px;
}

li .traininglist {
	list-style: none;
	text-indent: 20px;
	border-bottom: #999999 1px solid;
}

hr {
	height: 5px;
	color: #69490e;
	background-color: #69490e;
	}

.training li {
	list-style: none;
	text-indent: -10px;
}

.indent {
	padding-left: 5px;
}

.indent2 {
	padding-left: 10px;
}

.indent3 {
	padding-left: 20px;
}

.regdisclaimer {
	font-size: 90%;
	line-height: 1em;
	padding-top: 20px;
	color:#000000;
}

.disclaimer {
	font-size: 75%;
	line-height: 1em;
	padding-top: 20px;
	color:#000000;
}

.contact {
	font-weight: bold;
}

#toppage {
	background: #fff url(images/toppage4.jpg) center no-repeat;
	width: 850px;
	height: 11px;
	margin: 0 auto;
}

#wrap {
	background-image: url(images/wrap4.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 850px;
}

#header {
	background-color: #fff;
	background-image: url(images/logo.jpg) ;
	background-repeat: no-repeat;
	background-position: top center;
	height: 100px;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#bands {
	background-image: url(images/colorband.gif);
	background-repeat: repeat-x;
	background-position: top center;
	width: 800px;
	height: 40px;
	margin: 0 auto;
	text-align: left;
}

/************* #globalNav styles **************/
/* these should go inside bands */

#globalNav{
	color: #ffffff;
	padding: 0px 10px 0px 10px;
	white-space: nowrap;
	text-align: right;
	text-transform: uppercase;
	font-size: 105%;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 100%;
	padding: 0px 4px 0px 0px; 
	color: #ffffff;
	text-decoration: none
}

#globalNav a:hover {
	text-decoration: underline;
	}

/************* # end globalNav styles **************/

#container {
	padding: 0;
	background-color: #fff;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#navcontainer {
	float: left;
	width: 150px;
	background-color: #fff;
	margin: 0 auto;
}

#navlist {
	padding-left: 0px;
	left: 10px;
}

#navcontainer ul {
	list-style-type: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 24px;
	margin-left: 0px;
	margin-top: 0px;
}

#navcontainer li {
	list-style-type: none;
	text-indent: 0px;
}

#navcontainer a {
	padding: 1px 8px 1px 8px;
	background-color: #fff;
	margin-left: 0px;
	display: block;
	border-bottom: 1px solid #564334;
	color: #4C3742;
	border-left: 8px solid #564334;
	text-decoration: none;
}

#navcontainer a:hover {
	padding: 1px 8px 1px 8px;
	background-color: #ddd2be;
	margin-left: 0px;
	display: block;
	border-bottom: 1px solid #564334;
	border-left: 8px solid #9c8c99;
	color: #34110b;
}

#mainContent {
	position: relative;
	margin-left: 170px;
	margin-right: 10px;
	height: auto;
}

#mainText {
	width: 390px;
}

#Content {
	position: relative;
	margin-left: 170px;
	height: auto;
}

#training {
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	border: 2px #777777 solid;
	background-color: #f4f4f4;
	}
	
#eventlist {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	border: 2px #777777 solid;
	background-color: #f4f4f4;
	}

#newbox {
	float: right;
	background-color: #f4f4f4;
	height: auto;
	width: 200px;
	padding: 10px;
	padding-top: 5px;
	color: #404040;
}

#regbox {
	float: right;
	background-color: #ffffff;
	height: auto;
	width: 200px;
	padding: 0px;
	padding-top: 0px;
}

#registeronline {
	float: left;
	background-color: #f4f4f4;
	height: auto;
	width: 200px;
	margin-top: 200px;
	padding: 10px;
	padding-top: 5px;
	color: #ffffff;
}

#newbox h2 {
	color: #69490e;
}

#footer {
	margin-left: 130px;
	text-align: left;
	color: #404040;
	font-size: 95%;
	padding-top: 20px;
}

.footer {
	font-size: 95%;
	font-weight: normal;
	color: #404040;
}

.footer a {
	color: #404040;
	font-style: italic;
	text-decoration: none;
	font-weight: normal;
}

.footer a:hover {
	text-decoration: underline;
	}

#endpage {
	background: #fff url(images/footer4.jpg) center no-repeat;
	width: 850px;
	height: 11px;
	margin: 0 auto;
}
