/* 
    fullCircle Creative Solutions
    http://www.fccreative.com
    Author: Joseph Tosi
*/

/* BASE PAGE PROPERTIES
----------------------------------------------------*/
body {
	/* base width 760px */
	width: 790px;
	margin: auto;
	background-color: #FFFFFF;
	background-image: url(../images/GUI_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
body,td,th {
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	font-weight: bold;
}
a:link {
	color: #C30000;
	text-decoration: none;
}
a:visited {
	color: #99070D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 10px;
}
p {
	line-height: 1.84;
}
ul {
	line-height: normal;
	list-style-type: square;
}
li {
	margin: 10px 0;
}
form {
	float:left;
	background-color: #FFFFFF;
	background-image: url(/images/GUI_form_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #BDC7D2;
}
	form fieldset {
		float: left;
		margin: 10px;
		padding: 10px;
		border: 1px solid #BDC7D2;
	}
	form legend {
		padding: 10px;
		font-size: 14px;
		font-weight: bold;
		color: #000000;
	}
	form input, form label {
		display: block;
		width: 180px;
		float: left;
		margin-bottom: 10px;
	}
	form label {
		text-align: right;
		width: 100px;
		padding-right: 20px;
		border-bottom: 1px dotted #BDC7D2;
	}
	form br {
		clear: left;
	}


/* LAYOUT REGIONS
----------------------------------------------------*/
#main {
	background-color: #FFFFFF;
	background-image:url(../images/GUI_main_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	padding: 0 15px;
}
#head {
	background-color: #970D11;
	}
#corpus {
	float: left;
	background-color: #970D11;
	background-image: url(/images/GUI_corpus_bg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
	#nav {
		width: 170px;
		padding: 0;
		float: left;
	}
		#nav ul {
			padding: 0 0 30px 0;
			margin: 0;
			list-style-type: none;
		}
		#nav li {
			padding: 0;
			margin: 0;
		}
		#nav li a {
			display: block;
			padding: 15px 20px;
			border-top: 1px solid #AD4043;
			border-bottom: 1px solid #860C0F;
			color: #FFFFFF;
		}
		#nav li a:hover, #nav li a:active {
			background-color: #AE1419;
			text-decoration: none;
		}
		#nav p {
			color: #FFFFFF;
			padding: 25px 20px;
			line-height: 1.38;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			background-image: url(/images/GUI_nav_p.jpg);
			background-position: top;
			background-repeat: repeat-x;
		}
		#nav p a { color: #FFFFFF; text-decoration: underline; }
		#nav p a:hover { color: #FFFFFF; }
	#feature {
		width: 590px; 
		float: left; 
	}
	#content {
		width: 590px; 
		float: left; 
		padding-bottom: 100px; /* force down when little content */
		background-color:#FFFFFF; 
		background-image: url(../images/GUI_content_bg.jpg); 
		background-repeat: repeat-x; 
		background-position: top;
	}
		#textual {
			width: 370px; 
			padding: 30px; 
			float: left;
		}
		#aux { 
			width: 130px; 
			padding: 30px 30px 30px 0; 
			/* 100px margin to stretch layout out sufficiently when little content */
			margin: 0 0 0 0;
			float: left;
		}
#foot {  
	clear: both; 
	padding: 20px 0; 
	background-color: #FFFFFF;
	text-align: center; 
	font-size: 10px; 
	color: #596A80;
}

/* CUSTOM CLASSES
----------------------------------------------------*/
.callOut1 {
	padding: 10px;
	background-image: url(/images/GUI_callout1_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #BDC7D2;
	line-height: 1.62;
}
	.callOut1 p {
		line-height: 1.38;
		font-size: 11px;
		font-weight: bold;
	}
.news {
	padding: 5px;
	margin: 0 0 30px 0;
	background-color: #E9F5EB;
	background-image: url(/images/GUI_news_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #A9D1AD;
	line-height: 1.62;
}
	.news h1, .news h2, .news h3 {
		margin: 0;
		padding: 0;
	}
	.news ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.news li {
		margin: 0;
		padding: 0;
	}
	.news li a {
		display: block;
		padding: 5px 3px;
		border-top: 1px solid #F2FFF4;
		border-bottom: 1px solid #A9D1AD;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #2A6531;
	}
	.news li a:hover, .news li a:active {
		background-color: #6E9C72;
		color: #FFFFFF;
		text-decoration: none;
	}
