/* ------------------------------------------------ */ 
/* 	GLOBAL PAGE 
/* ------------------------------------------------ */ 
body {
	font: 62.5%/1.8em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#888;
	margin:0;
	/* background:url(../images/body.jpg) top repeat-x #121212; */
	background:url(../images/stripes.gif) top repeat-x #90140C;
	background-attachment:fixed;
}

* {
	margin:0;
	padding:0;
}
a {
	color:#222;
	border-bottom:1px dotted #ccc;
	text-decoration:none;
}
a:hover {
	border-bottom:1px solid #ccc;
}
input {
	padding:5px;
	border:1px solid #eee;
	color:#555;
	width:220px;
}
blockquote {
	padding:0 0 0 10px;
	border-left:5px solid #eee;
}

ul {	
	margin:10px 10px 10px 0;
	padding:0 0 0 15px;
	border:1px solid #eee;
}
li {
	margin:0 0 0 10px;
	padding:5px;
}
/* ------------------------------------------------ */ 
/* 	WRAPPERS 
/* ------------------------------------------------ */
#wrapper1 {
	background:#2A2A2A; /*#67483C; /*#871717;*/ /*#1e1e1e;*/
	padding:0 10px 10px 10px;
	width:760px;
	margin:0 auto;
}

#wrapper2 {
	width:740px;
	background:url(../images/wrapper2.jpg) bottom repeat-x #fff;
	border-left:1px solid #CECECE;
	border-right:1px solid #CECECE;
	border-bottom:1px solid #CECECE; /* 9E6E5D; */
	padding:0 10px 10px 10px;
}
/* ------------------------------------------------ */ 
/* 	TOP RIGHT NAVIGATION 
/* ------------------------------------------------ */
#nav {
	float:right;
	border:none;
	padding:0;
	margin:0;
}

#nav li {
	float:left;
	list-style:none;
	margin:0 4px 0 0;
	padding:0;
}

#nav li a {
	display:block;
	padding:40px 10px 21px 10px;
	background:#fff;
	color:#444;
	text-decoration:none;
	text-transform:uppercase;
	margin:0 1px 0 0;
	
	
}
#nav li a:hover {
	background:url(../images/nav_a_hover.jpg) top center no-repeat #fff;
	
	color:#000;
	
}
/* ------------------------------------------------ */ 
/* 	TOP LEFT SITE TITLE 
/* ------------------------------------------------ */
#header h1 {
	font:2.7em Arial;
	letter-spacing:-1px;
	color:#222;
	float:left;
	padding:35px 10px 14px 20px;

	xbackground:url(../images/h1.gif) left bottom no-repeat;
}
#header h1 a {
	color:#222;
	text-decoration:none;
	border:none;
}
#header h1 a:hover {
	color:#000;
}
#header h4 {
	font-size:.8em;
	color:#ccc;
	clear: left;
	float:left;
	text-transform:uppercase;
}

#container {
	clear:both;
	padding:20px 0 0 0;
	float: none;
}
/* ------------------------------------------------ */ 
/* 	MIDDLE PAGE TEXT BOX 
/* ------------------------------------------------ */
p.description {
	xbackground:url(../images/description.jpg) right bottom no-repeat #005A97;
	background-color: #B2A791; /* #FDC4CA; */ 
	border-top:4px solid #6A4C34;
	padding:10px 10px 40px 10px;
	color:#fff;
	font-size:1.4em;
	line-height:25px;
	text-align: center;
}
p.description:hover {
	background-color: #B8AD97;
}
p.description a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px dotted #F1ECE6;
}
p.description a:hover {
	border-bottom:1px solid #fff;
}
/* ------------------------------------------------ */ 
/* 	PROJECT IMAGE AND TITLE 
/* ------------------------------------------------ */
#project_image {
	height: 150px;
	border-bottom:5px solid #2A2A2A;
	border-top:5px solid #2A2A2A;
	background-color: #B2A791;
}
#project_title {
	background:url(../images/project_title_accent.jpg) left bottom no-repeat #B2A791;
	text-align: right;
	color:#faf9f9;
	font-size:2.2em;
	font-weight: bold;
	xbackground-color: #B2A791;
	bottom: 0px;
	padding:10px 10px 12px 10px;
	xborder-bottom:1px solid #2A2A2A;
}
/* ------------------------------------------------ */ 
/*  SIDEBAR 
/* ------------------------------------------------ */
#sidebar {	
	width:230px;
	float:right;
	xbackground:url(../images/sidebar.jpg) top right no-repeat #fff;
	padding:10px 20px 10px 10px;
	xmargin:-30px 0 0;
	margin: 0;
}
#sidebar h2 {
	color:#333;
	margin:10px 0;
	font-size:1.3em;
}
#sidebar ul {
	list-style:none;
	border-top:1px solid #eee;
	border:none;
	padding:0;
	margin:0;
}
#sidebar ul li {
	border-bottom:1px solid #eee;
	padding:5px;
	margin:0;
}
#sidebar ul li a {
	color:#0066dd;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:#0033aa;
}
p.special {
	background:#A8C2DD; /*#f4f4f4;*/
	padding:10px;
	margin:0 0 10px 0;
	border-left:5px solid #486380;
	color: #FFFFFF;
	font-size: 1.2em;
}
p.special a.primary_link {
	font:1.8em Arial;
	color: #486380;
	border-bottom-color: #486380;
}
p.special a.primary_link:hover {
	color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
p.special a.related_link {
	display:block;
	color:#486380;
	text-decoration:none;
	text-align:right;
	border:none;
}
/* ------------------------------------------------ */ 
/* 	CONTENT AREA
/* ------------------------------------------------ */
#content {
	margin:0 260px 0 5px;
	padding:10px 20px 0 0;
	background:url(../images/content.jpg) top right no-repeat;
}

#content h2 {
	font:2.2em Arial;
	color:#121212;
	letter-spacing:-1px;
	margin:10px 0;
	border-bottom:2px solid #eee;
	background:url(../images/h2.jpg) bottom left no-repeat;
	clear:left;
}
#content .first_h2 {
	padding: 20px 0 0 0;
}
#content h2 a {
	color:#121212;
	border: none;
}
#content h3 {
	font:1.8em Trebuchet MS;
	color:#555;
	margin:10px 0;
}
#content h5 {
	margin: -10px 0 0 5px;
	padding: 0;
	color: #B8AD97;
	font-size: 1.0em;
}
#content p {
	margin:15px 0;
	font-size:110%;
	line-height:21px;
}
#content img {
	padding:5px;
	border:1px solid #eee;
}
#content img.float_right {
	margin-left: 4px;
	float: right;
}
#content img.float_left {
	margin-right: 4px;
	float:left;
}
#content .column { 
	width: 238px; 
	float: left; 
	xmargin: 0 13px; 
	text-align: left; 
}
#content .column ul { 
	margin: 0 13px;
	padding: 0; 
	line-height: 1.5em;  
	list-style: none;
	border: none;
}
#content .column li { 
	padding: 10px;
	margin: 10px 0; 
	border: 2px solid #eee;
	text-align: center;
}
#content .column img {
/*	border-bottom:3px solid #2A2A2A;
	border-top:3px solid #2A2A2A;
	border-left: none;
	border-right: none;*/
	xborder: none;
	border-bottom:1px solid #eee;
	margin:0;
	padding:0;
}
#content .column a {
	border-bottom: none;
}
#content .column span {
	display: block;
}
#content .column span a:hover {
	text-decoration: underline;
}
/* ------------------------------------------------ */ 
/* 	SUBNAVIGATION 
/* ------------------------------------------------ */
ol.subnav {
	margin:-10px 0 0 -5px;
	padding:0;
}
ol.subnav li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
ol.subnav a {
	font-weight:bold;
	color:#555;
	border-top:2px solid #fff;
	display:block;
	padding:5px;
	text-decoration:none;
	margin:0 5px 0 0;
	border-bottom:none;
}
ol.subnav a:hover {
	border-top:2px solid #B2A791;
	color:#121212;
	border-bottom:none;
}
/* ------------------------------------------------ */ 
/* 	FOOTER
/* ------------------------------------------------ */
#footer {
	clear: left;
	text-align:center;
	xborder-top:2px solid #000;
	padding:10px;
	margin:30px 0 0 0;
	color:#ccc;
	width:760px;
	margin:0 auto;
}
#footer a {
	color:#eee;
}
