body{
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#000000;
}

.bg-left {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	background-color: black;
}

a.feature, a:visited.feature{
	text-transform:uppercase;
	font-size: 16px;
	color: #FFFFFF;

}
.left-buttons, a:visited.left-buttons {
	font-family: Century Gothic, Century Gothic, Century Gothic, Century Gothic;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 16px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


a:hover.left-buttons{
	text-decoration:underline;
}


.bottom, .bottom a, .bottom a:visited {
	font-family: Century Gothic, Century Gothic, Century Gothic, Century Gothic;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#000000;
}

.bottom a, .bottom a:visited  {
	text-decoration:underline;
}

a, a:visited{
	color: #FFFFFF;
	text-decoration:underline;
}

.menutext {
	font-family: Century Gothic;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 8px;
}


.border {
	border: 1px solid #3E0006;
}

.sub_heading {
	font-family: "Century Gothic", Century Gothic, Century Gothic;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.sub1 {

	font-family: Century Gothic;
	font-size: 11px;
	font-weight: bold;
	color: #FFF9AD;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.sub2 {

	font-family: Century Gothic;
	font-size: 11px;
	font-weight: bold;
	color: #FFF9AD;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 0px;
}
.text {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.box-new
{
padding:6px;
border:1px solid #b43348;
font-family: Century Gothic;
font-size: 11px;
font-weight: normal;
color: #FFFFFF;
text-decoration: none;
}
.leftpannelbg
{
background:url(images/leftpannel-bg.jpg) repeat-y left top;
}

img a
{
border:none;
}


#dropmenudiv{
position:absolute;
border:0px solid  #999999;
border-bottom-width: 0;
font-family:"Century Gothic", Century Gothic;
font-size:13px;
line-height:20px;
z-index:100;
margin-top:-20px;
margin-left:80px;
background-color:#9f0111;
filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75; 
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent:3px;
border-bottom:1px solid black;
padding:3px 0;
text-decoration: none;
font-weight:bold;
color:#ffffff;
filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0; 
}

#dropmenudiv a:hover{ color: #000000;
background-color: #f0c276;
text-decoration:none;
}

.footer_link{
	font-family:Century Gothic, Arial, Century Gothic, Century Gothic;
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:underline;
	}
	
a.footer_link:hover{
	font-family:Century Gothic, Century Gothic, Century Gothic, Century Gothic;
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
	}
.greykeyline {
	border: 1px solid #333333;
}




/* Scrolling images*/

/* This controls the height of the box for the images and the space allowed between the images and the text*/
#slideshow{
    position:relative;
		height:290px;
		width:474px;

}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}

/* Side images */

.sideImg{
	border: 1px solid #646464;
}

