body {
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	border:0px;
	font-size: 80%;
	color:#000;
	background: #111;
}
html {
	padding:0px;
	margin:0px;
}
#editor {
	background: #fff;
}
/* redundant selectors to help NS4 not forget */

div, p, th, td, ul, ol, li, dd, dl, dt, a {
	font-family: verdana, arial, sans-serif;
}
/* specific tags */	

ul, li, ol {
	list-style-position: outside;
}
/* h1, h2 {color:#333;	background-color: #ACCCE1;	font-weight:bold; padding: 2px; }  */
h1 {
	font-size:1.75em;
	color: #000;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size:1.5em;
	color: #000;
	background-color: #ACCCE1;
	font-weight:bold;
	padding: 2px;
}
h3 {
	font-size:1.1em;
	color: #000;
	background-color: #ACCCE1;
	font-weight:bold;
	padding: 2px;
}
h4 {
	font-size:1.1em;
	color: #000;
	font-weight:bold;
	padding: 2px;
	text-align: center;
}
h5 {
	font-size:1.0em;
	color: #000;
	font-weight:bold;
	padding: 2px;
}
h6 {
	font-size:0.9em;
	color: #000;
	font-weight:bold;
	padding: 2px;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: inline;
	vertical-align:top;
}
dl {
	padding: 0px 0px 0px 5px;
	margin-top: 10px;
}
dd {
	margin-left: 20px;
}
th {
	font-weight:600;
	text-align:center;
}
a {
	color: #379;
	background: transparent;
	text-decoration: none;
	border-bottom: 1px dotted #379;
}
a:visited {
	color: #c30;
	background: transparent;
	border-bottom: 1px dotted #c30
}
a:active {
	color: #CC3300;
	background: transparent;
	border-bottom: 1px dotted #c30
}
a:hover {
	color: #CC3300;
	background: transparent;
	border-bottom: 1px dotted #c30
}
label {
	font-weight:600;
	color:#000;
	background:none;
}
/*input {border: 1px solid #ccc;}*/
textarea {
	border: 1px solid #ccc;
}
#container {
	display:block;
	width:1000px;
	height:auto;
	margin: 0px;
	padding: 0px;
	border:0px;
}
#rowprintbanner {
	display: none;
}
#rowbanner {
	display:block;
	margin: 0px;
	padding:0px;
	border-bottom: 1px solid #111;
	height:125px;
	background-color: #333;
	/*	background-image: url(/templates/assets/img/banner1.jpg); */
	background-position:top right;
	background-repeat: no-repeat;
	clear:both;
}
.headerlogo {
	display: block;
	float: left;
	width: 310px;
}
.headerphoto {
	display: block;
	float: right;
	width: 500px;
}
#rowbread {
	display:block;
	margin: 0px;
	padding: 2px 200px 0px 200px;
	height: 18px;
	text-align:right;
	font-size:.8em;
	color: #666;
	background-image: url(/templates/assets/img/bkg_bread.gif);
	background-position:top left;
	background-repeat: repeat-y;
	clear:both;
}
#rowcontent {
	display:block;
	padding: 0px;
	margin: 0px;
	color: #000;
	background-color: #fff;
	background-image: url(/templates/assets/img/bkg_cont.gif);
	background-position:top left;
	background-repeat: repeat-y;
	clear:both;
}
#colone {
	float:left;
	padding: 0px;
	margin: 0px;
	width: 190px;
}
#nav, #nav ul { /* all lists */
	padding: 10px 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 195px;
	font-size: 1em;
}
#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.5em;
	/*		margin-bottom : -1px; */
		width: 190px;
	border-bottom: 1px solid #346389;
}
#nav li.first {
	border-top: none;
}
#nav li li {
	border-bottom: none;
}
#nav li ul { /* second-level lists */
	display: none;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	width: 190px;
	background: #427DAF;
}
#nav li a {
	width: 184px;
	display : block;
	color : #fff;
	font-weight: bold;
	text-decoration : none;
	background-color : transparent;
	padding : 4px 0px 4px 4px;
	border: none;
}
#nav li a:hover {
	color : #194F75;
	background-color : #cdcdcc;
	border-left: 3px solid #CC3300;
	border-bottom: none;
}
#nav li li a {
	width: 176px;
	padding: 0 0 0 12px;
	font-weight: normal;
	font-size: .9em;
}
#nav li li li a {
	width: 168px;
	padding: 0 0 0 20px;
	font-weight: normal;
	font-size: .9em;
}
#nav li.currentitem ul {
	display: block;
}
#nav li.currentitem ul li ul {
	display: none;
}
#nav li.currentbranch ul {
	display: block;
}
#nav li.currentbranch ul li ul {
	display: none;
}
#nav li.currentbranch ul li.currentitem ul {
	display: block;
}
#nav li.currentbranch ul li.currentbranch ul {
	display: block;
}
#nav li.activepage > a {
	color : #194F75;
	background-color : #cdcdcc;
	border-left: 3px solid #c30;
}
#coltwo {
	float:right;
	width: 810px;
	margin:0px;
	padding:0px;
}
#cmsedit {
	display:block;
	margin:0px 190px 0px 0px;
	padding:10px;
}
#rowfooter {
	display:block;
	margin: 0px;
	padding: 0px;
	height: 70px;
	color: #333;
	background-color: #ccc;
	background-image: url(/templates/assets/img/bkg_footer.gif);
	background-position:top left;
	background-repeat: repeat-y;
	font-size: .8em;
	clear: both;
}
#rowfooter p {
	display:block;
	margin: 0px;
	padding: 5px 200px 5px 200px;
	color: #666;
	background: none;
	text-align:right;
}
#rowfooter ul {
	margin: 0 0 -12px 0;
	float: none;
	text-align: center;
}
#rowfooter ul li {
	list-style: none;
}
#searchbox {
	padding: 0 8px;
}
#searchbox form {
	margin: 0;
	padding: 0;
}
#searchbox h3 {
	color: #fee;
	background-color: transparent;
	margin: 0;
	padding: 0;
	font-size: .8em;
	font-weight: normal;
}
#searchresults dd a {
	color: #aaa;
	font-size: .85em;
}
/*re-usables */
.rowSpacer {
	display:block;
	line-height: 0px;
	font-size: 0px;
	clear: both;
}
.sideblue {
	color: #3B709C;
}
/* Components -- leave these in here */
.taoComponentBox {
	border: none;
}
.taoComponent {
	display: none;
}
.error {
	color: #f00;
}
#cmsedit #receipt {
	border: 1px solid #f00;
	display: block;
	width: 550px;
}
select {
	font-size: .9em;
}
.member_options {
	width: 100%;
}
.member_options .labelcol {
	width: 235px;
}
.member_options td+td+td+td, .member_options th+th+th+th {
	display: none;
}
.userinfotitle {
	font-weight: bold;
	font-size: 12px;
	margin-top: 12px;
}
.update_button {
	text-align: center;
}

#siteloginform{
width: 50%;
margin: 0 auto;
}
#siteloginform div.row{
padding: 3px 0;
float: left;
width: 100%;
clear: both;
}
#siteloginform div .label{
width: 35%;
display: block;
float: left;
}
#siteloginform div .formw{
width: 65%;
display: block;
float: left;
}

.board #cmsedit{
margin-right: 0;
float: left;
width: 600px;
}
.board #boardmenu{
float: left;
width: 175px;
}
.board #boardmenu ul li{
padding: 3px 0;
}
.board #boardmenu ul li ul{
margin-left: 0;
margin-top: 3px;
padding-left: 12px;
}
