body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	background: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  	font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

html {
	min-height: 100%;
	  font-family: sans-serif;
 	 -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

#background {
   position:absolute;
   margin-top: 0px;
   padding: 0px;
   min-height:100%;
   width:100%;
}

#contentWrapper {
	background-repeat: no-repeat;
    background-position: top center;
    background-image:url( /images/background-default.jpg );
	padding: 0px;
	margin-top: 0px;
	top: 0px;	
	position: absolute;
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
	min-width: 1024px;
	width:100%;
}

#contentBuffer {
	overflow-x: hidden;
	overflow-y: visible;
	width: 1024px;
	height: 100%;
	min-height: 100%;
	padding-top: 0px;
	position: relative;
	float: center;
	margin-top:100px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	padding-bottom: 223px; /* Height of the footer */
}

#bodyIndex {
	overflow-x: hidden;
	overflow-y: hidden;
	width: 1024px;
	height: 100%;
	min-height: 100%;
	padding-top: 0px;
	position: relative;
	float: center;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

#contentBody {
	background: #fff;
	opacity: 0.95;
	filter: alpha(opacity = 95);
	overflow-x: hidden;
	overflow-y: visible;
	width: 1024px;
	height: 100%;
	min-height: 100%;
	padding-top: 0px;
	position: relative;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
	margin-top:0px;
/*	margin-left: auto;
	margin-right: auto; */
	margin-bottom: 0px;
	z-index: 2;
	padding-bottom: 5px; /* Height of the footer */
}

#bodyHeader {
	padding: 10px;
	width: 780px;
	float: left;
	}

#content {
	width: 780px;
	min-height: 100%;
	padding: 10px;
	position: relative;
	float: left;
	overflow-x:hidden;
	overflow-y:visible;
	}

#contentRight {
	float:right;
	position:relative;
	}

.contentNav {
	padding:0px;
  	margin:0px;
  	width:224px;
    float:right;
    position:relative;
	}

/*
@media (min-width: 1024px) and (min-height: 1200px) {
  .contentNav {
 	padding-left: 800px;
	position:fixed;  	
  }
}
*/

.contentNav div {
	width:224px;
	/* #2A7ECA; */
	background-color: #0000CC;
	padding-bottom: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.contentEdit {
	margin-left: auto;
	margin-right:auto;
	padding-left: 800px;
	width:1024px;
	position:fixed;
	float:right;
	/* background-color: #2A7ECA; */
	padding-bottom: 10px;
	}

.contentNav  li {
	display: block;
	padding-left: 10px;
	color: white;
	padding-top:2px;
	padding-bottom:2px;
}

.contentNav  li a {
	font-size: 13px;
	color: white;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 223px; /* Height of the footer */
	background-color: #065f94;
	overflow:hidden;
	z-index: 3;
}

#footerContent {
	width: 1024px;
	height: 223px;
	margin-left: auto;
	margin-right: auto;
	color: black;
}

.footerLabel {
	font-weight: bold;
	font-size: 1.5em;
	}

.footerLogo {
	width: 349px;
	vertical-align: top;
	}

.footerAddress {
	font-weight: bold;
	font-size: 1.15em;
	}

.footerAddressCell {
	width: 225px;
	padding-top: 40px;
	vertical-align: top;
	}

.noResult {
	color:white;
}

.noResultBlack {
	color:black;
}

.categoryHome {
	font-weight:bold;
}

#tblDirections td {
	width:100px;
	text-align:center;
	vertical-align:top;
	padding:25px;
}

#tblDirections a {
	font-weight:bold;
	text-align:center;
	vertical-align:top;
}

.contentMessage {
	background: #fff;
	opacity: 0.95;
	filter: alpha(opacity = 95);
	overflow-x: hidden;
	overflow-y: visible;
	width: 500px;
	height: auto;
	padding-top: 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.contentMessageBody {
	padding: 10px;
}

h1 {
font-size:2em;
color:#A68E34;
}

h2 {
font-size:1.375em;
color:#A68E34;
}

h3 {
font-size:1.25em;
color:#A68E34;
}

h4 {
font-size:1.125em;
color:#A68E34;
}
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  /*color: #428bca;*/
  color: #0000CC;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a[name] {
  display: block; 
  position: relative; 
  top: -100px; 
  visibility: hidden;
  }

h2.lblRelated  {
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: center;
	color: white;
}
table {
	border-collapse: collapse;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
/*
#view\3a _id1\3a _id2\3a callback1\3a tblEventAdd > tbody > tr > td:nth-child(1) {
	text-align:right;
	padding:5px;
	}
	*/
	
.entryForm > tbody > tr > td:nth-child(1) {
	text-align:right;
	padding:5px;
	min-width:100px;
	}

.entryForm > tbody > tr > td:nth-child(1) > h2 {
	text-align:left;
	padding:5px;
	min-width:100px;
	}
