/* CSS Document */

body {
	margin: 0px;
	background-image:url(../images/bg2.jpg);
	background-repeat: repeat;
	background-color:#633B12;
	color: #A24903;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
}

a:link { text-decoration: none; color: #A24903; font-weight:bold; }
a:visited { text-decoration: none; color: #A24903; font-weight:bold; }
a:hover { text-decoration: underline; color: #A24903; font-weight:bold; }
a:active { text-decoration: none; color: #A24903; font-weight:bold; }

ul {
	margin-left:-15px;
	padding-left:33px;
}

h1 {
	font-size:20px;
	padding:10px;
	background-color: #EDE8D3;
	color:#C76D0A;
	border-bottom:1px solid #C76D0A;
	/*border-top:1px solid #C76D0A;*/
	margin:0px 0px -15px 0px;
	width:575px;
}

h2 {
	font-size:14px;
	padding-top:10px;
	margin-bottom:-10px;
}

input[type="text"] {
	font-size:12px;
	border:1px solid #C76D0A;
}

input[type="password"] {
	font-size:12px;
	border:1px solid #C76D0A;
}

textarea {
	font-size:10px;
	border:1px solid #C76D0A;
}

.content img {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	border:1px solid #C76D0A;
}

#top {
	margin: 0px;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
}
.nav {
	background-color:#A24903;
	border-top:1px solid #C76D0A;
}
.leftcolumn {
	background-color: #EDE8D3;
	border-top:1px solid #C76D0A;
	color: #A24903;
	padding:10px 22px 10px 22px;
}
.leftcolumbg {
	background-color: #EDE8D3;
	border-right:1px solid #C76D0A;
	border-left:1px solid #C76D0A;
}
.rightcolumn {
	background-color: #fff;
	border-top:1px solid #C76D0A;
	border-right:1px solid #C76D0A;
}
.quote {
	font-size:12px;
	/*height:72px;*/
}
.content {
	color: #A24903;
	padding:25px;
}
.footer {
	background-color: #C6BC98;
	border:1px solid #C76D0A;
	color: #fff;
	font-size:9px;
	padding: 10px;
}

.footer a:link { color: #fff; text-decoration: none; }
.footer a:visited { text-decoration: none; color: #fff; }
.footer a:hover { text-decoration: underline; color: #fff; }
.footer a:active { text-decoration: none; color: #fff; }



.copy {
	color: #A24903;
	font-size:12px;
	font-weight:normal;
		padding:25px;

}
.downloadcontainer {
border-bottom: 1px dotted #e7e7e7;
width:450px;
padding:5px;
line-height:20px;

}
.downloadcontainersub {
padding-left:29px;
width:400px;

}

.copy a:link { color: #A24903; text-decoration: none; }
.copy a:visited { text-decoration: none; color: #A24903; }
.copy a:hover { text-decoration: underline; color: #666; }
.copy a:active { text-decoration: none; color: #A24903; }



/* Style for top-menu */
.topMenu {
text-align:left;
}

/* Style for submenus */
.submenu {
  background-color: #A24903;
  border-left:1px solid #C76D0A;
  border-right:1px solid #C76D0A;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  text-align:left;
}

/* Style for top items: normal state */
.topItemNormal {
  background-repeat: no-repeat;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  width: 100%;
}

/* Style for top items: mouseover state */
.topItemOver {
  background-repeat: no-repeat;
  background-color: #A24903;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  width: 100%;
}

/* Style for items: normal state */
.itemNormal {
  cursor: pointer;
  padding: 3px 15px 3px 15px;
  border-bottom:1px solid #C76D0A;
  width: 100%;
}

/* Style for items: mouseover state */
.itemOver {
  cursor: pointer;
  background-color: #C76D0A;
  padding: 3px 15px 3px 15px;
  border-bottom:1px solid #C76D0A;
  width: 100%;
}

/* Style for items text: normal state */
.itemTextNormal {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #fff;
  width: 100%;
}

/* Style for items text: mouseover state */
.itemTextOver {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #fff;
  width: 100%;
  background-color: #C76D0A;
}

.horizdot {width: 100%; height: 1px; border-bottom: 1px dotted #A24903;}
