/* CSS Document */

body {
	margin:0;
	padding:0;
	font: normal 0.9em/1.4em Arial, Helvetica, sans-serif;
	color: #6d5b47;
}

p,div,li,td,th { font-size:inherit; }

h1,h2,h3 { color:#6d5b47; font-family: Arial, Helvetica, sans-serif; }

h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 14px; }

a:link { color:#999; text-decoration:underline; }
a:visited { color:#6d5b47; text-decoration:underline; }
a:hover { color:#ccc; text-decoration:underline; }
a:active { color:#999; text-decoration:underline; }

img	{
	border:none;
}

.splash {
	padding: 12px 0;
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	text-align: center;
}

input, textarea {
	border: 1px solid #6d5b47;

	border:1px solid #7c7c7c;
	border-color:#7c7c7c #c3c3c3 #ddd #c3c3c3;

}

form table {
	margin: 15px auto;
	width: 70%;
 	border-top: 1px solid #6d5b47;
 	border-left: 1px solid #6d5b47;
 }

form table td {
 	border-bottom: 1px solid #6d5b47;
 	border-right: 1px solid #6d5b47;
	background-color: #dfcdb9;
 }

.button {
	background-color: #6d5b47;
	color: #fff;
	cursor:pointer;
}

/* Layouts */

#frame {
	margin: 3% auto 0 auto;
	width: 691px;
}

#logo {
	margin: 0;
}

/*  Menu area  */

#menu {
	padding: 7px;
	margin:10px 4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-align: center;
	background-color: #6d5b47;

}

#menu a {
	display: inline;
	padding: 2px 12px 2px 21px;
	color: #e3e3e2;
	text-decoration:none;
	background: #6d5b47 url(images/menubg.gif) 0 2px no-repeat;

}

#menu a:hover {
	color: #c3b19c;
}

#menu a:active {
	color: #c3b19c;
}

#menu #menufirst {
	background-image:none;
}

/* Content area */

#contentframe {
	margin: 0;
	padding: 0;
 	background: #fff url(images/bg.gif) repeat-y;

}

#content {
	margin: 0;
	padding: 10px 25px;
	background: transparent url(images/bgtop.gif) left top no-repeat;
}

#address {
	padding: 0 40px 15px 40px;
	margin: 0;
	background: transparent url(images/bgbottom.gif) left bottom no-repeat;
}

#address div {
	padding-top: 10px;
	border-top: 1px solid #dfcdb9;
	color: #9a9999;
	font-size: 11px;
	text-align: center;

}

#footer {
	margin: 0;
	padding: 5px 20px 5px 20px;
	color: #6d5b47;
	font-size: 10px;
}

#footer a {
	color:#6d5b47;
	text-decoration: none;
}

#footer #left {
	float: left;
	width: auto;
}

#footer #right {
	float: right;
	width: auto;
	text-align: right;
}

#contactlist {
	list-style:none;
	display: inline;
}

#contactlist li {
	display: inline; 
	width: 49%;
	float: left;
}

.clearer {
	clear: both;
}

/************** #tables styles (use for admin panel)**************/

.tablist	{
	width:100%;
	padding:0px 0px 0px 0px;
	margin:10px 0px 15px 0px;
	background-color:#ececec;
	border:none;
}

.tablist thead td {
	padding:5px 10px 2px 10px;
	background: #6d5b47;
	border-top: 0px solid #cccccc;
	border-bottom: 2px solid #907c67;
	font-weight:normal;
	color: #FFFFFF;
	text-align:left;
	font-size:inherit;
}

.tablist th {
	padding:5px 10px 2px 10px;
	background: #6d5b47;
	border-top: 0px solid #cccccc;
	border-bottom: 2px solid #907c67;
	font-weight:normal;
	color: #FFFFFF;
	text-align:left;
	font-size:inherit;
}

.tablist th a	{
	color:white;
	font-weight:normal;
	font-size:inherit;
}

.tablist	td {
	padding:4px 0px 4px 10px;
	margin:0px;
	background-color:#FFFFFF;
	border:none;
	border-bottom: 2px solid #F2F0F0;
	border-right:1px solid #F2F0F0;
	font-size:inherit;
}

#topinfo_right	{
	float:right;
	width:49%;
	line-height:normal;
}

#topinfo_left	{
	float:left;
	width:49%;
	line-height:normal;
}

#client_text	{
	font-style:italic;
}
#answer_text	{
	font-weight:bold;
}

#pageNav	{
text-align:right;
}

#pagelink	{
}


.cur_page	{
	background:#6D5B47;
	color:white;
	padding:3px 1px 3px 3px;
	margin-right:4px;
}

#progress_item_on	{
	list-style-image:url(../images/house_on.gif);
	color:green;
	font-weight:bold;
	padding:4px 0px;
}

#progress_item_off	{
	list-style-image:url(../images/house_off.gif);
	color:#eb5660;
	padding:4px 0px;
}


