/* ---------------------------------- */
/*         LEVEL PLAYING FIELD        */
/* ---------------------------------- */

body,p,h1,h2,h3,h4,input,select,form { margin: 0; padding: 0; }

/* ---------------------------------- */
/*         GLOBAL DEFINITIONS         */
/* ---------------------------------- */

body { background: url(../images/template/HeaderBknd.jpg) repeat-x #83814f; }

body,td,th { color: #210; font-family: Arial, Helvetica, sans-serif; }

input, select { vertical-align: middle; }

.clearleft { clear: left; }

.clearright { clear: right; }

.clearboth { clear: both; }

h1
{
	margin: .3em 0 .6em 0;
	font-size: 2.2em;
	font-weight: normal;
	color: #000;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	background-image: url(../images/template/black.gif);
	background-repeat: repeat-x;
	background-position: center;
}

h1 .bkndtext { background-color: #fff; padding: 0px 12px 0px 8px; }

h2
{
	margin: .3em 0 .6em 0;
	font-size: 1.5em;
	color: #684a36;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: left;
	line-height: 22px;
}

h3
{
	margin: .3em 35px .6em 35px;
	font-size: 1em;
	color: #938956;
	text-align: left;
	line-height: 22px;
}

p {	margin: .9em 35px 1.8em 35px;
	font-size: .75em;
	line-height: 1.5em;
 }
 	
a { color: #bd443f; }

a:visited { color: #938956; }

img { border: 0; }

#Wrapper { }

/* ---------------------------- */
/*             HEADER           */
/* ---------------------------- */

#Header {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: 151px;
}

#Logo {
	height: 71px;
	background-color: #a4a163;
	border-bottom: 4px solid #fff;
}

#LogoImg {
	float: left;
}

#Search {	
	float: right;
	text-align: right;
	padding-top: 13px;
	padding-right: 24px;
}

	#Search .Keyword {
		width: 148px;
		height: 20px;
		background-image:url(../images/template/SearchField.gif);
		background-repeat: no-repeat;
		border: 0;
		padding: 4px 10px 0px 12px;
	}
	
	#Search ul { margin: 0 0 6px 0; padding: 0; }
	
	#Search li {
		margin: 0; padding: 0;
		list-style: none;
		list-style-image: none;
		display: inline;
		padding-left: 18px;
		font-size: 11px;
		font-weight: bold;
	}
	
	#Search a {
		text-decoration: none;
		color: #221100;
	}
	
	#Search a:hover {
		color: #fff;
	}
	
	#Search form { margin-top: 4px; }
	
/* ---------------------------- */
/*             TOPNAV           */
/* ---------------------------- */

#TopNav {
	height: 42px;
	background: url(../images/template/TopNavBknd.jpg) repeat-x;
	text-transform: uppercase;
	padding-left: 26px;
}
	#nav {
		border-left: 1px solid #dc7c71;
		border-right: 1px solid #bd3631;
	}
	
	#nav a {
		float: left;
		color: #fff;
		font-weight: bold;
		line-height: 110%;
		padding: 14px 19px 0px 18px;
		text-decoration: none;
		height: 28px;
		border-left: 1px solid #bd3631;
		border-right: 1px solid #dc7c71;
		text-align: center;
		font-size: 12px;
	}

	#nav a:hover { background: url(../images/template/TopNavSel.jpg) repeat-x; }
	
	#nav .topnavselected { background: url(../images/template/TopNavSel.jpg) repeat-x; }
	
/* --------------------------------- */
/*             BREADCRUMBS           */
/* --------------------------------- */

#Breadcrumbs {
	color: #431a00;
	padding: 8px 25px 0px 25px;
	margin: 0px;
	height: 26px;
	background-color: #ebe6dd;
}

	#Breadcrumbs h1, #Breadcrumbs h2, #Breadcrumbs h3, #Breadcrumbs h4  {
		font-size: .75em;
		font-weight: normal;
		display: inline;
		background-image: none;
		font-style: normal;
		font-family: Arial, Helvetica, sans-serif;
		padding: 0 10px;
		margin: 0;
}

	#Breadcrumbs h1 { padding-left: 0px; }

	#Breadcrumbs a { color: #431a00; }
	
	#Breadcrumbs a:hover { color: #bd443f; }
	
	#Breadcrumbs a.current { color: #938956; text-decoration: none; }

/* ---------------------------------- */
/*             PAGE CONTENT           */
/* ---------------------------------- */

#MainArea {	background-color: #fff; }

#Content {
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	padding: 25px;
	padding-top: 5px;
	overflow: hidden;
	min-height: 300px;
}

.button {
    background: url(../images/template/button-bknd.gif) repeat-x #939159;
    padding: 0px 6px 1px 6px;
    *padding: 1px 0 0 0;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    border: 3px double #7c7a3f;
    height: 24px;
}

#ArticleContent li 
{
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 4px;
	font-size: .75em;
	line-height: 1.5em;
}
#ArticleContent li li
{
    margin-bottom: 4px;
	font-size: 1em;
	line-height: 1.5em;
}

#ArticleContent td
{
	font-size: .75em;
	line-height: 1.5em;
}

#ArticleContent li  p
{
    margin-bottom: 4px;
	font-size: 1em;
	line-height: 1.5em;
	margin-left: -.2em;
}

#ArticleList li
{
    margin-bottom: 4px;
	font-size: 1em;
	line-height: 1.5em;
}


a.linkFile { padding-left: 17px; background:url(../images/icon-file.gif) no-repeat 2px 2px; font:12px/15px Arial, Helvetica, sans-serif; font-weight:bold; }
a.linkBrowser { padding-left: 17px; background:url(../images/icon-browser.gif) no-repeat 0 2px; font:12px/15px Arial, Helvetica, sans-serif; font-weight:bold; }

/* --------------------------------- */
/*               FOOTER              */
/* --------------------------------- */

#Footer {
	background-color: #939159;
}
	#Footer #Copyright {
		margin-right: auto;
		margin-left: auto;
		width: 875px;
		background: #a4a163 url(../images/template/PillarLogo.gif) no-repeat top right;
		font-size: .7em;
		padding: 15px 0px 0px 25px;
		height: 62px
	}
		#Footer #Copyright #P2PLogo 
		{
			float: right;
			width: 137px;
			font-size: .7em;
		}
		
		#Footer a.hidelink { color:#221100; text-decoration:none; cursor:text; }
		

span.logotype { text-transform:uppercase; font-weight:bold; font-size:120%; font-family:"Times New Roman", Times, serif; letter-spacing:0.05em; }
span.logotype span { font-size:85%; }

.nffooterlink .nolink, .nffooterlink .link {color:#221100;cursor:text;text-decoration:none;}