/* Headings */
h1, h2
{
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #202020;
	text-transform: uppercase;
	font-family: Rockwell;
	font-style: normal;
	font-weight: bold;
}

h3
{
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #9c2926;
	font-family: Rockwell;
	font-style: normal;
	font-weight: bold;	
}

/* General links in content */
a:link, a:visited
{
	color: #972421;
	text-decoration: underline;
}

a:hover, a:active
{
	color: #972421;
	text-decoration: none;
}

/* Dividers */
.hrDivider
{
	border: 0;
	border-bottom: 1px solid #939393;
	height: 1px;
	width: 100%;
}

.hrGradient
{
	margin: 30px 0 10px 0;
	padding: 0;
	border-top: 1px solid #dedede;
	background-color: #fff;
	background-image: url(../images/bg.homepage.divider.jpg);
	background-repeat: repeat-x;
	height: 20px;
	width: 100%;
}

/* Text styles */
.txtLarge
{
	font-size: 15px;
	color: #6d6c6c;
}

/* Stylized buttons and links */
a.txtActionButton
{
	padding: 2px 18px 2px 9px;
	margin: 1px 1px;
	border: 2px solid #e2e2e2;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
}

a.txtActionButton:link,
a.txtActionButton:visited
{
	background-color: #fff;
	background-image: url(../images/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	color: #972421;
	text-decoration: none;
}

a.txtActionButton:hover,
a.txtActionButton:active
{
	background-color: #bb1612;
	background-image: url(../images/arrow_white.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	color: #fff;
	text-decoration: none;
}

input.btnActionButtonOff
{
	padding: 2px 18px 2px 9px;
	margin: 1px 1px;
	border: 2px solid #e2e2e2;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #fff;
	background-image: url(../images/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	color: #972421;
	cursor: pointer;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    display: inline-block;
}

input.btnActionButtonOn
{
	padding: 2px 18px 2px 9px;
	margin: 1px 1px;
	border: 2px solid #e2e2e2;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #bb1612;
	background-image: url(../images/arrow_white.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	color: #fff;
	cursor: pointer;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 12px;
    display: inline-block;
}

a.txtReadMoreLinkGray
{
	background-image: url(../images/arrow_gray.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	padding-right: 18px;
	margin-right: -9px;
	text-align: right;
	vertical-align: middle;
	display: inline-block;
}

a.txtReadMoreLinkGray:link,
a.txtReadMoreLinkGray:visited
{
	text-decoration: none;
	color: #929292;
}

a.txtReadMoreLinkGray:hover,
a.txtReadMoreLinkGray:active
{
	text-decoration: underline;
	color: #929292;
}

a.txtReadMoreLinkRed
{
	background-image: url(../images/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	padding-right: 18px;
	margin-right: -9px;
	text-align: right;
	vertical-align: middle;
	display: inline-block;
}

a.txtReadMoreLinkRed:link,
a.txtReadMoreLinkRed:visited
{
	color: #972421;
	text-decoration: none;	
}

a.txtReadMoreLinkRed:hover,
a.txtReadMoreLinkRed:active
{
	color: #972421;
	text-decoration: underline;	
}
