/*############### GLOBAL STYLES###################*/
HTML {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	}

BODY 	{	
	background-color: #DFCD9B;
	background-image: url("../graphics/rempaper256.png");
	padding: 0;
	margin: 1em 0 0 1em;	/* t r b l */
	border: 0;
	width: 100%;	
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 1em;
	color: #080108;
	font-weight: normal;
	}

#wrapper {
	font-size: .9em;
	line-height: 1.5em;
	width: 740px;
	margin-left: 2em;
	}

/* --------------menu navi------------- */
#lmenublk {
	float: left;
	width: 120px;
	margin: 0px;
	padding: 0px;
	font-size: .9em;
	border-right: 1px solid #005555;
}

#lmenublk p {
	margin: 0em;
	padding: .3em 0em 0em 1em;
	}
/* 107183 */
#lmenublk a {color: #0E6170; font-weight:bold; text-decoration: none;}
#lmenublk a:visited {color: #0E6170; font-weight:bold;  text-decoration: none;}
#lmenublk a:hover {color:#B14E22; font-weight:bold;  text-decoration: underline;}
#lmenublk a:active {color: #ff00ff; font-weight:bold;  text-decoration: none;}

#cartbuttons {
        margin: 2em 0em 2em 0em;
        }

#contentblk {
	width: 600px;
	margin-left: 140px;
	}


#toparea {
/*	width: 468px; if width is declared smaller than graphic 
the a br clear: both happens */
	}

#tmenublk {
	margin: 0em;
	padding: .1em;
	width: 540px; 
	}

#globaltopmenu {
	float: left;
	margin-left: 1em;
}

#topmenu {
	float: right;
	margin-right: 1em;
}


#brc {
	padding: 1em 1em 1em 1em;
	text-align: justify;
	margin: 2em 0em 0em 0em;
	}


#footer {
	clear: both;
	text-align: center;
	margin: 0em;
	padding:1em 0em 0em 0em;
}
#botmenu {
	text-align: center;
	margin: .3em .7em .2em .7em;
	padding:0px;
}
#copyright {
	font-size: .9em;
	padding:0px;
	margin: .2em 0em 0em 0em;
}

#galwebde {
	font-size: .8em;
	padding:0px;
	margin: 0px;
}

TD	{
	font-family: Verdana, Tahoma, sans-serif;
	color: #080108;
	font-weight: normal;
	}

IMG {
/*	display: block; */
	}

UL {
	list-style: square;
	margin-left: 10px;
	padding: 0;
	}

UL.no-dots {
	margin-left: 10px;
	list-style: none;
	}

LI {
	margin-left: 10px;
	margin-top: 10px;
	padding: 0;
	}
	
H1 {
	font-size: 2em;
	font-weight: normal;
	color: #080108;
	}

p.totmtitle {
	font-size: 2em;
	font-weight: normal;
	}

p.totmyrnum {
	font-size: 1.6em;
	font-weight: normal;
	}
p.totmadd {
	font-size: 1.2em;
	font-weight: normal;
	}

H2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #4B3818;
	margin: 1em 0em .3em 0em;
	}

H3 {
	font-size: 1.2em;
 	color: #544133; 
/*	color: #333333;*/
	}
	
a:link {
	color: #0E6170;
	text-decoration: none;
	font-weight: normal;
	}

a:visited {
	color: #0E6170;
	text-decoration: none;
	}

a:hover{
	color: #B14E22;
	}

#globaltopmenu A, globaltopmenu A:link {
	color: #0E6170;
	font-weight: bold;
	text-decoration: none;
	margin: 4px 4px 4px 4px;
	}

#globaltopmenu A:visited {
	color: #0E6170;
	font-weight: bold;
	text-decoration: none;
	margin: 4px 4px 4px 4px;
	}

#globaltopmenu A:hover {
	background-color: #eeeeee;
	color: #B14E22;
	border: 1px solid #005555;
	margin: 4px 3px 4px 3px; /* t r b l */
	font-weight: bold;
	}


#topmenu A, topmenu A:link {
	color: #0E6170;
	font-weight: bold;
	text-decoration: none;
	margin: 4px 4px 4px 4px;
	}

#topmenu A:visited {
	color: #0E6170;
	font-weight: bold;
	text-decoration: none;
	margin: 4px 4px 4px 4px;
	}

#topmenu A:hover {
	background-color: #eeeeee;
	color: #B14E22;
	border: 1px solid #005555;
	margin: 4px 3px 4px 3px; /* t r b l */
	font-weight: bold;
	}

 
A.botmenu, A.botmenu:link {
	color: #0E6170;
	font-weight: bold;
	text-decoration: none;
	margin: 4px 4px 4px 4px;
	}

A.botmenu:visited {
	color: #0E6170;
	font-weight: bold;
	text-decoration: none;
	margin: 4px 4px 4px 4px;
	}

A.botmenu:hover {
	background-color: #eeeeee;
	color: #B14E22;
	border: 1px solid #005555;
	margin: 4px 3px 4px 3px; /* t r b l */
	font-weight: bold;
	}

/*================ standard align stuff ================*/
/* use as <img src="pic000.jpg" class="rfloat"> */
.rfloat {
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 6px;
}

/* use as <img src="pic000.jpg" class="lfloat"> */
.lfloat {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 6px;
}

/* use as <p class="centerme"><img src="/graphics/tdcoffice.jpg"></p> */
.centerme {
	text-align: center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

.centeredline {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0em;
	margin-top: 0em;
	padding:0px;
	text-align: center;
}


/*===================== list stuff ======================*/
p#listingstitle {	/* used with <p id="listingstitle">Hxkjkddk</p> */
	padding-top: 0em;
	padding-bottom: 1em;
	font-size: 20px;
	color: #0E6170;
	font-weight: bold; 
}

#listings {
	padding-left: 3em; 
	padding-right: 3em; 
	}

.listing {
	margin: 0em 0em 1em 0em;
	}

.listlink {
	text-align: left;
	margin-bottom: .4em;
	}

.listtype {
	float:left; 
	margin:0em; 
	padding:0em 0em 1.5em 0em; 
	width: 25%;
	text-align: center;
	font-size: .85em;
	color: #0E6170;
	}

.listblurb {	
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#0E6170;
	margin:0em;
	text-align: justify;
	padding: 0em 2em 0em 2em;
}

.listblurb p {	/* use with <div class="listblurb"><p>stuff</p></div> */
/*	padding: 10px; */
/*	margin:0px;	*/
}

.listbar {
	width: 70%; 
	margin-left:auto; 
	margin-right: auto;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #666666;
	}

/* used with <a href="/" class="listlink">Hxkjkddk</a> */
a.listlink 		{color: #029A75; font-size: 15px; 
font-weight:bold; text-decoration: none;}
a:visited.listlink 	{color: #029A75; font-size: 15px; 
font-weight:bold; text-decoration: none;}
a:hover.listlink 	{color: #DB62CB; font-size: 15px; 
font-weight:bold; text-decoration: none;}
a:active.listlink 	{color: #ff00ff; font-size: 15px; 
font-weight:bold; text-decoration: none;}

.desclink {
	padding: 10px 6px 5px 0px;	/* t r b l */
	text-align: right;
}
.desclink a {color:#029A75; font-weight:bold; text-decoration: none;}
.desclink a:visited {color:#029A75; font-weight:bold;  text-decoration: none;}
.desclink a:hover {color:#DB62CB; font-weight:bold;  text-decoration: none;}
.desclink a:active {color:#ff00ff; font-weight:bold;  text-decoration: none;}

/* this is used to force white background in the whole area even if
the description is shorter than the video is tall */
#embedarea {
	background-color: #ffffff;
	width: 650px;
	padding: 0px;
	margin: 0px;
/*	height: expression(this.scrollHeight > 344 ? "auto":"344px"); */
	min-height:344px;
	height: auto !important;
	height: 344px;
}

#embedyt {
float:left;
width: 425px;
padding: 0px;
margin: 0px 7px 0px 0px;
}

#embeddesc {
padding: 0px;
margin: 0px;
}

#embeddesc p {	/* used with <div id="embeddesc"><p>stuff</p></div> */
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#222222;
	padding: 2px 3px 8px 4px;	/* t r b l */
	margin:0px;
	text-align: left;
}

#embeddesc p.desctitle {	
/* used with <div id="embeddesc"><p class="desctitle">stuff</p></div> */
	font-weight:bold;
	padding-top: 5px;
        font-size: 12px;
        color: #2F2FE9;
}

