/* 
color codes used:
orange = #E66729
lt orange = #e8753d
gold = #fbb03f
beige = #97846f
lt beige: #b6aca0
brown black = #141011
olive: #767948
lt olive: #999865
*/
body {
	margin-left: 20px;
}
p {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
a:link {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
}
a:visited {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
}
a:hover {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
	color:#ffffff;
}
a:active {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	color:#fbb03f;
}
.BoxMargin {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 0px;
	padding-right: 0px;
	width: 35px;
}
.headerBig{
	font-weight: bold;
	font-size: 20pt;
	color: #E66729;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
    line-height: 100%;
	vertical-align: text-top;
}
.headerMed{
	font-weight: bold;
	font-size: 13pt;
	color: #767948;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 15px;
	line-height: 100%;
}
a.headerMed:link, a.headerMed:visited, a.headerMed:active {	
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}
a.headerMed:hover {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline;
	color:#999865;
}
.headerSmall{
	font-weight: normal;
	font-size: 12pt;
	color: #141011;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 1.5em;
}
.text{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
    line-height: normal;
}
a.text:link, a.text:visited, a.text:active {	
	color: #141011;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.text:hover {
	font-weight: normal;
	font-size: 10pt;
	color: #E66729;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.textTable{
	font-weight: normal;
	font-size: 10pt;
	color: #141011;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-top: 6px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: middle;
}
.textTablesmall{
	font-weight: normal;
	font-size: 8pt;
	color: #141011;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-top: 6px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: middle;
}
a.textTable:link, a.textTable:visited, a.textTable:active {	
	font-weight: normal;
	font-size: 10pt;
	color: #141011;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.textTable:hover {
	font-weight: normal;
	font-size: 10pt;
	color: #E66729;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.caption{
	font-weight: normal;
	font-size: 8pt;
	color: #767948;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
    line-height: normal;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	margin-left: 15px;
    margin-top:0px;
	margin-bottom:0px;
}

.BulletList{
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	margin: 0;
	padding: 0;
	margin-left: 15px;
}
.navHorizontal{
	background:#fbb03f;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height:1.8;
/*	margin-right: auto;
	margin-left: auto; */
	padding:5px 10px;
}
a.navBar:link, a.navBar:visited, a.navBar:active {
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a.navBar:hover {
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.calendar {
	font-weight: normal;
	font-size: 10pt;
	color: #141011;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-top: 5px;
    line-height: normal;
}
.borderBottom {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #767948;
	vertical-align: top;
	margin-top: 0px;
	padding-bottom:10px;
}
* html .borderBottom {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #767948;
	vertical-align: top;
	margin-top: 0px;
}
.borderTop {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #767948;
	vertical-align: top;
	margin-top: 0px;
	padding-bottom:10px;
}
.floatBreak {
	clear:both;
	height:1px;
	overflow:hidden;
}


a.collapse {
	text-decoration: none;
}

/*TAUPE TABLE STYLES*/
.taupe {
	margin-top: 23px;
	margin-left: 20px;
}
* html .taupe {
	margin-top: 23px;
	margin-left: 20px;
}
.HeaderText {
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 3px;
}
.ItemText {
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-right: 3px;
	margin-top: 3px;
}
a.ItemText:link, a.ItemText:visited, a.ItemText:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.ItemText:hover {
	color: #000000;
	text-decoration: underline;
}
a.whiteItem:link, a.whiteItem:visited, a.whiteItem:active {	
	TEXT-DECORATION: none;
	color:#FFFFFF;
}
a.whiteItem:hover {
	TEXT-DECORATION: none;
	color:#000000;
}
a.whiteLink:link, a.whiteLink:visited, a.whiteLink:active {	
	TEXT-DECORATION: none;
	color:#FFFFFF;
	font-size: 10pt;
	font-weight: bold;
}
a.whiteLink:hover {
	TEXT-DECORATION: none;
	color:#000000;
	font-size: 10pt;
	font-weight: bold;
}
.headerTable {
	background-color: #767948;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
* html .headerTable {
	background-color: #767948;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Item {
	background-color: #999865;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}
* html .Item {
	background-color: #999865;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}


/* PHOTO GALLERY STYLES (probably outdated with the change in the photo gallery setup)*/

#mainCenter {
	height:100%;
}

#titleframe {
	width: 100%;
	/*height: 92px;*/
	/*background-color: #CCCCCC;*/
	
}

#TopFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

#BottomFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

a 			{ color: #000; text-decoration: none; font-weight:normal;} 
a:hover		{ color: #000; text-decoration: underline; }

.userAlert{
	float:right;

}

/* file info */

#imageInfo{
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 6px 0 6px;
}

.content {
	font-size:12px;
/*	color: #333333;*/

	padding-top:6px;
	padding-bottom:6px;
}

.header{
	font-size:12px;
	font-weight:bold;
	color: #e8753d;
}

.contentLast {
	font-size:11px;
/*	color: #333333;*/
	padding-top:6px;
}

