/* This style sheet controls how the site is displayed.  It defines font styles, colors, sizes; site colors; etc... */
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, LI, MENU, OL, P, PRE, TD, TH, TR, UL {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: black;
font-size: 11px;}

A {cursor: pointer;
background: transparent;}

ADDRESS {font-style: italic;}

BIG {font-size: 15px;}

BLOCKQUOTE {font-style: italic;}

BODY {
	background: #8399ae;
	margin : 0 0 0 0;
	padding: 0 0 0 0;
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat-x;
	background-position: top left;
}

DT {font-weight: bold;}

FORM {margin: 0 0 0 0;}

H1, H2, H3, H4, H5, H6 {font-weight: bold;
font-family: Verdana, Geneva, Arial, Helvetica, Verdana, Geneva, sans-serif;
color: #475147;
}

H1, H2 {background-image:url(images/h_bg.gif);
background-position: bottom left;
background-repeat:no-repeat;
padding-left:12px; 
padding-bottom:1px;
width:575px;
margin-right: 0px;
padding-right:0px;}

H1 {font-size: 23px;}

H2 {font-size: 21px;}

H3 {font-size: 19px;}

H4 {font-size: 16px;}

H5 {font-size: 13px;}

H6 {font-size: 12px;
    margin:0px;
    margin-left:8px;
    }

OL {list-style: decimal;}

UL UL OL OL, UL OL UL OL, OL UL OL OL, OL OL UL OL, OL UL OL, OL OL {list-style: lower-alpha;}

OL UL OL OL, OL OL UL OL, UL OL OL OL, OL OL OL {list-style: lower-roman;}

OL OL OL OL {list-style: decimal;}

SMALL, SUB, SUP {font-size: 10px;}

TEXTAREA {cursor: text;}

TD {margin-left: 0;}

TH {font-weight: bold;
text-align: center;
margin-left: 0;}

UL, MENU, DIR {list-style: disc;} 

UL UL, OL OL UL UL, OL UL OL UL, UL OL OL UL, OL UL UL, UL OL UL {list-style: circle;}

OL UL UL UL, UL OL UL UL, UL UL OL UL, UL UL UL {list-style: square;}

UL UL UL UL {list-style: disc;}

/* This controls the color and font of standard text links */

A:link {color: #595b4d;
text-decoration: none;
font-weight:700;}

A:visited {color: #15180a;
text-decoration: none;
font-weight:700;}

A:active {color: #00f;
text-decoration: none;}

A:hover {color: #9b9f8f;
text-decoration: underline;
font-weight:700;}

/* Below is specific to DOMAIN NAME pages */

A.white:link {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: none;}

A.white:visited {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: none;}

A.white:active {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: none;}

A.white:hover {color: #fff;
font-size: 10px;
font-weight: bold;
text-decoration: underline;}

table, tr, td {border-collapse: collapse; border:0px; padding:0px; margin:0px;}

img {border:0px; margin:0px;}

.footer {font-size: 10px;}

.breadcrumb {height:26px;
    background-image:url(images/breadcrumb_bg.gif);
    background-repeat:repeat-x;
    width:591px;
    text-align:right;
    }
    
.content{ background-color:#F5F0E1;
    background-image:url(images/content_bottom.gif);
    background-position:bottom left;
    background-repeat:repeat-x;
    top:-2px;
    }
    
.content img {margin:0px 10px 0px 10px;}

.content p {margin-left: 10px; margin-right:10px;}
    
.content_left{background-image: url(images/content_bg.gif);
    background-repeat:repeat-y;
    top:-2px;
    }
    
.content_left_top{ position:absolute;
    top:197px;
    }
    
.frame_rt{background-image:url(images/frame_rt_bg.jpg);
    background-repeat:repeat-y;
    background-position:top left;
    }
    
.gallery_items{

    padding:10px 0 10px 0;
    }
    
/*.gallery_items td{    
    border:0px;
    border-top:1px solid #E3DABC;
    border-bottom:1px solid #E3DABC;
    }*/
    
.bottom_border{
    background-color: #e3dabc;   
    border:0px;
    }
    

.menu {background-image: url(images/menu_bg.jpg);
    background-repeat:repeat-y;
    background-position:0px 498px;
    }
    
.right {background-image:url(images/right_bg.jpg);
    background-repeat:repeat-y;
    background-position: top right;
    top:-2px;
    }

.wood_bg {position:absolute;}

html>body .wood_bg {position:relative;}

.iefix {margin:0px;
    margin-bottom:-4px;
    }
    
html>body .iefix {margin:0px;}

.replace {display:none;}

.photos {float:right;
    clear:both;
    }
    
.photos img, .pic {border: 1px solid #475147;
    margin:5px;
    }
    
.pic_gallery {border: 1px solid #475147; margin:0px;padding:0px;position:relative;margin-left:-5px;}
    
/* Below is specific to Deluxe Resources Admin pages */

TD.head {
	background: #c0c0c0;
	color: black;
	font-weight: bold;
}

/* Below is specific to the Deluxe Resources Admin wysiwyg editor */

.rteImage {
	background: #D3D3D3;
	border: 1px solid #D3D3D3;
}

.rteVertSep {
	margin: 0 4px 0 4px;
}

.rteBack {
	background: #D3D3D3;
	border: 1px outset;
	letter-spacing: 0;
	padding: 2px;
}

.rteBack tbody tr td, .rteBack tr td {
	background: #D3D3D3;
	padding: 0;
}

.rteDiv {
	display: block;
	position: relative;
}


@media print{
	.noprint {display:none;}
	.replace {display:block;
        visibility:visible;}
    .menu {display:none;}
    .breadcrumb {height:75px; font-weight:900;}
    .frame_rt {display:none;}
    .content {width:95%;}
    html>body table {height:50%}
	}



