@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	background: #ebeae7;
	margin: 0;
	padding: 0;
	color: #000;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
	font-size:14px;
}
h1{
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	color:#a5890a; 
}
h2{
	margin-top: 0;
	padding-right: 15px;
	padding-left:15px;
	margin-bottom:0;
	color:#abb937; 
}
p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
	font-size:14px;
}
h3{
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
	color:#abb937; 
}
h3, h4, h5, h6, {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
}

a img { 
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto; 
	margin-top:-5px;
-moz-box-shadow:0px 0px 10px 0px #dad6cf;
-webkit-box-shadow:0px 0px 10px 0px #dad6cf;
box-shadow:0px 0px 10px 0px #dad6cf;
}

header {
	background: #ffffff;
	height: 130px;
}

.navigation {
	width:100%;
	height:40px;
-moz-box-shadow:0px 4px 8px 0px #dad6cf;
-webkit-box-shadow:0px 4px 8px 0px #dad6cf;
box-shadow:0px 4px 8px 0px #dad6cf;


}
 #navigation{

 position:relative; 

 height:38px; 

 width:100%;

 float:left; 

 display:block;

 overflow:none;
 }
 .banner{
	 position: relative; 
	 height:288px;
	 width:100%;
	 background-image:url(images/bannerbg.png);
	 background-repeat:repeat-x;
 }
 /* Menu
-------------------------------------------------------------------------*/
.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:extra-bold;
	background-color: #FFFFFF;
	}	
.menu ul{
	background:#6f6f6f url('images/buttonbg.png');
	background-repeat:repeat-x; 
	height:40px;
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background-image:url(images/buttonbg.png);
  		background-repeat: repeat-x, bottom right no-repeat;
	
		color:#ffffff;
		display:block;
		font-weight:bold;
		line-height:34px;
		margin:0px;
		padding:0px 20px;
		text-align:center;
		text-decoration:none;
		text-shadow: 2px 2px 2px #404040;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #03a9ff url("images/hover_2.gif") bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#333333;
		display:none;
		height:auto;
		padding-left:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:160px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding-left:0px;
		width:160px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 10px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#abb937 url('images/hover_sub_2.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	
	.tdsideback {
		 background-image: url('images/mockupslices_18.gif') ;
		 background-repeat:repeat-x;
		 
		 }
.sidebar1 {
	float: right;
	width: 190px;
	background: #EADCAE;
	padding-bottom: 10px;
}
.content {
	padding: 10px 0;
	width: 770px;
	float: right;
}


.content ul, .content ol {
	padding: 0 15px 15px 40px; 
}
.fineprint {
	font-size:9px;
	color: #757575;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:10px;
	line-height:100%;
}
.subp{
	font-size:14px;
	color: #757575;
	line-height:110%;
}

nav ul {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px;
}
nav ul li {
	border-bottom: 1px solid #666; 
}
nav ul a, nav ul a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; /
	width: 160px; 
	text-decoration: none;
	background: #C6D580;
}
nav ul a:hover, nav ul a:active, nav ul a:focus { 
	background: #ADB96E;
	color: #FFF;
}

.fineprint {
	font-size:10px;
	padding-right:10px;
	padding-left:10px;
}

/* ~~ The footer ~~ */
footer {
	padding: 10px 0;
	background: #CCC49F;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
}