@CHARSET "ISO-8859-1";
body {
	margin: 0;
	padding: 0;
	font-size: 95%;
	font-family: georgia, times, "times new roman", serif;
	color: #000;
	background-color: #fff;
}

div#banner {
	color: #fff;
	background-color: #333;
	border-bottom: 1px solid #000;
}

div#banner h1 {
	margin: 0;
	padding: .3em 0 .3em .5em;
	font-size: 2.2em;
	font-weight: normal;
}

div#container {
	background-image: url(../images/layout/leftnav_col_base.jpg);
	background-repeat: repeat-y;
}

div#container2 {
	background-image: url(../images/layout/rightnav_col_base.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

div.NavLeft {
	float: left;
	width: 150px;
	padding-top: 2em;
}

div.NavLeft ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

div.NavLeft ul li { 
	margin-top: 4px; 
}

.NavLeft ul li a {
	display: block;
	width: 135px;
	padding: 3px 5px 3px 10px;
	text-decoration: none;
	color: #000;
	background-image: url(../images/layout/leftnav_base.jpg);
	background-repeat: repeat-y;
}

.NavLeft ul li a:hover {
	color: #fff;
	background-color: #ccc;
	background-image: url(../images/layout/leftnav_base2.jpg);
	background-repeat: repeat-y;
}

div#rightnav {
	float: right;
	width: 160px;
	margin: 0;
	padding: 2em 10px 0 0;
	color: #fff;
}

div#rightnav h3 {
	margin-top: 0;
	color: #fff;
	padding: .2em;
	background-image: url(../images/layout/rightnav_base.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

div#content {
	margin-left: 190px;
	margin-right: 200px;
	min-height: 200px;
}

div#content h2 {
	font-size: 2em;
	color: #036;
	margin: 0;
	padding-top: 1em;
	font-weight: normal;
}

div#content { 
	line-height: 150%; 
}

.clear {
	clear: both;
	height: 1em;
}

div#footer {
	clear: both;
	padding: .5em 1em;
	border-top: 1px solid #999;
	text-align: right;
}

div#footer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

div#footer li {
	display: inline;
	margin-right: 1em;
}

/* Form Settings */
form>p {
	line-height: 100%;
}

label {
	float: left;
	width: 200px;
	font-size:14px;
}

label.error {
	color:red;
	display: block;
	float: none;
	left: 20px;
	padding: 10px;
	position: relative;
	width: 360px;
}

input.error {
	border: #FF0000 1px solid;
	color: red;
}

/* Sortable Table */
table.sorttable {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
	width: 100%;
}
table.sorttable th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #162d56;
	-moz-border-radius: 0px 0px 0px 0px;
	font-weight: bold;
	color: #A0A0A0;
}
table.sorttable tbody td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.sorttable tbody td img {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}

table.sorttable tbody .even td {
	background-color: #D0D0D0;
}

table.sorttable tbody .odd td {
	background-color: #FFFFFF;
}

table.sorttable thead th.header {
	background-image: url(../images/tablesorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	background-color: #162d56
	cursor: pointer;
	border: 1px solid #808080;
	color: #FFFFFF;
	font-weight: bold;
}


table.sorttable thead th.headerSortUp {
	background-image: url(../images/tablesorter/asc.gif);
}
table.sorttable thead th.headerSortDown {
	background-image: url(../images/tablesorter/desc.gif);
}

/* Table Pager */
#pager {
	padding-left: 100px;
	font-size: 10px;
}
#pager .pagedisplay {
	border: none;
	text-align: center;
	width: 100px;
	font-size: 10px;
}

#pager select {
	font-size: 10px;
}

/* Table search */
#quicksearch {
	padding-left: 75px;
}

#quicksearch input {
	width: 150px;
}

#quicksearch label {
	width: 50px;
}


/* Block UI */
.blockUI {
	display: none;
}

.blockOverlay {
	border: medium none; 
	margin: 0pt; 
	padding: 0pt; 
	z-index: 1000; 
	cursor: wait; 
	width: 100%; 
	height: 100%; 
	top: 0pt; 
	left: 0pt; 
	background-color: rgb(0, 0, 0); 
	opacity: 0.6; 
	filter: alpha(opacity = 60);
	position: fixed;
}

.blockMsg {
	border: 3px solid rgb(170, 170, 170); 
	margin: 0pt; 
	padding: 0pt; 
	z-index: 1001; 
	position: fixed; 
	width: 30%; 
	top: 40%; 
	left: 35%; 
	text-align: center; 
	color: rgb(0, 0, 0); 
	background-color: rgb(255, 255, 255); 
	cursor: wait;
}

div.galleryImage, div.galleryAddPhoto {
	background-color: #ffffff;
	width: 200px;
	
	float: left;
	border: 1px solid #808080;
	margin: 0px 3px 50px 0px;
	text-align: center;
}

.galleryImage img, .galleryAddPhoto img {
	width: 175px;
	height: 175px;
	background-color: #ffffff;
}

.galleryImage a:hover, .galleryAddPhoto a:hover {
	background-color: #ffffff;
}

a.nobackground img {
	background-color: #ffffff;
	border: none;
}

a.nobackground:hover { background: transparent; }

th.buttons {
	width: 125px;
}

/****************************************
*/


div.NavTop {
	width:100%;
	float: left;
	clear: left;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom:#000000 solid 1px;
}
		
div.NavTop ul{
	margin:0 auto;
	padding:0;
	list-style:none;
	width:100%;
	line-height:17px;
}
div.NavTop ul li{
	float:left;
	color:#000;
	padding:0px 0px 0 0px;
	margin: 0em 0px 0px;
	list-style:none;
}
	
div.NavTop ul a{
	color:#9A3535;
	display:block;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	font: 16px/18px Georgia, "Times New Roman", Times, serif;
	padding-right: 10px;
	padding-left: 10px;
}

div.NavTop ul a:hover {
	background-color:#000000;
	color:#FFFFFF;
}

div.NavTop li a span {
	font-size: 13px;
	color: #5E7AAB;
	font-weight: normal;
 }


