
/*HTML styles */

* {
	font-family: verdana, arial, sans-serif ;
}

body {
	background: url(/images/page_bg.gif) #929292 ;
	background-attachment: fixed ;
	background-position: top ;
	background-repeat: repeat-x ;
	margin: 10px 0px ;
	color: #000 ;
	font-size: 12px ;
}

body, p, li, div, td {
	line-height: 18px ;
}

table {
	border-collapse: collapse ;
}

td {
	font-size: 12px ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

input, select, option, textarea, button {
	font-size: inherit; 
	font-family: inherit; 
}

/* TinyMCE specific rules */

body.mceContentBody {
   background: #fff;
}

.mceContentBody a {
	color: #BD1C00 !important; /* Should match standard anchors; FF requires a important here for mceContentBody */
}

a.link_white:link, a.link_white:visited, a.link_white:active {
	color: #ffffff ;
	text-decoration: none ;
}

a.link_white:hover {
	text-decoration: underline ;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1em;
}

h1 {
	font-size: 28px ;
	letter-spacing: -2px ;
	font-weight: normal ;
	color: #BD1C00 ;
	line-height: 32px ;
	margin-top: 0px ;
}

h2 {
	font-size: 18px ;
	letter-spacing: -1px ;
	font-weight: normal ;
	color: #BD1C00 ;
	line-height: 22px ;
	margin-top: 0px ;
}

h3, .inline_h, .faq_q{
	font-size: 13px ;
	line-height: 18px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	color: #BD1C00 ;
}

#content {
	background-color: #fff ;
	background-image: url(/images/content_bg.gif) ;
	background-position: top ;
	background-repeat: repeat-x ;
	margin: 0px 20px ;
	padding: 20px ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	display: block ;
	background-color: #BD1C00 ;
	background-image: url(/images/button_bg.gif) ;
	background-position: 3px center ;
	background-repeat: no-repeat ;
	margin: 1px 0px ;
	color: #fff ;
	text-decoration: none ;
	font-size: 13px ;
	letter-spacing: -1px ;
	font-weight: bold ;
	padding: 6px 9px 6px 22px ;
}

a.button:hover {
	background-color: #770706 ;
	background-image: url(/images/button_up.gif) ;
	color: #FFCC33 ;
}

a:link {
	color: #BD1C00 ;
}

a:active, a:visited {
	color: #666 ;
}

a:hover {
	color: #770706 ;
}

.img_float {
	float: right ;
	border: 1px solid #000 ;
	margin: 0px 0px 5px 20px ;
}

td.left {
	padding-right: 10px ;
	width: 50% ;
	vertical-align: top ;
}

td.rigth {
	padding-left: 10px ;
	width: 50% ;
	vertical-align: top ;
}

.img_center {
	display: block ;
	border: 1px solid #000 ;
	text-align: center ;
}

.faq_a {
	margin-left: 20px ;
}

.caption {
	clear: right ;
	float: right ;
	width: 300px ;
	margin: 0px 0px 10px 20px ;
	padding-bottom: 10px ;
	text-align: center ;
	font-size: 11px ;
	letter-spacing: -1px ;
}

.caption img {
	width: 100% ;
	border: 1px solid #000 ;
}


/*  MAILING LISTS STYLES */

div.mailing_lists {
	padding: 10px; 
	border-bottom: 1px dashed #333; 
}

div.mailing_lists_teaser {
	
}

div.mailing_lists_name {
	font-weight: bold; 
	font-size: 13px;
}

div.mailing_lists_link {
	text-align: right;
}

div.mailing_lists_subscribe {
	float: right; 
	width: 300px; 
	margin: 0px 0px 15px 15px; 
	padding: 10px; 
	background-color: #DECD99 ;
	border: solid 1px #FE0000 ;
}

div.mailing_lists_subscribe_required {
	text-align: center;
	font-size: .7em ;
	color: #fff; 
}

div.mailing_lists_subscribe_message {
	text-align: center; 
	color: #fff; 
}

table.mailing_lists_subscribe_form {
	width: 100%; 
}

table.mailing_lists_subscribe_form td {
	padding: 3px; 
}

td.mailing_lists_subscribe_form_label {
	white-space: nowrap; 
	width: 1%; 
	text-align: right; 
	color: #fff; 
}

table.mailing_lists_subscribe_form td input {
	width: 99%; 
}
