/* Start of CMSMS style sheet 'nmena main' */
/* CSS definition file containing sitestyle stylesheets */

BODY {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	background: #FFFFFF;
  	margin: 15px;
  	padding: 15px;
  	border: 15px;
  	left: 15px;
  	top: 15px;
}

P {font-family: "Trebuchet MS", Verdana, Arial, sans-serif; color: #000000; font-size: 12px; font-weight: normal; font-style: normal;}

li { font-family: "Trebuchet MS", Verdana, Arial, sans-serif; color: #000000; font-size: 12px; font-weight: normal; font-style: normal;}

A:link {text-decoration: underline; color: #999999;}
A:visited {text-decoration: underline; color: #999999;}
A:active {text-decoration: underline; color: #999999;}
A:hover {text-decoration: underline; color: #000000;}

A.nav:link {text-decoration: none; color: #FFFFFF; font-weight: bold; font-size: 12px; letter-spacing: 1px;}
A.nav:visited {text-decoration: none; color: #FFFFFF; font-weight: bold; font-size: 12px; letter-spacing: 1px;}
A.nav:active {text-decoration: none; color: #FFFFFF; font-weight: bold; font-size: 12px; letter-spacing: 1px;}
A.nav:hover {text-decoration: underline; color: #FFFFFF; font-weight: bold; font-size: 12px; letter-spacing: 1px;}

A.menuactive:link {text-decoration: none; color: #FFFFFF; font-weight: bold; font-size: 12px; letter-spacing: 1px;}
A.menuactive:visited {text-decoration: none; color: #FFFFFF; font-weight: bold; font-size: 12px; letter-spacing: 1px;}
A.menuactive:active {text-decoration: none; color: #FFFFFF; font-weight: bold; font-size: 12px; letter-spacing: 1px;}
A.menuactive:hover {text-decoration: underline; color: #FFFFFF; font-weight: bold; font-size: 12px; letter-spacing: 1px}

A.menuparent:link {text-decoration: none; color: #FFFFFF; font-weight: bold; font-size: 12px; letter-spacing: 1px;}
A.menuparent:visited {text-decoration: none; color: #FFFFFF; font-weight: bold; font-size: 12px; letter-spacing: 1px;}
A.menuparent:active {text-decoration: none; color: #FFFFFF; font-weight: bold; font-size: 12px; letter-spacing: 1px;}
A.menuparent:hover {text-decoration: underline; color: #FFFFFF; font-weight: bold; font-size: 12px; letter-spacing: 1px}

A.button:link {text-decoration: none; color: #FFFFFF; font-weight: bold; font-size: 12px;}
A.button:visited {text-decoration: none; color: #FFFFFF; font-weight: bold; font-size: 12px;}
A.button:active {text-decoration: none; color: #FFFFFF; font-weight: bold; font-size: 12px;}
A.button:hover {text-decoration: underline; color: #FF9933; font-weight: bold; font-size: 12px;}

.header {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.tophead {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.normaltext {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.footer {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.subhead {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}

.smalltext {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
.ticker {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
}




/* tables */

.maintable {
	border-width: 0px 1px 1px 0px;	
	border-style: none solid solid none;
	border-color: #000000;
}

.smalltable {
	border: 1px #666666 solid;
	background-color: #D2BCB0;
	width: 210px;
}

table.navbar {
	border-width: 0px 1px 0px 0px;
	border-style: none solid none none;
	border-color: #717171;
}

/* HEADINGS */
	h1 {
		font-size: 2em;
		line-height: 1em;
		margin: 0;
		padding: 0;
	}
	h2 {
		font-size: 1.5em;
                line-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
	h3 {
		font-size: 1.3em;
		line-height: 1.3em;
		margin: 0 0 0.5em 0;
		padding:0;
	}
	h4 {
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h5 {
		font-size: 1.1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h6 {
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
/* End of 'nmena main' */

/* Start of CMSMS style sheet 'Default CSSMenu Vertical' */
/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper determines the width of the menu elements */

#menuwrapper { 
	width: 180px; 
	}


/* Unless you know what you do, do not touch this */ 

#primary-nav, #primary-nav ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	width: 100%; 
	}
#primary-nav ul { 
	position: absolute; 
	top: 0; 
	left: 100%; 
	display: none; 
	}
#primary-nav li { 
    margin-bottom: -1px; 
	position: relative; 
	}


/* Styling the basic apperance of the menu elements */

#primary-nav a { 
	border: 1px solid #000000; 
        	border-style: solid solid solid solid;
	display: block; 
	margin: 0px; 
	padding: 5px 10px; 
	text-decoration: none; 
	}
#primary-nav li, #primary-nav li.menuparent { 
	background-color: #663366; 
	}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
	background-color: #663366; 
	}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */

#primary-nav li.menuparent, #primary-nav li.menuparent:hover, #primary-nav li.menuparenth { 
	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: #ec8000; 
	}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#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; 
	}
#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 Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }
/* End of 'Default CSSMenu Vertical' */

