body {
	padding: 30px;
	margin: 0px;
	background-color: #480d29;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	background: #ffffff url(../img/logoback.gif) no-repeat fixed center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #ffffff;
}

#header {
	color: #505050;
	margin: 0px;
	padding: 5px;
	height: 80px;
}

#menu {
	background: #bbbabc url(../img/menubg.gif) repeat-x;
	font-size: 10px;
	color: #480d29;
	overflow: auto;
}

#menutopborder {
  height: 4px;
  background-color: #480d29;
}

#menubottomborder {
  height: 12px;
  background-color: #480d29;
}

#main {
	clear: both;
	color: #480d29;
	padding: 0px;
	margin: 0px;
	overflow: auto;
}

#mainsingle {
	padding: 15px;
  width: 75%;
	margin: 0px auto;
}

#main .title {
	font-size: 16px;
	border-bottom: 1px solid #480d29;
	border-right: 1px solid #480d29;
	padding: 3px 3px 3px 0px;
	font-weight: bold;
	margin-bottom: 25px;
}

#mainsidebar {
	clear: left;
	float: left;
	width: 180px;
	background-color: #eee;
	border-right: 1px solid #bbbabc;
	border-bottom: 1px solid #bbbabc;
	padding: 10px;
	margin-bottom: 15px;
}

#mainsidebar .title {
	font-size: 14px;
	border-bottom: 1px solid #480d29;
	border-right: 1px solid #480d29;
	padding: 0px;	
	margin: 0 0 10px 0;
}

#maincontent {
	margin-left: 230px;
	padding: 15px;
}

#maincontent a {
	text-decoration: none;
	color: #480d29;
}

#maincontent a:hover {
	text-decoration: underline;
}

#bottomnav {
	clear: both;
	border-top: 1px solid #bbbabc;
	background-color: #eeeeee;
	font-size: 12px;
	text-align: left;
	color: #480d29;
	padding: 4px;
	margin: 10px 0px 0px 0px;
	height: 15px;
}

#bottomnav a {
	color: #480d29;
	text-decoration: none;
}

#bottomnav a:hover {
	letter-spacing: 1px;
}

#footer {
	text-align: center;
	padding: 10px;
	font-size: 10px;
	color: #ffffff;
}

#footer a {
  text-decoration: none;
  color: #fff;
}

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

img.main {
	border: 1px solid #480d29;
	display: block;
	margin: 12px;
}

img.linestart {
	float: left;
	margin: 10px;
}

img.inlinepicleft {
	float: left;
	border: 1px solid #480d29;
	margin: 15px;
}

img.inlinepicright {
  clear: right;
	float: right;
	border: 1px solid #480d29;
	margin: 15px;
}

.fptext {
	border-top: 2px solid #bbbabc;
	border-bottom: 2px solid #bbbabc;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#menu ul {
	display: block;
	margin: 0;
	padding: 5px 0;
}

#menu li {
  display: inline;
	list-style-type:none;
	padding: 0;
	margin: 0;
}

#menu li a {
	padding: 5px 15px;
	text-decoration: none;
	color: #480d29;
	border-right: 1px solid #fff;
}

#menu li a:hover {
	color: #ddd;
	background-color: #480d29;
}

.subcat ul {
	list-style: circle;
	display: block;
	margin: 0 0 0 30px;
	padding: 0;
}

.subcat li {
  padding: 4px;
}

#mainsidebar ul {
	list-style: circle;
	display: block;
	margin: 0 0 15px 18px;
	padding: 0;
}

#mainsidebar ul ul {
  margin: 2px 0 5px 8px;
  padding: 0;
  font-size: 11px;
}

#mainsidebar li {
	padding: 4px;
	margin: 0;
}

#mainsidebar li a {
	text-decoration: none;
	color: #480d29;

}

#mainsidebar li a:hover {
	text-decoration: underline;
}	

#mainsidebar li .selected {
  font-weight: bold;
}

.right {
	float: right;
}

.left {
	float: left;
}

h2 {
  font-size: 14px;
}

h3 {
	font-size: 12px;
	margin: 15px 0 5px 0;
}

p {
  margin: 5px 0 10px 0;
  line-height: 1.7em;
}

div.hr {
  background: url(../img/hordotline.gif) repeat-x;
  height: 1px;
}

.listtype1 {
	list-style: square;
	margin: 0 0 0 25px;
}

table.opening {
	border-collapse: collapse;
}

table.opening td {
	padding: 10px 20px;
}

.contact {
  width: 300px;
  margin-bottom: 20px;
}

.contact_header {
  border-bottom: 1px dotted #480d29;
  border-right: 1px dotted #480d29;
  font-size: 13px;
  font-weight: bold;
  padding: 2px 0;
}

img.split {
  border: 1px solid #480d29;
  margin: 2px;
}

.padded_right {
  float: right;
  padding: 15px;
}

/*TABLE CSS----------------------*/

table.list {
	margin: 0 auto;
	padding: 0;
	width: 70%;
	border-collapse: collapse;
	
	font-size: 11px;
}

table.list th {
  padding: 8px 15px;
	background-color: #ddd;
	border-bottom: 1px solid #bbb;
	color: #480d29;
}

table.list tr {

}

table.list .highlight {
	background-color: #ddd;
}

table.list td {
	padding: 8px 15px;
	color: #480d29;
}

table.list td a {
	color:#480d29;
	text-decoration: none;
}

table.list td a:hover {
	text-decoration: underline;
}

/*-ITEM-CONTAINER---------------------*/
#itemcontainer {
	color: #480d29;
	font-size: 12px;
	overflow: auto;
}
#itemcontainer .title {
	font-weight: bold;
  margin: 15px 0 5px 0;
  padding: 2px;
  font-size: 13px;
  border-bottom: 1px dotted #480d29;
  border-right: 1px dotted #480d29;
}
#itemcontainer .text {
  margin-bottom: 12px;
  padding: 0 5px;
}
#itemcontainer ul {
	list-style: circle;
	display: block;
	margin: 0 0 25px 25px;
	padding: 0;
}
#itemcontainer li {
  padding: 3px;
}
#itemcontainer #trtInsertContainer {
  border: 1px solid #ccc;
}
#itemcontainer .trtInsertTitle {
	font-weight: bold;
	text-decoration: underline;
  margin: 15px 0 5px 5px;
  padding: 2px;
  font-size: 11px;
}
#itemcontainer .trtInsertText {
  margin-bottom: 10px;
  font-size: 0.9em;
  padding: 0 20px;
}
#itemcontainer .bottomline {
  clear: both;
  margin: 30px 0;
  border-top: 1px dotted #480d29;
}
#itemcontainer .bottomlineitem {
  float: left;
  padding: 6px 20px 6px 20px;
  border-left: 1px dotted #480d29;
}
#itemcontainer .back {
  margin: 20px 0;
  padding: 5px 0;
  border-top: 1px dotted #480d29;
  border-bottom: 1px dotted #480d29;
}
#itemcontainer #left {
  margin-right: 240px;
}
#itemcontainer #right {
  float: right;
}

#itemcontainer img {
	margin: 15px;
	border: 1px solid #480d29;
}

h2 a, h3 a {
  color: #480d29;
  text-decoration: underline;
}

h2 a:hover, h3 a:hover {
  color: #999;
}

