@import url('lightbox.css');

/**************** MERCER ALLIANCE *********************/
/**************** PAGE STYLES *********************/

BODY  {
	scrollbar-arrow-color:		#F1F1F1;
	scrollbar-base-color:		#E1D9C9;
	scrollbar-dark-shadow-color:	#3B3BA7;
	scrollbar-track-color:		#000000;
	background: 			#C0C0C0;
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10pt;
}

body {
	width: 				100%;
	background-image: 		url(../images/home/bg.gif);
	background-attachment:		fixed;	
	background-color: 			#EDE2C4;
	color: 				#000000;
	margin-bottom:			10px;
	margin-top:			10px;
}

/**************** CONTENT *********************/

#innerbody { margin: 0; width: 100%; }

#content-wrap {
	width: 				750px;
	padding:				0px 0px 0px 0px;
	border-left: 			5px solid #000000;
	border-right: 			5px solid #000000;
	background-color: 			#FFFFFF;
	background-image:			url( ../images/layout/right_bg.jpg );
	background-position:		bottom right;
	background-repeat:		no-repeat;
	position: 				relative; 
}

/**************** SITE MAIN *********************/

#header {
	background-image: 		url(../images/home/header.jpg);
	background-color: 			#040203;
	width: 				750px;
	height: 				61px;
}

/**************** NAV *********************/

#nav-wrap {
	width: 				750px;
	padding: 				0 0 0 0;
	border-left: 			3px solid #000000;
	border-right: 			3px solid #000000;
	border-bottom: 			2px solid #000000;
	background-color: 		#E1D9C9;
}

/**************** LEFT *********************/

#leftcol { 
 	width: 				500px;
	float: 				left; 
 	position: 				relative;
}

#leftbox { 
 	padding: 				5px 5px 5px 5px;
	border-right: 			1px dashed #A9957A;
	background-color: 		inherit;
	DISPLAY: 				block;
	font-size: 				80%;
	color: 				#000000;
	font-family: 			verdana, arial, sans-serif;
	float: 				left
	text-align:				left;
	width: 				100%;
	min-height:				750px;
}

#leftbox
A:link { 
	color: 				#0000FF; 
	text-decoration: 			underline; 
}

#leftbox
A:visited {
	color: 				#800080;
	text-decoration: 			underline;
}

#leftbox
 A:hover {
	color: 				#FF0000;
	text-decoration: 			underline;
}

#leftbox h3 {
	font-size: 			16px;
	font-family:			verdana, arial, sans-serif;
	padding: 				0 0 0 0;
	margin-bottom: 			12px;
	color: 				#000000;
	letter-spacing: 			.2em;
}

#leftbox h4 {
	border-bottom: 			2px solid #800000; 
	font-size: 				14px;
	font-family:			verdana, arial, sans-serif;
	padding-bottom: 			5px; 
	margin-bottom: 			12px;
	color: 				#800000;
}

#leftbox h5 {
	font-size: 				14px;
	margin-bottom: 			12px;
	color: 				#000000;
	text-align:			left;
}

#leftbox p { 
 	padding-bottom: 		5px;
}

#leftbox li {
	list-style-type:		square;
	margin:			0px 0px 10px 0px;
	list-style-position:	outside;
	font-size: 			100%;
}

.pic { 
  	border: 			2px solid #000000; 
}

.grey {
	position: 			relative;
	background-color: 	#fff;
	border: 			1px solid #a9a9a9;
	padding: 			4px;
}

.caption {
	background-color:		#F5F5F5;
	border:			1px solid #C0C0C0;
	float:			right;
	margin:			5px;
	padding:			5px;
	text-align:			center;
	width:			280px;
}

.caption img {
	border:			0 none;
	margin:			0;
	padding:			0;
}

.caption p.caption-text {
	font-family:		Verdana,Arial;
	font-size:			9px;
	line-height:		15px;
	margin:			0;
	padding:			5px 5px 0 0;
	text-align:			left;
}

/**************** RIGHT *********************/

#rightcol { 
 	width: 				227px;
	float: 				right; 
 	margin-right: 			2px;
}

#rightbox { 
 	padding-left: 			5px;
	padding-top: 			5px;
	DISPLAY: 				block;
	background-color:			#inherit;
	font-size: 				12px;
	color: 				#000000;
	float: 				left
	text-align:				left;
	width: 				100%;
}

#rightbox h1 {
	font-size: 				14px;
	font-family:			Courier;
	padding: 				10px;
	margin-bottom: 			0px;
	color: 				#A9957A;
}

/**************** Side Nav *********************/

#linkbox { 
 	padding: 			2px;
	border: 			4px solid #000000;
	float: 			left
	DISPLAY: 			block;
	background-color:		#E1D9C9;
	font-size: 			12px;
	color: 			#000000;
	width: 			200px;
} 

#linkbox h2 {
	font-size: 			18px;
	font-family:		verdana, arial, sans-serif;
	padding: 			0 0 0 0;
	color: 			#FF0000;
	text-transform: 		uppercase;
	letter-spacing: 		.2em;
}

.linkbox-title {
	font-size: 			140%;
	font-family:		arial, verdana;
	padding: 			0 0 0 0;
	margin-bottom: 		10px;
	color: 			#ff0000;
	font-weight:		bold;
	text-transform: 		uppercase;
	text-align:			center;
}

#linkbox p { 
 	padding: 			0px 0px 10px 0px;
}

#linkbox td { 
 	padding: 				5px 0px 0px 0px;
	text-align:				left;
	font-size: 				12px;
	color: 				#000000;
}

#linkbox a  {
	color:			#0000ff;
	text-decoration:		underline;
}

#linkbox a:hover  {
	color:			#FF0000;
	text-decoration:		underline;
}

#navlinkbox {
	display:			block;
	text-align:			left;	
	margin-top:			0px;
	margin-left:		5px;
	margin-right:		0px;
	margin-bottom:		4px;
	font-size:			12px;
}

#navlinkbox a  {
	background-color:		inherit;
	text-transform: 		uppercase;
	color:			#000000;
	text-decoration:		underline;
}

#navlinkbox a:hover  {
	background-color:		inherit;
	color:			#FF0000;
	text-decoration:		underline;
}

#listbox { 
 	padding: 				2px;
	border: 				4px solid #000000;
	DISPLAY: 				block;
	background-color:			#E1D9C9;
	text-align:				center;
	font-size: 				10px;
	color: 				#000000;
	width: 				200px;
}

#listbox p { 
 	padding: 				0px 0px 10px 0px;
}

#listbox h1 {
	font-size: 				18px;
	font-family:			verdana, arial, sans-serif;
	padding: 				0 0 0 0;
	color: 				#FF0000;
	text-transform: 			uppercase;
	letter-spacing: 			.2em;
}

#connect { 
 	padding: 				2px;
	border: 				4px solid #000000;
	DISPLAY: 				block;
	background-color:			#E1D9C9;
	width: 				200px;
}

#connect td { 
 	padding: 				5px 0px 0px 0px;
	text-align:				left;
	font-size: 				12px;
	color: 				#000000;
}

#connect a  {
	background-color:			inherit;
	text-transform: 			uppercase;
	color:				#0000ff;
	text-decoration:			underline;
}

#connect a:hover  {
	background-color:			inherit;
	color:				#FF0000;
	text-decoration:			underline;
}	

#connect h1 {
	font-size: 			18px;
	font-family:		verdana, arial, sans-serif;
	padding: 			0 0 0 0;
	color: 			#FF0000;
	text-transform: 		uppercase;
	letter-spacing: 		.2em;
}
	
/**************** FOOTER *********************/

#footer {
	background-color: 	#000000;
	width: 			750px;
	height: 			20px;
	padding-bottom:		.5em;
	padding-top:		.5em;
	font-size: 			12px;
	color: 			#FFFFFF;
	text-transform: 		uppercase;
	font-weight:		bold;
	font-family: 		Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align:			center;
}

#bottom  {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			8pt;
	text-align:			center;
}

#bottom A:link  {
	color:			#0000ff;
	text-decoration: 		underline;
}

#bottom A:visited  {
	color:			#660066;
	text-decoration:		underline;
}

#bottom A:hover  {
	color:			#FF0000;
	text-decoration:		underline;
}
