/* CSS Document */
img
{  border-style: none;
}
#body {
	height:100%;
	margin:0; 
	padding:0;
	}
#html {
	height:100%;
	}
#wrap {
	height:100%;
	min-height:100%;
	background-image:url(graphics/shadow.png);
	width:700px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	padding:20px;
	color:#666666;
}
#wrap a {
	text-decoration:none;
	color:#990000;
	}
#wrap a:hover {
	color:#CC0000;
	text-decoration:underline;
}
#header {
margin-bottom:25px;
visibility:hidden;
height:0px;
width:0px;

}
#location {

width:650px;
text-align:right;
z-index:99;
}

#footer {
visibility:hidden;
height:0px;
width:0px;
position:absolute;
bottom:-50px;
height:50px;
width:100%;
text-align:center;
color:#333333;
font-family:Verdana;
font-size:11px;
padding-top:15px;
} 
#footer a {
	text-decoration:none;
	color:#333333;
	}
#footer a:hover {
	color:#CC0000;
	text-decoration:underline;
}	 
.content {
border-color:#cccccc;
border-top-width:1px;
border-top-style:dotted;
text-align:left;
padding-top:10px;
}
.content-image {
border-color:#cccccc;
border-top-width:1px;
border-top-style:dotted;
text-align:left;
}
.image {
width:200px;
padding-top:10px;
}
.image-text {
padding-top:10px;
}

.imagetextlayer {
border-color:#cccccc;
border-top-width:1px;
border-top-style:dotted;
}

*html #right {
border-top-width:2px;
}

#header {
position:relative;
}
#menu {
visibility:hidden;
height:0px;
width:0px;
padding-top:1px;
float:left;
width:125px;
}
ul#menu2 {
width: 125px;
list-style-type: none;
border-top: dotted 1px #CCCCCC;
margin: 0;
padding: 0;
}

ul#menu2 ol {
display: none;
text-align: right;
list-style-type: none;
margin: 0;
padding: 5px;
}

ul#menu2 li, 
ul#menu2 a {
font-family: tahoma, sans-serif;
font-size: 11px;
color: #be4444;
}

ul#menu2 li {
border-bottom: dotted 1px #CCCCCC;
line-height: 15px;
}

ul#menu2 ol li {
border-bottom: none;
}

ul#menu2 ol li:before {
content: "- ";
}

ul#menu2 a {
text-decoration: none;
outline: none;
}

ul#menu2 a:hover {
color: #000000;
}

ul#menu2 a.active {
color: #be5028;
}
h3 {
color:#990000;
font-family:arial;
font-size:14px;
font-weight:bolder;
letter-spacing:6px;
line-height:20px;
text-transform:uppercase;
text-align:left;
}
h2 {
color:#944343;
font-family:arial;
font-size:12px;
font-weight:bolder;
letter-spacing:3px;
line-height:20px;
text-transform:uppercase;

}
h1 {
color:#444444;
font-size:36px;
font-family:"Courier New", Courier, monospace;
}
#topshadow {
bottom:-3px;
z-index:5;
}