@charset "UTF-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff8e1;
	background-image: url(../images/wdd-layout_bg3.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #53440a;
	border-left-color: #53440a;
	background-image: url(../images/wdd_column.gif);
	background-repeat: repeat-y;
	background-position: center top;
} 
#header {
	padding: 0;
	border-bottom: 10px solid #e8a713;
	height: 205px;
	width: 980px;
	background: #fff url(../images/header1.jpg) no-repeat center;

} 
#header h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	border: 0;
	height: 205px;
	width: 980px;
}
#sidebar1 {
	float: left;
	width: 230px;
	padding: 10px;
	background: url(../images/wdd-layout_04.gif) no-repeat top left;
	min-height:500px;
}
#sidebar1 ul.main {
	margin: 0;
	padding: 0;
}
#sidebar1 li.main {
	display: block;
	list-style: none;
	padding: 8px;
	background: url(../images/button_bg.gif) repeat-x top left;
	margin: 0 0 2px 0;
	font-size: 14px;
	font-weight: bold;
}
#sidebar1 li.main a {
	text-decoration: none;
	color: #ffffff;
	display: block;
}
#sidebar1 ul.sub {
	margin: 0;
	padding: 0;
}
#sidebar1 li.sub {
	display: block;
	list-style: none;
	padding: 8px 8px 8px 20px;
	background: url(../images/wdd_button_sub.gif) repeat-x top left #f8e5bb;
	border: 1px dotted #ab7d13;
	margin: 0 0 2px 0;
	font-size: 12px;
	font-weight: bold;
}
#sidebar1 li.sub a {
	text-decoration: none;
	color: #000000;
	display: block;
}
#sidebar2 {
	float: right;
	width: 200px; 
	padding: 10px; 
	border-top: 2px solid #FFFFFF;
}
#sidebar2 a.link {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 8px;
	background: url(../images/orangebutton.gif) repeat-x top left #ef8e32;
	margin: 0 0 2px 0;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #cf7015;
	text-align: center;
}
#sidebar2 p {
	padding: 0;
	margin: 0;
}
#mainContent {
	margin: 0 10px 0 260px;
	padding: 0 10px;
} 
#footer {
	padding: 0 10px 0 20px;
	text-align: right;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	color: #999999;
	font-size: 11px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.imgMargin {
	margin-top: 1px;
}
.imgMarginDos {
	margin-top: 5px;
}
#video {
	display: block;
	padding:10px;
	border: 1px solid #efefef;
	text-align: center;
	background: #def8fc;
}
h1 {
	letter-spacing: -1px;
	margin: 10px 0 0 0;
	pading: 0;
	line-height: 20px;
}
h2 {
	letter-spacing: -1px;
	margin: 10px 0 0 0;
	pading: 0;
	line-height: 20px;
}

p {
	font-size: 12px;
	line-height: 20px;
}
a:link, a:visited {
	text-decoration: underline;
	color: #ab7d13;
}

a:hover, a:active {
	text-decoration: underline;
	color: #ab7d13;
}
li {
	font-size: 12px;
	line-height: 20px;
}
hr {
	height: 1px;
	color: #efefef;
}
.greyTitle {
	color: #e8a713;
}
.lightOrangeTitle {
	color: #f2cd78;	
}
.imgSpacing {
	margin: 0 0 5px 5px;
	border: 1px solid #efefef;
	padding: 2px;
}
#subfooter {
	width: 990px;
	height: 350px;
	margin: 0 auto;
	padding: 0;
	background: #fff url(../includes/rotate.php) no-repeat center;
}
.tblBorder {
	border: dotted 1px #e8a713;
	background:#fae8c7;
}
.tblBorder td {
	border-bottom: dotted 1px #e8a713;
}
input {
	border: 1px solid #333;
}
input.button {
	background: #886d00;
	color: #FFF;
}
#mainContent .required {
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #e8a713;
	font-weight: bold;
}
#mainContent .red {
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #CC0000;
	font-weight: bold;
}
#mainContent p .formFont {
	padding: 0;
	margin: 0;
	line-height: normal;
}
.tblBorderNew {
	border-left: 5px #514311 solid;
	border-right: 5px #514311 solid;
	border-bottom: 5px #514311 solid;
	background: #FFF;
}
.banner {
	margin: 10px 0 0 0;
}
.tableTopper {
	border-top: 1px solid #EFEFEF;
}
.coChairs {
	color: #999;
}
h3 {
	padding: 0;
	margin: 0;
	letter-spacing: -1px;
}