/* site colors 

#333333 - dark gray
#9e9e9e - gray
#cc9900	- orange
#912f1a - burgandy
#48799f - blue

*/
html {
	background-color:#333333;
	min-height:100%;
	height:auto;
	margin:0;
	padding:0;
	border:none;
} 

body {
	margin: 0;
	padding: 0;
	height:100%;
	min-height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height:1.2em;
	background:url(../images/bg_top_bar.jpg) repeat-x top #333333;
	color: #333333;
}

body.mceContentBody {
	background: #fff none;
}

img {
	border:none;
}

a:link {
	color: #cc9900;
} 

a:visited {
	color: #cc9900;
}

a:hover {
	color: #912f1a;
}
	 
a:active {
	color: #912f1a
}

td {
	vertical-align:top;
}



.notice, .error {
	color:#990000;
}

span.error {
	display:block;
	clear:right;
}

h1, h2, h3 {
	font-weight:bold;
	letter-spacing:1px;
	color:#827f7b;
	margin-top:0;
	padding-top:0;
}

h1 {
	font-size:14px;
}

h2 {
	font-size:13px;
}

h3 {
	font-size:12px;
}

input, select, textarea {
	border: thin solid #9e9e9e;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	margin:2px;
	font-size: inherit;
}

input.button {
	background-color:#EAEAEA;
	padding:2px 4px 2px 4px;
}

input.button:hover {
	background-color:#48799f;
	color:#FFFFFF;
}


/* left aligned, fixed width */
div#wrapper {
	width: 800px;
	padding:0;
	margin: 0 auto auto 0;
	text-align: left;
	clear: both;
}

div#header {
	overflow:visible;
	width: 800px;
	margin:0;
	padding:0;
	
}


div#mainContent {
	position:relative;
	padding:10px 20px 10px 69px;
	margin:0;
	position:relative;
	width:710px;
	min-height:200px;
	clear:both;
}

div#mainContent div.colLeft {
	float:left;
	width: 215px;
	padding-right:10px;
}

/* two column format, wider main column */
div#mainContent div.colMain {
	float:left;
	width:470px;
	margin:0;
	padding:0;
}

/* three column format */
div#mainContent div.colCenter {
	float:left;
}

div#mainContent div.colRight {
	float:left;
}

/* 824 total width */
div#footer {
	clear:both;
	padding: 10px 10px 10px 68px;
	width: 746px;
	height:232px;
	background: url(../images/bg_footer.jpg) no-repeat bottom left;
	vertical-align:bottom;
}

div#footerAddress {
	font-size:11px;
	font-weight:bold;
}

div#footerCopy {
	position:relative;
	top:-18px;
	margin-right: 30px;
	float:right;
	width:160px;
	color:#9e9e9e;
	font-size:9px;
}

div#footerButtons {
	margin:2px 0 4px 0;
}

div#footerTxtLinks {
	letter-spacing:.4px;
	font-size: 11px;
	color: #333;
}

div#footerTxtLinks a {
	color: #333;
}
div#footerTxtLinks a:hover {
	color: #cc9900;
}


span.footerTitle {
	color: #336699;
}


div#mainNav {
	margin:0;
	padding-top:20px;
	height:26px;
}



.required {
	color:#912f1a;
}


.comment {
	padding: 12px;
	margin-bottom:12px;
	border:1px solid #ccc;
}

span.byline {
	display:block;
	/*float:left;*/
	clear:both;
	font-weight:bold;
	color:#666;
}

span.deleteLink {
	float:right;
	
}

td#pageContentMain thead {
	font-weight:bold;
}

.fieldTitle {
	text-align:right;
}

.note {
	margin-left: auto;
	margin-right: auto;
	clear: both;
	width: 300px;
	color:#666;
}

form tfoot td {
	text-align: center;
}


/* brief list formating */

div.brief h3 {
	margin-bottom:0;
}

div.brief h3 a {
	color: #912f1a;
	text-decoration:none;
}
div.brief h3 a:hover {
	text-decoration: underline;
}
div.brief .date {
	font-style:italic;
}

/* left column sub-navigation */

ul.subNav {
	list-style:none;
	margin-left:0;
	padding-left:0;
}

ul.subNav li {
	margin:3px 3px 3px 0;
	font-size:11px;
	font-weight:bold;
}

ul.subNav li a {
	color: #912f1a;
	text-decoration:none;
}

ul.subNav li a:hover {
	text-decoration: underline;
}

/* data table formating */

table.dataTable {
	border:none;
	margin:6px;
	padding:6px;
}

.dataTable tr.rowA {                    
	background-color:#fff;
}

.dataTable tr.rowB {
	background-color:#eaeaea;
}
        
.dataTable thead td {
	font-weight:bold;
	text-align:center;
	padding:3px;
	vertical-align:bottom;
	border:solid thin #eaeaea;
}

.dataTable thead tr {
	background-color: #eaeaea;
}

.dataTable tbody td {
	border:1px dashed #9e9e9e;
	empty-cells:show;
	padding:8px;
	margin:0;
	vertical-align:top;
}

.dataTable tfoot td {
	padding:3px;
}

/* end data table */

div.dottedLine, hr {
	background: url(../images/bg_dot.gif) repeat-x center;
	height:10px;
	clear:both;
}


/* cms edit links */
div.editableContent {
	margin:0;
	padding:0;
}

div.editableContent:hover {
	background-color:#ebebeb;
}

div.content-edit { }
