body {
	text-align: center;
	font: normal 10pt Verdana, Arial, sans-serif;
	color: black;
	background: url(../images/striped.png) repeat top left;
	height: 100%;
}
h1 {
	font: normal 24pt Tahoma, Verdana, Arial, sans-serif;
	color: #4c03ba;
}
h2 {
	font: normal 20pt Tahoma, Verdana, Arial, sans-serif;
	color: #4c03ba;
}
h3 {
	font: normal 18pt Tahoma, Verdana, Arial, sans-serif;
	color: #4c03ba;
}
a:link, a:visited {
	font: bold 11pt Arial, Tahoma, sans-serif;
	color: #4c03ba;
	text-decoration: none;
}
a:hover {
	font: bold 11pt Arial, Tahoma, sans-serif;
	color: black;
	text-decoration: underline;
}
img {
	border: 0px;
}
a.expert:link , a.expert:visited {
	font: normal 18pt Arial, Tahoma, sans-serif;
	color: #e09400;
	text-decoration: none;
}
a.expert:hover {
	font: normal 18pt Arial, Tahoma, sans-serif;
	color: black;
	text-decoration: none;
}

#container {
	width: 1024px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background: white;
}
#header {
	position: absolute;
	top: 0px;
	height: 368px;
	width: 1024px;
}
#navbar {
	position: relative;
	top: 0px;
	width: 100%;
	height: 97px;
	padding: 0px;
	background: url(../images/headerbg.jpg) repeat-x;
	margin: 0px;
}
#tvc_logo {
	float: left;
	margin-left: 20px;
	width: 317px;
}
#navbuttons {
	float: right;
	width: 580px;
	text-align: right;
	margin-right: 10px;
}
#title_area {
	position: relative;
	width: 100%;
	height: 271px;
	padding-top: -3px;
	margin: 0px;
	top: -3px;
}
#content {
	position: absolute;
	background: white url(../images/contentBG.jpg) no-repeat left top;
	width: 1024px;
	top: 368px;
}
#content h1, #content h2, #content h3 {
	margin-left: -15px;
}
#textarea {
	float: left;
	width: 550px;
	padding: 0px 10px 50px 45px;
	border-right: 1px solid #CCC;
	margin-top: 15px;
}
#sidebar {
	float: right;
	width: 352px;
	padding-right: 20px;
	margin-top: 15px;
}
#footer {
	position: relative;
	width: 100%;
	background: url(../images/footer_bg.jpg) repeat-x;
	height: 64px;
}
#info_1, #info_2, #info_3, #info_4, #info_5 {
	position: relative;
	overflow: hidden;
	width: 350px;
	height: 1px;
}
#error {
	position: relative;
	width: 90%;
	padding: 10px;
	border: 2px solid #A00;
	background: #FFDDDE;
}
#error h3, #sent h3 {
	font: normal 18pt Tahoma, Verdana, Arial, sans-serif;
	color: black;
	margin: 5px;
}
#sent {
	position: relative;
	width: 90%;
	padding: 10px;
	border: 2px solid #0A0;
	background-color: #EFE;
}

.widget_quoted {
	margin: -10px 40px 0px 40px;
	width: 210px;
	float: left;
	text-align: left;
}
.clearer {
	clear: both;
}
.widget {
	float: left;
	width: 265px;
	border: 1px solid #DDD;
	background: white url(../images/widgetBG.jpg) no-repeat left bottom;
	margin: 15px 0px 30px 45px;
	padding: 5px;
	text-align: center;
}
#clients .logo { padding: 5px 3px; }
.open_quote {
	float: left;
	width: 32px;
	height: 25px;
}
.close_quote {
	float: right;
	width: 32px;
	height: 25px;
	margin-top: -10px;
}
.quote {
	float: left;
	min-height: 90px;
	width: 220px;
	background: white;
	border: 1px solid #CCC;
	margin: 15px;
	padding: 5px;
}