body {
	margin: 0;
	padding: 0;
	background: #C0C0C0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#page {
	margin: 0 auto 0 auto;
	width: 1003px;
	text-align: left;
}
#header {
	position: relative;
	width: 1003px;
	height: 191px;
	background: #ededed;
}
#header .logo {
	position: absolute;
	right: 64px;
	top: 24px;
	margin: 0;
}
#header .question {
	position: absolute;
	left: 145px;
	top: 44px;
	margin: 0;
}
#header .phone {
	position: absolute;
	left: 24px;
	top: 134px;
	margin: 0;
	background: url(/images/phone.gif) left top no-repeat;
	padding: 24px 0 0 0;
	color: #777676;
	font-size: 22px;
}
/*
*  MAIN MENU
*/
#menu {
	position: relative;
	padding: 0 0 7px 0;
	width: 1003px;
	background: #ffffff url(/images/menu.gif) left bottom repeat-x;
	font-family: "tamarillo-1","tamarillo-2",sans-serif;
}
#menu ul {
	display: table;
	table-layout: auto;
	margin: 0;
	padding: 0;
	width: 1003px;
}
#menu li {
	display: table-cell;
	float: left;
	list-style: none;
}
body>#page #menu li {
	float: none;
	text-align: center;
}
#menu li a {
	display: block;
	float: left;
	/* padding: 10px 20px 10px 20px; */
	padding: 5px 20px 5px 20px;
	/* font-size: 1em; */
	font-size: 180%;
	font-weight: bold;
}
body>#page #menu li a {
	float: none;
}
#menu li a:link, #menu li a:visited {
	color: #343131;
	text-decoration: none;
}
#menu li a:hover, #menu li .popped:link, #menu li .popped:visited {
	color: #343131;
	background: #ffffff url(/images/menuH.gif) left bottom repeat-x;
}
#menu li .current:link, #menu li .current:visited {
	color: #ED1B23;
}
.popmenu {
	display: none;
	position: absolute;
	z-index:1;
	background: #858585;
	text-align: left;
	width: 220px;
	padding: 2px 0 0 0;
	font-family: "tamarillo-1","tamarillo-2",sans-serif;
}
.popmenu div {
	background: #e5e5e5;
	width: 220px;
}
.popmenu a {
	display: block;
	/* padding: 10px 20px 10px 20px; */
	padding: 5px 20px 5px 20px;
	/* font-size: 100%; */
	font-size: 180%;
	font-weight: bold;
	width: 180px;
	border-bottom: solid 2px #c2c2c2;
}
.popmenu a:link, .popmenu a:visited {
	xbackground: #e5e5e5;
	color: #343131;
	text-decoration: none;
}
.popmenu a:hover {
	background: #cccccc;
	color: #030000;
}
.popmenu b {
	display: none;
}
/*
*  CONTENT
*/
#main {
	position: relative;
	width: 1003px;
	padding: 1px 0 1px 0;
	background: #fafafa;
}
.content {
	width: 510px;
	margin: 0 0 0 214px;
	padding: 10px 0 5px 0;
	color: #050000;
	line-height: 1.3;
}
.content h1 {
	font-family: "garamond-premier-pro-caption-1","garamond-premier-pro-caption-2",serif;
	font-size: 140%;
	color: #030303;
	margin: 10px 0 10px 0;
}
.content h2 {
	font-family: "garamond-premier-pro-caption-1","garamond-premier-pro-caption-2",serif;
	font-size: 125%;
	color: #030303;
	font-style: italic;
	margin: 10px 20px 10px 20px;
}
.content h3 {
	font-family: "garamond-premier-pro-caption-1","garamond-premier-pro-caption-2",serif;
	font-size: 125%;
	color: #030303;
	margin: 10px 0 0 0;
}
.content h4 {
	font-family: "garamond-premier-pro-caption-1","garamond-premier-pro-caption-2",serif;
	font-size: 125%;
	color: #030303;
	margin: 10px 0 10px 0;
}
.content h5 {
	font-family: "garamond-premier-pro-display-1","garamond-premier-pro-display-2",serif;
	font-size: 120%;
	color: #030303;
	margin: 10px 0 0 0;
}
.content h6 {
	font-family: "garamond-premier-pro-display-1","garamond-premier-pro-display-2",serif;
	font-size: 120%;
	color: #030303;
	margin: 10px 0 0 0;
}
.content p {
	margin: 0 0 10px 0;
	font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2",sans-serif;
}
.content ul {
	margin: 10px 0 10px 20px;
	padding: 0;
}
.content ol {
	margin-top: 0;
	margin-bottom: 10px;
}
.content li {
	margin-top: 6;
	margin-bottom: 6px;
}
.content blockquote {
	float: right;
	width: 100px;
	border: dotted 1px #FC6603;
	margin: 3px;
	padding: 5px;
}
.content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}
.content td {
	font-size: 1em;
	font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2",sans-serif;
}
.content a:hover {
	color: #d0d0d0;
}
.content .imgleft {
	float: left;
	margin: 0 10px 5px 0;
}
.content .imgcentre {
	margin: 0 auto 0 auto;
}
.content .imgright {
	float: right;
	margin: 0 0 5px 10px;
}
.content .imgcentre {
	margin: 0 auto 0 auto;
}
.content .imgborder {
	border: solid 1px #000000;
}
.content .normal {
	font-weight: normal;
}
.content a.seolink:link, .content a.seolink:visited, .content a.seolink:hover {
	color: #050000;
	text-decoration: none;
}
.content .red_text, .content .redtext {
	color: #FF0000;
}
.content .blue_text, .content .bluetext {
	color: #0000FF;
}
.content .mediumtext {
	font-size: 100%;
}
.content .largetext {
	font-size: 150%;
}
.content .largertext {
	font-size: 200%;
}
.content .tahoma {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.content .verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.content .arial {
	font-family: Arial, Helvetica, sans-serif;
}
.content .courier {
	font-family: "Courier New", Courier, monospace;
}
.content .size48 {
	font-size: 3em;
}
.content .size32 {
	font-size: 2em;
}
.content .size24 {
	font-size: 1.5em;
}
.content .size22_7 {
	font-size: 1.45em;
}
.content .size21_3 {
	font-size: 1.4em;
}
.content .size20 {
	font-size: 1.25em;
}
.content .size18_7 {
	font-size: 1.2em;
}
.content .size18 {
	font-size: 1.125em;
}
.content .size16 {
	font-size: 1em;
}
.content .size13 {
	font-size: 0.814em;
}
.content .size12 {
	font-size: 0.750em;
}
.content .size11 {
	font-size: 0.689em;
}
.content .darkredtest {
	color: #a60000;
}
.content .bluetext {
	color: #0000FF;
}
.content .blacktext {
	color: #000000;
}
.content .greytext {
	color: #777676;
}
.content .lightgreytext {
	color: #989797;
}
.content .highlight {
	background: #ffff00;
}
.content .socialicon {
	vertical-align: middle;
	padding: 0 8px 0 0;
}
h3.inreview {
	margin: 0;
	padding: 0 0 0 2px;
	font-size: 0.875em;
	font-weight: bold;
	line-height: 1.3;
	color: #777676;
}
p.inreview {
	margin: 0;
	padding: 5px 0 0 2px;
	font-size: 0.8em;
	color: #777676;
}
.border {
	border: solid 1px #e1e1e1;
}
.clearfloats {
	clear: both
}
.clearright {
	clear: right
}
.clearleft {
	clear: left
}
.cols {
	text-align: center;
	width: 686px;
	margin: 0 -7px 0 -7px;
}
.col1 {
	width: 500px;
	margin: 0 auto 10px auto;
	text-align: left;
}
.col2, .col2n, .col3, .col3n {
	position: relative;
	float: left;
	margin-bottom: 10px;
	text-align: left;
}
.col3, .col3n {
	width: 226px;
}
.col2 {
	width: 341px;
	padding-right: 4px;
}
.col2n {
	width: 341px;
}
.col3 {
	margin-right: 4px;
}
/*
*  LEFTBAR
*/
#leftbar {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 173px;
	padding: 1px 8px 1px 0;
	border-right: solid 1px #ED1B23;
}
#leftbar #signup {
	margin: 10px 0 0 0;
	background: url(/images/signup.gif) left top repeat-y;
}
#leftbar #signup div {
	background: url(/images/signupT.gif) left top no-repeat;
}
#leftbar #signup div div {
	background: url(/images/signupB.gif) left bottom no-repeat;
	width: 163px;
	padding: 9px 0 15px 7px;
}
#leftbar form {
	margin: 0;
}
#leftbar label {
	display: block;
	margin: 2px 0 0 7px;
	font-size: 0.8em;
	color: #777676;
}
#leftbar input {	xfont-size: 1.4em;
	height: 19px;
	width: 140px;
	border: 3px solid #eee;
	border-left: 3px solid #aaa;
	border-top: 3px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 8px;
	border-radius: 5px;
}
#leftbar .signupsubmit {
	margin: 10px 0 0 0;
	border: none;
	height: auto;
	width: auto;
}
#leftbar .content {
	width: 173px;
	margin: 0;
	padding: 0;
	color: #040000;
	line-height: 1.3;
}
/*
*  RIGHTBAR
*/
#rightbar {
	position: absolute;
	top: 10px;
	right: 0px;
	xwidth: 254px;
	width: 272px;
	padding: 1px 0 1px 0;
}
#searcharea {
	position: relative;
	margin: 20px 0 0 0;
	padding: 5px 3px 3px 5px;
	width: 235px;
	height: 44px;
	font-size: 120%;
	font-weight: bold;
}
#searcharea .print {
	display: block;
	float: right;
	padding: 3px 0 0 0;
}
#searchwrapper {
	position: absolute;
	top: 6px;
	left: 0px;
	width: 186px;
	height: 28px;
	background-image: url(/images/search.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}
#searchwrapper form {
	display: inline;
}
.searchbox {
	position: absolute;
	top: 3px;
	left: 5px;
	border: 0px;
	background-color: transparent;
	width: 155px;
	height: 25px;
}
.searchbox_submit {
	position: absolute;
	top: 6px;
	left: 162px;
	border: 0px;
	background-color: transparent;
	width: 20px;
	height: 22px;
}
.watermark {
	color: #bbb !important;
}
#rightbar .content {
	width: 190px;
	margin: 0;
	padding: 0 0 0 17px;
	border-left: solid 1px #ED1B23;
	color: #050000;
	line-height: 1.3;
}
/*
*  SUBMENU
*/
#submenu {
display: none;
	margin: 0;
	padding: 0 0 20px 0;
	width: 190px;
}
#submenu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#submenu li a {
	display: block;
	width: 190px;
	padding: 5px 0 5px 0;
	font-size: 1em;
	font-weight: bold;
}
#submenu li a:link, #submenu li a:visited {
	color: #343131;
	text-decoration: none;
}
#submenu li a:hover {
	color: #d0d0d0;
}
#submenu li .current:link, #submenu li .current:visited {
	color: #ED1B23;
}
/*
*  FOOTER
*/
#footer {
	margin: 20px 0 0 0;
	color: #777676;
}
#footer p {
	margin: 0 0 3px 0;
}
#footer a:link, #footer a:visited {
	color: #020000;
}
#footer a:hover {
	color: #d0d0d0;
}
#footer .call {
	background: url(/images/call.gif) left top no-repeat;
	padding: 0 0 0 37px;
	font-size: 0.875em;
	font-weight: bold;
}
#footer .email {
	background: url(/images/email.gif) left top no-repeat;
	padding: 0 0 0 45px;
	font-size: 0.875em;
}
/*
*  FORMS
*/
#response {
	padding: 0.5em;
	width: 90%;
}
#response div {
	clear: both;
	padding: 3px 0 0 0;
}
#form-error {
	color: red;
	font-weight: bold;
}
#response label {
	float: left;
	width: 10em;
	text-align: right;
	font-size: 0.8em;
	font-weight: bold;
}
#response input.submit {
	float: left;
	width: 10em;
	text-align: center;
}
#response input:focus, #response textarea:focus {
	background-color: #dedede;
}
#response .element {
	float: left;
}
/*
*  CONTACT FORMS
*/
.error {
	color: #ff0000;
	font-weight: bold;
}
.info {
	color: #008000;
	font-weight: bold;
}
.imsform {
	margin: 0;
	font-size: 90%;
}
.content .imsform p {
	clear: both;
	color: #800000;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 100%;
}
.imsform .row {
	clear: left;
	padding: 8px 2px 0 2px;
	width: 100%;
}
.imsform .submitrow {
	padding-left: 40%;
}
.imsform .sl {
	display: block;
	float: left;
	padding: 0 1% 0 1%;
}
.imsform .ml0 {
	display: block;
}
.imsform .ml1, .imsform .ml2 {
	display: block;
	float: left;
	text-align: right;
	padding: 0 1% 0 0;
}
.imsform .ml0, .imsform .m00 {
	width: 100%;
}
.imsform .ml1 {
	width: 22%;
	font-weight: bold;
	text-align: right;
	padding: 0 2% 0 0;
}
.imsform .ml2 {
	width: 20%;
}
.imsform .element {
	float: left;
	xmargin-top: -4px;
	max-width: 75%;
}
.imsform .q1 {
	width: 26%;
}
.imsform .q3 {
	width: 74%;
}
.imsform .q4 {
	float: none;
	margin-top: 0;
	max-width: 100%;
	width: 100%;
}
.imsform .q1 .text, .imsform .q1 .textarea, .imsform .q1 .select, .imsform .q3 .text, .imsform .q3 .textarea, .imsform .q3 .select, .imsform .q4 .text, .imsform .q4 .textarea, .imsform .q4 .select {
	width: 100%;
}
.imsform .radio {
	vertical-align: middle;
}
.imsform .submit {
	xfloat: right;
	margin: 10px 0 0 0;
	font-weight: bold;
	background: #DBE0FF;
}
.imsform .submitrow {
	padding: 0 0 0 24%;
}
.content .imsform .req, .imsform .req {
}
.imsform input:focus, .imsform select:focus, .imsform textarea:focus {
	background-color: #FFFFC0;
}
.imsform .enhance {
	font-size: 130%;
	width: 558px;
	padding-bottom: 10px;
}
.imsform .longlabel {
	display: block;
	padding: 20px 0 10px 0;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.imsform .inactive {
	color: #bbbbbb;
}

