body {
	background: url(../images/bg_body.jpg) repeat-x #dcd8d0;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #605e5e;
}

h1, h2, p {
	margin: 0;
	padding: 0;
}

#container {
	background-color: #fff;
	width: 848px;
	position: relative;
	margin: 23px auto;
	border: 14px solid white;
}

#content {
	background: url(../images/bg_content.gif) repeat-y #fff;
}

#flash {
	height: 283px;
	width: 561px;
	float: left;
	margin-right: 4px;
	margin-bottom: 2px;
}

#footer {
	background: url(../images/dotted1.gif) repeat-x #fff 0px 2px;
	border-bottom: 22px solid #aa5f64;
	width: 848px;
	clear: both;
	color: #515151;
	font-size: 10px;
	line-height: 10px;
}

#insightText {
	position: absolute;
	top: 30px;
	left: 245px;
}

#left {
	float: left;
	width: 560px;
	padding-right: 5px;
}

#left1 {
	height: 230px;
	width: 441px;
	float: left;
	background: url(../images/bg_insights.jpg) no-repeat #e9e1c5;
	margin-right: 2px;
	margin-bottom: 2px;
	position: relative;
}

#masthead {
	height: 68px;
	width: 828px;
	padding-top: 16px;
	padding-right: 20px;
	background: url(../images/masthead.jpg) no-repeat top left;
	text-align: right;
}

#nav {
	text-align: right;
	height: 39px;
	width: 848px;
	background: url(../images/nav_bg.jpg) no-repeat #fff;
	margin-bottom: 4px;
}

#right {
	float: left;
	background: url(../images/bg_rightContent.jpg) no-repeat #ece9e1;
	width: 283px;
	text-align: center;
	padding-top: 20px;
}

#right1 {
	background: url(../images/bg_right1.jpg) no-repeat #ece9e1;
	height: 261px;
	width: 268px;
	float: left;
	padding-top: 22px;
	padding-left: 15px;
	color: #5c4173;
	font-weight: bold;
}

#right2 {
	height: 200px;
	width: 383px;
	float: left;
	background: url(../images/bg_right2.jpg) no-repeat #fff;
	padding-top: 30px;
	padding-left: 22px;
	font-weight: bold;
	line-height: 16px;
}


#right1 h1 {
	 margin: 0;
	 padding: 0;
	 font-size: 20px;
	 line-height: 24px;
	 margin-bottom: 20px;
	 color: #5c4173;
}

h1 {
	font-size: 14px;
	color: #a96168;
	margin-bottom: 30px;
}

h2 {
	font-size: 12px;
	color: #705a86;
	margin-bottom: 15px;
}
	

img {
	border-width: 0px;
}

img.insight {
	position: absolute;
	top: 0px;
	left: 0px;
}

p {
	line-height: 16px;
	color: #605e5e;
	margin-bottom: 21px;
	padding-right:25px;
}

ul {

}

li {
	padding: 0;
	margin: 0;
	margin-left: 0px;
	margin-bottom: 1px;
}

a {
	color: #76964c;
}

a:hover {
	color: #cd8c02;
}

a.contact {
	color: #cd8c02;
}

a.contact:hover {
	color: #74944b;
}

#footer a {
	color: #76964c;
	text-decoration: none;
}

#footer a:hover {
	color: #cd8c02;
}

#masthead a {
	color: #a1696d;
	font-size: 9px;
	text-decoration: none;
}

#masthead a:hover {
	color: #cd8c02;
}

#right2 a {
	color: #29200d;
	text-decoration: none;
}

#right2 a:hover {
	color: #cd8c02;
}

a.rollover:hover img, a.rollover:active img, a.rollover:visited:hover img {
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

a.rollover:visited img, a.rollover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

/*SPRITE ROLLOVERS*/
a.pdf {
	display: block;
	height: 35px;
	width: 120px;
	overflow: hidden;
	background: url(../images/sprite_rollovers.gif) no-repeat 0px 0px;
	text-indent: -500px;
}

a.pdf:hover {
	background-position: 0px -35px;
}

a.video {
	display: block;
	height: 35px;
	width: 120px;
	overflow: hidden;
	background: url(../images/sprite_rollovers.gif) no-repeat -120px 0px;
	text-indent: -500px;
}

a.video:hover {
	background-position: -120px -35px;
}

a.whitepaper {
	display: block;
	height: 35px;
	width: 246px;
	overflow: hidden;
	background: url(../images/sprite_rollovers.gif) no-repeat -240px 0px;
	text-indent: -500px;
}

a.whitepaper:hover {
	background-position: -240px -35px;
}

a.article {
	display: block;
	height: 35px;
	width: 120px;
	overflow: hidden;
	background: url(/images/sprite_rollovers2.gif) no-repeat 0px 0px;
	text-indent: -500px;
}
a.article:hover {
	background-position: -120px 0px;
}

/*FORM STYLES*/
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

input, select {
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #333;
	background-color: #fff;
}

select {
	padding: 2px;
}

.row {
	display: block;
	margin-bottom: 14px;
	clear: both;
}

label {
	display: block;
	float: left;
	width: 180px;
	text-align: right;
	padding-right: 15px;
	margin-top: 9px;
}

/*MISC TEXT STYLES*/
.red {
	color: red;
}
	

/*CROSSFADER*/
.fade-box {
	margin-left: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#fader {
	margin: 0px auto;
	background: url(images/fade-box-bg.gif);
	position: relative;
	height: 140px;
	width: 255px;
}



