@charset "utf-8";
/* CSS Document */
 /* $WEFT -- Created by: Joel Manalili II (joel@regencyweb.com) on 3/7/2008 -- */
@font-face {
    font-family: Futura Lt BT;
    font-style:  normal;
    font-weight: normal;
    src: url(FUTURAL0.eot);
}
html, body {
	height: 100%; /* Make sure the document takes up the whole window. */
	background-color:#B1953A;
	margin: 0 auto;
	padding: 0;
}

div#shim {
	visibility: hidden;
	width: 100%;
	height: 50%; /* Bump div#blueBox down half the height of the screen. */
	margin-top: -280px;  /* Half the height of div#blueBox. */
	float: left;
}

#container {
	width: 960px;
	background-image:url(../../images/shadow-right.gif); /* this contains the right shadow */
	background-position:right;
	background-repeat:repeat-y;
	background-color:#572701;
	margin: 0 auto;
/*	margin-top: 50px; */
	height:560px;
	clear:both;
}
#containerFlash {
	width: 964px;
/*	margin-top: 48px; */
	height:560px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#top1 {
	margin: 0;
	padding: 0;
	background-image:url(../../images/shadow-top.gif);
	background-position:center;
	height:2px;
	background-repeat: no-repeat;
}
* html #top1 {
	font-size:0px;
}
#bottom1 {
	background-image:url(../../images/shadow-bottom.gif);
	background-position:center;
	height:2px;
	background-repeat: no-repeat;	 
}
* html #bottom1 {
	font-size:0px;
}
#container-1 {
	width: 960px;
	background-image:url(../../images/shadow-left.gif); /* this contains the left shadow */
	background-position:left;
	height:558px;
	background-repeat: repeat-y;
}
#main-head {
	background-image:url(../../images/top-bg.jpg);
	height:75px;
	margin-left:2px; /* this is to show the shadow on the left side */
}
* html #main-head { margin-left:1px; }

#logo-area {
	height: 75px;
	float:left;
	width:300px;
}

#top-patch {
	float:right;
	background-image:url(../../images/shadow-right.gif); /* this contains the right shadow of the header portion */
	background-position:right;
	height:75px;
	background-repeat: repeat-y;
	width:500px;
}

#menu-area {
	width:500px;
	height:55px;
	padding-right:30px;
	padding-top:20px;
	float: right;
	text-align:right;	
	background-image:url(../../images/shadow-right.gif); /* this contains the right shadow of the header portion */
	background-position:right;
	background-repeat: repeat-y;
}

/* html #menu-area {	
	margin-top:10px; 
	margin-right:15px;	
	}
*/

#menu-area UL {
	margin: 0;
	padding: 0;
}

#menu-area LI {
	padding-left:10px;
	list-style-image:none;
	display:inline;
}

#body-home {
	margin-left: 2px;
	width: 952px;
}

#body-main {
	margin-left: 2px;
	width: 938px;	/* supposedly 952 but subtracted 20 for the padding-left */
	background-image:url(../../images/side-bg.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	padding-left: 20px;
	height:483px;
}

#body-left {
	margin-top:15px;
	margin-left:15px;
	float:left;
	width:200px;
	min-height:200px;
}	
* html #body-left {
	margin-top:7px;
	margin-left:5px;
}

#body-right {
	margin-top:15px;
	margin-right:15px;
	float:right;
	width:690px;
	height:450px;
	overflow:auto;
	scrollbar-highlight-color: #572701;
	scrollbar-3dlight-color: #F9F5DC;
	scrollbar-arrow-color: #D6D0A0;
	scrollbar-face-color: #572701;
	scrollbar-shadow-color: #F9F5DC;
	scrollbar-track-color: #492201;
	scrollbar-darkshadow-color: #0F600D;
}

* html #body-right {
	margin:7px 5px 0 0;
}
#form-line {
	margin-bottom:3px;
	background-color: #572701;
}
#XML-left {
	float:left;
	width:400px;
	min-height:100px;
}

#XML-right {
	float:left;
	margin-left:10px;
	width:500px;
	height:600px;
	overflow:scroll;
}

/* font sizes used throughout the website */

.textTitle {
/*	color:#F9F5DC; */
	color:#A5C5AE;
	font-family: "Futura Lt BT", Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
}

.textNormal {
	color:#F9F5DC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}

.textNormal-01 {
	color:#F9F5DC;
	font-family:"Futura Lt BT", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
}

.textLarge {
	color:#F9F5DC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}
.textSmall {
	color:#F9F5DC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
.textTiny {
	color:#F9F5DC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
}
.formControl {
	border:#D6D0A0 solid 1px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	height:15px;
	padding-top:2px;
	background-color:#572701;
}
.formControl-select {
	border:#D6D0A0 solid 1px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	background-color:#572701;
}
.error {
	color:#FF0000;
}
.buttonBG {
    border:#F9F5DC solid 1px;
	color:#F9F5DC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	height:20px;
	padding-left:5px;
	padding-right:5px;
	background-color:#572701;
}

a, a:link, a:visited, a:active {
	color:#F9F5DC;
	text-decoration:underline;
}
a:hover { color:#D6D0A0; }

.copyrite {
	color:#572701; 
	font:12px normal normal Verdana, Geneva, sans-serif;
	text-align:center;
	margin-top:10px;
}
