@charset "utf-8";
/* CSS Document */
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #161616;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
* {
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: left top;
	border: none;
	list-style-type: none;
}
#container {
	width: 768px;
	margin: auto;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../images/container-bg.jpg);
} 
#header {
	height: 180px;
	background-repeat: no-repeat;
	background-position: center top;
} 
#container #header img {

}

#header .menu2  {
	padding-top: 0px;
	margin-top: 122px;
	margin-right: 26px;
}
#header .menu2 li  {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header .menu2 li a  {
	font-size: 0.75em;
	color: #DFDFDF;
	line-height: 1.2em;
	text-transform: uppercase;
	background-color: #171A23;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	padding-top: 6px;
	padding-right: 18px;
	padding-bottom: 6px;
	padding-left: 18px;
	float: right;
	text-decoration: none;
	font-weight: bold;
}
#header .menu2 li a:hover {
	color: #FFE18F;
	text-decoration: none;
	background-color: #000;
}
#content-holder {
	width: 100%;
}
#main-content {
	background-image: url(../images/content-bg.jpg);
	background-position: right top;
	color: #5D5D5D;
	padding-right: 10px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
}
#breadcrumbs {
	font-size: 0.7em;
	height: 20px;
	text-align: right;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-top: 25px;
	color: #999999;
}
#main-content  p  {
	margin-left: 30px;
	font-size: .75em;
	line-height: 1.3em;
	margin-right: 30px;
	margin-bottom: 20px;
}

#main-content ul , #main-content ol{
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#main-content ul li{
	font-size: 0.75em;
	line-height: 1.3em;
	margin-left: 37px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
	margin-right: 30px;
	margin-bottom: 2px;
}
#main-content ol li{
	font-size: 0.75em;
	line-height: 1.3em;
	margin-left: 60px;
	padding-left: 0px;
	margin-right: 30px;
	margin-bottom: 2px;
	list-style-type: decimal;
}
#main-content strong {
	color: #938220;
}
#main-content  h2  {
	font-size: .75em;
	color: #426515;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 2px;
	line-height: 1.3em;
}
#main-content h1 {
	font-size: 1em;
	font-weight: bold;
	color: #A57544;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	padding: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}

#main-content .content-container {
	width: 742px;
}
.float-right {
	float: right;
	margin-bottom: 0px;
	margin-left: 30px;
	font-weight: normal;
	color: #828282;
	text-align: center;
	margin-right: 30px;
	margin-top: 0px;
	font-size: .7em;
}
.float-right img {
	border: 1px solid #CCCCCC;
	margin-bottom: 4px;
}

.float-right2 {
	float: right;
	margin-bottom: 5px;
	margin-left: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 30px;
}
.margin-right {
	margin-right: 50px;
}

.img-border1 {
	border: 1px solid #CCCCCC;
}
.img-border2 {
	border: 1px solid #DF2027;
}
#content-holder  #sidebar1 {
	width: 160px;
	padding-top: 10px;
	background-image: url(../images/sidebar-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 0px;
	padding-bottom: 20px;
}

#sidebar1  /* CSS Document */
.menu1    li   a  {
	padding-right: 18px;
	padding-left: 4px;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFF;
	margin-left: 25px;
	width: 112px;
	font-size: 11px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666;
}
#sidebar1 .menu1     li  a:hover {
	color: #289184;
}


#sidebar1 img {
	margin-top: 11px;
	margin-left: 24px;
	margin-bottom: 60px;
}



#main-content    a, #main-content a:visited  {
	color: #069;
	text-decoration: underline;
}

#container #main-content a:hover {
	color: #C00;
	text-decoration: none;
}
.red {
	color: #FF0000;
}
#footer {
	font-size: 0.7em;
	line-height: 1.4em;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	color: #888888;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-color: #161616;
} 
#container #footer-border {
	height: 10px;
	width: 750px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #38383A;
	margin-left: 8px;
}

#footer   a, #footer a:visited   {
	color: #888888;
	text-decoration: underline;
}
#footer  a:hover   {
	color: #289184;
	text-decoration: none;
}

#footer p {
	padding-top: 12px;
	padding-bottom: 15px;
	padding-left: 240px;
	color: #887178;
}
#footer ul {
	text-align: center;
	margin-bottom: 3px;
}#footer li {
	display: inline;
	list-style-type: none;
	color: #806932;
	margin-right: 1px;
	margin-left: 1px;
}
#footer  li  a, #footer li a:visited {
	color: #888888;
}
#footer li a:hover {
	color: #289184;
	text-decoration: none;
}
.table-2col {
	width: 557px;
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	font-size: 0.75em;
	text-align: left;
	line-height: 1.3em;
}
.table-2col td{
	width: 50%;
}
.table-2col tr td img {
	border: 1px solid #CCC;
}

#main-content .horizontal-rule {
	width: 545px;
	margin-left: 30px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #EFEFEF;
}

.caption-head {
	font-weight: bold;
}
#sidebar1 form {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
#sidebar1 .news-signup {
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 8px;
	margin-bottom: 1px;
	margin-right: 0px;
	text-align: center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(../images/newsletter-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #39393B;
	background-color: #C7B56D;
}
.news-signup #newsltrform h2 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-align: center;
	text-transform: uppercase;
	color: #025C50;
	display: block;
	background-color: #DDD2A6;
	margin-top: 0px;
	margin-bottom: 5px;
	width: 150px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BAA449;
	background-image: url(../images/news-corner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.news-signup  form  #Email     {
	width: 118px;
	height: 15px;
	background-color: #FFF;
	font-size: 11px;
	border: 1px solid #000;
	margin-bottom: 2px;
	color: #999;
	padding-left: 2px;
}
.news-signup #newsltrform {
	margin: 0px;
	padding: 0px;
}
#sidebar1 .news-signup  #button {
	width: 120px;
	background-color: #1B625A;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
#sidebar1 .news-signup  #button:hover {
	background-color: #299688;
}
.pdf-files {
	color: #999;
	font-style: italic;
}
#main-content .contact td {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#main-content .contact {
	margin-left: 30px;
	margin-right: 30px;
}
#main-content .contact .alt {
	background-color: #EFEFEF;
}
#main-content .contact tr {
	background-color: #F9F9F9;
}



#main-content .contact p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#main-content .contact .headline {
	background-color: #FFF;
}
#main-content .contact h2 {
	margin-left: 0px;
}
