/* WDIK Global Style Sheet */
/* Last revision: Aug 20 2004 */
/*------------------------------------------*/

/* GLOBAL ESSENTIALS */
/* -------------------------------------- */

a img { border-style: none; }

body {
	margin:0;
	padding:0;
	background: #fff url("../images/wallpaper.gif") repeat;
	text-align: center;
	font-family:georgia,garamond,serif;
	color:#333;
	line-height:1.4;
	voice-family: "\"}\""; voice-family: inherit;
	font-size:small;
	}
	html>body {font-size:small;}
	
p, a {
	margin:0;
	font-size:0.9em;
	line-height:140%;
	padding-bottom: 1em;
	text-align:left;
	font-family:georgia,garamond,serif;
} 
a{
	color:#880304;
}

a:hover{
	text-decoration:underline;
}

h1, h2, h3, h4, h6 {
	font-family:palatino,garamond,georgia,serif;
	font-weight:normal;
	text-align:left;
	color:#880304;
	margin:0;

}

h1 { font-size: 154%; 
	padding: 2px 0px 2px 12px;
	margin-bottom: 12px;
	background:#B1AF9A;
}

/* black dotted content heads */
h2
{
	border-bottom: 1px dotted #78725C;
	border-top: 1px dotted #78725C;
	padding: 2px 0px 2px 12px;
	margin-bottom: 12px;
	font-size: 140%;
	line-height:1.2;
}

/* red colored subheads */
h3 {
	font-size:120%;
	font-weight:bold;
	color:#880304;
	padding-bottom:2px;
}

/* black, smaller */
h4 { font-size:130%; }

/* bold sans-serif subheads */
h5 {
	font:100% 'Lucida Grande','Lucida Sans Unicode',verdana,arial,sans-serif;
	font-weight:bold;
	color:#333;
	margin: 6px 0 2px 0;
	text-align:center;
}

/* just like h2 but without border */
h6 { font-size: 140%; padding-top:4px; padding-bottom:4px; }

img{
border:0px;
float:left;

padding:10px;
padding-left:0px;
.margin:10px;
.margin-left:0px;
}

/* STRUCTURE */
/* -------------------------------------- */

#globalwrap{
	position:absolute;
	left:-265px;
	top:10px;
	margin-left:50%;

}

#menu_bg_div{
	width: 570px;
	height:50px;
	background: url("../images/navbg.gif") no-repeat;
	position:absolute;
	top:274px;
	z-index:5;
	left:8px;
}

#content_div{
	position:absolute;
	top:307px;
	left:8px;
	z-index:10;
	width: 570px;

	
}
#content_table{
	border-collapse: collapse; 
	border-spacing: 0; 
}

#content_top{

	height:53px;
	background: url("../images/bgtop.gif") no-repeat;
}

#content_middle{

	background: url("../images/bgmiddle.gif") repeat-y;
}

#content_bottom{
	text-align:center;
	height:85px;
	background: url("../images/bgbottom.gif") no-repeat;
}

#footer_div {
	text-align:center;
	width: 570px;
}

#content_top td{
	margin:0px;
	padding:0px;
	border:0px;
}

#content_middle td{
	width: 570px;
	padding-left:35px;
	margin-right:100px;
	padding-top:-10px;
	padding-bottom:0px;
	border:0px;
	
}
#content_wrap{
	position:relative;
	top:-15px;
	width: 487px;

}

#footer_div{
	position:relative;
	top:-5px;
	width: 487px;
	text-align:center;
}
.footer-no a, .footer-no p{
	vertical-align:top;
	margin:0px;
	padding:0px;

	color:#444444;
	font-size:10px;
	text-decoration:none;

}
.footer-no a:hover{
	background:#B1AF9A;
	text-decoration:none;
}


/*drop down menu*/

/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */

*{margin:0;padding:0;border:none;}

body{margin:0.5em;font-family:palatino linotype,garamond,georgia,serif;}

/* Begin CSS Popout Menu */

#menu{
	width: 570px;
	float:left;
	position:absolute;
	top:279px;
	left:30px;
	z-index:25;
}

#menu a, #menu h2{

	font-family:palatino linotype,garamond,georgia,serif;
	font-weight:normal;
	text-align:left;
	color:#880304;
	margin:0;

	background:transparent;
	border: 0px;

	display:block;

	white-space:nowrap;
	margin:0;
	padding:1px 0 1px 3px;
}

#menu li a,#menu li h2{
	font-family:palatino linotype,garamond,georgia,serif;
	font-weight:bold;
	text-align:left;
	color:#880304;
	margin:0;
	font-size:11px;
	/*background:url("../images/plus.gif") no-repeat 100% 100%;*/

	text-transform:uppercase;
	text-decoration:none;
	/*background:#D7D5CA;*/
}
div#menu li.l1-no a {
	color:#880304;
	text-decoration:none;
}

div#menu li.l1-act a{
	background:url("../images/anglepattern.gif") repeat;
	
}

div#menu li.l1-act a:hover,div#menu li.l1-no a:hover{
	/*background:#A2A091 url("../images/plus.gif") no-repeat -999px -9999px;*/
	background:#95947F;
}



#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:85px;
}

#menu li{
	position:relative;
}

#menu ul ul{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;


	left: 0;

}

li > ul {
	top: auto;
	left: auto;
}

#menu ul ul ul{
	top:0;

	left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */


div#menu li:hover{
	cursor:pointer;
	z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */






#menu li.l2-act a:active,#menu li.l2-no a:active,#menu li.l3-act a:active,#menu li.l3-no a:active{
	color:#060;
	background:#D7D5CA;
	width:14em;
}
#menu li.l2-act a,#menu li.l2-no a:visited,#menu li.l3-act a,#menu li.l3-no a:visited{
	font-weight:bold;
	color:#880304;
	background:#B1AF9A;
	width:14em;
}

#menu li.l2-no a:hover,#menu li.l3-no a:hover{
	color:#000;
	background:#ddd;
	width:14em;
}



/* End CSS Popout Menu */


