body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, sans serif;
	background-color: #000000;
}

h1 {
	font-weight: normal;
	font-size: 28px;
	margin: 0 0 0.5em 0;
	color: #A31620;
	line-height: 1em;
	font-family: "Trebuchet MS", Arial, sans serif;
	text-transform: capitalize;
}

h2 {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 0.5em 0;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, "sans serif";
	text-transform: uppercase;
	line-height: 1em;
}

h3 {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 1em 0;
	color: #A31620;
}

a {
	color: #A31620;
	text-decoration: underline;
}

a:hover {
	color: #EA390F;
	text-decoration: none;
}

img { border: none; }

p {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: normal;
}

ul {
	margin: 0 0 1em 0;
	padding-left: 30px;
}

li {
	margin: 0;
	list-style-type: square;
}

form {
	padding: 0;
	margin: 0; 
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 925px;
	position: relative;
	padding: 19px 0 0 0;
}

#top  {
	width: 925px;  /* 378 - L&R Padding */
	height: 218px;
	padding: 0;
	margin: 0;
	z-index: 50;
	position: relative;
}

#top-menu {
	width: 910px;
	height: 27px;
	padding-left: 15px;
	margin: 0px;
	position: relative;
	z-index: 999;
	height: 28px;
	background-color: #A31620;
}

#top-menu ul,
#top-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 2px 0 10px 5px;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, "sans serif";
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

#top-menu li {
	behavior:  url('hover.htc');
	float: left;
	padding: 0px 15px 0 15px;
	position: relative;
	z-index: 1001;
	line-height: 24px;
}

#top-menu li a,
#top-menu li .a-empty {
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, "sans serif";
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}

.a-empty2 {
	cursor: default;
}

#top-menu li a:hover {
	text-decoration: underline;
}

#top-menu li ul {
	position: absolute;
	display: none;
	left: 5px;
	top: 22px;
	width: 160px;
	padding: 10px 0 10px 5px;
	background: #A31620;
	-moz-opacity: 0.95;
	filter: alpha(opacity=95);
	opacity: 0.95;
	z-index: -1;
}

#top-menu li:hover ul,
#top-menu li.hover ul {
	display: block;
}

#top-menu li ul li {
	float: none;
	padding: 0 10px;
	border-right: 0px;
	line-height: 24px;
}

#top-menu li ul li a {
	display: block;
	display: inline-block; /* IE fix */
	width: 100%;
	padding: 2px 0;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, "sans serif";
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
}

#nav li.noborder {
	border-right: 0px;
}
#content {
	width: 925px;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	position: relative;
}

#left-home {
	width: 450px;  /* 425 - L&R Padding */
	padding: 15px 15px 5px 15px;
	margin: 0;
	font-family: "Trebuchet MS", Arial, sans serif;
	color: #000;
	font-size: 12px;
	float: left;
	position: relative;
	z-index: 45;
	
}
#right-home {
	width: 400px;
	padding: 15px 15px 5px 15px;
	margin: 0;
	float: left;
	font-family: "Trebuchet MS", Arial, sans serif;
	color: #000;
	font-size: 12px;
	position: relative;
}
.hdtext1 {
	font-size: 16px;
	color: #A31620;
	font-weight: bold;
}
#left {
	width: 400px;  /* 425 - L&R Padding */
	padding: 20px;
	margin: 0;
	font-family: "Trebuchet MS", Arial, sans serif;
	color: #000;
	font-size: 12px;
	float: left;
	position: relative;
	z-index: 45;
}
#right {
	width: 400px;
	padding: 20px;
	margin: 0;
	float: left;
	font-family: "Trebuchet MS", Arial, sans serif;
	color: #000;
	font-size: 12px;
	position: relative;
}
#flash {
	width: 925px;
	padding: 0;
	margin: 0;
	float: left;
	font-family: "Trebuchet MS", Arial, sans serif;
	color: #000;
	font-size: 14px;
	position: relative;
}
#full {
	width: 955px;
	padding: 5px;
	margin: 15px 0 0 15px;
	float: left;
	font-family: "Trebuchet MS", Arial, sans serif;
	color: #000;
	font-size: 14px;
	position: relative;
}

#footer {
	padding-left: 80px;
	text-align: center;
	color: #CCC;
	font-size: 12px;
	line-height: 24px;
	height: 24px;
	
}
* html #footer { margin-top: -3px; } /* IE6 Hack */
#footer a {
	text-decoration: underline;
	color: #FFF;
}
#footer a:hover {
	text-decoration: none;
	color: #FFF;
}
.clear { clear: both; }

.photo {
	border: 2px solid #A31620;
}

