/* CSS Document */
/* general page styles */
body, html {
	margin:0px;
	padding:0px;
	
}
body{
	background:#313821;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#2c330d;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#2c330d;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#7da20f;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#2c330d;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight: bold;
	line-height:30px;
	color:#FF0000;
}

h5{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#2c330d;
}

h6{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#2c330d;
	line-height:10px;
}

#main-container{
	background:#41580c url(images/mainBG2.gif) repeat-y center;
}
#wrapper{
background:url(images/topBG.gif) repeat-x;
	
}
#container{
	width:950px;
	margin:0 auto;
	padding:0;
}
/* header and banner styles */
#header{
	margin:0 auto;
	padding:2px 0 0 0;
}

.a {
	text-decoration:underline;
	color:#2c330d;
}

.top-left-col{
	margin:0 auto;
	padding:0;
	float:left;
	display:block;
	background: transparent url(/images/djleft.gif) no-repeat ;
	
}

.topaddressleft {
	float: left;
	padding: 5px 0px 0px 15px;
	width: 399px;
	height: 30px;
	color: #2c330d;
	font: bold 19px/22px "Arial";
	text-align: left;
	letter-spacing: 0.7px;
	}

.top-center-col{
	margin:0 auto;
	padding:0;
	float:left;
	display:block;
}
.top-rt-col{
	margin:0 auto;
	padding:0;
	float:right;
	display:block;
}

.redtext {color: #FF0000}

/*  navigation */
#navigation{
	width:950px!important;
	background:url(images/navBG.gif) no-repeat top;
	height:40px;
}
#navigation ul {
	list-style: none;
	margin:0 10px;
	padding:0;
}

#navigation li {
	position:relative;
	float:left;
	line-height:60px!important;	
	margin-top:0px !important;
	margin-top:0px;
	text-align:center;
	margin-left: 0px;

}
#navigation ul li a {
	text-decoration: none;
	color: #fff;
	display:block;
}

#navigation ul li a span {
	/* visibility: hidden; */
	display: none;
}
/* ---- navigation buttons ---- */

#home, #home a {
	margin-left: 0px;
	width: 80px !important;
	height: 40px;
	background: transparent url(images/home.gif) no-repeat left top;
}

#home a:hover, #home a.select {
	margin-left: 0px;
	width: 80px !important;
	height: 40px;
	background: transparent url(images/homeOver.gif) no-repeat left top;
}
#buy, #buy a {
	margin-left: 0px;
	width: 125px!important;
	height: 40px;
	background: transparent url(images/whatwebuy.gif) no-repeat left top;
}

#buy a:hover, #buy a.select {
	margin-left: 0px;
	width: 106px !important;
	height: 40px;
	background: transparent url(images/whatwebuyOver.gif) no-repeat left top;
}
#testimonials, #testimonials a {
	margin-left: 0px;
	width: 137px !important;
	height: 40px;
	background: transparent url(images/testimonials.gif) no-repeat left top;
}

#testimonials a:hover, #testimonials a.select {
	margin-left: 0px;
	width: 137px !important;
	height: 40px;
	background: transparent url(images/testimonialsOver.gif) no-repeat left top;
}

#finance, #finance a {
	margin-left: 0px;
	width: 109px !important;
	height: 40px;
	background: transparent url(images/finance.gif) no-repeat left top;
}

#finance a:hover, #finance a.select{
	margin-left: 0px;
	width: 109px !important;
	height: 40px;
	background: transparent url(images/financeOver.gif) no-repeat left top;
}

#faqs, #faqs a {
	margin-left: 0px;
	width: 82px !important;
	height: 40px;
	background: transparent url(images/faqs.gif) no-repeat left top;
}

#faqs a:hover, #faqs a.select {
	margin-left: 0px;
	width: 82px !important;
	height: 40px;
	background: transparent url(images/faqsOver.gif) no-repeat left top;
}
#contact, #contact a {
	margin-left: 0px;
	width: 116px !important;
	height: 40px;
	background: transparent url(images/contact.gif) no-repeat left top;
}

#contact a:hover, #contact a.select {
	margin-left: 0px;
	width: 116px !important;
	height: 40px;
	background: transparent url(images/contactOver.gif) no-repeat left top;
}
#didyou, #didyou a {
	margin-left: 0px;
	width: 159px !important;
	height: 40px;
	background: transparent url(images/didyouknow.gif) no-repeat left top;
}

#didyou a:hover, #didyou a.select {
	margin-left: 0px;
	width: 159px !important;
	height: 40px;
	background: transparent url(images/didyouknowOver.gif) no-repeat left top;
}
#mission, #mission a {
	margin-left: 0px;
	width: 114px !important;
	height: 40px;
	background: transparent url(images/mission.gif) no-repeat left top;
}

#mission a:hover, #mission a.select {
	margin-left: 0px;
	width: 114px !important;
	height: 40px;
	background: transparent url(images/missionOver.gif) no-repeat left top;
}

/* body content styles */
#cont-body{
	margin:0 16px;
	padding:0;
	background:#ecebcd;
}
#cont-body a{
	text-decoration:underline;
	color:#2c330d;
}
#cont-body a:hover{
	text-decoration:none;
	color:#2c330d;
}
#cont-body ul{
	margin:0;
	padding:5px 0 5px 20px;
	list-style:none;
}
#cont-body li{
	margin:0;
	padding:15px 0 0 20px;
	list-style:none;
	background:url(images/img01.gif) no-repeat left;
}
#testimonial li{
	margin:0;
	padding:2px 0 0 20px;
	list-style:none;
	background:url(images/img01.gif) no-repeat left;
	padding-top: 10px;
}

#cont-body li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1b210a;
	text-decoration:none;
}
#cont-body li a:hover{
	text-decoration:none;
}
#cont-body1{
	margin:0 20px;
	padding:0;
	background:#ecebcd;
}

#cont-bodyF{
	margin:0 16px;
	padding:0;
	background:#ecebcd;
}
#cont-bodyF a{
	text-decoration:underline;
	color:#2c330d;
}
#cont-bodyF a:hover{
	text-decoration:none;
	color:#2c330d;
}
#cont-bodyF ul{
	margin:0;
	padding:5px 0 5px 20px;
	list-style:none;
}
#cont-bodyF li{
	margin:0;
	padding:5px 0 5px 20px;
	list-style-type:circle;
}

/*Accordian Tabs */

.technology{ 
background-image:url(/images/tabBG.gif);
cursor:pointer;
font: bold 12px Arial;
color:#fdf493;
line-height: 30px;
margin: 10px 0 0 0px;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	color: #fdf493;
	background-color:#CCCCCC;
	border-bottom-style:  double;
	border-bottom-color:#456117;
	line-height: 30px;
	padding-left: 9px;
	padding-bottom: 6px;
	padding-top: 6px;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	color: #F7F7FF;
	line-height: 30px;
	background-color: #456117;
	padding-left: 9px;
	padding-bottom: 6px;
	padding-top: 6px;
}

.thelanguage{
	font: normal 14px Arial;
	line-height: 18px;
	color:#000000;
}

/*END Accordian Tabs */

.title{
	padding:10px 0;
	margin:0;
}
.imgborder {border:1px solid #4c0002;
}
#banner{
	margin:0;
	float:right;
	padding:20px 0px 0 15px;
	display:block;
}
.rt-image{
	padding-top:5px;
	display:block;
}

#mainfooter{
	padding:0 0 0px 0;
	margin:0 auto;
	width:950px;
	background:#526c18;
}

#footer{
	margin:0 auto;
	width:950px;
	background:url('images/footer.gif') repeat-x top;
}
#leftfoot{
	padding:20px 10px 0 10px;
	margin:0;
	width:810px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#f5e8b9;
	text-align:center;
}
#leftfoot a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#f5e8b9;
	text-decoration:none;
	padding:10px;
}
#leftfoot a:hover{
	color:#f5e8b9;
	text-decoration:underline;
}
#rtfoot{
	padding:10px 0 0 0;
	margin:0 auto;
	width:120px;
	float:right;
}

#creditsdiv{
color: #fce466;
}    
#creditsdiv a 
{
text-decoration: underline;
color: #fce466;
}
#creditsdiv a:hover 
{
text-decoration: underline;
color: #fce466;
}

/*----Submission Form-------*/
#login-fm-inner{
	background:url(images/formBG.gif) no-repeat bottom left;
	height:345px;
}
#login-fm{
	background:url(images/formBG.gif) no-repeat bottom left;
	height:345px;
}
.fm-input{
	border:solid 3px #bdbdbd; border-bottom:none;
	padding:2px 5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#161d06;
	font-weight:bold;
}
