/*	body styles - note the use of non-standard scrollbar properties:
	we know they are non-standard, but ie users will enjoy the benifit
*/
body{
	background-color:#000000;
	text-align:center;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:400;
	color: #000000;
	text-decoration: none;

}

.gallery_menu{
    filter: alpha (opacity=80);
    position:absolute;
    left:0px;
    top:-1000px;
    z-index:10;
    background-color: #ffffff;
    width: 792px;
    text-align:center;
}

a{
	text-decoration: none;
	color: #222222;
	font-size: 10px;
}
a:hover{
	text-decoration: none;
	color: #C7A83E;
}

.content {
	width:650px;
	text-align:justify;
}
table {

	padding: 0;
}
table.outline {
	border-collapse:collapse;
}
table.border {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
td.border {
 	border:1px solid black;
}
.buffer{
padding: 3px 20px;
}
.gallery_title{
    text-decoration: none;
    font-style: italic;
    color: #212121;
    font-size: 14px;
}
a.gallery_link{
   font-style: italic;
   color: #212121;
}
.contact_formBoxes{
    width: 150px;
    border:1px solid black;
}
.contact_formBoxes_textarea{
    width: 378px;
    border:1px solid black;
}
.body_copy{
    margin: 15px;
    width: 375px;
    color: #232323;
	font-size: 12px;
    font-weight: 400;
    text-align: justify;
}

/* menu links */
.menu{
	color: #C7A83E;
	font-weight:500;
}
a.menu{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9px;
}
a.menu:hover{
	text-decoration: none;
	color: #C7A83E;
}
a.menu_on{
	text-decoration: none;
	color: #C7A83E;
	font-size: 9px;
}
a.menu_on:hover{
	text-decoration: none;
	color: #C7A83E;
}




.menu_buffer{
padding: 3px 9px;
}

/* copyright styles */
a.copyright{
	text-decoration: none;
	color: #717271;
}
a.copyright:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #929292;
}
.copyright{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #717271;
}





/*admin styles*/
.a.admin {
	font-size: 12px;
	font-weight:400;
	color: #C7A83E;
}
a.admin:hover {
	color: #B6A72D;
	text-decoration: underline;
}
.headers {
	color: #C7A83E;
	font-size: 19px;
	font-weight:400;
}
.titles {
	color: #26363A;
	font-size: 12px;
	font-weight:400;
}
a.images_display{
	text-decoration: none;
	color: #111111;
}
a.images_display:hover{
	text-decoration: underline;
	color: #444444;
}
.cats_table{
	border:1px solid black;
}
.cell_border_right{
	border-right:1px solid black;
}
.cell_border_bottom{
	border-bottom:1px solid black;
}
.cell_border_top{
	border-top:1px solid black;
}

td.cats_table_0{
	background: #efefef;
	line-height: 16px;
}
td.cats_table_1{
	background: #cdcdcd;
	line-height: 16px;

}
.margin{
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
}
.margin_bold{
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	font-weight:600;
}





/*in page markup*/
ul {
	margin: 5px 0px 0px 0px;
	text-indent: 0em;
	padding-left: 3em;
	list-style-image: url(../images/bullet.gif);
	color: #26363A;
}

.directors {
	font-size: 11px;
	font-weight:400;
	line-height: 17px;
	text-indent: 0em;
}
.right_align {
	text-align:right;
	text-decoration:none;
}
.pic_titles {
	text-align: center;
	font-size: 13px;
	font-weight: 900;
}
.news_date {
	font-size: 12px;
	font-weight:400;
	color: #B61B1B;
}
.grey_topline {
	border-top: 1px solid #E2E5E5;
}
.grey_sideline {
	border-left: 1px solid #E2E5E5;
}
.grey_page_text {
	color: #798080;
	font-size: 10px;
	font-weight:400;
}
.grey_page_text_large {
	color: #798080;
	font-size: 13px;
	font-weight:bold;
}
.grey_page_text_small {
	color: #798080;
	font-size: 9px;
	font-weight:400;
}
.error {
	color: #B61B1B;
}
.form_buttons{
	border: 1px solid #666;
	background-color: #ffffff;
	border-color: #999999;
	color: #333333;
	font-size: 10pt;
	width:90px;
}

/* overflow text-box styles */
#block_none {
	text-align: justify;
	width: 550px;
	height: 440px;
}
.pad10 {
	padding: 0px;
}
.padside {
	padding-right: 30px;
	padding-left: 20px;
}
.overflow {
	overflow: auto;
	width: 550px;
	height: 420px;
}



/*products menu*/
a.products{
	color: #6C3063;
	text-decoration:none;
	font-size:11px;
	line-height:16px;
	padding: 3px 9px;
	font-family: Tahoma, verdana, sans-serif;
}
a.products:hover{
	color: #E590D8;
	text-decoration: none;
}




