/* CSS Document */

body {
	margin-top: 0px;
	background-color: #3B3535;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-position: top;
	text-align: left;
	vertical-align: top;	
}
.heading_gray {
	font-size: 22px;
	color: #999999;
	background-position: top;
	vertical-align: top;
}
.all_caps {
	text-transform: uppercase;
	color: #333333;
	font-size: 16px;
}

a:link {
	text-decoration: none;
	color: #CC0000;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}

.all_caps {
	text-transform: uppercase;
	color: #333333;
	font-size: 16px;
}

.dark a:link {
	text-decoration: none;
	color: #FEE39B;
}
.dark a:visited {
	text-decoration: none;
	color: #FEE39B;
}
.dark a:hover {
	color: #FFE295;
	text-decoration: underline;
}
.dark a:active {
	text-decoration: none;
	color: #FEE39B;
}



/*navigtion*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px; /* Width of Menu Items */
	text-align: right;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 100%; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */


ul li a:link, ul li a:visited,  ul li a:hover,  ul li a:active   {
	display: block;
	text-decoration: none;
	color: #333333; /* IE6 Bug */
	padding: 5px;
	border-bottom: 0 none;
	background-color: #FFE191;
	border-right: 0px none;
	border-left: 0px none;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 18px;
	}

ul li a:hover { color: #E2144A; } /* Hover Styles */
		
li ul li a:link, li ul li a:visited,li ul li a:hover,li ul li a:active {
	padding: 2px 5px;
	text-align: left;
	text-transform: capitalize;
} /* Sub Menu Styles */

p {
	padding: 3px 5px 0px 10px;
	vertical-align: text-top;
	
}
.small_gray {
	font-size: 11px;
	color: #000000;
}
		
li:hover ul, li.over ul { display: block; } /* The magic */

.heading_white {
	font-size: 22px;
	color: #FFFFFF;
}
.small_white {
	font-size: 11px;
	color: #CCCCCC;
}
.all_lowercase {
	text-transform: lowercase;
	color: #990000;
	font-size: 16px;
}
 .headerlink {
	padding-right: 15px;
 }.heading_black {
	font-size: 22px;
	color: #2D2D29;
}
.bold {
	text-transform: none;
	font-weight: bold;
}
