@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	display: inline;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*start of designer's code*/




#container {
	margin: auto;
	width: 1000px;
	background-color: ffffff;
	border: thin solid #333333;
	padding: 0px;
}
#header {
	background-color: #000000;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 120px;
}
#banner {
	background-color: #666666;
	background-image: url(../images/banner_bkgrd.jpg);
	background-repeat: no-repeat;
	height: 254px;
	width: 1000px;
	position: relative;
	padding-left: 575px;
	padding-top: 20px;
}
#viewframe  {
	width: 474px;
	position: relative;
	z-index: 1;
	left: 73px;
	top: 2;
}

#goldtrim {
	background-repeat: repeat-x;
	background-image: url(../images/gold_trim.jpg);
	width: 100%;
}

#goldtrimbottom {
	background-repeat: repeat-x;
	background-image: url(../images/gold_trim.jpg);
	width: 100%;
	clear: both;
}


#silvertrim {
	background-image: url(../images/silver_trim.jpg);
	background-repeat: repeat-x;
}
.navbar {
	height: 120px;
	width: 500px;
	position: relative;
	left: 500px;
	top: -125px;
	padding-left: 15px;
	padding-top: 5px;
	overflow: hidden;
}




#right {
	float: right;
	width: 250px;
	clear: both;
	background-image: url(../images/gradient_bg.png);
	background-repeat: repeat-x;
	text-align: left;


}


.topgrad  {
	background-image: url(../images/gradient_bg.png);
	background-repeat: repeat-x;
	width: 750px;
}
.botgrad {
	background-image: url(../images/btmgrd_bg.png);
	height: 25px;
	clear: both;
}
.sectionHeadings {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #333333;
	padding-left: 40px;
	padding-top: 40px;
}
.moduletable {
	background-color: #000000;
	width: 239px;
	margin-top: 30px;
}
.th {
	background-image: url(../images/hdgold.jpg);
	background-repeat: no-repeat;
	width: 239px;
	height: 34px;
}
.th_silver {
	background-color: #000000;
	background-repeat: no-repeat;
	text-align: left;
	height: 34px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 15px;
	padding-top: 8px;
	background-image: url(../images/hdsilver.jpg);
}

.td {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	line-height: 20px;
}


#bottomarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
	height: 300px;
	clear: both;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	clear: both;
	height: 70px;
	padding-top: 20px;
	text-align: center;
	line-height: 20px;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	width: 500px;
	float: right;
	text-align: right;
}
#maincontent {
	background-color: #FFFFFF;
	overflow: visible;
}


#bottom1, #bottom2, #bottom3 {
	float: left;
	width: 240px;
	margin-left: 5em;
	background-color: #000000;
	padding-top: 15px;
	position: relative;
	z-index: 1;

}
ul{
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	list-style-image: url(../images/bullet.gif);
	padding-left: 40px;
	padding-top: 8px;
	line-height: 45px;
	color: #EFEFEF;
}
a {
	color: #EFEFEF;
	text-decoration: none;
}
a:hover {
	color: #F4B52E;
}


.address{
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding-left: 40px;
	padding-top: 14px;
	line-height: 25px;
	color: #EFEFEF;

}
.moduletable.slideshow  {
	position: absolute;
	top: -55px;
	left: 55px;
}
.th  {
	font-size: 12pt;
	font-weight: bold;
	padding-top: 8px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	text-align: left;
	text-indent: 15px;
}
.bodycontent {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12pt;
	line-height: 20px;
	color: #333333;
	font-weight: normal;
}

.th_black {
	background-color: #000000;
	background-repeat: no-repeat;
	text-align: left;
	height: 34px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 15px;
	padding-top: 8px;
	background-image: url(../images/hdblack.jpg);
}

.modulelink  a {
	color: #f4b52e;
}

.modulelink  a:hover {
	color: #ffffff;
	text-decoration: underline;
}

