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

body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #ffffff;
}

img {
	border: none;
}

table {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: none;
}

#mainHolder {
	margin: auto;
	width: 900px;
	background-image: url("images/middleBackground.jpg");
}

/* ========================================================================== */
/*      Top area styles - (slideshows, header)                                */
/* ========================================================================== */

#topHolder {
	background-image: url("images/border-centerShort.jpg");
	background-repeat: repeat-x;
	height: 158px;
}

#topHolder2 {
	background-image: url("images/border-centerShort.jpg");
	background-repeat: repeat-x;
	height: 75px;
}

#slideshowLeft {
	float: left;
}

#slideshowRight {
	float: right;
}

#topCornerLeft {
	float: left;
	width: 26px;
}

#topCornerRight {
	float: right;
	width: 25px;
}

p.logoCenter {
	text-align: center;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #ffff00;
	font-size: 150%;
	font-weight: bold;
	line-height: 60px;
}

/* ========================================================================== */
/*      Middle area styles - (navigation, content)                            */
/* ========================================================================== */

#middleHolder {
}

#navHolder {
	float: left;
	width: 176px;
}

ul.mainNav {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ul.mainNav li {
	background-image: url("images/navBackground.jpg");
	background-repeat: no-repeat;
	font-size: 75%;
	font-weight: bold;
	line-height: 30px;
	padding-left: 26px;
}

ul.mainNav li a:link {
	color: #ffff00;
	text-decoration: none;
}

ul.mainNav li a:visited {
	color: #66ffff;
	text-decoration: none;
}

ul.mainNav li a:hover {
	color: #ffffff;
	text-decoration: none;
}

p.contentLink {
	font-size: 75%;
	padding-left: 26px;
	text-align: center;
}

p.contentLink a:link {
	color: #ffff00;
	text-decoration: underline;
}

p.contentLink a:visited {
	color: #ff6600;
	text-decoration: underline;
}

p.contentLink a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#contentHolder {
	float: right;
	width: 670px;
	height: auto;
	padding-right: 30px;
}

h1 {
	font-size: 125%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

h1.contentHeader {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #ffff00;
	font-size: 150%;
	font-weight: bold;
	line-height: 60px;
}

h1.courseHeader {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffff00;
	font-size: 150%;
	font-weight: bold;
}

p.courseListing {
	font-size: 90%;
}

p.courseListing a:link {
	color: #ffff00;
}

p.courseListing a:visited {
	color: #cccccc;
}

p.courseListing a:hover {
	color: #ffffff;
}

p.paragraph {
	font-size: 90%;
}

p.paragraph a:link {
	color: #ffff00;
}

p.paragraph a:visited {
	color: #cccccc;
}

p.paragraph a:hover {
	color: #ffffff;
}

p.testimonial {
	color: #ff9900;
	font-style: italic;
	font-size: 75%;
}

ul.courseListing {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 75%;
	line-height: 20px;
}

ul.courseListing a:link {
	color: #ffff00;
}

ul.courseListing a:visited {
	color: #cccccc;
}

ul.courseListing a:hover {
	color: #ffffff;
}

ul.articles {
	list-style: disc;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 75%;
	line-height: 20px;
}

ul.articles a:link {
	color: #ffff00;
}

ul.articles a:visited {
	color: #cccccc;
}

ul.articles a:hover {
	color: #ffffff;
}

ul.courseTopics {
	list-style: circle;
	font-size: 75%;
	line-height: 20px;
}

ul.courseTopics a:link {
	color: #ffff00;
}

ul.courseTopics a:visited {
	color: #cccccc;
}

ul.courseTopics a:hover {
	color: #ffffff;
}

#register {
	display: block;
	width: 234px;
	height: 28px;
	background-image: url("images/btn-register01.jpg");
}

#register:hover { 
	background-image: url("images/btn-register02.jpg");
}

#register span {
	display: none;
}

td {
	font-size: 90%;
}

td a:link {
	color: #ffff00;
}

td a:visited {
	color: #cccccc;
}

td a:hover {
	color: #ffffff;
}

#orderForm {
	display: block;
	width: 287px;
	height: 28px;
	background-image: url("images/btn-orderPoliceFirearmsVideo01.jpg");
}

#orderForm:hover { 
	background-image: url("images/btn-orderPoliceFirearmsVideo02.jpg");
}

#orderForm span {
	display: none;
}

/* ========================================================================== */
/*      Bottom area styles - (footer navigation)                              */
/* ========================================================================== */

#bottomHolder {
	clear: both;
	background-image: url("images/footerBackground.jpg");
	background-repeat: no-repeat;
	height: 40px;
}

p.footerText {
	text-align: center;
	padding-top: 20px;
	font-size: 75%;
}