/*
	Master Screen Stylesheet
	Created by Terrain Design LLC
*/

/* BEGIN: Import support stylesheets */
@import url("undohtml.css");
@import url("sIFR-screen.css");
/* END: Import support stylesheets */



@font-face {
	font-family: 'TheSansCaps';
	src: url('../fonts/TheSansLightCaps.ttf') format('truetype');
	}
@font-face {
	font-family: 'TheSansCaps';
	src: url('../fonts/TheSansCaps.ttf') format('truetype');
	font-weight:bold;
	}
	
@font-face {
	font-family: 'TheSans';
	src: url('../fonts/TheSansLightPlain.ttf') format('truetype');
	}
@font-face {
	font-family: 'TheSans';
	src: url('../fonts/TheSansPlain.ttf') format('truetype');
	font-weight:bold;
	}
@font-face {
	font-family: 'TheSans';
	src: url('../fonts/TheSansLightItalic.ttf') format('truetype');
	font-style:italic;
	}
@font-face {
	font-family: 'TheSans';
	src: url('../fonts/TheSansItalic.ttf') format('truetype');
	font-weight:bold;
	font-style:italic;
	}

/*
@font-face {
	font-family: 'thesans';
	src: url('../fonts/Gotham-Book.eot');
	src: 
		local('Gotham Book'), 
		url('../fonts/Gotham-Book.woff') format('woff'), 
		url('../fonts/Gotham-Book.otf') format('opentype'), 
		url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
	}
*/

/*
TheSansLightItalic.ttf
TheSansLightPlain.ttf
TheSansPlain.ttf
TheSansItalic.ttf
TheSansSemiBoldItalic.ttf
TheSansSemiBoldPlain.ttf

TheSansLightCaps.ttf
TheSansLightCapsItalic.ttf
TheSansCaps.ttf
TheSansSemiBoldCaps.ttf
TheSansSemiBoldCapsItali.ttf
*/



html {
	height: 100%; /* Necessary for positioning the footer at the absolute bottom of the page */
	margin: 0px;
	padding: 0px;
	text-rendering: optimizeSpeed;
}

body {
	height: 100%; /* Necessary for positioning the footer at the absolute bottom of the page */
	margin: 0px auto;
	padding: 0px;
	background: #3C3C3E url(../img/bkg_calig2.png) scroll center top repeat;
}

body, p, h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1,h2,h3,h4,h5,h6 {
	padding: 0 0 0.5em 0;
	line-height:120%;
}
h2 {
	padding: 0 0 0.5em 0;
}
p {
	padding: 0 0 1em 0;
}
a, a:hover, a:visited, a:active {
	color:#596635;
	outline: 0;
}
a:hover {
	text-decoration:underline;
}


/* BEGIN: lists */
ul, ol {
	list-style-type: disc;
	list-style-position: outside;
	padding: 0px 0 6px 18px;
}
li {
	padding: 0px 0 12px 0;
}

/* END: lists */


#container
{
	min-height: 100%;
	position: relative;  /* Necessary for positioning the footer at the absolute bottom of the page */
	background: #bed46c;
	margin: 0px auto;
	padding: 0px;
	width: 889px; /* (1+167)*5 + 1 */
}

#shadow
{
	position:absolute;
	z-index:-1;
	width:100%;
	height:100%;
	background: url(../img/bkg_shadow.png) center repeat-y;
}

/* BEGIN: nav */

#nav {
	position:absolute;
	z-index:1;
	width:841px;
	margin:24px 24px 0px 24px;
	padding:0px 0px 0px 0px;
	font-family:TheSansCaps, Arial, Helvetica, sans-serif;
	text-rendering: optimizeSpeed;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#nav a {
	margin:0px;
	display: block;
	width: 139px; /* 167px */
	text-decoration:none;
	color:#000000;
}

#nav li {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 139px;
	/*height: 15px;*/
	border: 1px solid #596635;
	border-right: none;
	text-align: center;
	line-height:25px;
}

#nav li:last-child {
	border-right: 1px solid #596635;
}

#nav li:hover {
	background-color:#FFFFFF;
	/*filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;*/
}

#nav li ul {
	display: none;
	margin: 0px 0px 0px -1px;
	padding: 0px;
}

#nav li:hover ul {
	display: block;
}

#nav li ul li {
	border: 1px solid #596635;
	border-bottom: none;
	background-color:#FFFFFF;	
}
#nav li ul li:hover {
	
}

#nav li ul li a:hover {
	background-color:#3C3C3E;
	color:#FFFFFF;
	line-height:25px;
}

#nav li ul li:last-child {
	
}

.pagenav {
	font-family:TheSans, Arial, Helvetica, sans-serif;
	font-size:14px;
	list-style-type:none;
	padding:0;
	margin:10px 0 10px 0;
}
.pagenav li {
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:7px 0 7px 0;
	margin:-1px 0 0 0;
}
.pagenav li a {
	text-decoration:none;
	padding:7px 0 7px 0;
}
.pagenav li a:hover {
	color:#FFFFFF;
}
.pagenav li.selected a {
	color:#FFFFFF;
}
/* END: nav */





/* BEGIN: header */

#header {
	width: 841px;
	height: 337px;
	margin: 72px 24px 28px 24px;
	padding: 0px 0px 0px 0px;
}
#header .wrapper {
	border: 1px solid #596635;
	padding: 6px;
}
#header img {
	padding:6px;
}

/* END: header */





/* BEGIN: content */

#content {
	position:relative;
	clear:both;
	width:841px;
	margin: 0px 24px 0px 24px;
	padding: 0px 0px 0px 0px;
}


.landing #content {
	margin: 0px 24px 0px 24px;
}
.text #content {
	margin: 180px 24px 0px 24px;
}
.article #content {
	margin: 180px 24px 0px 24px;
}
.home #content {
	margin: 72px 24px 145px 24px;
}


h1 {
	font-family:TheSans, Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:normal;
	letter-spacing:.02em;
	color:#596635;
	padding: 0px 0px 6px 0px;
}

h2 {
	font-family:TheSans, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#596635;
	letter-spacing:.02em;
}
h3 {
	line-height:1.4;
}

#content blockquote {
	font-family:TheSans, Arial, Helvetica, sans-serif;
	display: block;
	font-family: Times;
	margin: 0 0 0 0;
	font-style:italic;
	font-size: 20px;
	color:#596635;
	line-height:1.3;
}

#content .intro {
	font-family:TheSans, Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height: 1.3;
	margin: 0 0 0 0;
	color:#596635;
}

#content #col1 {
	position:relative;
	left:280px;
	top:0px;
	/*float:left;*/
	/*margin: 0 0 0 280px;*/ /* 258 */
	padding: 0 0 0 0;
	width: 550px; /* 570 */
	line-height: 1.4;
}

#content .notice {
	color:#596635;
	border-top:1px solid #596635;
	padding: 12px 0px 0px 0px;
	margin: 24px 0px 0px 0px;
}

#content #col1 blockquote {
	padding: 0.5em 0 1.1em 0;
}

#content #col2 {
	position:absolute;
	left:0px;
	top:0px;
	line-height:1.2;
	width: 250px;
}

#content #col2 p {
	font-size:11px;
	color:#596635;
}

#content img {
	margin: 0px 0px 12px 0px;
	padding:12px;
	border: 1px solid #596635;
}

.home #content img   {
	margin: 0px 0px 12px 0px;
	padding:0px;
	border: 0px;
}

.home #content .image img {
	margin: 0px 0px 12px 0px;
	padding:12px;
	border: 1px solid #596635;
}

.home #content .caption   {
	font-size:11px;
	font-style:italic;
	color: #596635;
	text-align:right;
	margin:0px 13px 0px 12px;
}

.home #footer .description {
	font-family:TheSansCaps, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#333333;
	margin:0 0 0 14px;
}
.home #footer .offices {
	font-family:TheSansCaps, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#333333;
	margin:70px 0 40px 14px;
}

/* END: content */





/* BEGIN: footer */

#footerwrapper {
	
}

#footer {
	clear: both;
	padding: 245px 0 0 0;
}

#footer .wrapper {
	position: absolute;
	bottom: 24px;
	padding: 0px 24px 0px 24px;
}

#footer #logo {
	float:left;
	border: 1px solid #596635;
	height: 166px;
	width: 166px;
}

#footer #info {
	position: absolute;
	left: 204px;
	padding: 24px 24px 0px 24px;
	border: 1px solid #596635;
	height: 142px;
	width: 614px;
}

#footer #info img {
	padding: 0 0 12px 0;
}

#footer p {
	font-size:11px;
	line-height: 140%;
}

/* END: footer */





/* BEGIN: article links*/

#article_links {
	width:570;
	border-top:1px solid #596635;
	padding: 12px 0px 0px 0px;
	margin: 12px 0px 0px 0px;
}

#article_links .col1 {
	float:left;
	width:275px; /*285*/
	margin:0;
}
#article_links .col2 {
	width:275px;
	margin:0;
}
#article_links h2 {
	margin: 0px;
	padding: 0px 0px 8px 0px;
	font-size: 18px;
	font-weight:normal;
	color: #596635;
}
#article_links ul {
	margin: 0px 0px 24px 0px;
	padding:0;
	list-style: none;
}
#article_links li{
	padding: 0px 0px 6px 0px;
	line-height:1.2;
	
}
#article_links a {
	color:#000000;
}

/* END: article links*/




/* BEGIN: article links*/
.article #content #col1 {
	float:left;
	/*margin-left: 180px;*/
	padding: 0 0 0 0;
	width: 550px;
	line-height: 1.4;
}

/* END: article*/




.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	/*display: inline-block;*/
	width: 100%;
}






