/* CSS Document */

/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
	font-size:100.01%;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333;
}
html{
	height: 100%;
}

body{
	height: 100%;
}

/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
color:#6D5440;
}
 
h1 {
padding-left:20px;
font:24px arial, helvetica, sans-serif;
line-height:34px;
margin-bottom:7px;
}
 
h2 {
font:18px arial, helvetica, sans-serif;
line-height:34px;
margin-bottom:7px;
}
 
h3 {
font:16px arial, helvetica, sans-serif;
font-weight:bold;
}
h4 {
font:14px arial, helvetica, sans-serif;
font-weight:bold;
}
p, ul, ol {
margin:0;
padding:0;
}
p {
	margin-bottom: 10px;
}
ul {
list-style:none;
padding:0;
}
ol {margin:0 0 10px 20px;}
blockquote {
margin:22px 40px;
padding:0;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a, a:visited {
	text-decoration:none;
	color:#8B0D0A}
a:hover {
	color:#3C0504;
	text-decoration: underline;
}
a:active, a:focus {
outline: 0;
color:#870D0F;
}
/***** Forms *****/

/***** Tables *****/
 
table {
border:0;
margin:0 0 0px;
padding:0;
}
 
  table tr td {
  padding:2px;
  }
 
/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

/***** Buttons *****/

a.boldbuttons{
background: url(../media/images/btn2_br_l.png) no-repeat bottom left;
display: block;
float: left;
font: bold 11px Arial; /* Change 13px as desired */
line-height: 18px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 26px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
cursor:pointer;
}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: #E6DFB2; /*button text color*/
}

a.boldbuttons span{
background: url(../media/images/btn2_br_r.png) no-repeat bottom right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
color:#E6DFB2;
}
a.boldbuttons:hover{ /* Hover state CSS */
	background-position: top left;
	cursor: pointer;
	color: #FFF;
}
a.boldbuttons:hover span{ /* Hover state CSS */
background-position: top right;
text-decoration: none;
color: #FFF;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden;
}
a.boldbuttonsl{
background: url(../media/images/btn1_br_l.png) no-repeat bottom left;
display: block;
float: left;
font: bold 11px Arial; /* Change 13px as desired */
line-height: 18px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 26px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
cursor:pointer;
}

a:link.boldbuttonsl, a:visited.boldbuttonsl, a:hover.boldbuttonsl, a:active.boldbuttonsl{
color: #990000; /*button text color*/
}

a.boldbuttonsl span{
background: url(../media/images/btn1_br_r.png) no-repeat bottom right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
color:#990000;
}
a.boldbuttonsl:hover{ /* Hover state CSS */
	background-position: top left;
	cursor: pointer;
	color: #000;
}
a.boldbuttonsl:hover span{ /* Hover state CSS */
background-position: top right;
text-decoration: none;
color: #000;
}

a.ovalbutton{
background: transparent url('../media/images/oval-red-left.gif') no-repeat top left;
display: block;
float: left;
font:11px Arial, Helvetica, sans-serif;
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #000; /*button text color*/
}

a.ovalbutton span{
background: transparent url('../media/images/oval-red-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
cursor:pointer;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: #990000;
}

a.ovalbutton_a{
background: transparent url('../media/images/oval-orange-left.gif') no-repeat top left;
display: block;
float: left;
font:11px Arial, Helvetica, sans-serif;
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton_a, a:visited.ovalbutton_a, a:active.ovalbutton_a{
color: #990000; /*button text color*/
}

a.ovalbutton_a span{
background: transparent url('../media/images/oval-orange-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton_a:hover{ /* Hover state CSS */
background-position: bottom left;
cursor:pointer;
}

a.ovalbutton_a:hover span{ /* Hover state CSS */
background-position: bottom right;
color: #000;
}
