/* HTML Element styles specific to this project. */
* {	
	 margin: 0;
	 padding: 0;
}
html, body
{
	scrollbar-arrow-color: #000;
	scrollbar-darkshadow-color: #CCC;
	scrollbar-base-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #160d0d;

}



input,
textarea,
select
{
	letter-spacing: normal;
	text-transform: none;
	color: #000;
	background: #FFFFFF;
	font: normal 1em/1.5em "Trebuchet MS", Arial, sans-serif;
	border: 1px solid #fdf5d3;
	padding: 1px;
}
body,
p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6
{
	color: #fdf5d3;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 15px;
	font-weight: normal;
}
p
{
	margin-bottom: 8px;
}
h1, 
h2, 
h3, 
h4, 
h5,
h6 
{
	margin: 20px 0px 10px;
	padding: 0px;
	color: #ca2026;
	font-weight: normal;
}
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a
h6 a 
{
	padding: 0px;
	color: #ca2026;
}
h1 {
	margin-top: 0px;
}
h1 + h2 {
	margin-top: 0px;
}
h1 + h3 {
	margin-top: 0px;
}
h1 + h4 {
	margin-top: 0px;
}
h3 + h4 {
	margin-top: 0px;
}
h2 + h3 {
	margin-top: 0px;
}
h1
{
	font-size: 1.7em;
	line-height: 40px;
	background: url(../images/titleBG.gif) no-repeat;
	background-position: 0 15px;
}
h2
{
	font-size: 1.5em;
	color: #FBC50E;
}
h3 {
	font-size: 1.3em;
	color: #FBC50E;
}

h4
{
	font-size: 1.3em;
	color: #FBC50E;
}
h5
{
	color: #FFFFFF;
	font-size: 1.2em;
}
h6
{
	font-size: 1em;
}

a,
a:link,
a:visited,
a:active
{
	font-style: normal;
	text-decoration: none;
	color: #c62025;
}

a:hover
{
	color: #FFFFFF;
}
a:selected {
	text-decoration: underline;
}
ul, 
ol
{
	margin-bottom: 8px;
	list-style: none;
	padding-left: 1px;
}
ul li {
	margin-bottom: 2px;
	padding-left: 9px;
	background: url(../images/Li.gif) no-repeat left 3px;
}
ul li img {
	margin: 0px 0px 8px 0px;
	padding: 0px;
}
ul ul li
{
	list-style: url(UserFiles/Image/Frame/lili.gif) no-repeat left center;
}

ol li
{
	list-style-type: decimal;
}

ol ol li
{
	list-style-type: lower-alpha;
}

ol ol ol li
{
	list-style-type: lower-roman;
}
img {
	display: block;
}
blockquote,
pre,
cit,
em
{	
	font-style: oblique;
}
hr
{
	color: #696969;
	width: 99%;
}
unknown
{
	display: block;
	font: 10pt Arial, Helvetica, sans-serif;
}

/* ----------------- start skin specific ------------------------ */
#wrapperHeader{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	height: 163px;
	background: url(../images/header.png) repeat-x top center;
	margin: 0;
}
#header{
	width: 800px;
	margin: auto;
}
#menu{
	float: left;
	margin-top: 73px;
	font-size:15px;
	width:414px;
}


#wrapperContent{
	position: absolute;
	top: 0;
	left: 46px;
	z-index: 1;
	width: 95%;
	margin: auto;
}
#contentOuter{
	margin: 0 auto;
	width: 800px;
}
#content{
	float: left;
	width: 800px;
	height: auto;
	padding: 170px 0 200px 30px;
}


#wrapperFooter{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 209px;
	margin: 0;
	background: url(../images/footerBG.png) bottom left repeat-x;
	margin-bottom: 15px;
}
#footerText{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 15px;
	margin: 0;
	text-align: center; 
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 9px;
	background-color: #221616;
}
#footerText a{
	font-size: 9px;
	margin: 0;
	padding: 2px;
	color: #FFFFFF;
}
#footer{
	width: 782px;
	height: 209;
	margin: auto;
	padding: 0;
	z-index: 30;
}

.redBox{
	float: left;
	padding: 4px;
	background: #a81d21 url(../images/redBG.gif) top;
	font-size: 8px;
	line-height: 9px;
}
.redBox h1{
	color: #FBC50E;
	font-size: 14px;
	line-height: 16px;
	background: none;
	font-weight: bold;
}
.redBox p{
	font-size: 11px;
}
.redBox a{
	color: #FBC50E;
	line-height: 0px;
	margin: 10px 0 0 0;
	padding: 0;
	display: block;
}
.redBox a:hover{
	color: #FFFFFF;
}
#gallery td{
	padding: 8px;
	text-align: center;
	vertical-align: middle;
}
#gallery img,
.imgBorder {
	border: 1px solid #333;
}

/* ----------------- end skin specific ------------------------ */
/* -- Classes -- */
.redText{
	color: #a91d21;
}
.yellowText{
	color: #fbc50e;
}
.titleImages{
	margin-bottom: 15px;
}
/* ----------------- start contact specific ------------------------ */
#classesForm{
	padding: 10px;
	background-image: url(../images/redBG.gif);
	background-color: #bd1f24;
}
#classesForm table{

}
#classesForm td{
	padding: 2px;
}
.field{
	width: 150px;
	}
#wrapperHeader h1 {
	font-size: 9px;
	white-space: nowrap;
	float: left;
	color: rgb(198, 32, 37);
	margin-top: -10px;
	background: none;
	height: 9px;
	margin-right: auto;
	margin-left: -310px;
	padding-left: 0px;
}

.notbold {
font-weight: normal;
}

.bigbold {
font-weight: bold;
}

.header1{
	color: #FBC50E;
	font-size: 14px;
	line-height: 16px;
	background: none;
	font-weight: bold;
}

.header1 a{
	color:#FBC50E;
	display:block;
	line-height:0;
	margin-bottom:10px;
	padding:0;
}
.header1 a:hover{
	color: #FFFFFF;
}


.noth1
{
	font-size: 1.7em;
	line-height: 40px;
	background: url(../images/titleBG.gif) no-repeat;
	background-position: 0 15px;
}
/* ------              drop down code start               -----*/



ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 414px;
	height: 20px;
	}

ul#nav li {
	float: left;
	clear: none;
	position: relative;
	width: auto; 
	line-height: 20px;
	height: 20px;
	text-align: center;
	background: transparent;
	list-style: none;
	margin: 0;
	padding: 0 7px;
	font-size: 14px;
	text-decoration: none;
	}

ul#nav li a {
	display: block;
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #c62025;
	text-decoration: none;
	}

ul#nav li a:hover {
	border-bottom: solid 2px #c62025;
	background: transparent;
	}
	
ul#nav li ul {
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	top: 22px;
	display: none;
	padding: 0;
	margin: 0;
	}
ul#nav li ul li {
	width: 135px;
	text-align: left;
	line-height: auto;
	height: auto;
	padding: 0;
	margin: 0;
	clear: both;
	border-bottom: solid 1px #c62025; 
	}

/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */
ul#nav li ul li a:hover {
	border: none;
	background-color: #FFF;
	color: #c62025;
	font-size: 12px; 
}
		
ul#nav li ul li a { 
	padding: 2px 5px; 
	background-color: #FCCE17;
	color: #c62025;
	display: block;
	font-size: 12px; 
	width: 125px;
	} /* Sub Menu Styles */
		
ul#nav li:hover ul, ul#nav li.over ul {
	display: block;
} /* The magic */
