/* CSS Document */

/* 
    fullCircle Creative Solutions
    http://www.fccreative.com
    Author: Joseph Tosi
*/

/* BASE PAGE PROPERTIES
----------------------------------------------------*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #161D1A;
	background-image: url(../images/GUI_body_bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	width: 780px;
	margin: auto;
}
a:link {
	color: #A03829;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #A03829;
}
a:hover {
	text-decoration: none;
	color: #D13636;
}
a:active {
	text-decoration: underline;
	color: #A03829;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0;
	margin: 17px 0 0 0;
}
h2 {
	font-size: 18px;
	color: #786545;
}
h3 {
	font-size: 14px;
	color: #786545;
}
h4 {
	font-size: 12px;
	color: #000000;
}
h5 {
	font-size: 10px;
	color: #000000;
}
dl {
}
dt {
	font-weight: bold;
	margin: 10px 0 0 0;
	}
dd {
}
form {
		float: left;
		margin: 0;
		padding: 0;
	}
	form fieldset {
		float: left;
		clear: both;
		padding: 20px;
		margin: 0;
		width: 340px; /* 390px minus padding/margin/border */
		border: 1px solid #e9dcc4;
		background: #fdfbf7 url(../images/GUI_form_fieldset_bg.jpg) bottom repeat-x;
	}
	form legend {
		padding: 10px;
		font-size: 14px;
		font-weight: bold;
		color: #492614;
	}
	form input, form label, form select, form textarea {
		display: block;
		float: left;
		width: 155px;
		margin: 10px 0;
	}
	form label {
		text-align: left;
		padding-right: 20px;
		border-bottom: 1px dotted #e9dcc4;
		clear: both;
	}
	form br {
		clear: left;
	}

/* LAYOUT REGIONS
----------------------------------------------------*/
#corpus {
	width: 760px;
}
	#corpus p.disclaimer {
			clear: both;
			line-height: normal;
			padding-top: 30px;
		}
	#head {}
	#nav {
		clear: both;
		float: left;
		width: 720px;
		height: 30px;
		padding: 0 20px;
		background-image: url(../images/GUI_nav_bg.jpg);
		background-repeat: no-repeat;
	}
		#nav ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		#nav li {
			float: left;
		}
		#nav li a {
			display: block;
			padding: 9px 8px 7px 8px;
			white-space: nowrap;
			background-image: none;
			color: #FFFFFF;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 11px;
			font-weight: bold;
			text-decoration: none;
		}
		#nav li a:hover {
			background-image: url(../images/GUI_nav_li_a_bg_ovr.jpg);
			background-position: top;
			background-repeat: repeat-x;
			color: #000000;
			text-decoration: none;
		}
		#navSelected a:link, #navSelected a:visited, #navSelected a:hover, #navSelected a:active {
			background-image: url(../images/GUI_nav_li_a_bg_sel.jpg);
			background-position: top;
			background-repeat: repeat-x;
			color: #725f3f;
			text-decoration: none;
		}
	#subNav {
		clear: both;
		float: left;
		width: 720px;
		height: 45px;
		padding: 0 20px;
		background-image: url(../images/GUI_subNav_bg.jpg);
		background-repeat: repeat-x;
		background-position: top;
	}
		#subNav ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		#subNav li {
			float: left;
		}
		#subNav li a {
			display: block;
			padding: 15px 15px 15px 15px;
			background-image: none;
			color: #FFFFFF;
			font-size: 11px;
			text-decoration: none;
		}
		#subNav li a:hover {
			background-image: url(../images/GUI_subNav_li_a_bg_ovr.jpg);
			background-repeat: repeat-x;
			text-decoration: underline;
		}
	#subHead {
		clear: both;
		float: left;
		width: 700px;
		height: 60px;
		background-image: url(../images/GUI_subHead_bg.jpg);
		background-repeat: no-repeat;
		padding: 0 30px;
	}
	#content { 
		clear: both; 
		float: left;
		width: 660px; 
		padding: 20px 50px 0 50px;
		float: left; 
		background-color: #FFFFFF;
	}
		#content p, #content dd {
	line-height: normal;
	margin-left: 10px;
		}
		#content th {
			background-color: #EADEC2;
			background-image: url(../images/GUI_content_th_bg.jpg);
			background-position: top;
			background-repeat: repeat-x;
			border-right: 1px solid #AF957B;
			border-bottom: 1px solid #AF957B;
		}
		#content td {
			background-color: #FFFBF0;
			border-right: 1px solid #AF957B;
			border-bottom: 1px solid #AF957B;
		}
		#contentText {
			width: 390px; 
			padding: 0 24px 0 0;
			float: left; 
			border-right: 1px solid #E0D8CC; 
		}
		#contentAux { 
			width: 220px; 
			padding: 0 0 0 25px; 
			float: left;
		}

	#foot {
		clear: both;
		background-image: url(../images/GUI_foot_bg.jpg);
		width: 660px;
		padding: 66px 50px 10px 50px;
		color: #E0D3BF;
		font-size: 11px;
		text-align: right;
	}

/* CUSTOM CLASSES
----------------------------------------------------*/
.callOut1 {
	background-color: #ebe3d7;
	background-image: url(../images/GUI_callOut1_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #a89d8a;
	padding: 10px;
}
.disclaimer {
	font-size: 10px;
	color: #999999;
}
.error {
	clear: both;
	color: #9E2F20;
}

p .doubleSpace {
	line-height: 1.87em;
		}

