/*********************************************************
   HTML Elents
 *********************************************************/

html,
body {
  height: 100%;
  background: #f1f1e6 url(../images/bg.gif) repeat-x;
}

body {
	margin: 0;
	padding: 0;
	text-align: left;
	/**background: url(../images/bg_fold.png) no-repeat top center;**/
	font: 9pt Georgia, "Times New Roman", Times, serif;
	color: #666;
	line-height: 11pt;
	letter-spacing: 0.3px;
}


/*********************************************************
   HEADERS
 *********************************************************/
 
h1, h2, h3, h4 {
  margin: 0px;
  padding: 0px;
}


h1 {
	padding-bottom: 0.1em;
	font: 16pt arial, sans-serif;
	color: #990000;
	font-variant: small-caps;
	letter-spacing: 0.8px;
	font-weight: lighter;
	margin-top: 0px;
	line-height: 115%;
}

h2 {
	font: 12pt arial, sans-serif;
	color: #990000;
	letter-spacing: 0.8px;
	font-variant: small-caps;
	line-height: 115%;}

h3 {
	font: 9pt arial, sans-serif;
	color: #583b31;
	letter-spacing: 0.5px;
	font-weight: bold;
}

h4 {
	font: 9pt Georgia, "Times New Roman", Times, serif;
	color: #a9ab81;
	letter-spacing: 0.5px;
	font-weight: bold;
	text-align: center;
}

h5 {
	font: 10px arial, sans-serif;
	font-weight: lighter;
	margin-top: 20px;
}

a.button {
	display: block;
	width: 133px;
	height: 13px;
	padding: 5px 10px;
	background: url("../images/button.jpg") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.button {
	color: #990000;
	background: url("../images/button.jpg") 0 -23px no-repeat;
}

/*********************************************************
   FEATURE
 *********************************************************/

a.feature1 {
	display: block;
	width: 230px;
	height: 145px;
	background: url("../images/feature_1.jpg") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.feature1 {
	background: url("../images/feature_1.jpg") 0 -145px no-repeat;
}

a.feature2 {
	display: block;
	width: 230px;
	height: 145px;
	background: url("../images/feature_2.jpg") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.feature2 {
	background: url("../images/feature_2.jpg") 0 -145px no-repeat;
}

a.feature3 {
	display: block;
	width: 230px;
	height: 145px;
	background: url("../images/feature_3.jpg") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.feature3 {
	background: url("../images/feature_3.jpg") 0 -145px no-repeat;
}

/*********************************************************
   LINKS
 *********************************************************/
 
a {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

a:hover {
  color: #cc0000;
}

a:active {
  color: #990000;
}

a img {
  border: 0;
}

a img.border {  
  border: 1px solid #FC3307;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #FC3307 !important;
  border: 1px solid #FC3307;
}

/*********************************************************
   IMAGES
 *********************************************************/

img.floatRight {
  margin: 5px 0 0 10px;
}

img.floatLeft {
  margin: 5px 10px 0px 0;
}

/*********************************************************
   LISTS
 *********************************************************/

ol
{
	width: 300px;
}

ol li
{
	float: left;
	width: 250px;
	margin-bottom: 10px;
}


/**************************************************************
  Blockquote
 **************************************************************/
 
 
blockquote {
	margin: 0px;
	font: 13pt Georgia, "Times New Roman", Times, serif;
	color: #939380;
	line-height: 25px;
}

/**************************************************************
   TABLE 1
 **************************************************************/
 
.table1 {
	border: 2px solid #bec09a;
	border-collapse:collapse;
	width:100%
}

.table1 td {
	width:135px;
	height:30px;
	background: #f2f2eb;
	padding:10px;
	border: 1px solid #fff;
	color:#583b31;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.table1 td a {
	text-decoration: none;
	color: #715247;
	font-weight: bold;
}

.table1 td a:hover {
  color: #493028;
}

.table1 th {
	text-align:left;
	border: 1px solid #fff
}
.table1 thead th {
	color:#fff;
	font-size:9pt;
	background: #bec09a;
	padding: 6px 6px;
	letter-spacing: 1px;
}

.table1 tbody th {
	color:#fff;font-size:115%;
	background: #88b8db;
	padding: 6px
}

.table1 tbody th.sub {
	font-size:100%;
	color:#000;
	background: #efefef;
	padding: 6px
}

/**************************************************************
   TABLE 2
 **************************************************************/
 
.table2 {
	border: 2px solid #bec09a;
	border-collapse:collapse;
	width:100%;
}

.table2 td {
	height:10px;
	background: #f2f2eb;
	padding:10px;
	border: 1px solid #fff;
	color:#583b31;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width:50%;
}

.table2 td a {
	text-decoration: none;
	color: #715247;
	font-weight: bold;
}

.table2 td a:hover {
  color: #493028;
}

.table2 th {
	text-align: center;
	border: 1px solid #fff
}
.table2 thead th {
	color:#fff;
	font-size:9pt;
	background: #bec09a;
	padding: 6px 6px;
	letter-spacing: 1px;
}

.table2 tbody th {
	color:#fff;font-size:115%;
	background: #88b8db;
	padding: 6px
}

.table2 tbody th.sub {
	font-size:100%;
	color:#000;
	background: #efefef;
	padding: 6px
}

/**************************************************************
   TABLE 3
 **************************************************************/
 
.table3 {
	border: 2px solid #bec09a;
	border-collapse:collapse;
	width:100%;
}

.table3 td {
	background: #f2f2eb;
	padding:10px;
	border: 1px solid #fff;
	color:#583b31;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width:20%;
	height: 80px;
}

.table3 td a {
	text-decoration: none;
	color: #715247;
	font-weight: bold;
}

.table3 td a:hover {
  color: #493028;
}

.table3 th {
	text-align: center;
	border: 1px solid #fff
}
.table3 thead th {
	color:#fff;
	font-size:9pt;
	background: #bec09a;
	padding: 6px 6px;
	letter-spacing: 1px;
}

.table3 tbody th {
	color:#fff;font-size:115%;
	background: #88b8db;
	padding: 6px
}

.table3 tbody th.sub {
	font-size:100%;
	color:#000;
	background: #efefef;
	padding: 6px
}

/**************************************************************
   TOOLTIP
 **************************************************************/
 
.dvbdy1 {
    background:#f2f2eb;
	color:#483028;
    font-family:arial;
    font-size:12px;
    border-left:1px solid #afb189;
    border-right:1px solid #afb189;
    border-bottom:1px solid #afb189;
    padding:5px;
    width:300px;
}

.dvhdr1 {
	color:#ffffff;
    background:#980e08;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    border:1px solid #a71710;
    padding:5px;
	width:300px;
}

.dvbdy2 {
	color:#483028;
    background:#fff;
	border-left:1px solid #980e08;
    border-right:1px solid #980e08;
    border-bottom:1px solid #980e08;
    font-family: verdana, arial;
    font-size:12px;
    border:1px solid #a71710;
    padding:5px;
}

.dvhdr2 {
	color:#ffffff;
    background:#980e08;
    font-family: verdana, arial;
    font-size:12px;
    border:1px solid #a71710;
    padding:5px;
}
 

/**************************************************************
   SUB NAVIGATION
 **************************************************************/
 
#subnav {
	position:relative;
	display:block;
	height:28px;
	font-size:9pt;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#subnav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}

#subnav ul li{
	display:block;
	float:left;
	margin: 0px;
	background:transparent url(../images/bgOFF2.gif) repeat-x top left;
}

#subnav ul li a{
	display:block;
	float:left;
	color:#583b31;
	text-decoration:none;
	padding:5px 10px 0 10px;
	height:23px;
	background:transparent url(../images/bgDIVIDER2.gif) no-repeat top right;
}

#subnav ul li a:hover{
	color:#990000;
	background:#fff url(../images/bgON2.gif) no-repeat top center;
}

#subnav ul li a.current{
	background:#fff url(../images/bgON2.gif) no-repeat top center;
}

/**************************************************************
   SUB NAVIGATION 2
 **************************************************************/
 
#subnav2 {
	position:relative;
	display:block;
	height:28px;
	font-size:9pt;
	background:transparent url(../images/bgOFF.gif) repeat-x top left;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top:2px solid #990000;
}

#subnav2 ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}

#subnav2 ul li{
	display:block;
	float:left;margin:0;
}

#subnav2 ul li a{
	display:block;
	float:left;
	color:#583b31;
	text-decoration:none;
	padding:5px 10px 0 10px;
	height:23px;
	background:transparent url(../images/bgDIVIDER.gif) no-repeat top right;
}

#subnav2 ul li a:hover{
	color:#990000;
}

#subnav2 ul li a.current{
	background:#fff url(../images/bgON.gif) repeat-x top right;
}