/* Css document by Svein Erik Storkaas - CssTemplatesWeb.com | 2008 */

* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 font-size: 12px;
}

/* LINKS AND HEADINGS STYLING */
a { color: #996633; }
a:hover { color: #808080; } /*background: inherit; }*/
h1  {
	font-style: normal;
	font-size: 20px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	color: #94897C;
	padding: 10px 10px;
	margin-left: 0px;
	background-color:transparent;
}
h2  {
	font-style: normal;
	font-size: 15px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	color:#999999;
	padding: 0px 5px;
}
h3 { clear: both; font: bold 1.2em "Trebuchet MS", Helvetica, Sans-Serif; color: #999; padding: 0 14px; margin: 0;}
h4  { clear:both; font-size: 1.0em; padding: 0 14px; margin: 0; color: #333; background: url(images/h3bg.gif) no-repeat center left; }
p {
	text-indent: 0px;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	line-height: 1.5em;
	margin-bottom: 10px;
}

/* BORDERS */
#wrapper {
 width: 800px;
 margin: 0 auto;
}
#border {
 border: 1px solid #999;
 margin: 20px 10px 10px 10px;
 background-color: #fffffe;
 /*min-height: 776px;*/
 float: right;
 width: 780px;
}
* html #border {height:776px} /* IE Min-Height Hack */ 

/* HEADER */
#header {
	margin: 6px 5px 3px 5px;
}
#headertext
{
	width:420px;
	height:40px;
	font-family:"Trebuchet MS";
	font-size:33px;
	color:#B0ACA9;
	float:left;
	clear:none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.brown
{
	color:#94897C;
	}

/* ------------------------ Start Navigation Bar -----------------*/
#topmenu
{
height:46px;
width: 770px;
padding-left:5px;
padding-right:20px;
background-repeat:no-repeat;
}
/*MEUNU*/
#tabs {
	float: left;
	width: 770px;
	padding-left:10px;
	padding-right:0px;
	background-repeat:no-repeat;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #999; /*#84776B;*/
	}
#tabs ul {
	margin:0;
	float:inherit;
	/*position: relative;*/
	padding: 0px 10px 10px 34px;
	/*padding:10px 10px 0 100px;*/
	list-style:none;
	}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}
#tabs a {
	float:right;
	background:url("images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#tabs a span {
	float:right;
	display:block;
	background:url("images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#84776B;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#74675B;
	}
#tabs a:hover {
	background-position:0% -42px;
	}
#tabs a:hover span {
	background-position:100% -42px;
	}
/* ------------------------ End Navigation Bar -----------------*/




/* ------------------------ Start Main Column ------------------*/
#middle {
	float: left;
}
	.leftcol { 
		float: left; 
		height: 220px;
		padding: 5px 5px;
		width: 325px; 
		border:#B0ACA9 1px solid;
		/*text-align: justify;*/
		margin: 10px 10px 10px 10px;
		background: #eee;
	}
	.rightcol { 
		float: left; 
		height: 220px;
		padding: 5px 5px;
		width: 400px; 
		border:#B0ACA9 1px solid;
		margin: 10px 0 0px 0;
		background: #eee;
	}
	.special {
		clear:both;
		float: left; 
		width: 747px;
		margin:10px 10px 30px 10px;	
		padding: 20px 5px;
		border: 1px solid #ccc;
		background: #eee;
		color: #444;
	}
/* ------------------------ End Main Column ------------------*/

/* ------------------------ Contact Feedback -----------------*/
input {
 border: 1px solid #94897C;
 width: 100px;
}
.inputgs2 {
	width:auto;
	border-color:#94897C;
	background-color:#FFFFFF;
	color:black;
	font-size:100%;
	border-width:1px;
	border-style:solid;
	padding:5px;
	spacing:2px;
	margin:0px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-bottom-width:1px;
	font-family: Tahoma;
}
/* ------------------ End Contact Feedback -------------------*/

table.contact{
	table-layout:fixed;
	text-align:left;
	text-indent:inherit;
	padding-left:10px;
	margin-left:8px;
	}
	
#footer {
 font-size: 10px;
 clear: both;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 margin-bottom: 5px;
 text-align:center;
}


ul#daily-links li {
 list-style: none;
 margin-left: 2px;
}
ul#nav-links li {
 display: inline;
 margin-left: 0px;
 padding-left: 12px;
 
}

ul#daily-links li a:link{
 color: #333;
 text-decoration: none;
 font-weight: bold;
}
ul#daily-links li a:visited{
 color: #333;
 text-decoration: none;
 font-weight: bold;
}
ul#daily-links li a:hover{
 color: #999;
 text-decoration: none;
 font-weight: bold;
}




a:link {
 color: #996633;
 text-decoration: none;
}
a:visited {
 color: #996633;
 text-decoration: none;
}

.valid {
 margin: 10px 0px 0px 10px;
}
