@charset "utf-8";
/* CSS Document */

body
{
	margin:0px;
	font-size:12px;
	font-family: "Lucida Sans Unicode", sans-serif;
	color:#333333;
	background-image: url(images/contentBkgrd.jpg);
	background-repeat: repeat;
}

h1
{
	margin:0px;
	font-size:22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#c11c10;
	font-weight: normal;
}

h2
{
	margin:0px;
	font-size:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h3
{
	margin:15px 0px 10px 25px;
	font-size:12px;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-weight: normal;
	color:#801b09;
	text-transform: uppercase;
}

p
{
	margin-top:20px;
	margin-bottom:0px;
	line-height: 20px;
}

.header
{
	font-size:11px;
	font-family: "Lucida Sans Unicode", sans-serif;
	color:#261914;
	margin:0px 0px 5px 25px;
	line-height: 14px;
}

.header a
{
	font-size:11px;
	font-family: "Lucida Sans Unicode", sans-serif;
	color:#261914;
	text-decoration:underline;
}

.header a:hover
{
	text-decoration:none;
}

#main
{
	margin:0px;
	width:100%;
	height:auto;

}

#container
{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#navContainer
{
	width:100%;
	height:29px;
	background-image: url(images/nav-bkgrd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#navArea
{
	width:847px;
	height:25px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}

#navArea img
{
	border:0px;
}

#middleContentBkgrd
{
	width:100%;
	height:536px;
	background-image: url(images/middle-bkgrd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#middleContentContainer
{
	width:828px;
	height:509px;
	margin-left:auto;
	margin-right:auto;
}

#header
{
	width:828px;
	height:123px;
	margin-left:auto;
	margin-right:auto;
}

#logoArea
{
	width:335px;
	height:123px;
	float:left;
}

#contactArea
{
	width:245px;
	height:123px;
	float:left;
}

#loginArea
{
	width:245px;
	height:123px;
	float:left;
}

#videoContainer
{
	width:828px;
	height:361px;
	margin-bottom:25px;
}

#contentContainer
{
	width:828px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	margin-bottom:27px;
	background-image: url(images/contentRightBkgrd.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

#contentLeft
{
	width:313px;
	height:auto;
	float:left;
}

#contentRight
{
	width:491px;
	height:auto;
	float:right;
	margin-bottom:27px;
}

#contentRight a
{
	color:#817e51;
	text-decoration:underline;
}

#contentRight a:hover
{
	text-decoration:none;
}


#getMoreInfo
{
	width:313px;
	height:256px;
	margin-bottom:24px;
	background-image: url(images/getMoreInfoBkgrd.jpg);
	background-repeat: repeat;
}

#getMoreInfo td
{
	color:#ffffff;
}

#getMoreInfo h2
{
	color:#f1d9b7;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:5px;
	line-height: 25px;
}

#webinarSignUp
{
	width:313px;
	height:auto;
	background-image: url(images/signUpBkgrd.jpg);
	background-repeat: repeat;
	padding-bottom:5px;
}

#webinarSignUp h2
{
	color:#f2d2a5;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:5px;
	line-height: 25px;
}

#footerContainer
{
	width:837px;
	height:77px;
	font-size: 11px;
	margin-left:auto;
	margin-right:auto;
}

#footerTop
{
	width:837px;
	height:34px;
	background-image: url(images/footerTopBkgrd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #68642d;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}

#footerBottom
{
	width:837px;
	height:auto;
	padding-bottom: 10px;
	padding-left: 5px;
}

.copyright
{
	color: #878787;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

.clear
{
	clear:both;
}

.moreInfo
{
	width:auto;
	height:30px;
	color: #ffffff;
	margin:0px;
	padding-top:5px;
	padding-left:10px;
	background-image: url(images/moreInfoHeadingBkgrd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.moreInfoContent
{
	color: #ffffff;
	margin:0px;
	padding-top:0px;
	padding-left:13px;
	padding-right:15px;
	padding-bottom:10px;
	font-size: 11px;
	line-height:17px;
}


.signUp
{
	width:auto;
	height:30px;
	color: #ffffff;
	margin:0px;
	padding-top:5px;
	padding-left:10px;
	background-image: url(images/signUpHeadingBkgrd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.signUpContent
{
	color: #ffffff;
	margin:0px;
	padding-top:0px;
	padding-left:13px;
	padding-right:15px;
	padding-bottom:10px;
	font-size: 11px;
	line-height:17px;
}

.signUpImage
{
	border: 3px solid #cc815a;
	float:left;
	margin-right:10px;
	margin-bottom:0px;
	margin-top:5px;
}

.moreInfoField
{
	width:130px;
	height:14px;
	background-color: #dcbb9a;
	border: 1px solid #ffffff;
	padding-left:3px;
	font-size: 10px;
	color: #333333;
}

A
{
	text-decoration:none;
}

A:HOVER
{
	text-decoration:underline;
}

#footerTop a
{
	text-decoration:none;
	color: #68642d;
}

#footerTop a:hover
{
	text-decoration:underline;
	color: #68642d;
}

.moreInfoContent img {cursor:pointer;}
.moreInfoContent span {position:relative; top: -5px;left: 8px; color:#fff;}
.moreInfoContent span.error {color:#ffa3a7;}