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

/* ----------------- Fonts ----------------- */

body {
font-family:Helvetica, Helvetica Neue, Arial, sans-serif;
}

h1 {
	padding-top:25px;
	padding-bottom:25px;
	line-height:35px;
	font-size:26px;
	color:#000000;
	font-weight: normal;
}

h2 {
	font-size:20px;
	color:#000000;
	margin-bottom:20px;
	font-weight: normal;
}

h3 {
	font-size:14px;
	color:#000000;
	margin-bottom:10px;
	font-weight: bold;
}

h4 {
	font-size:24px;
	margin-bottom:10px;
	font-weight: bold;
	text-transform: uppercase;
}

p {
	font-size:13px;
	color:#000000;
	margin-bottom:10px;
	line-height: 18px;
}

hr {
	height:1px;
	color: #ffffff;
	background-color:#ffffff;
	margin-top:20px;
	margin-bottom:20px;
	border: 0;
}

#text ul, ol {
	font-size:12px;
	color:#000000;
	margin-bottom:10px;
	line-height: 16px;
	padding-left:20px;
}

#text li {
	margin-bottom:5px;
}

#special p {
	font-size:13px;
	color:#ffffff;
	margin-bottom:10px;
	line-height: 18px;
}

/* ----------------- Footer ----------------- */

#footer p {
	font-size:13px;
	color:#ffffff;
	margin-bottom:10px;
	line-height: 18px;
}

/* ----------------- Subs ----------------- */

#leftHalf h1 {
	margin:0px;
	padding:0px;
	display:block;
	line-height:40px;
	height:40px;
	font-size:13px;
	color:#ffffff;
	font-weight: bold;
	background:url(../Files/Design/redBar.jpg);
	padding-left:20px;
}

/* ----------------- Navigation ----------------- */

#navigation a {
	width: 145px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	font-size:13px;
	color:#ffffff;
}

div.hoverBtn {
	position: relative;
	float: left;
}
div.hoverBtn a{
	position: relative;
	z-index: 2;
	display: block;
	width: 145px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	background:	transparent none repeat-x 0 0 scroll;
	font-size:13px;
	color:#ffffff;
	/* border-right: solid 1px #000000;  */
}
div.hoverBtn div {
	display: none;
	position: absolute;
	z-index: 1;
	top: 0px;
	background:	url(../Files/Design/nav.png) repeat-x 0 0 scroll;
}

/* ----------------- Subs ----------------- */
#subs ul { 
	margin: 0px;
	padding: 0px;
}
#subs li { 
	margin: 0px; 
	padding: 0px;
	list-style: none; 
	border-top: solid 1px #444444; 
	text-align: left; 
	font-size:12px;
	color:#000000;
	line-height:25px;
}
#subs li a { 
	font-size:13px;
	padding-left: 20px;
	display: block; 
	text-decoration: none; 
	color:#ffffff;
	font-weight:normal;
}

#subs li .active{ 
	font-weight:bold;
}

#subs li a:hover { 
	color:#000000;
	background:url(../Files/Design/right.png);
	font-weight:normal;
}


/* ----------------- Links ----------------- */

a {
     color: #000000;
	 font-weight:normal;
}
a:link {
     color: #000000;
	 text-decoration: underline;
	 font-weight:normal;
}
a:visited {
     color: #000000;
	 text-decoration: underline;
	 font-weight:normal;
}
a:hover {
	color:#CC0000;
	 text-decoration: underline;
	 font-weight:normal;
}
a:active {
     color: #000000;
	 text-decoration: underline;
	 font-weight:normal;
}

.whiteLink {
	color: #fff;
	text-decoration: none;
}
a.whiteLink:link {
     color: #fff;
	 text-decoration: none;
}
a.whiteLink:visited {
     color: #fff;
	 text-decoration: none;
}
a.whiteLink:hover {
	color:#000000;
	text-decoration: none;
}
a.whiteLink:active {
     color: #fff;
	 text-decoration: none;
}

/* ----------------- Gallery ----------------- */

.gallery {
	width:100px;
	height:70px;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	background-image:url(../Files/Design/redBanner.png);
}

/* ----------------- Forms ----------------- */

.buttons {
	padding-left:10px;
	padding-right:10px;
	line-height:40px;
	height:40px;
	background-image:url(../Files/Design/nav.png);
	cursor:pointer;
	color:#FFF;
	font-weight:bold;
	}
	
/* ----------------- Forms ----------------- */
	
.promo {
	margin:0px;
	padding:0px;
	margin-top:40px;
	display:block;
	line-height:40px;
	height:40px;
	font-size:13px;
	color:#ffffff;
	font-weight: bold;
	background:url(../Files/Design/redBar.jpg);
	padding-left:20px;
	font-weight:bold;
}

