/* Start of CMSMS style sheet 'Navigation: CSSMenu - Horizontal' */
/* Horizontal menu for the CMS CSS Menu Module */

#menu_vert {
   margin-left: 1px;
   margin-right: 1px;
}

/* 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: #720e10;
   /*border-bottom: 1px solid #C7C7C7;*/
   width: 100%;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 160px; 
}


/* 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: -1px;
   float: left; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 5px 20px; 
   text-decoration: none; 
   color: #FFFFFF;
}
#primary-nav li a { 
   border-right: 1px solid #FFFFFF;
   border-left: 1px solid #FFFFFF;
}
#primary-nav li li a { 
   border: 1px solid #5f0c0e;
}	
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #720e10;
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
   background-color: /*#c3392e*/#c0000d; 
}


/* 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: #c0000d; 
}


/* 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.menuparenth ul, 
#primary-nav li.menuparenth 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 li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav 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 'Navigation: CSSMenu - Horizontal' */

/* Start of CMSMS style sheet 'main_style' */
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	color: #666666;
	font-size: 10pt; 
	background: transparent url(images/bg.gif) repeat-x 0% 0%;	
background-color: #e2e2e2;
	

	padding: 0;
	margin: 0;
	}

img {
             border:0;
             }

/*
.big {
	font-family: Arial; 
	font-size: 12pt; 	
	color: #4e0202;
	font-weight: bold;
	}
*/

.title {
	font-family: Arial; 
	font-size: 12pt; 	
	color: #c0000d;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 35px;
	padding-left: 35px; 
	}

strong {
	font-family: Arial, Tahoma; 
	font-size: 9pt; 	
	color: #c0000d;
	font-weight: bold;
	}

p {
	font-family: Arial, Tahoma; 
	font-size: 9pt; 	
	color: #666666;
}

.content {
	background-color: white;
	font-family: Arial, Tahoma; 
	font-size: 9pt; 
	color: #666666;
	padding-top: 0px;
	padding-bottom: 35px;
	padding-right: 35px;
	padding-left: 35px; 
	}

.content b {
	font-family: Arial, Tahoma; 
	font-size: 9pt; 	
	color: #c0000d;
	font-weight: bold;
             }

/*
#main {
            border-style:solid;
            border: 6px;
            border-color: black;
            }
*/

#address_bar {
	font-family: Tahoma; 
	font-size: 8pt; 
	color: #959595;
            }

#address_bar a {
	color: #959595;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	}

#address_bar a:hover {
	font-size: 8pt;
	text-decoration: underline;
	}



table.main_b {
	border-width: 1px;
border-style: solid;
	border-color: #d3d3d3;

            }




#search {
	font-family: Tahoma; 
	font-size: 8pt; 
	color: white;
	}

/*
.search_bt {
	border: 0;
	}
*/


#footer {
	font-family: Tahoma; 
	font-size: 8pt; 
	color: #999999;

     /*	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px; */

	}

#footer p {
	font-family: Tahoma; 
	font-size: 8pt; 
	color: #999999;
	}

#footer a {
	color: #c0000d;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	}

#footer a:hover  {
	text-decoration: underline;
	}


/*
tr.linerow td{
	background: transparent url(images/dot.gif) repeat-x 0% 0%;
	height: 1px;
}
*/

a {
	color: #c0000d;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	}

a:hover  {
	font-size: 8pt;
	text-decoration: underline;
	}

.menu_right {
	font-family: Arial; 
	font-size: 12pt; 	
	color: #c0000d;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 0;
	padding-left: 0; 

	}

.menu_right strong {
	font-family: Arial;
	color: #c0000d;
	font-size: 8.5pt;
	font-weight: bold;
	}

.menu_right p {
	font-family: Arial;
	color: #c0000d;
	font-size: 12pt;
	font-weight: bold;
	}

.menu_right a {
	color: #959595;
	font-family: Arial;
	font-size: 8.5pt;
	font-weight: normal;
	text-decoration: none;
	}

.menu_right a:hover {
	color: #c0000d;
	font-size: 8.5pt;
	text-decoration: underline;
	}

input,select { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #666666; 
	text-decoration: none; 
/*	border-color: #666666 #CCCCCC #CCCCCC #666666; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
*/
	}

textarea { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #666666; 
	text-decoration: none ; 
	border-color: #666666 #CCCCCC #CCCCCC #666666; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
	}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #666666; 
	text-decoration: none ; 
	border-color: #FFFFFF #CCCCCC #CCCCCC #FFFFFF; 
	background-color: #E6E6E6; border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
	}

button {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #666666; 
	text-decoration: none ; 
	border-color: #FFFFFF #CCCCCC #CCCCCC #FFFFFF; 
	background-color: #E6E6E6; border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
	}

/* End of 'main_style' */

