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

body
{
	background: #837560;
	color: #FFFF99;
	padding: 0px;
	margin: 0px;
	text-decoration: none; 
}

/*colors*/
#links, #footer, #search, #menu, #menu li a
{ background: #FFFFFF url(./style/menu.png);
  color: #DBD7D1;
  border-color: #D7D7D7;
}

#links a, #footer a, #links a:hover, #footer a:hover
{ background: transparent;
  color: #DBD7D1;
}




/* main container */
#main
{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	color: #70695A;
	background-color: #FFFFFF;
	background-image: url(style/back2.jpg);
	background-repeat: repeat-y;
}

/* links above the logo / footer */
#links
{ margin-left: auto;
  margin-right: auto;
  padding: 10px 21px 0px 19px;
  width: 720px;
  height: 26px;
  font-size: 94%;
  text-transform: uppercase;
}

#links{
	text-align: right;
	color: #2BBB9D;
	font-size: 16px;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}

#footer{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	height: 26px;
	font-size: 94%;
	text-transform: uppercase;
	padding-top: 9px;
	padding-right: 21px;
	padding-bottom: 0px;
	padding-left: 19px;
}

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

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

/* logo */
#logo
{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 100px;
	text-align: left;
	color: #70695A;
	background-color: #70695A;
	background-repeat: no-repeat;
}

#logo h1
{ margin: 0px;
  padding: 41px 0px 0px 19px;
  font-size: 150%;
  letter-spacing: .2em;
  background: transparent;
  color: #FFFFFF;
}

/* navigation menu */
#menu
{ height: 42px;
  width: 760px;
  margin-left: auto; 
  margin-right: auto;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
} 

#menu li a 
{
	display: block;
	float: left;
	height: 37px;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: 21px;
	padding-bottom: 2px;
	padding-left: 21px;
} 

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

/* column 1 - contains sidebar items */
#column1
{ width: 207px;
  float: right;
  padding: 16px 0px 5px 0px;
}

.sidebaritem
{ text-align: left;
  width: 188px;
  float: left;
  margin: 0px 0px 5px 0px;
}

.sbihead
{
	height: 14px;
	width: 188px;
	padding: 5px 0px 5px 19px;
	text-transform: uppercase;
}

.sbihead h1
{
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 112%;
}

.sbicontent{padding: 5px 8px 5px 19px;}

.sbicontent p
{ line-height: 14px;
  padding: 0px 0px 5px 0px;
}

.sbilinks{padding: 0px;}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
} 

.sbilinks li a , .sbilinks li a:hover
{ float: left; 
  height: 16px;
  text-decoration: none; 
  padding: 5px 0px 4px 19px;
  width: 188px;
  border: 0px;
} 

/* column 2 - page content */
#column2
{
	text-align: justify;
	width: 512px;
	float: left;
	padding: 12px 3px 15px 19px;
	height: 470px;
	overflow: auto;
	text-decoration: none;
	color: #000000;
}

#column2 h1
{
	padding: 6px 0px 4px 0px;
	margin: 0px 0px 12px 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 900;
	color: #0000CC;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}

.sidebaritem a, #column2 a
{
	text-decoration: none;
	border-bottom: 1px dashed;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.sidebaritem a:hover, #column2 a:hover{border-bottom: 1px solid;}

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

.sidebaritem div.row
{ clear: both;
  width: 448px;
}

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

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

.sidebaritem div.spacer
{ clear: both;
  width: 160px;
}

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

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



#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #FFFFFF url(./style/menu_hover2.png);
  color: #000000;
} 

.content, .column2 a, .column2 a:hover
{
	background: transparent;
	color: #000000;
	text-decoration: none;
}
.column2 a:link, .column2 a:visited, .column2 a:active
{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.content a:link, .content a:visited, .content a:active
{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.sidebaritem, .sidebaritem a, .sidebaritem a:hover
{ background: transparent;
  color: #DBD7D1;
}

.sbihead
{
	background: #FFFFFF url(./style/sbi_header.png);
	color: #2BBB9D;
	font-family: Arial, Helvetica, sans-serif;
}

.sbihead h1
{ background: transparent;
  color: #2BBB9D;
}

.sbilinks li a
{ background: #FFFFFF url(./style/link.png);
  color: #DBD7D1;
} 

.sbilinks li a:hover
{ background: #B7B7B7;
  color: #CE7014;
} 

