/* CSS Document */

body {
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 background: #000;
}

#container {
 max-width:100%;
 background: #000;
 margin: 0px;
 padding: 0px;
}


/* top banner */
#banner {
	position: fixed;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: 0px;
	right: 0px;
	height: 80px;
	overflow: visible;
	background-image: url(../images/banner_background.png);
	background-repeat: repeat-x;
	background-position: left top;
	z-index: 100;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E5E5E5;
}


*.float-divider { 
clear:both; display:block;
height:1px; font-size:1px; line-height:1px; 
}

/* Navigation Bar left side */
#nav {
	position: fixed;
	left: 0px;
	width: 155px;
	min-width: 155px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 80px;
	height: 570px;
	visibility: visible;
	padding: 0px;
	z-index: 100;
	min-width: 155px;
	background-image: url(../images/menubar1.png);
	background-repeat: no-repeat;
	background-position: left top;
}


*.nav_line {
	border-bottom-color: #877756;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-align: right;
	padding-right: 5px;
	padding-left: 20px;
	margin-left: 5px;
	margin-right: 20px;
	padding-top: 5px;
}

*.nav_text {
	border-bottom-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0px;
	text-align: center;
}

#nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: right;
}

#nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#nav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#nav a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	}
	
#banner a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FEDA98;
	text-decoration: none;
	text-align: right;
}

#banner a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6DC4F5;
	text-decoration: none;
}

#banner a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

#banner a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	}	


/* content */

#content {
	float: none;
	width: 85%;
	min-width: 1060px;
	padding: 0px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 175px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	font-size: 12px;
	color: #D8D8D8;
	background-attachment: fixed;
	background-image: url(../images/content_background.jpg);
	background-repeat: no-repeat;
	background-position: 200px 100px;
	left: auto;
	right: auto;
	height: auto;
	z-index: 1;
	}


.boxhorizontal {
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	overflow: auto;
	text-align: left;
	vertical-align: top;
	height: 600px;
	width: 1024px;
	position: relative;
	z-index: 1;
}	

.boxvertical {
	margin-left: auto;
    margin-right: auto;
	overflow: hidden;
	overflow: auto;
	text-align: left;
	vertical-align: top;
	height: 576px;
	width: 1024px;
	position: relative;
	z-index: 1;
}	
	 
*.line {
	padding: 3px 3px 3px 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #999;
	 }	 
 

/* Hypertext Hover styles */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #EBC49D;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC9933;
	text-decoration: none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6293DD;
	text-decoration: none;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width:600px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	font-size: 12px;
	color: #CCC;
	text-align: center;
 }
 
 
 
*.left {
	text-align: left;
}

*.center {
	text-align: center;
}

#text_box {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCC;
	text-decoration: none;
	padding: 10px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
