/* General Markup Styles
---------------------------------------- */
* {
	/* Reset browser defaults */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-top: 0px;
	margin-right: 2px;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	background-color: #663333;  
	margin-top: 3px;
	margin-left: 0px;
	padding: 0px 0;
}

h1 {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	margin-right: 10px;
	vertical-align: bottom;
	color: #FFFFFF;
	margin-top: 6px;
	font-weight: bold;
	font-size: 22px;
}

h3 {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
}



/* Main blocks
---------------------------------------- */
#wrap {
	padding: 0 3px;
	min-width: 600px;
}

#logo {
	float: left;
	width: auto;
}

a#logo:hover {
	text-decoration: none;
}

/* Site menu line */
#site-menu {
	float: left;
	vertical-align: bottom;	
	float: left;
	text-align: left;
	margin-top: 39px;
	margin-left: 7px;
	white-space: nowrap; /* For Opera */
	
}

/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	background: #ad6f44 none repeat-x 0 0;
	margin-bottom: 0px;
	padding: 0 5px;
	background-color: #ad6f44;
	background-image: url('./images/headerbar_back.gif');
}


.menubar2 {
	background-color: #4c67dc;
	background-image:url('/images/menubar_back.gif');
	padding: 0 10px;
}

span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

span.corners-top {
	background-image: url('./images/corners3_left_main.png');
	background-position: 0 0;
	margin: 0 -5px
}

span.corners-top span {
	background-image: url('./images/corners3_right_main.png');
	background-position: 100% 0
}

span.corners-bottom {
	background-image: url('./images/corners3_left_main.png');
	background-position: 0 100%;
	margin: 0 -5px;
	clear: both
}

span.corners-bottom span {
	background-image: url('./images/corners3_right_main.png');
	background-position: 100% 100%
}

/* Pop-ups
---------------------------------------- */
#dhtmlpoptip {
	font-family: Verdana, Arial; 
	font-size: 8pt;
	padding-bottom: 0px;
	line-height: 1.3em;
	margin-bottom: 1.1em;
	position: absolute;
	width: 250px;
	border: 0px solid black;
	padding: 2px;
	background-color: transparent;
	visibility: hidden;
	z-index: 100000;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color:gray, strength:5, direction=135);*/
}

#arrowhead {
	z-index: 99;
	position:absolute;
	top: -500px;
	left: 0;
	visibility: hidden;
}

#popback {
 	width: 100%;
	background-color: #fffdce;
	padding: 0px;
}

#poptitle {
	background-color: #ab6b40;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
}

#popfooter { 
	font-size: 7pt;
	padding-bottom: 0px;
	line-height: 1.3em;
	margin-bottom: 1.0em;
	color: #999999;
}


/* Search box
--------------------------------------------- */
#search-box {
 	font-family: Verdana, Arial; 
	font-size: 8pt;
	color: #FFFFFF;
	position: absolute;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: -6px;
	display: block;
	white-space: nowrap; /* For Opera */
}

#search-box #keywords {
	width: 90px;
	background-color: #FFF;
	vertical-align: middle;
	height: 15px;
	background-position: 0 50%; 
	background-repeat: no-repeat; 
	background-image: url(./images/icon_search.gif); 
	padding: 0px 0 0 17px;
}

#search-box input {
 	font-family: Verdana, Arial; 
	font-size: 8pt;
	border: 1px solid #b0b0b0;
	padding: 0px 2px 0px 2px;
}

#search-box img {
	vertical-align: middle;
	margin-right: 3px;
}

#site-description {
	float: left;
	width: 30%;
	vertical-align: bottom;	
}
