/* non-flash homepage styles */

/* bgtop.png is a red bar used as a background tile, but commenting it out doesn't eliminate the red behind the header.
We need to track down where else the red color is set.*/
body {
	/*background-image:  url("images/template_images/bgtop.png");*/
	background-repeat: repeat-x;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div#contentWrap {
	background-color: #ffeeca;
	/*background-image:  url("images/template_images/bgtop.png");*/
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #ffffff;
	font-size: 11px;
}

div#archives {

}

div.archiveWrapper {

}

#footer tr td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
}
#footer tr td a {
	color: #cccccc;
}
div#contentWrap table tr td {
	font-size: 11px;
	color: #000000;
}

/* DC4724 IS THE ORANGE LINK COLOR */
div#contentWrap table tr td a {
	font-weight: normal;
	color: #dc4724;
	text-decoration: underline;
	/* text-decoration: none; */
}

blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b3a78d;
	border-right-color: #b3a78d;
	border-bottom-color: #b3a78d;
	border-left-color: #b3a78d;
}

img.borderdark {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

img.wrap {
	float: left;
	margin-right: 16px;
	margin-bottom: 6px;
}
img.wrap2 {
	float: left;
	margin-right: 6px;
	margin-bottom: 5px;
}
img.wrapright {
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
}
img.wrapright2 {
	float: right;
	margin-left: 6px;
	margin-bottom: 5px;
}
img.wrapborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b3a78d;
	border-right-color: #b3a78d;
	border-bottom-color: #b3a78d;
	border-left-color: #b3a78d;
	float: left;
	margin-right: 16px;
	margin-bottom: 6px;
}
img.wrapborderdark {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	float: left;
	margin-right: 16px;
	margin-bottom: 6px;	
}
img.wrapborderright {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b3a78d;
	border-right-color: #b3a78d;
	border-bottom-color: #b3a78d;
	border-left-color: #b3a78d;
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
}
img.wrapborderrightdark {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
}
/* Begin styles added by Bari  */
.tableborder-tan { border-width: 1px; border-style: solid; border-color: #EBDE9F; }
.tableborder-gray { border-width: 1px; border-style: solid; border-color: #C0C0C0; }
.tableborder-black { border-width: 1px; border-style: solid; border-color: #000000; }
.form { height:15px;
		font-size:10px;
		border-style:solid;
		border-width:1px;
		border-color:#E6C578;
		color:#666666;
		margin-left:0px;
		margin-right:0px}
.textarea { 
		font-size:10px;
		border-style:solid;
		border-width:1px;
		border-color:#E6C578;
		background-color:#FFEFD6;
		color:#666666;
		overflow:auto;
		margin-left:0px;
		margin-right:0px;}
.flatline{
border-bottom-color:#F7F3F7;
border-bottom-style:dashed;
border-bottom-width:1px;
border-left-color:#6633FF;
border-left-style:none;
border-left-width:1px;
border-right-color:#6633FF;
border-right-style:none;
border-right-width:1px;
border-top-color:#F7F3F7;
border-top-style:dashed;
border-top-width:1px;
padding:4px 0px 0px
}
/* End styles added by Bari  */

/* subpage styles */

body#sub {
	background-image:  url(../../final/images/template_images/bgtop.png);
	background-repeat: repeat-x;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}
body#sub div#contentWrap {
	background-color: #fff2d8;
	background-image: url(../../final/images/sub/layout/bg2.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #ffffff;
	font-size: 11px;

}
body#sub div#contentWrap table tr td {
	font-size: 11px;
	color: #000000;
	line-height: 17px;
}
/* ORANGE LINK COLOR FOR USE IN TABLES */
body#sub div#contentWrap table tr td a {
	font-weight: bold;
	color: #dc4724;
	/* text-decoration: none; */
}

body#sub div#contentWrap div#content {
	padding: 0px 0px 0px 17px;
	margin: 0px;
}

.subHeader {
	font-weight: bold;
}

/* You can change red subheaders to green or whatever. */
.subHeaderRed {
	font-weight: bold;
	color: #7e0000;
}
/* You can change red page titles to green or whatever. */
.pageHeader {
	color: #7e0000;
	font-size: 14px;
	font-weight: bolder;
	font: Arial, Helvetica, sans-serif;
}

.pageHeaderBlack {
	color: #000000;
	font-size: 14px;
	font-weight: bolder;
	font: Arial, Helvetica, sans-serif;
}
/* You can change larger red subheaders to green or whatever. */
.rightHeader {
	color: #7e0000;
	font-size: 12px;
	font-weight: bold;
	font: Technical, Arial, Helvetica, sans-serif;
}

th {
	color: #7e0000;
	font-size: 12px;
	font-weight: bold;
}

.caption {
	color: #666666;
	font-size: 10px;
	line-height: 13px;
	padding: 5px 0px 10px;
	margin: 0px;
}
/* THis is a lesser, rarely-used caption style. You can change it to green or whatever if desired. */
.caption2 {
	color: #7e0000;
	font-style: italic;
	font-size: 10px;
	line-height: 13px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.caption4 {
	color: #000000;
	font-size: 10px;
	line-height: 13px;
	padding-top: 0px;
	padding-bottom: 12px;
	margin: 0px;
}
body#sub div#contentWrap table.leftsubnav tr td {
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fffefd;
}

li {
	margin-bottom: 12px;
}

/* Begin styles that effect the left menu. These keep the links white. */

body#sub div#contentWrap table.leftsubnav tr td a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fffefd;
	text-decoration: none;
}
 body#sub div#contentWrap table.tertNav tr td a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7e0000;
	text-decoration: none; 
}
/* End styles that effect the left menu. */


div.galleryLabel {
	position:static;
	float:left;
	width:30px;
	text-align:center;
	background-color: #ffeeca;
	border-width: 1px;
	border-style: solid;
	/*border-color: #ffffff;*/
	font-size: 11px;
	line-height:22px;
	margin:2px;
}
div.galleryLabelActive {
	position:static;
	float:left;
	width:30px;
	text-align:center;
	background-color: #ffcc99;
	border-width: 1px;
	border-style: solid;
	/*border-color: #ffffff;*/
	font-size: 11px;
	line-height:22px;
	margin:2px;
	hover.text-decoration:none;
}