@charset "utf-8";
/* CSS Document */
* {
	padding: 0; margin: 0;
}

body {
	background-color: #FFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e4e4e;
	padding-top: 10px;
	line-height: 18px;
}

a {
    outline: none;
}


a:link {
	color: #e70000;
}

a:visited {
	color: #e70000;
}

a:hover {
	color: #9d0202;
}

a:active {
	color: #e70000;
}

h1 {
	font-size: 12px;
	color: #e70000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#wrapper{
	width:1010px;
	margin:auto;
}

#header{
	width:1010px;
	height:83px;
}

#logo{
	float: left;
}

#header h1{
	text-indent:-9999px;
	margin:0;
	padding:0;
	border:0;
	background-image:url(../images/headerlogo.jpg);
	background-repeat:no-repeat;
	width:202px;
	height:83px;
}

#header h1 a, #header h1 a:hover{
	text-decoration: none;
	width:202px;
	height:83px;
	margin:0;
	padding:0;
	border:0;
	display:block;
}

#main_nav {
	position: relative;
	padding-top: 46px;
	width: 800px;
	float: right;
}

#nav{
	float: right;
	list-style: none;
}

#nav li {
	float: left;
}

#nav li a{
	display: block;
	padding-right: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #e70000;
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
}

#flash{
	text-align: center;

}
#midbanner{
	text-align: center;
	background-image: url(../images/midbanner.jpg);
	background-position: center center;
	height: 54px;
	background-repeat: no-repeat;
	float: left;
	width: 1010px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#midbanner ul {
	list-style: none;
}



#midbanner li a{
	text-indent:-9999px;
		display: block;
	float: left;
	width: 320px;
	height: 50px;
}

#content-left {
	text-align: left;
	width: 290px;
	float: left;
	padding-top: 40px;
	padding-bottom: 10px;
	margin-left: 40px;
	padding-right: 20px;
}

#content-mid {
	text-align: left;
	width: 310px;
	float: left;
	display: inline;
	padding-top: 40px;
	padding-bottom: 10px;
}

#content-right {
	text-align: left;
	width: 335px;
	float: left;
	display: inline;
	padding-top: 40px;
	padding-bottom: 10px;
}

#content-right ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #4e4e4e;
	font-size: 12px;

}

#content-right li {
	margin-left: 30px;
	list-style-image: url(../images/trainingbulletsmall.jpg);
	padding-top: 10px;

}

#footer {
	background-image: url(../images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 70px;
	width: 1010px;
		clear: both;


}

#footer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 55px;

}

#footer li {
	margin-left: 30px;
	list-style-image: url(../images/footerbullet.jpg);
	padding-top: 30px;
	list-style-type: none;
		float: left;

}

#footer li a {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	display: block;
	float: left;
	width: 160px;
	list-style-type: none;


}

#subfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 20px;
}
