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

#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;  */ 
   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 ul { 
   list-style: none; 
   margin: 0px 0px 0px 0px; 
   padding: 0px 0px 0px 0px; 
}
#primary-nav {
list-style: none;
margin: 10px 0px 0px 0px; 
   padding: 0px 0px 0px 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.menuparent {
height: 35px;
}
#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 10px; 
   text-decoration: none; 
   color: #952d24;
}



#primary-nav li ul {
margin: 11px 0px 0px 0px;
   background: url(/tex-layout_files/menu.gif) bottom right; 
}

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


/* 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 a:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   color: #c29a3b; 
}


/* 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 'rounded corners' */
h1 { font: 24px arial; color: #003F7D; margin: 0px 0px 0px 10px; padding: 0px 0px 0px 0px; }
h1 a { font: 24px arial; color: #003F7D; margin: 0px 0px 0px 10px; padding: 0px 0px 0px 0px; }
h2 { font: bold 14px arial; color: #003F7D; margin: 5px 0px 0px 10px; padding: 0px 0px 0px 0px; }
h3 { font: bold 14px arial; color: #990000; margin: 20px 0px -12px 12px; padding: 0px 0px 0px 0px; }

h4 { font: bold 14px arial; color: #990000; margin: 0px 10px 0px 12px; padding: 0px 0px 0px 0px; }
h6 {
	text-indent: 0px;
	font-family: Arial;
	font-size: 12px;
	white-space: normal;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-style: normal;
}

p { font: 12px arial; color: #000000; padding: 0px 10px 0px 12px;}
ul li { font: 12px arial; color: #000000;}
#content a {font: 12px arial; color: #952d24; text-decoration: underline;}
#content a:hover {font: 12px arial; color: #952d24; text-decoration: none;}
.breadcrumbs a {font: 12px arial; color: #952d24; text-decoration: underline;}
.breadcrumbs a:hover {font: 12px arial; color: #952d24; text-decoration: none;}

.tagline { font: 12px arial; color: #B7B7B7; margin: 0px 0px 10px 15px; }

.heading { font: bold 14px arial; color: #FFBB33; margin: 0px 0px 5px 0px; }
.bullets { margin: 10px 0px 25px 0px; }

.text { font: 12px arial; }
.text2 { font: 12px arial; }
.smalltext { font: 9px verdana; }
.smalltext2 { font: 9px verdana; color: #4F4F4F; }
.total { font: 9px verdana; color: #4F4F4F; border-top: 1px solid #B7B7B7; padding: 3 0 0 0; }

.subtext { font: 11px arial; color: #000000; border-top: 1px solid #B7B7B7; }
.subtext a { font: 11px arial; color: #4F4F4F; text-decoration: underline; }
.subtext a:hover { font: 11px arial; color: #4F4F4F; text-decoration: none; }

.faqtext { font: 11px arial; color: #000000; border-top: 1px solid #B7B7B7; padding: 5 0 0 0; }
.faqtext a { font: 11px arial; color: #4F4F4F; text-decoration: underline; }
.faqtext a:hover { font: 11px arial; color: #4F4F4F; text-decoration: none; }

.subtext2 { font: 11px arial; color: #737373; text-align: right; }
.subtext2 a { font: 11px arial; color: #737373; text-align: right; text-decoration: underline; }
.subtext2 a:hover { font: 11px arial; color: #737373; text-align: right; text-decoration: none; }

.subtext3 { font: 11px arial; color: #737373; margin: 5 0 0 10; }
.subtext3 a { font: 11px arial; color: #737373; text-decoration: underline; }
.subtext3 a:hover { font: 11px arial; color: #737373; text-decoration: none; }

.subtext4 { font: 11px arial; color: #000000; margin: 5 0 0 10; }
.subtext4 a { font: 11px arial; color: #000000; text-decoration: underline; }
.subtext4 a:hover { font: 11px arial; color: #000000; text-decoration: none; }

.subtext5 { font: 12px arial; color: #000000; margin: 0 0 0 0; background: url(images/partners.jpg); background-repeat: no-repeat; background-position: left top; }
.subtext5 a { font: 12px arial; color: #000000; text-decoration: underline; }
.subtext5 a:hover { font: 12px arial; color: #000000; text-decoration: none; }

.boxlink { font: 12px arial; border: solid 1px #D6D4C7; color: #AB2D00; margin: 0 0 1 0; padding: 0 0 0 3; }
.boxlink a { font: 12px arial; color: #003F7D; text-decoration: none; }

#home_text {
	margin: 40px 0px 0px 300px;
}
#trial {
	width: 290px;
	color: #000;
	padding: 20px;
	margin-bottom: 20px;
}
#trial label {
	font: 12px arial;
	padding-right: 20px;
	text-align: right;
	width: 75px;
}
#trial label, input, select {
	display: block;
	float: left;
	margin-bottom: 10px;
}
#contact {
	float: right;
	width: 290px;
	color: #000;
	padding: 20px;
	margin-bottom: 20px;
}
#contact label {
	font: 12px arial;
	padding-right: 20px;
	text-align: right;
	width: 75px;
}
#contact label, #contact input, #contact select {
	display: block;
	float: left;
	margin-bottom: 10px;
}
.ctnbtn {
 	margin: 0px 0px 0px 94px;
}
div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: #952d24;
}

div.menuBar {
  padding: 15px 0px 0px 0px;
  text-align: left;
}

div.menuBar a.menuButton {
  color: #952d24;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 15px 25px 17px 25px;
  position: relative;
  text-decoration: none;
  z-index: 100;
  background: url(tex-layout_files/menu_sep.jpg) no-repeat 100% 3px;
}

div.menuBar a.menuButton:hover {
  color: #c29a3b;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  color: #c29a3b;
}

div.menu {
	width: 149px;
	background: url(tex-layout_files/menu.gif) bottom right;
	margin: -2px 0px 0px 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #952d24;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  color: #c29a3b;
}
div.breadcrumbs {
   font: 12px arial;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0px 0px 10px 0px;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 
/* End of 'rounded corners' */

