
/*HTML styles */

body {
	background-color: #666 ;
	margin: 0px ;
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
	color: #000000 ;
}

body, p, li, div, td {
	line-height: 18px;
}

input, select, textarea, button {
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

td {
	font-size: 12px ;
	vertical-align: middle ;
}

h1 {
	font-size: 22px ;
	font-weight: normal ;
	color: #E92022 ;	
	margin-top: 20px ;
	letter-spacing: -2px ;
	line-height: 26px;
}

h2 {
	color: #E92022 ;	
	font-size: 18px ;
	font-weight: normal ;
	letter-spacing: -1px ;
	line-height: 22px ;
}

h3, .inline_h{
	font-size: 13px ; 
	font-weight: bold ;
	color: #E92022 ;
	letter-spacing: -1px ;
}

/* TinyMCE specific rules */

body.mceContentBody {
   background: #fff ;
}

.mceContentBody a {
	color: #A71618 !important; /* Should match standard anchors; FF requires a important here for mceContentBody */
}

/*a.button:link, a.button:active, a.button:visited, a.button:hover {
	background-image: url(/images/button_bg.gif) ;
	border-left: 1px solid #919191 ;
	border-right: 1px solid #666;
	display: block ;
	background-position: center ;
	color: #ffffff ;
	letter-spacing: -1px ;
	font-size: 13px ;
	text-decoration: none ;
	padding: 8px 5px ;
	text-align: center ;
	font-weight: bold ;
}

a.button:hover {
	background-image: url(/images/button_up.gif) ;
	border-left: 1px solid #EF5E60 ;
	border-right: 1px solid #E92022;
}*/

a.button:link, a.button:active, a.button:visited, a.button:hover {
	display: block ;
	text-align: center ;
	color: #fff ;
	text-decoration :none ;
	font-weight: normal ;
	font-size: 11px ;
	letter-spacing: -1px ;
	padding: 5px 15px ;
}

a.button:hover {
	text-decoration: underline ;
	color: #ff0 ;
}

a.button_sub:link, a.button_sub:active, a.button_sub:visited, a.button_sub:hover {
	display: block ;
	background-image: url(/images/arrow.gif) ;
	background-color: #A71618 ;
	background-position: 6px center ;
	background-repeat: no-repeat ;
	color: #ffffff ;
	font-size: 13px ;
	letter-spacing: -1px ;
	text-decoration: none ;
	padding: 3px 9px 3px 18px ;
}

a.button_sub:hover {
	background-color: #EF5E60 ;
}

a.button_top:link, a.button_top:active, a.button_top:visited, a.button_top:hover {
	display: block ;
	text-align: center ;
	color: #fff ;
	text-decoration :none ;
	font-weight: normal ;
	font-size: 11px ;
	letter-spacing: -1px ;
	padding: 5px 15px ;
}

a.button_top:hover {
	text-decoration: underline ;
	color: #ff0 ;
}

#content {
	padding: 0px 20px ;
}

a.link_white:link, a.link_white:active, a.link_white:visited {
	color: #ffffff ;
	text-decoration: none ;
	white-space: nowrap ;
}

a.link_white:hover {
	text-decoration: underline ;
}

a:link {
	color: #A71618 ;
}

a:active, a:visited {
	color: #666 ;
}

a:hover {
	color: #EF5E60 ;
}

.li_link {
	margin-bottom: 10px ;
}

a:link img, a:active img, a:visited img, a:hover img {
	border-color: #A71618;
}

a:hover img {
	border-color: #EF5E60;
}

.li_link {
	margin-bottom: 10px ;
}

.required {
	color: #900;
	text-align: center;
}


div.blog {
	padding: 10px; 
	border-bottom: 1px dashed #333; 
}

div.blog_title {
	font-weight: bold; 
	font-size: 13px;
}

div.blog_author {
	font-weight: bold;
	font-size: 11px; 
}

div.blog_date {
	font-style: italic;
	font-size: 11px; 
}

div.blog_link {
	text-align: right;
}

img.blog_thumb {
	float: left;
	margin: 0px 10px 10px 0px;
	border: solid 1px; 
}
img.blog_full {
	float: right;
	margin: 0px 0px 10px 10px;
	border: solid 1px; 
	width: 250px; 
}

div.mailing_list {
	padding: 10px; 
	border-bottom: 1px dashed #333; 
}

div.mailing_list_title {
	font-weight: bold; 
	font-size: 13px;
}

div.mailing_list_link {
	text-align: right;
}

div.mailing_list_subscribe {
	margin: 0px; 
	border: solid 1px #999;
	padding: 10px; 
	background-color: #eee;
}

div.mailing_list_subscribe *:first-child {
	margin-top: 0px; 
}

.chromestyle {
	width: 100% ;
}

.chromestyle:after {
	/*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul {
	width: 100%;
	margin: 0px;
	padding: 0px 0px ;
}

.chromestyle ul li {
	display: inline;
}

.dropmenudiv {
	position: absolute; top:0;
	z-index:100;
	visibility: hidden;
	border: 1px solid #E92022 ;
	background: #ffffff ;
	padding: 1px ;
}