/* Normalize padding and margins */
 body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
 margin: 0;
 padding: 0;
}

/* Normalize header sizes */
h1, h2, h3, h4, h5, h6 {
 font-size: 100%;
}


/* Normalize list styles */
ol, ul {
 list-style: none;
}

/* Normalize font style and weight on odd elements */
address, caption, cite, code, dfn, em, strong, th, var {
 font-style: normal;
 font-weight: normal;
}

/* Normalize table borders */
table {
 border-collapse: collapse;
 border-spacing: 0;
}

/* Normalize other borders */
fieldset, img {
 border: 0;
}

/* Normalize text-alignment */
caption, th {
 text-align: left;
}

/*html, body {
 height: 100%;
}*/

.clear {
 clear: both;
}


@font-face {
				font-family: 'BellGothic-Bold';
				src: url('fonts/bellgothicbold.eot');
				src: url('fonts/bellgothicbold.eot?#iefix') format('embedded-opentype'),
						 url('fonts/bellgothicbold.woff') format('woff'),
						 url('fonts/bellgothicbold.ttf') format('truetype'),
						 url('fonts/bellgothicbold.svg#bellgothicbold') format('svg');
				font-weight: normal;
				font-style: normal;
		}

@font-face {
    font-family: 'BellGothic-Bold';
    src: url('/fonts/bellgothicbold.eot');
    src: url('/fonts/bellgothicbold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/bellgothicbold.woff') format('woff'),
         url('/fonts/bellgothicbold.ttf') format('truetype'),
         url('/fonts/bellgothicbold.svg#bellgothicbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
				font-family: 'HelveticaInserat-Roman-SemiBold';
				src: url('/fonts/helvins.eot');
				src: url('/fonts/helvins.eot?#iefix') format('embedded-opentype'),
						 url('/fonts/helvins.woff') format('woff'),
						 url('/fonts/helvins.ttf') format('truetype'),
						 url('/fonts/helvins.svg#helvins') format('svg');
				font-weight: normal;
				font-style: normal;
		}
@font-face {
				font-family: 'Helvetica-Condensed-Bold';
				src: url('/fonts/helvetica-condensed-bold.eot');
				src: url('/fonts/helvetica-condensed-bold.eot?#iefix') format('embedded-opentype'),
						 url('/fonts/helvetica-condensed-bold.woff') format('woff'),
						 url('/fonts/helvetica-condensed-bold.ttf') format('truetype'),
						 url('/fonts/helvetica-condensed-bold.svg#helvetica-condensed-bold') format('svg');
				font-weight: normal;
				font-style: normal;
		}	
@font-face {
				font-family: 'Helvetica-Condensed-Light-Li';
				src: url('/fonts/helvetica-condensed-light-li.eot');
				src: url('/fonts/helvetica-condensed-light-li.eot?#iefix') format('embedded-opentype'),
						 url('/fonts/helvetica-condensed-light-li.woff') format('woff'),
						 url('/fonts/helvetica-condensed-light-li.ttf') format('truetype'),
						 url('/fonts/helvetica-condensed-light-li.svg#helvetica-condensed-light-li') format('svg');
				font-weight: normal;
				font-style: normal;
		}		
html{
	background:url(/images/bg.jpg) repeat;
	}

body{
   background: url(/images/header-bg.jpg) repeat-x top;
}

#container{
	width:998px;
	margin:0 auto;
	background:#fff;
	}
	
#header{
	margin:0;
	padding:0;
	}	
	
.menu {
    background: none repeat scroll 0 0 #2c337b;
    display: inline-block;
    font-family: "Helvetica-Condensed-Bold" !important;
    font-size: 16px !important;
    margin: -5px 0 0;
    padding: 0;
    width: 1000px;
}	
	
.menu ul{
	display:block;
	}
	
.menu ul li{
	float:left;
	padding:0 50px;
	border-right:1px solid #181d58;
	}
	
.menu ul li a{
	text-decoration:none;
	color:#ffffff;
	line-height:54px;
	font-size:13px !important;
	font-weight:bold !important;
	}
	
.menu ul li a:hover{
	color:#f48309;
	background:url(/images/menu_hoverbg.png) repeat-x;
	display:block;
	}	
	
.left-panel{
	width:210px;
	float:left;
	height:auto;
	}
	
.menu-list{
	background:#f1f1f1;
	width:200px;
	height:auto;
	margin-bottom:30px;
	margin-left:2px;
	}	
	
.menu-list ul{
	margin:0;
	padding:0 10px;
	}
	
.menu-list ul li{
	background:url(/images/bullets.jpg) no-repeat left;
	border-bottom:1px solid #ccc;
	padding-left:25px;
	
	}
	
.menu-list ul li a{
	font-size:14px;
	font-family: 'Helvetica-Condensed-Bold';
	color:#000;
	line-height:30px;
	text-decoration:none;
	}
	
.menu-list ul li a:hover{
	color:#FF9900;
	}		
	 		
.right-panel{
	width:700px;
	float:right;
	height:auto;
	margin-right:25px;
	padding-bottom:30px;
	}	
	
#content-area{
	margin-top:10px;
	padding:20px;
	}	
	
	
h1{
	font-family:'Helvetica-Condensed-Bold';
	font-size:22px;
	margin-bottom:10px;
	text-align:left;
	color:#2c337b;
	}
	
h2{
	font-family:'Helvetica-Condensed-Bold';
	font-size:16px;
	margin-bottom:10px;
	text-align:left;
	color:#000000;
	}	
			
	
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	text-align:justify;
	}
	
ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	text-align:justify;
	list-style-type:none;
	padding-left:25px;
	}	
	
a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	text-align:justify;
	text-decoration:none;
	color:#000;
	}
	
a:hover{
	color:#FF0000;
	text-decoration:none;
	}			
	
	


.home-image{
	width:730px;
	height:auto;
	margin-top:20px;
	}
	
#footer{
	background:#2c337b;
	height:70px;
	width:100%;
	border-top:5px solid #f48309;
	color:#bec1d7;	
	}

#footer .area{
	width:998px;
	margin:0 auto;
	padding-top:20px;
	}	
#nav ul li {
    position: relative;
}	
#nav ul ul {
    background: none repeat scroll 0 0 #f48309;
    display: none;
    position: absolute;
	left:0;
	width:220px;
}
#nav ul ul li{
	border:none;
}
#nav ul ul li a{
	line-height:23px;
}
#nav ul li:hover ul{
	display:block;
}
#nav ul ul li{
	float:none;
	background:none;
	padding: 5px 8px;
}
#nav ul li li a{
	color:#2c337b;
}
#nav ul li li:hover{
	background:#f2e77e;
}
#nav ul li li:nth-child(7){
	background:url(/images/arrow-new.png) no-repeat right 10px center;
}
#nav ul li li:nth-child(7):hover{
	background:url(/images/arrow-new-hower.png) no-repeat right 10px center #f2e77e;
}
#nav ul li li:hover a{
	color:#59594e;
}
#nav ul ul ul{
	display:none!important;
	left:220px;
	top:0;
}
#nav ul ul li:hover ul{
	display:block!important;
}
#nav ul li li li a{
	color:#2c337b!important;
}
#nav ul li li li:hover{
	background:#f2e77e!important;
}
#nav ul li li li:hover a{
	color:#59594e!important;
}
#nav ul li li li:nth-child(7){
	background:none;
}
#nav ul li li li:nth-child(7):hover{
	background:#f2e77e;
}



