@charset "ISO-8859-1";
*{
margin:0px;
padding:0px;
outline:none;
}
body{
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
line-height:1.4em;
color:#333;
background-color:#fff;
background-image: url(images/bg.jpg);
background-repeat: repeat-y;
background-position: center top;
}
.clear{
clear:both;
}

#content a{
	color:#520000;
}

#content a:hover{
	color:#7b6d13;
	text-decoration:underline;
}

#wrapper {
	position:relative;
	width:960px;
	margin:auto;
}

#bannerAll{
width:481px;
height:80px;
position:absolute;
top:20px;
right:120px;
}

#banner {
	position:relative;
	width:960px;
	height:100px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#bannerHome object, #bannerHome embed{
z-index:5!important;	

}

#banner h1 {
position:absolute;
text-indent:-99999px;
}

#navigation {
	position:absolute;
	top:100px;
	width:960px;
	height:40px;
	background-image: url(images/navigation.jpg);
	background-repeat: no-repeat;
}

#navigationHolder {
	position:relative;;
	width:960px;
	height:40px;

}

#navigation ul{
list-style:none;
}
#navigation ul li {
display:inline;	
}

#navigation a {
	color:#fff;
	text-decoration:none;
	height:40px;
	line-height:38px;
	padding-left:20px;
	padding-right:20px;
}

#navigation li li a:hover {
text-decoration:underline;	

}

#content{
position:relative;
width:960px;
}
#contentWrapper{
padding-top:40px;
width:920px;
margin:auto;
}

#columnLeft{
float:left;
width:600px;
}

#columnRight{
float:right;
width:300px;
}

#footer {
	position:relative;
	width:960px;
	height:109px;
	background-image: url(images/footer.jpg);
	background-repeat:no-repeat;
	line-height:109px;
	color:#fff;
	
}


h1 {color:#520000;font-weight:normal;letter-spacing:-1px;margin-bottom:20px;padding-top:5px;}
.red {color:#520000;}
h2{font-size:18px;}

#copyright{
	padding-left:20px;
}

#bannerHome {
background-image: url(images/flashBannerHome.jpg);
height:306px;
width:960px;
}
p{
margin-bottom:1.4em;	
}

#content ul {
	margin-left:20px;
	margin-bottom:1.4em;
}

h2 {
font-weight:normal;
margin-top:1.4em;
margin-bottom:.3em;
color:#520000;

}
.noBullet {
list-style:none!important;
margin-left:0px!important;
}

.paddingLeft{padding-left:20px;}

.contentBox{
	margin:20px 0px;
	padding:20px;
	background-color: #FFC;
	border:solid 1px #ccc;
}

/*drop down*/

.mlddm
{	visibility: visible;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	z-index:200;
	
}


.mlddm*{
font:13px Arial, Helvetica, sans-serif;	
z-index:200;
}
	.mlddm li
	{	display: inline;
		list-style: none;
		float: left;
		margin: 0;
		padding: 0}
	
	.mlddm li a, .mlddm li a#buttonnohover
	{	display: block;

		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		color: #FFF;
}

	.mlddm li a:hover, .mlddm li a#buttonhover
	{ color:#d2ca95!important;
	}
	.mlddm li li a:hover, .mlddm li li a#buttonhover
	{ color:#d2ca95!important;
	background-color: #670000;
	}

		.mlddm ul
		{	z-index: 100;
			position: absolute;
			visibility: hidden;
			padding: 0;}

			.mlddm ul li
			{	float: none}

			.mlddm ul li a
			{	display: block;
				width: auto;
				margin: 0;
				font:13px Arial;
				font-weight: normal;
				text-align: left;
				text-transform: none;
				background: transparent;
				border-width: 0;
				padding:0px;
				
		
				}
				
				.mlddm ul {
				background-color: #520000;	
				opacity:.85;
				filter: alpha(opacity='85');
				}
				#homePage #contentWrapper{
				padding-bottom:20px;
				min-height:200px;
				}
				
				#homePage #columnLeft{
					width:500px
				}
				
				#homePage #columnRight{
					width:395px;
				}
				
				#contentWrapper {
				padding-bottom:20px;
				min-height:350px;	
				}
				
				#bannerTop{
				border-bottom:solid 1px #320000;	
				}

	/*.mlddm ul li .hsub
	{	background: transparent no-repeat right url(arrow.gif)}

	.mlddm ul li .hsub:hover
	{	background: #ABC9DE no-repeat right url(arrow.gif)}*/
