/* Color key for Great Justice */
/* =========================== */
/*  Background brn: #200c09;   */
/*  Nav link: #22110e;         */
/*  Footer text: #c0b9b9;      */
/*  Copy: #e6e5d1;             */
/*  Borders: #7f6461;          */
/* =========================== */


/* html redefinition */

html,body {
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	height: 100%;
	margin-bottom: 0px;
	}

html {
	background-image: url('images/large_bg.gif');
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #200c09;
	}

	

/* id */

#banner {
	width: 916px;
	height: 266px;
	}
	#banner img {
		border: 0px;
		}

#content {
	width: 848px;
	background-image: url('images/content_back.png');
	background-repeat: repeat-x;
	min-height:80%;
	height:auto;
	border-left: 1px solid #7f6461;
	border-right: 1px solid #7f6461;
	margin-left: 53px;
	margin-top: 15px;
	}

#exitlink {
	padding-top: 9px;
	text-align: right;
	padding-right: 17px;
	padding-bottom: 10px;
	}

#flashcontent img {
	margin-left: 6px;
	}

#flashholder {
	margin-left: -7px;
	}

#footer {
	width: 848px;
	background-image: url('images/footer_back.png');
	background-repeat: repeat-x;
	font-size: 9px;
	color: #c0b9b9;
	padding-top: 20px;
	padding-bottom: 5px;
	border-left: 1px solid #7f6461;
	border-right: 1px solid #7f6461;
	text-align: center;
	margin-left: 53px;	
	}
	#footer a:link, #footer a:visited {
		color: #c0b9b9;
		text-decoration: none;
		}
	#footer a:hover {
		color: #22110e;
		text-decoration: none;
		}

#left {
	width: 541px;
	float: right;
	border-left: 1px solid #635553;
	}
	#left a:link, #left a:visited {
		color: #22110e;
		text-decoration: none;
		}
	#left a:hover {
		color: #fff;
		text-decoration: none;
		}
	#left img {
		border: 0px;
		}


#nav {
	margin-top: -16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
	#nav ul {
		list-style: none;
		}
	#nav li {
		display: block;
		height: 34px;
		float: left;
		}
	#nav .link {
		padding-top: 9px;
		}
	#nav .divider {
		margin-left: 35px;
		margin-right: 35px;
		margin-top: 1px;
		}
	#nav a:link, #nav a:visited {
		text-decoration: none;
		font-size: 12px;
		}
	#nav a:hover {
		color: #e6e5d1;		
		}
	
#right {
	width: 306px;
	float: left;
	padding-top: 20px;
	min-height: 80%;
	text-align: center;
	}
	#right img {
		border: 1px solid #ab9e90;
		}
	#right #exitlink img {
		border: 0px;
		}
	#right a:link, #right a:visited {
		color: #22110e;
		text-decoration: none;
		}
	#right a:hover {
		color: #fff;
		text-decoration: none;
		}
	#right .center img {
		border: 0px;
		}
		
#subnav {
	margin-top: -16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	float: left;
	}
	#subnav ul {
		list-style: none;
		}
	#subnav li {
		display: block;
		float: left;
		margin-right: 25px;
		}
	#subnav .link {
		}
	#subnav a:link, #subnav a:visited {
		text-decoration: none;
		font-size: 12px;
		}
	#subnav a:hover {
		color: #e6e5d1;		
		}
	
#text {
	clear: both;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
	text-align: left;
	color: #e6e5d1;
	line-height: 20px;
	}

#wrapper {
	margin: 0px auto;
	width: 900px;
	height: 100%;
	text-align: left;
	padding-right: 60px;
	}




/* class */

.clear {
	clear: both;
	}

.divider {
	}

.fleft {
	float: left;
	}

.floatphone {
	float: left;
	margin-left: 150px;
	}

.fright {
	float: right;
	}

.white {
	color: #fff;
	}

.largedark {
	color: #22110e;
	font-size: 18px;
	}

.lounge {
	color: #e6e5d1;
	margin-top: 0px;
	line-height: 20px;
	}
	
.maplink {
	color: #22110e;
	font-family: "Century Gothic", "Avant Garde", "Avant Garde Gothic", Helvetica, Verdana, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	}

.mediumwhite {
	color: #e6e5d1;
	font-size: 12px;
	letter-spacing: 5px;
	font-family: "Century Gothic", "Avant Garde", "Avant Garde Gothic", Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	}

.menuitem {
	}

.menuleft {
	float: left;
	width: 350px;
	margin-left: 5px;
	}
	.groups .menuleft {
		width: 210px;
		float: left;
		margin-left: 20px;
		}
	.groups .menuleftlong {
		width: 350px;
		float: left;	
		margin-left: 20px;
		}

.menuright {
	float: left;
	width: 95px;
	text-align: right;
	}
	.groups .menuright {
		width: 210px;
		text-align: left;
		float: left;
		}

.quoteholder {
	background-color: #473a37;
	margin-top: 5px;
	padding: 5px;
	}

.smalllight {
	color: #e6e5d1;
	font-size: 10px;
	}
.center {
	text-align: center;
	}
	.center img {
		
		}

/* navigation classes */

.normal {
	font-family: "Century Gothic", "Avant Garde", "Avant Garde Gothic", Helvetica, Verdana, sans-serif;
	color: #22110e;       /* Dark brown */
	}

.black {
	font-family: "Century Gothic", "Avant Garde", "Avant Garde Gothic", Helvetica, Verdana, sans-serif;	
	color: #e6e5d1;		
	}
	
/* tips */

#tip {
	position:absolute; 
	overflow:hidden; 
	visibility: hidden;
	z-index:999;
	background-color: #504746;
	color: #e6e5d1;
	border: 1px solid #7f6461;
	width: 125px;
	text-align: center;
	padding: 3px;
	font-family: "Century Gothic", "Avant Garde", "Avant Garde Gothic", Helvetica, Verdana, sans-serif;	
	font-size: 10px;
	text-transform: uppercase;
	clear: both;
	}

.hidden {
	display: none;
	}

.shown {
	display: block;
	}
