/* html elements */
body {
	margin: 0;
	background: #242424 url(images/bg.jpg) repeat-x left top;
}
body, td, th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #333;
}
p {
	margin: 0;
	margin-bottom: 1em;
}
a:link, a:visited {
	color: #5A0201;
}
a:hover {
	color: #F50302;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	/*margin: 0;*/
}
h1 {
	font-size: 24px;
	color: #5A0201;
	letter-spacing: -0.04em;
}
h2 {
	font-size: 19px;
	color: #444;
}
h3 {
	font-size: 16px;
	color: #888;
}


/* structure */
#all {
	margin: 0 auto;
	width: 760px;
	border: 3px solid #FFF;
}
#content {
	width: 100%;
	line-height:1.2em;
}
#left {
	width: 197px;
	background: #3F0404 url(images/bg.nav.gif) repeat-y left top;
}
#right {
	width: 547px;
	background: #EBEBEB url(images/bg.content.top.jpg) no-repeat left top;
	padding: 8px;
}
#footer_left {
	background: url(images/bg.footer.left.jpg) no-repeat left top;
	padding: 8px;
	height: 82px;
	width: 515px;
	color: #FF0000;
}
.footer_links a:link, .footer_links a:visited {
	color: #FFF;
	font-weight: bold;
}
.footer_links a:hover {
	color: #F00;
}
.footer_info {
	padding-top: 12px;
	color: #666;
}
.footer_info a:link, .footer_info a:visited, .footer_info a:hover {
	color: #666;
}
.pullout {
	font: bold 13px/16px "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	color: #888;
	letter-spacing: -0.02em;
	margin: 16px;
}
.quote {
	background: #FFFFFF;
	padding: 8px;
	border: thin dotted #999999;
	margin-bottom: 32px;
}



/* contact form */
#contact_phone {
	font-size: 12px;
	border: 0;
	background: url(images/bg.foot_top.jpg) repeat-x left top;
	height: 88px;
}
#contact_form {
	text-align: center;
	width: 450px;
	margin: 0 auto;
	margin-top: 16px;
}
#subscribe_form {
	text-align: center;
	width: 165px;
	margin: 0 auto;
	margin-top: 16px;
	background: url(images/subbg.jpg);
}

#contact_phone th {
	text-align: left;
}
#contact_phone td {
	padding: 0 5px;
}
form {
	font-size: 11px;
	margin: 0;
}
form table {
	margin: 10px 0;
}
fieldset {
	margin: 2px;
	padding: 2px 5px;
	text-align: center;
	border: 1px solid #CCC;
}
fieldset2 {
	margin: 2px;
	padding: 2px 5px;
	text-align: center;
	border: 1px solid #000;
}
legend {
	color: #3F0404;
	font-weight: bold;
	padding: 5px;
}
#information table th,
#information table td {
	vertical-align: middle;
	text-align: left;
	padding: 1px;
}
.input_idle {
	background-color: #FFF;
	color: #999;
	border: 1px solid #777;
}
.input_edit {
	background-color: #FFE;
	color: #000;
	border: 1px solid #B55205;
	border-color: #830000;
}
label {
	font-size: 11px;
	color: #000;
	line-height: 12px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
form th {
	text-align: right;
}
form td {
	text-align: left;
}
.req {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background: #F00;
	padding: 4px;
}
.iv_required {
	font-weight: bold;
	color: #F00;
}
a.nav:link, a.nav:visited, a.nav:hover, a.nav:active {
	background-image:url(/images/nav.bg.gif); 
	padding-left: 17px;
	padding-top:3px;
	color:#fff;
	height:26px; 
	display:block; 
	text-decoration:none; 
	font:Arial, Helvetica, sans-serif;
	font-size:14px;

	}
	.tagline {font-size:22px; color:#fff; margin-top:4px; text-align:center; font-family:"Lucida Calligraphy", cursive; display:block}
