/* CSS Styles - Space Design */

/* -- reset -- */
* {margin:0px; padding:0px;}

body {
	background:#2f382f url(../images/bg_repeater.gif) top left repeat-y;
	font-family:Helvetica, Arial, sans-serif;
	font-size:66.7%; /* 1 em approx 10px */
	color:#e8e8e8;
}


a img {
	background:none;
	border:none;
}

img {border:none;}

.montage {margin-bottom:10px;}

/* -- End Reset -- */

.clear {clear:both;}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* --------------------------------------------------------------- */
/* -- Site Structure --------------------------------------------- */
/* --------------------------------------------------------------- */

div#layout {
	width:701px;
	background:#444c44 url(../images/header_graphic.gif) top left no-repeat;
	margin-left:249px;
	padding-top:130px;
	float:left;
}
	
	div#contentHolder {
		width:510px; /* 530 */
		padding:8px 20px 100px 0px;
		display:block;
		float:right;
	}
	
	div#nav {
		width:145px;
		padding:20px 5px 0px 20px;
		display:block;
		float:left;
	}
	
	div#footer {
		width:701px;
		background:#596459;
	}

div#aboutContainer {
	width:190px; /* 229 */
	padding:19px;
	position:fixed;
	top:0px;
	left:0px;
	z-index:1;
}

/* --------------------------------------------------------------- */
/* -- Contents  -------------------------------------------------- */
/* --------------------------------------------------------------- */



#contentHolder h1 {
	color:#139b48;
	font-size:2.4em;
	font-weight:bold;
	margin-bottom:10px;
}

#contentHolder p {
	font-size:1.1em;
	line-height:1.4em;
	margin-bottom:10px;
}

#contentHolder ul {
	margin-bottom:10px;
}

	#contentHolder ul li {
		font-size:1.1em;
		line-height:1.4em;
		padding-bottom:3px;
		padding-left:0.5em;
		margin-left:1.4em;
		
		list-style-type:square;
	}

#contentHolder a,
#contentHolder a:active,
#contentHolder a:link {
	color:#00b446; /*#f0790f;*/
	background:transparent;
	
}
#contentHolder a:hover,
#contentHolder a:focus {
	color:#E4E4E4;
	background:#139b48;
	text-decoration:none;
}


/* -- content block - wraps main content */
#contentHolder .contentBlock {
	padding:0px 0px 0px 10px;
	border-left:1px solid #868585;
}

/* --------------------------------------------------------------- */
/* -- Footer         --------------------------------------------- */
/* --------------------------------------------------------------- */

#footer {color:#a0a0a0;}

#footer p {padding:10px 20px;}

#footer a,
#footer a:active,
#footer a:link {
	color:#a0a0a0;
	text-decoration:none;
}
#footer a:hover,
#footer a:active {
	color:#E4E4E4;
	background:#139b48;
}

.ribaBanner {
	width:100%;
	height:151px;
	background:#d7150b;
	text-align:right;
}

/* --------------------------------------------------------------- */
/* -- Side panel    --------------------------------------------- */
/* --------------------------------------------------------------- */

#aboutContainer {
	color:#444c44;
	line-height:1.3em;
}
	
	#aboutContainer p {
		margin-bottom:10px;
	}
	
	#aboutContainer a,
	#aboutContainer a:active,
	#aboutContainer a:link {
		color:#444c44;
		text-decoration:none;
	}
	#aboutContainer a:hover,
	#aboutContainer a:active {
		color:#E4E4E4;
		background:#139b48;
	}
	
	#logo {margin-bottom:20px;}
	
	#ribaLogo {
		margin-top:20px;
	}
	
	#aboutContainer .standout {
		color:#139b48;
		font-weight:bold;
		font-size:1.1em;
		line-height:1.5em;
	}
	
/* --------------------------------------------------------------- */
/* --Navigation -------------------------------------------------- */
/* --------------------------------------------------------------- */

#nav {}

	#nav ul {}
	
		#nav ul li {
			list-style:none;
			font-size:1.2em;
			font-weight:bold;
			margin-bottom:10px;
			float:left;
			width:100%;
		}
		
		#nav ul li .navBullet {
			width:5px;
			height:1em;
			display:block;
			background:#139948;
			margin-right:10px;
			margin-top:2px;
			float:left;
		}
			
			
			#nav ul li a {
				text-decoration:none;
				color:#e8e8e8;
			}
			#nav ul li a:hover,
			#nav ul li a:focus {}
				
				#nav ul li a span {cursor:hand;}
				
				#nav ul li a .linkText {
					display:block;
					float:left;
				}
				
				#nav ul li a .navBullet {
					background:#2f382f;
				}
				
				#nav ul li a:hover .navBullet,
				#nav ul li a:focus .navBullet {
					background:#e8e8e8;
				}
		