/*************RESET & General Stuff**********************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	}

body {
	color: #fff;
	background: #000000 url(images/fire-bg2.jpg) repeat-x scroll;
	}

img{
	border:0;
	}

.centerimg{
	display: block;
	margin: 0 auto;
	}
	
input{
	display:block;
	}
	
a{
	color: #bf0000;
	text-decoration: none;
	}
	
ul{
	list-style-position: inside;
	}
	
h1{
	margin: 20px 0;
	font-size: 22px;
	}

h1.headline{
	padding-top:15px;
	padding-bottom:15px;
	font-size: 22px;
	margin: 0;
	}

#wrap{
	width:760px;
	margin: 0 auto;
	background:black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	}
	
label {
	font-size:12px;
	}

input{
	border:1px solid silver;
	padding:5px;
	}
	
	
/*************NAVIGATION**********************/

#navwrap{
	background: #eee;
	border-top: 1px solid #1f1f1f;
	border-bottom: 1px solid #1f1f1f;
	height:30px;
	}

ul#nav{
	display: inline;
	text-align: center;
	line-height: 30px;
	}
	
	ul#nav li{
	display: inline;
	border-right: 1px solid #1f1f1f;
	text-align: center;
	}
	
	ul#nav li:last-child{
	margin-right: 0;
	border-right: 0;
	}
	
	ul#nav li.last{
	border-right: none;
	}
	
	ul#nav li a{
	padding: 5px;
	color:#990000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	border-bottom: none;
	}
	
	ul#nav li a:hover{
	background: #990000;
	color: #ffcc33;
	}
	
	
/***********Main Styles*************/


#main-content{
	font-family: Arial, Tahoma,sans-serif;
	font-size: 16px;
	background: url(images/main-bg-vertical2.jpg) repeat-y;
	line-height: 130%;
	overflow:hidden;
	width: 760px;
	}
	
	#main-content p{
	text-align:left;
	padding:10px 3px 10px 0;
	font-size: 14px;
	}
	
#content-area{
	width:520px;
	margin-left:240px;
	zoom: 1;
	}
	
div.flash-left{
	float:left;
	width:250px;
	padding-right:15px;
	position:relative;
	top:5px;
	}
	
div.flash-right{
	float:right;
	width:250px;
	padding-left:15px;
	position:relative;
	top:5px;
	}
	
#sidebar{
	width: 230px;
	float:left;
	}
	
	#sidebar img{
	display:block;
	margin: 10px 0 0 10px;
	}
	


/***********Training-Programs.php*************/
	


#main-content div.trainingbox{
	width:517px;
	color:#1f1f1f;
	background: #fff;
	border-top: 3px solid #696969;
	border-left: 3px solid #696969;
	border-bottom: 3px solid #696969;
	border-right: none;
	margin-bottom:20px;
	overflow:hidden;
	}
	
	
div.trainingbox h2.title{
	font-family:Helvetica,Verdana,sans-serif;
	padding:10px 0 10px 10px;
	font-size:20px;
	}

	
div.trainingbox p.time{
	margin-left:10px;
	font-style: italic;
	}
	
div.imagefloat{
	float:left;
	width:160px;
	padding-left:10px;
	}

	

		
	#main-content div.trainingbox p{
	line-height:120%;
	padding-top:0;
	}
	

.trainingbox a{
	padding-bottom: 5px;
	font-size:14px;
	text-decoration:underline;
	}

.trainingbox a:hover{
	text-decoration:none;
	}




/***********Instructors Page*************/

ul.instructors-page{
	font-size:90%;
	margin: 20px 0;
	font-family: Helvetica;
}

h2.instructors-page{
	margin-bottom:12px;
	text-decoration: underline;
}



/***********downloads.php*************/

div.cdbox{
	width:43%;
	float:left;
	background:#fff;
	margin-right:15px;
	margin-bottom:15px;
	border:2px solid #969696;
	}


h2.downloads{
	font-size:15px;
	color: #1f1f1f;
	text-align:center;
	margin-top: 5px;
	margin-bottom:5px;
	}

#main-content p.downloads{
	padding:0 5px 0 5px;
	color:#1f1f1f;
	text-align:center;
	}
	
	


.storeimages a, .storeimages img{
	border: 0;
	}
	
	a#lightbox-secNav-btnClose,lightbox-nav-btnPrev{
	border:0;
	}
	
	
#main-content p.line {
	padding-bottom: 0;
	padding-top: 5px;
	}




/***********photo-gallery.php*************/

#photos-07, #photos-08 {
	margin-bottom: 25px;
	padding-left:230px;
	}
	
#photos-07 ul,#photos-08 ul {
	list-style-type: none;
}

#photos-07 ul li, #photos-08 ul li{
	display: inline;
	}

	
	
	
	
	
	
	
	