/* http://meyerweb.com/eric/tools/css/reset/   v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ######### My Styles ######## */

body {
	font-size: 13px;
	font-family: "Trebuchet MS", serif; /* Helvetica, Verdana, Arial, sans-serif; */
	line-height: 1.3em;
}

.home {
	background-image: url(/assets/images/bg_body.png);
	background-position: 0 top;
	background-repeat: repeat-x;
}

.inside {
	background-image: url(/assets/images/bg_body_inside.png);
	background-position: 0 top;
	background-repeat: repeat-x;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
	color: black;
}

.header {
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	color: black;
}

h2 {	
	margin-top: 15px;
	color: #ff8000;
	font-size: 15px;
	font-weight: bold;
}

h2.h2b {
	color: black;
}

h2.h2c {
	margin-top: 10px;
	margin-bottom: 8px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4c4c4c;
}

/*.menu li {
	float: left;
	list-style: none;
	margin-right: 4px;
	margin-top: 8px;
	margin-right: 24px;
}


.menu li a {
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 20;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
*/

.slogan {
	font-size: 18px;
	color: white;
	letter-spacing: 0.1em;
	padding-top: 8px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

/* NAVIGATION */

.nav {
    position: relative;
    height: 30px;
    width: 980px;
    /* overflow: hidden; */
}

.nav li {
    float: left;
    list-style: none;
    margin-top: 0px;
    margin-right: 20px;
}

.nav li.back {
    background: url("/assets/images/lava.png") no-repeat right -30px;
    width: 9px; height: 32px;
    z-index: -2;
    position: absolute;
    
}

.nav li.back .left {
    background: url("/assets/images/lava.png") no-repeat top left;
    height: 32px;
    margin-right: 9px; /* 7px is the width of the rounded shape */
}

.nav li a {
    text-decoration: none;
    color: #fff;
    outline: none;
    text-align: center;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 26px;
    position: relative;
    overflow: hidden;
    margin: auto 10px; 
    padding-top: 10px;  
    font-weight: bold; 
}

.nav li a:hover, .nav li a:active, .nav li a:visited {
    border: none;
}

.nav li a:visited {
	color: white;
}

.nav li a:hover {
	color: red !important;
}

#crumbs {
	margin-bottom: 24px;
	margin-top: 7px;	
	margin-left: 8px;
}

#crumbs li {
	float:left;
	color: #666;
}

#crumbs li a {
	color: #666;
}

#navlist ul {  
	 position:absolute;   
	 left:0;   
	 display:none;   
	 margin:0 0 0 1px;   
	 padding:0;   
	 list-style:none;  
}	
	
	#navlist ul li {   
	 margin-top: -3px;   
	 border-right-color: #b3b3b3;   
	 border-left-color: #b3b3b3;   
	 border-bottom-color: #b3b3b3;   
	 border-right-style: solid;   
	 border-left-style: solid;   
	 border-bottom-style: solid;   
	 border-right-width: 1px;   
	 border-left-width: 1px;   
	 border-bottom-width: 1px;   
	 width: 240px;   
	 float:left;    
	 background-color: white; 
	 z-index: 79;
}	


	#navlist ul li ul {
	 margin-left: 239px;
	 margin-top: 2px;
	}

	#navlist ul li ul li {
	 /* margin-left: 140px; */
	 margin-top: -2px;   
	 width: 250px;   
	 float:left;    
	 background-color: white;
	 border-right-color: #b3b3b3;   
	 border-left-color: #b3b3b3;   
	 border-bottom-color: #b3b3b3;   
	 border-right-style: solid;   
	 border-left-style: solid;   
	 border-bottom-style: solid;   
	 border-right-width: 1px;   
	 border-left-width: 1px;   
	 border-bottom-width: 1px;
	 z-index: 80;
	}
	
	
	#navlist ul a {  
	 font-weight: bold;  
	 padding-left: 2px;  
	 padding-bottom: 2px;  
	 padding-right: 5px;  
	 padding-top: 2px;  
	 display:block;    
	 height:15px;   
	 color:black;  
	 background-color: white;
}	
	
	
li.current a {
	color: black !important;
}


.icons td {
	padding: 8px;
	vertical-align: top;
}

.icons td a {
	color: black;
	border-bottom-color: #b3b3b3;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-decoration: none;
}

.icons ul {
	margin-top: 6px;
}.icons li {

	margin-left: 20px;

}
 .main p {
	margin-bottom: 16px;
	margin-top: 16px;
	text-align: justify;
}
 .footer {
	line-height: 1.3em;
	color: white;
}
 .footer a {
	border-bottom-color: white;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-decoration: none;
	color: white;
}
 .login {
	padding-right: 16px;
	font-size: 16px;
	background-position: right;
	padding-top: 4px;
	margin-right: 0px;
	margin-top: 10px;
	height: 21px;
	width: 200px;
	float: right;
	background-repeat: no-repeat;
	background-image: url(/assets/images/btn_login.png);
	text-align: center;
}

.login a {
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	color: black;
}

.highlightBox {
	color: #000000;
	padding: 7px;
	border: 1px solid #CCCCCC;
	line-height: 17px;
	letter-spacing: 1px;
	text-align: justify;
	background-color: #EFEFEF;
	margin: 15px 3px 3px;
}
.red {
	color: #EE1B22;
	font-weight: bold;
}
td.botSpace {
	padding:20px;
}

.bod {
	padding: 10px;
}

.bod-alt {
	padding: 10px;
	background-color: #eaeaea;
}

ul.rt-bullets {
	padding-left: 1em;
	text-indent: -1em;
}

.rt-bullets li {
	margin-left: 14px;
	margin-bottom: 0.3em;
}

.rt-bullets li:before {
	content: "\00BB \0020";
	color: red;
	font-weight: bold;
	}
.rt-bullets-noarrow li:before {
	content: "";
	font-weight: bold;
	}
	
.contact-box {
	height: 30px;
	color: white;
	font-weight: bold;
	font-size: 15px;
	padding: 10px;
	border-color: #4c4c4c;
	border-style: solid;
	border-width: 1px;
	background-color: #9C9B9B;
}

.contact-box img {
	vertical-align: middle;
	margin-right: 10px;
}

.normal-table td {
	padding: 10px;
	vertical-align: top;
}

.discall-table td {
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	vertical-align: top;
	text-align: justify;
}

.discall-table td li {
	margin-left: 6px;
	padding-left: 1em;
	text-indent: -1em;
	text-align: left;
}

.discall-table td li:before {
	content: "\00BB \0020";
	color: red;
	font-weight: bold;
}

.ul-normal li {
	margin-left: 20px;
	line-height: 1.6em;
}

.thDark {
	color: #000000;
	padding: 7px;
	line-height: 17px;
	background-color: #999;
}

.tdLight {


	color: #000000;
	padding: 7px;
	line-height: 17px;
	background-color: #eaeaea;
}


/* IMAGES */

.imgr {
	float: right;
	padding-left: 10px;
	padding-bottom: 6px;
}

.imgl {
	float: left;
	padding-right: 10px;
	padding-bottom: 6px;
}

/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

h1 {
	text-transform: uppercase;
	font-size: 15px;
	color: #ff8000;
}

/* For drop down login menu */


#sliderWrap {
margin-right: 80px;
margin-top: 10px;
width: 127px;
float: right;
z-index: 100;
}
#slider {
/* position: absolute; */
background-image:url(/assets/images/slider.png);
background-repeat:no-repeat;
background-position: bottom;
width: 300px;
height: 159px;
margin-top: -141px;
z-index: 100;
}
#slider img {
border: 0;
}
#sliderContent {
margin: 50px 0 0 50px;
position: absolute;
text-align:center;
background-color:#FFFFCC;
color:#333333;
font-weight:bold;
padding: 10px;
z-index: 100;
}
/*
#header {
margin: 0 auto;
width: 600px;
background-color: #F0F0F0;
height: 200px;
padding: 10px;
}
*/
#openCloseWrap {
position:absolute;
margin: 143px 0 0 120px;
font-size:12px;
font-weight:bold;
}

.login-menu {
	background-position: 0 top;
	background-repeat: repeat-y;
	background-image: url(/assets/images/bg_loginmenu.png);
	width: 126px;
	display: none;
	margin-top: 36px;
	margin-left: 853px;
	padding: 8px;
	z-index: 100;
	position:absolute;
}

.login-menu li {
	margin-bottom: 0.2em;
}

.login-menu a {
	text-decoration: none;
	font-weight: bold;
	color: black;
	border-bottom-color: #b3b3b3;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 10px;
}


.content #floatMenu{ position:absolute; width:300px; right:0px; top:0px }
.content{ margin-left: auto; margin-bottom: 0; margin-right: auto; margin-top: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; width:980px; position:relative; }
.redbox{ padding: 10px; border-color: red; border-style: dotted; border-width: 1px; }

.menutitle{
	cursor:pointer;
	margin-bottom: 0px;
	width:160px;
	padding:2px;
	font-weight:bold;
}

.menutitle a:hover{
color:#FF0000;
}

.submenu{
margin-bottom: 0.5em;
}
 