/* CSS Document */

body{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
background:url(images/bg.gif) repeat-x top;
margin-top:20px;
font-size:12px;
color:#666666;
}

ul, li { padding-left:0; margin-left:0; font-family:Arial, Helvetica, sans-serif; font-size:11px; display: list-item; text-align: left; }
ul, li { list-style-type:none; color:#574219; background-image:url(images/cube.gif); background-repeat:no-repeat; background-position:10px 5px; text-indent:15px;}


input{
background:none;
border:none;
margin:0px;
}

input.button {
  color: #574219;
  background:#ffffff;
  font-size: 12px;
  font-weight:bold;
  font-family:Arial, Helvetica, sans-serif;
  float:left;
  text-align:left;
}

p{
margin:10px;
color:#574219;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

h1{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#d62424;
margin:5px;
margin-left:10px;
}

/* link */
a:link {
	color: #d3ba8d;
	text-decoration: none;
	border-bottom:none;
}
a:visited {
	color: #d3ba8d;
	text-decoration: none;
	border-bottom:none;
}
a:hover {
	color: #cc3333;
	text-decoration: underline;
	border-bottom:none;
}
a:active {
	color: #d3ba8d;
	text-decoration: none;
	border-bottom:none;
}


/* link red */
a.redlink:link {
	color: #d62424;
	text-decoration: none;
	border-bottom:none;
}
a.redlink:visited {
	color: #d62424;
	text-decoration: none;
	border-bottom:none;
}
a.redlink:hover {
	color: #d62424;
	text-decoration: underline;
	border-bottom:none;
}
a.redlink:active {
	color: #d62424;
	text-decoration: none;
	border-bottom:none;
}

.brdr{
border:1px solid #decaa8;
padding:4px;
background:#FFFFFF;
}

.intro-top{
background:url(images/intro_top.jpg) no-repeat center;
height:263px;
}

.intro-bottom{
background:url(images/intro_bottom.jpg) no-repeat center;
height:248px;
}

.footer{
background:#574219;
}

.copy{
color:#FFFFFF;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
margin:4px;
margin-left:10px;
}

.inside-main-bg{
background:#b49a6f;
}

.white{
background:#FFFFFF;
}

.bottom-bg{
background:url(images/bottom.jpg) no-repeat center;
height:20px;
}

.mainbgr{
background:#ffffff url(images/main_bgr.jpg) bottom no-repeat;
}

.shadow_top{
background:url(images/shadow_top.jpg) center no-repeat;
height:19px;
}

.brdr-box-right{
border:#e0ccac 1px solid;
}

.bg-box-right{
background:#efe8db;
}

.divider{
background:url(images/divider.jpg);
height:2px;
}

.red-bold{
font-weight:bold;
color:#d62424;
}

.txtbox{
font-family:Arial, Helvetica, sans-serif;
color:#574219;
font-size:11px;
border:1px solid #574219;
}

.font13{
font-size:13px;
}

.right{
float:right;
margin-left:5px;
border:1px solid #584219;
}

.margin5{
margin:5px;
margin-left:10px;
}

.brown{
background:#584219;
}

.margin3{
margin:3px;
margin-left:10px;
}