/* Start of CMSMS style sheet 'Editor' */
/*----Editor CSS Class --*/ 
.header {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : #BD9A6A;
	font-size: 14pt;
	font-weight: bold;
}
.header_small {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : #8A7150;
	font-size: 10pt;
	font-weight: bold;
}
.allied_text {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : #8A7150;
	font-size : 11px;
}
.allied_text_bold {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : #8A7150;
	font-size : 11px;
	font-weight : bold;
}
a{
	color : #864015;
}
a:visited
{
    color : #864015;
}
a:hover
{
    text-decoration : underline;
	color : #6D330F;
}
/*----Editor CSS Class --*/ 


/* End of 'Editor' */

/* Start of CMSMS style sheet 'Layout' */
/* CSS Document */

body {
	margin: 20px;
	padding: 0px;
	text-align: center;
	background-color: #AFA771;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : #8A7150;
	font-size : 11px;
	/*line-height: 24px;*/
}
a:LINK {
	color : #8A7150;
}
a:VISITED {
	color : #8A7150;
}
a:HOVER {
	text-decoration : underline;
	color : #6D330F;
}
.allied_text {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : #8A7150;
	font-size : 11px;
}
a.allied_link:LINK {
	color : #864015;
	text-decoration: none;
}
a.allied_link:VISITED {
	color : #864015;
	text-decoration: none;
}
a.allied_link:HOVER {
	text-decoration : underline;
	color : #6D330F;
}
a.allied_link_gold:LINK {
	color : #8A7150;
	text-decoration: none;
}
a.allied_link_gold:VISITED {
	color : #8A7150;
	text-decoration: none;
}
a.allied_link_gold:HOVER {
	text-decoration : underline;
	color : #8A7150;
}
a.allied_link_white:LINK {
	color : #dbbb8e;
	text-decoration: none;
}
a.allied_link_white:VISITED {
	color : #dbbb8e;
	text-decoration: none;
}
a.allied_link_white:HOVER {
	text-decoration : underline;
	color : #dbbb8e;
}
a.allied_link_bold:LINK {
	color : #8A7150;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10pt;
}
a.allied_link_bold:VISITED {
	color : #8A7150;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10pt;
}
a.allied_link_bold:HOVER {
	text-decoration : underline;
	color : #6D330F;
	font-weight: bold;
	font-size: 10pt;
}
h1 {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : #BD9A6A;
}
h2 {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : #BD9A6A;
}
h3 {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : #BD9A6A;
}
#frame {
	width:760px;
	margin-right:auto;
	margin-left:auto;
	padding:10px;
	text-align:center;
	background-color: #FFFFFF;
}
#container{
	text-align: left;
	width: 760px;
}
#header {
  background: #864015;
  width: 760px;
  height: 100px;
}
#breadcrumb 
{
    float: left;
    margin-top: 7px; 
    margin-left: 6px; 
    text-align: left;
    color: #dbbb8e;
}
#searchbar 
{
    float: right;
    margin-top: 3px; 
    margin-right: 3px; 
    text-align: right;
}
#leftcol {
	float: left;
margin-right: 10px;
/*	width: 275px;*/
	/*height: auto;*/
/*
	margin-top: 10px;
	margin-right: 10px;
*/
        margin-bottom: 10px;
}
#rightcol {
	float: right;
	/*width: 275px;*/
	/*height: auto;*/
/*
	margin-top: 10px;
	margin-left: 10px;*/
        margin-bottom: 10px;
}
#rightcoleven {
	float: right;
	width: 365px;
	/*height: auto;*/
	margin-top: 10px;
	margin-left: 10px;
        margin-bottom: 10px;
}
#content {
	background: #FFFFFF;
	/*float: left;*/
	width: 760px;
	/*height: auto;*/
	margin-left: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content2 {
	background: #FFFFFF;
	/*float: left;*/
	/*width: 475px;*/
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content2even {
	background: #FFFFFF;
	float: left;
	width: 375px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#printer_friendly_container{
	text-align: left;
	width: 760px;
}
#printer_friendly_header
{
    background: #FFFFFF;
    width: 760px;
}

.cell
{
    margin-bottom: 10px; 
    margin-left: 10px;  
}

.searchbox
{
    height: 20px;
    border: 1px solid #DBBB8E; 
    font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : #8A7150;
	font-size : 11px;
}

.searchbutton 
{
    height: 20px;
    border: 1px solid #DBBB8E;
    background-color: #FCF8F3;
    font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : #8A7150;
	font-size : 11px;
}

.contenttext {
	height: auto;
	padding: 10px;
}

.leftcoltext {
	height: auto;
	padding: 10px;
}

#footer {
	background-image: url(uploads/images/base/bg_footer.jpg);
	width: 760px;
	height: 20px;
	clear : both;
}
#copyright
{
    margin-top: 3px;
    font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : #8A7150;
	font-size : 10px;
	float: right;
}
#printerfriendly
{
    margin-top: 3px;
    font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	color : #8A7150;
	font-size : 10px;
	float: left;
	cursor: pointer;
}
/* End of 'Layout' */

/* Start of CMSMS style sheet 'CMS Menu' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
/*   margin-left: 1px;
   margin-right: 1px;*/
}

#primary-nav li img
{
border: 0px;
}
/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   background-color: #864015;
   border-bottom: 1px solid #C0C0C0;
   width: 100%;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 150px; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: 0px;
margin-right: 0px;
   float: left; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   padding: 5px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 0px; 
   text-decoration: none; 
   color: #555;
}
#primary-nav li a { 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav li li a { 
   /*border: 1px solid #C0C0C0;*/
}	
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #F3E8D8; 
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
   background-color: #F3E8D8; 
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #efefef; 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li:hover ul ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul,
#primary-nav li.menuparenth ul ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav ul ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul,
#primary-nav ul ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}
/* End of 'CMS Menu' */

