/* global */
html{height: 100%;}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
}

p
{ margin: 0px;
  padding: 0px 15px 16px 0px;
  line-height: 1.7em;
  letter-spacing: .05em;
	font-size: 1.2em;
}

p.x3c
{ margin: 0px;
  padding: 15px 15px 16px 0px;
  line-height: 2.5em;
	font-size: 1.10em;
}

h1
{ font-family: arial, sans-serif;
  letter-spacing: .1em;
}

h2
{ margin: 0px;
  padding: 0px 0px 6px 0px;
  font-size: 130%;
	font-weight:500;
}

img{border: 0px;}

a{outline: none;}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 5px 8px 0px 0px;
  width: auto;
}

.right
{ float: right; 
  padding: 5px 0px 0px 8px;
  width: auto;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
  padding-right: 12px;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */

ul
{ margin: 8px 15px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 15px; 
  padding: 0px;
	font-size: 1.10em;
}

ul li a:hover
{ text-decoration:none
}

ul.service
{ margin: 8px 0px 0px 16px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 13px;
  padding-left: 5px;
}

ul.service li
{ list-style-type: square;
  margin: 0px 0px 11px 15px; 
  padding: 0px;
	font-size: 1.10em;
}

ul.service li a:hover
{ text-decoration:none
}

ul.listLeft
{ width:330px;
  margin: 8px 0px 10px 16px;
  text-align:left;
  float:left;
  padding: 0px;
}

ul.listLeft li
{ list-style-type: square;
  margin: 0px 0px 11px 15px; 
  padding: 0px;
  font-size: 1.15em;
  float:left;
}

ul.listRight
{ width:330px;
  margin: 8px 16px 10px 16px;
  text-align:left;
  float:right;
  padding: 0px;
}

ul.listRight li
{ list-style-type: square;
  margin: 0px 0px 11px 15px; 
  padding: 0px;
  font-size: 1.15em;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* main container */
#main
{ width: 973px;

  margin-left: auto; 
  margin-right: auto;
}

/* links above the logo / footer */
#links
{ margin-left: 3px; 
  margin-right: 4px;;
  padding: 0px 24px 0px 7px;
  width: 936px;
  height: 30px;
  line-height:26px;
  font-size: 90%;
  text-transform: uppercase;
}

#footer
{ margin-left: 3px; 
  margin-right: auto;
  padding: 3px 0 0px 0;
  width: 967px;
  height: 25px;
  line-height:26px;
  font-size: 90%;
  text-transform: uppercase;
}

#links{text-align: right;}

#footer{text-align: center;}

#links a, #footer a{text-decoration: none;}

#links a:hover, #footer a:hover{text-decoration: none;}

/* logo */
#header
{ margin-left: auto; 
  margin-right: 3px;
  width: 967px;
  height: 136px;
  text-align: left;
  background-color:#000;
}

#header h1
{ margin: 0px;
  padding: 80px 0px 0px 8px;
  font-size: 175%;
  letter-spacing: .15em;
}

/* navigation menu */
#menu
{ height: 30px;
  width: 967px;
  margin-left: auto; 
  margin-right: auto;
  padding-left: 0px;
  background: url(../gfx/menu.png) repeat-x;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left;
  width:auto; 
  height: 30px;
  margin: 0px; 
  padding: 0px;
  list-style-type : none; 
  background: url(../gfx/menu.png) repeat-x;
} 

#menu li a 
{ display: block; 
  float: left;
  width: auto; 
  height: 30px;
  line-height:26px;
  text-decoration: none; 
  padding: 0px 19px 0px 17px;
  text-transform: uppercase;
} 

#menu li a#selected
{  
  height: 30px;
  line-height:26px;
  text-decoration: none; 
  padding: 0px 19px 0px 19px;
  text-transform: uppercase;
} 

/* main content */
#content
{ margin-left: auto; 
  margin-right: auto;
  width: 968px;
  height: auto;
  padding: 0px;
  overflow: hidden;
} 

/* column 1 - contains sidebar items */
#rightColumn
{ width: 226px;
  /*height:1200px;*/
  float: right;
  margin-right:.07em; 
  padding: 0px 0px 10px 0px;
  /*background: url(../gfx/columnGradient2.jpg) repeat-y;*/
  overflow: hidden;
}

.rcitem
{ text-align: left;
  width: 226px;
  float: left;
  margin: 0px 0px 0px 0px;
}

.rcheader
{ height: 30px;
  width: 226px;
  padding: 0px 0px 0px 15px;
  text-transform: uppercase;
}

.rcheader h1
{ padding: 0px; 
  margin: 0px;
  line-height: 26px; 
  font-weight: bold;
  font-size: 112%;
}

.rccontent{padding: 10px 4px 4px 12px;}

.rccontent p
{ line-height: 14px; 
  padding: 0px 20px 8px 0px;
}

.rclinks{padding: 0px;}

.rclinks ul{margin: 0px auto;} 

.rclinks li 
{ margin:0;
  float: left;
  width: auto; 
  list-style: none; 
} 

.rclinks li a 
{ float: left; 
  height: 30px;
  text-decoration: none; 
  padding: 0px 0px 0px 15px;
  line-height: 22px;
  width: 226px;
  border: 0px;
  font-size:13px;
  font-weight:500;
}

.rclinks li a:hover
{ float: left; 
  height: 30px;
  text-decoration: none; 
  padding: 0px 0px 0px 15px;
  line-height: 22px;
  width: 226px;
  border: 0px;
  font-size:13px;
  font-weight:500;
  background:transparent
}  

/* column 2 - page content */
#leftColumn
{ text-align: justify;
  width: 713px;
  float: left;
  padding: 12px 0px 15px 19px;
  background:transparent;
	
}

#leftColumn h1
{ padding: 6px 0px 4px 0px; 
  margin: 0px 12px 12px 0px; 
  border-bottom: 1px solid;
  font-size: 138%;
  text-transform: uppercase;
  font-weight: 600;
}

.rcitem a, #leftColumn a, .rcitem a:hover, #leftColumn a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: none;
  
}

.rcitem a:hover, #leftColumn a:hover{border-bottom: 1px solid;}

/* contact page - form layout */
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 600px;
}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
  width: auto;
} 

div.spacer
{ clear: both;
  width: 80px;
}

input, textarea
{ width: 385px; 
  font-family: verdana, arial, sans-serif;
  border: 1px solid;
  font-size: 100%;
  margin: 2px;
}

.submit
{ font-family: verdana, arial, sans-serif;
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
  font-size: 100%;
}

.threat a
{ 
	text-decoration:none;
}

.threat a:hover
{ 
	text-decoration:none;
}

.tableheader {
background:transparent /*url(../images/guestHeader.jpg)*/;
height:45px;
}

.tableheader1 {
background:transparent url(../images/guestHeader.jpg);
height:45px;
}

.tableheader2 {
background:transparent /*url(../images/guestGreen.gif)*/;
height:25px;
}

.tableheader3 {
background:transparent;
}

.tablelink {
font-family:Arial, Helvetica, Sans-Serif;
font-size:8pt;
}

.tablelink a {
font-family:Arial, Helvetica, Sans-Serif;
font-size:8pt;
color:#a1b585;
text-decoration:none;
}

.tablelink a:hover {
font-family:Arial, Helvetica, Sans-Serif;
font-size:8pt;
color:#4669a4;
text-decoration:none;
}

.normalcol {
/*font-family: Arial, Tahoma, Helvetica, Sans-Serif;*/
font-size: 15px;
background:transparent;
}

.normalcol2 {
background:#ddbf83 url(../images/topnav_bg_grey.gif);
}

.normalcol3 {
/*font-family: Arial, Tahoma, Helvetica, Sans-Serif;*/
line-height: 1.7em;
font-size: 1.10em;
background:transparent;
}

TR.tablerow1 {
	background: transparent;
	text-align:left;
	
}

TR.tablerow2 {
	background: /*#f9f9f9*/transparent;
	text-align:left;
}

TR.tablerow1A {
	background: #ddbf83 url(../gfx/columnHeader.jpg) center center repeat-x;
	text-align:left;
	
	
}

TR.tablerow2A {
	background: #ddbf83;
	text-align:left;
}


input.keyword2 { 
font-family: arial,helvetica,sans-serif;
border-top: #a1b586 1px solid; 
border-right: #a1b586 1px solid; 
border-bottom: #a1b586 1px solid; 
border-left: #a1b586 1px solid;
font-size: 9pt;
background-color: #f5f5f5;
width: 55%;
letter-spacing: .027em;
word-spacing: .035em;
color: #003399;
}

textarea.formtext2 { 
font-family: tahoma,arial,helvetica,sans-serif;
font-weight: 400; 
font-size: 9pt;
background-color: #f5f5f5;
letter-spacing: .025em;
word-spacing: .025em;
color: #003399;
width: 99%;
border-top: #a1b586 1px solid; 
border-right: #a1b586 1px solid; 
border-bottom: #a1b586 1px solid; 
border-left: #a1b586 1px solid;
}

select.format { 
font-family: arial,helvetica,sans-serif;
font-weight: 400; 
font-size: 9pt;
background-color: #f5f5f5;
letter-spacing: .025em;
word-spacing: .025em;
color: #003399;
width: 55%;
border-top: #a1b586 1px solid; 
border-right: #a1b586 1px solid; 
border-bottom: #a1b586 1px solid; 
border-left: #a1b586 1px solid;
}

.searchresult { 
text-align:left;
}

FONT.attention {
	/*COLOR: #000000;*/
	background-color: #bac3ad;
	padding:2px;
}

.page_title {
font-family:Arial, Helvetica, sans-serif;
color:#815433;
width:550;
padding: 6px 0px 4px 0px; 
margin: -20px 12px 12px 0px; 
border-bottom: 1px solid;
font-size: 138%;
letter-spacing: .1em;
text-transform: uppercase;
font-weight: 600;
border-color: #6a3d28;
}

input.buttonW { 
font-family: arial,tahoma,helvetica,sans-serif;
width:16%;
font-size: 10px; 
font-weight: 700; 
border-top: #335376 1px solid; 
border-right: #335376 1px solid; 
border-bottom: #335376 1px solid; 
border-left: #335376 1px solid;
background: transparent url(../gfx/columnHeader.jpg) center center repeat-x;
color: #ffffff;
margin-bottom:1px;
}

input.checkboxes {
width:20px;
}

