@charset "UTF-8";
/* CSS Document */
<!--
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #333333;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Century Gothic", Helvetica, Tahoma;
	font-weight: bold;
}
h1 {
	font-size: 20px;
	color: #333333;
}
h2 {
	font-size: 16px;
	color: #000066;
}
h3 {
	font-size: 14px;
	color: #000000;
}
h4 {
	font-size: 12px;
	color: #333333;
}
.required {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	font-style:italic;
	color: #990000;
}
#content {
	margin:0;
	padding:10px;
}
.bknorepeat {
	background-repeat: no-repeat;
}

.bkrepeat-y {
	background-repeat: repeat-y;
}

.bkrepeat-x {
	background-repeat: repeat-x;
}
/****** List Styles******/
#list {
	margin:0;
	padding:0px;
	list-style-type:none;
	}
.list1 {
	font-size: 14px;
	color:#333333;
	line-height: 20px;
	text-indent:5px;
	text-decoration:none;
}
.list2 {
	font-size: 14px;
	color:#333333;
	line-height: 20px;
	text-decoration: none;
	list-style-type: disc;
}
/* ################# Navigation Styles ################# */
/* ******* Menu  ********* */
/* MENU Box */
#menu-primary {
	width: 158px;
	min-height: 278px;
	margin: 0px auto;
	padding: 0px;
	padding-top: 6px;
	background-image: url(../images/menu_content.jpg);
	background-repeat: no-repeat;
}
/* END MENU DIV */

.menu {
	margin:0px;
	padding:0px;
	font-family: "Century Gothic", Tahoma, Arial;
	color:#FFFFFF;
	font-size: 14px;
	font-weight:bold;
	line-height:32px;
	list-style-type: none;
}
.menu ul {
	list-style-type: none;
	background:#000; /*IE6 needs this*/
	margin:0px;
}
.menu li a {
	display:block;
	padding: 0;
	padding-left: 10px;
	padding-top: 0px;
	margin-left: 4px;
	text-decoration:none;
	float:none;
	width:140px;
	background-image: url(../images/menu_rollover.png);
	color:#FFFFFF;	
	list-style-type: none;
}
.menu li a:link,
.menu li a:visited  {
	color:#FFFFFF;
	list-style-type: none;
	
}
.menu li a:hover,
.menu li a:active  {
	color: #000000;
	list-style-type: none;
	background-image: url(../images/menu_norollover.png);
}

/***** Nav Links *****/
#topmenu  {
	margin:0;
	height: 25px;
	padding-top:8px;
	padding-right:35px;
	text-align: right;
	font-family: "Century Gothic", Tahoma, Arial;
	font-size: 11px;
	color:#FFFFFF;
	
}	
#topmenu a:link,
#topmenu a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#topmenu a:hover,
#topmenu a:active {
	color: #FFFFFF;
	text-decoration:none;
}

/***** Breadcrumb *****/
.breadcrumb  {
	margin:0;
	padding:0;
	font-size: 10px;
	font-family: "Century Gothic", Tahoma, Arial;
	color:#333333;
}	
.breadcrumb a:link,
.breadcrumb a:visited {
	color: #990000;
	text-decoration:underline;
}
.breadcrumb a:hover,
.breadcrumb a:active {
	color: #000066;
	text-decoration:none;
}

/******** End Navigation Styles *********/
/******Site Map ******/
#sitemaplist {
	margin:0;
	padding:0px;
	list-style-type: none;
	}
.sitemap {
	font-size: 14px;
	color:#333333;
	line-height: 20px;
	text-indent: 25px;
	text-decoration: underline;
}
/****** Footer ******/
#footercontainer {
	margin:0;
	padding:0;
	
}
.footer {
	font-family:Verdana, sans-serif;
	font-weight:bold;
	color: #CCCCCC;
	font-size: 10px;
	line-height:25px;
}
.footer a:link,
.footer a:visited  {
	color:#FFFFFF;
	text-decoration: none;
}
.footer a:hover,
.footer a:active  {
	color: #FFFFFFF;
	text-decoration: none;
}
-->
/****** End Footer Styles ******/

/****** CAPTCHA DIV ******/
.captchadiv {
	background-color:#E4E4E4;
	border-style:solid;
	border-color:#996633;
	border-width:thin;
	padding:5px;
	width:350px;
	font-size:10px;
}
/****** End Footer Styles ******/

/****** TESTIMONIALS DIV ******/
.testimonials {
	/*background-color:#E4E4E4;*/
	background-color:#F2F2F2;
	border-style:solid;
	border-color:#996633;
	border-width:thin;
	width:90%;
	margin: 10px;
	padding:10px;
	font-size:12px;
	text-align:left
}
<!--
.style1 {
font-size: 10px
}
.style2 {
font-size: 9px
}
.style3 {
color: #003399;
	font-style: italic;
}
.style4 {
color: #FFFFFF
}
.style5 {
font-size: 10px; color: #FFFFFF;
}
.small {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
-->
