/*   
	Kubrick v1.2.5  for  e107
	http://binarybonsai.com/kubrick/
	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	Maintainer: William Moffett [Que~]
*/

/* BEGIN TYPOGRAPHY & COLORS */
body {
	margin: 0;
	padding: 0; 
	font-size: 11px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	background: url('../images/headbg.gif') top repeat-x;
}

/*br {float:left; padding:0; margin:0; line-height:0;} */

div, a, img, span {behavior: url("iepngfix.htc");}

.bodytable3{
	margin: 0;
	padding: 0; 
};
/* root
================================================*/
.Root{
position:relative;padding:0;margin:0 auto;width:100%;}

/* Headings
================================================*/
.Head{position:relative;padding:0;margin:0 auto;width:980px;height:135px; padding-top:10px;}


.Head_box{padding:0;margin:0; float:right;}


.Logo{position:relative;padding:0;margin:0;width:132px;height:132px; display:block; border:0px; float:left;}

.Logo h2{padding:0;margin:0;font-size:11px;color:#003366;font-weight:900;}

.Logo_title{padding:9px 0px 0px 0px;margin:0;font-size:28px;color:#003366;font-weight:900; font:Verdana, Arial, Helvetica, sans-serif;
width:260px; float:left; text-align:center;}
.license {padding: 4px 0px 0px 0px; font-size: 11px; text-align:left; font-weight:400; text-align:center;}

/* Top-nav
================================================*/
.Topnav{
padding:0;margin:0 auto; width:980px; height:46px; background:url('../images/tn_bg.gif') top repeat-x;
}
.Topnavright{
padding:0;margin:0 auto; width:980px; height:46px; background:url('../images/tn_right.gif') right no-repeat;
}
.Topnav ul{
padding:0;margin:0 auto;height:38px;
list-style:none;
display:block;
background:url('../images/tn_left.gif') left no-repeat;
padding-left:15px;
padding-top:8px;
}

.Topnav li{
padding:6px 15px 7px 15px;
margin:0 auto;
list-style:none;
float:left;
border-left:1px #006699 solid;
}
.Topnav li a{
padding:0;margin:0 auto;
text-align:center;
color:#fff;
font-size:13px;
font-weight:900;
text-decoration:none;
text-shadow:0 0 1px #000 !important;
}
.Topnav li a:hover{
color: #006699;
}

.Bord_off{ border:0px!important;}

/* Content
================================================*/
.Content{
padding:0px 0px 0px 0px;margin:0 auto; width:980px;
}
/* Leftcontent+bg
================================================*/
.Leftcontent{
padding:0;margin:0 auto; width:260px;
margin-top:5px;
float:left;
position:relative;
background:url('../images/lc_bg.gif') left repeat-y;
text-align:left;
}
.Lc_top{
padding:0;
margin:0; 
background:url('../images/lc_topbg.png') top no-repeat;
padding-top:5px;
position:relative;
clear:both;
}
.Lc_bottom{
padding:0;
margin:0; 
background:url('../images/lc_botbg.png') bottom no-repeat;
position:relative;
clear:both;
display:block;
}
/* Leftcontent-box
================================================*/
.H_left{
padding:6px 0px 0px 7px;
margin:0px 0px 0px 4px;
width:246px;
height:22px;
background:url('../images/hleft.png') top left no-repeat;
behavior: url("iepngfix.htc");
font-size:11px;
font-weight:900;
text-align:left;
}


.Dep_root{
padding:0px 7px 10px 7px;
margin:0;
}

.Departments{
padding:0;
margin:0;
}

.Depart_title{padding:0px 0px 5px 0px; display:block; font-size:11px; color:#5d5d5d; text-decoration:none;}
a:hover.Depart_title{ text-decoration:underline;}

.Depart_title strong{ text-decoration:underline; font-size:14px;text-shadow: #0099CC 0px 0px 1px!important; color:#333333;}


.lnav_img{
padding:1px;
margin:3px 0px 5px 0px;
background:#eaeaea;
border:1px solid #8d8d8d; 
}
/* LEFT-NAV
================================================*/
.l_nav {padding:0; margin:0;}

.n_head{padding:0px 0px 0px 0px; margin:0; display:block;}

		/* A few IE bug fixes */
		* { margin: 0; padding: 0; }
		* .l_nav ul ul li a { height: 100%; }
		* .l_nav ul li a { height: 100%; }
		* .l_nav ul ul li { margin-bottom: -1px; }
		
		#theMenu {margin: 0px 0; padding: 0;}
		
		/* Some list and link styling */
		.l_nav ul li { padding:7px 0px; border-bottom:1px dashed #5d5d5d}
		
		
		.l_nav ul ul li {
		padding: 0;
		margin-bottom: 0; 
		padding-top:5px;
		border:0px;
		font-size:11px;
		color:#5d5d5d;
		}

		
	.l_nav ul ul { padding-bottom:5px;}
		
		.l_nav ul ul li a {text-decoration:none;color:#006699;}
		
		.l_nav ul ul li a:hover {text-decoration:underline;}
		
		
		
		/* For the xtra menu */
		.l_nav ul ul ul li { border-left: none; border-bottom: 1px solid #eee; padding: 0; margin-bottom: 0; }
		.l_nav ul ul ul li a { display:block; color: #000; padding: 3px 6px; font-size: small; }
		.l_nav ul ul ul li a:hover { display:block; color: #369; background-color: #eee; padding: 3px 8px; font-size: small; }
		
		
		.l_nav li { list-style-type: none; }
		/*.l_nav h2 { margin-top: 1.5em; }*/
		
		/* Header links styling */
		.l_head{ border-top:1px dashed #a6daf5; padding-top:5px; padding-bottom:5px;}
		
		
		.l_nav div.head a { 
		display:block; 
		text-decoration:none;
		font:12px Tahoma;
		color:#225180;
		}
		.l_nav div.head a span{
		display:block;
		}
		

		.l_nav div.head a:hover { 
		text-decoration:underline;
		border:0px;
		}
		
		
		.l_nav div.selected a { 
		color: #006699;
		}
		.l_nav div.selected a:hover { 
		text-decoration:underline;
		}

        .l_nav div.che a { 
		display:block; 
		/*width:195px;*/
        /*height:25px;
        background:url(img/l_nav_bgun.gif) top no-repeat;*/
		text-decoration:none;
		font:12px Tahoma;
		color:#225180;
		}
		.l_nav div.che a span{
		padding-top:4px;
		padding-left:10px;
		display:block;
		}
		

		.l_nav div.che a:hover { 
		text-decoration:underline;
		border:0px;
		}
/* Rightcontent+bg
================================================*/
.Rightcontent{
padding:0;margin:0 auto; width:709px;
margin-top:5px;
float:right;
position:relative;
background:url('../images/rc_bg.gif') left repeat-y;
behavior: url("iepngfix.htc");
text-align:left;
}

.Rc_top{
padding:0;
margin:0; 
background:url('../images/rc_topbg.gif') top no-repeat;
behavior: url("iepngfix.htc");
padding-top:5px;
position:relative;
clear:both;
}

.Rc_bottom{
padding:0;
margin:0; 
background:url('../images/rc_botbg.gif') bottom no-repeat;
behavior: url("iepngfix.htc");
position:relative;
clear:both;
display:block;
}

/*------------------------H------------------------------*/
.caption3{
padding:0px 0px 0px 11px;
margin:0px 0px 8px 0px;
height:28px;
background:url('../images/hr_01.png') top left no-repeat;
behavior: url("iepngfix.htc");
}
.caption3 p{
padding:0px 15px 0px 0px!important;
margin:0!important;
height:28px;
background:url('../images/hr_03.png') right no-repeat;
behavior: url("iepngfix.htc");
display:block;
}
.caption3 span{
padding:3px 0px 3px 0px;
margin:0px 0px 0px 0px;
height:22px;
background:url('../images/hr_02.png') repeat-x;
behavior: url("iepngfix.htc");
font-size:14px;
font-weight:900;
display:block;
color:#000;
}


.Description{
padding:0px 10px 20px 10px;
margin:0;
text-align:justify;
color:#414141;
}
.Description p{
padding:10px 0px 5px 0px;
margin:0;
}



.C_banner{
padding-top:10px;
margin:0 auto;
display:block;
height:100%;
text-align:center;
}

.Description h4{
padding:2px 0px 2px 0px;
margin:0;
color:#767676;
font-size:12px;
font-weight:900;
}

.Description h5{
padding:4px 0px 4px 0px;
margin:0;
color:#767676;
font-size:13px;
font-weight:900;
color:#000;
}

.Description ul{
padding:0;
margin:0;
list-style:none;
}
.Description ul li{
padding:0;
margin:0;
list-style:none;
}


/* News
================================================*/
.H_right{
padding:0px 0px 0px 11px;
margin:0px 0px 0px 0px;
height:28px;
background:url('../images/hr_01.png') top left no-repeat;
behavior: url("iepngfix.htc");
}
.H_right p{
padding:0px 15px 0px 0px;
margin:0px 0px 0px 0px;
height:28px;
background:url('../images/hr_03.png') right no-repeat;
behavior: url("iepngfix.htc");
display:block;
}
.H_right span{
padding:6px 0px 0px 0px;
margin:0px 0px 0px 0px;
height:22px;
background:url('../images/hr_02.png') repeat-x;
behavior: url("iepngfix.htc");
font-size:11px;
font-weight:900;
display:block;
color:#000;
}

.News{
padding:10px;
margin:6px 10px 4px 10px;
background:#edf5fd;
border:1px solid #e1dddd;
position:relative;
display:block;
height:100%;
}
.News h2{
padding:0;
margin:0;
padding-bottom:8px;
color:#5C5C5C;
font-size:12px;
font-weight:900;
}
.Newstitle{
padding:0;
margin:0;
padding-bottom:8px;
color: #003333;
font-size:12px;
font-weight:900;
}

.News a{
padding:0;
margin:0;
color: #0066CC;
font-size:11px;
}
.News a:hover{
color:#767676;
}

.News ul{list-style-type:none;padding:0;margin:0;}
.News li{list-style-type:none;padding:0;margin:0; float:left;}

.News li p{padding:0px 0px 10px 10px;margin:0; display:block; width:500px;}

.News ul li img {
background:#EAEAEA none repeat scroll 0 0;
border:1px solid #8D8D8D;
margin:0;
padding:1px;
}

/* Footer
================================================*/


.Footer{padding:0;margin:0 auto;width:100%;background:url('../images/footerbg.gif') bottom repeat-x; text-align:left;}

.Footer_c{padding:0;margin:0 auto;width:970px; border-top:1px solid #e1dddd; margin-top:10px; padding-top:15px;}

.Footer_c ul{padding:0;margin:0; float:left;  padding-right:5px; list-style:none;}

.Footer_c ul li{padding:0;margin:0; float:left; padding-right:5px; list-style:none;}

.Footer_c ul li a{padding:0;margin:0; color:#767676;text-shadow: #0099CC 0px 0px 1px!important;}

.Copy{ margin:0; padding: 10px 0px 0px 5px!important; font-size:11px; clear:both; display:block;}

div.F_logo{padding:0;margin:0; float:right; position:relative;}


.F_botton {padding-top:20px; padding-bottom:20px;}
.F_botton div{padding:0px 0px 4px 0px; margin:0;}
.F_botton a img {border:0px!important;}
/* special-shadow
================================================*/

/*.bodytable3{ display:none;}*/

.shadow {
			/* pretty browsers */
			text-shadow:#000 0px 0px 4px; 		
			/*position above it's own shadow*/
			position:relative;
			z-index:0;
			color: #0066CC;
			font-size:16px;
		}
		.shadow span {
			/*position directly below the text */
			position:absolute;
			z-index:-1;
			top:0; left:0;
			/*lower opacity*/
			opacity:0.03;
			/* disable text-desection */
			-moz-user-select:none;
		}
		/* knockout styles */
		.knockout {color:#fff;}
		.knockout span {color:#000;}

		/* the magic 3D trick: ******************/
		.d3d span {font-style:italic;}
		
		/*positioning all shadows*/
		/*	first layer*/
		.shadow .a1, .shadow .a5, .shadow .a7 {left:-1px;}
		.shadow .a2, .shadow .a6, .shadow .a8 {left: 1px;}
		.shadow .a3, .shadow .a5, .shadow .a8 {top :-1px;}
		.shadow .a4, .shadow .a6, .shadow .a7 {top : 1px;}
		
		/*	second layer*/
		.shadow .b1, .shadow .b5, .shadow .b7 {left:-2px;}
		.shadow .b2, .shadow .b6, .shadow .b8 {left: 2px;}
		.shadow .b3, .shadow .b5, .shadow .b8 {top :-2px;}
		.shadow .b4, .shadow .b6, .shadow .b7 {top : 2px;}
		
		/*	third layer*/
		.shadow .c1, .shadow .c5, .shadow .c7 {left:-3px;}
		.shadow .c2, .shadow .c6, .shadow .c8 {left: 3px;}
		.shadow .c3, .shadow .c5, .shadow .c8 {top :-3px;}
		.shadow .c4, .shadow .c6, .shadow .c7 {top : 3px;}
		
		/*	fourth layer*/
		.shadow .d5, .shadow .d7 {left:-4px;}
		.shadow .d6, .shadow .d8 {left: 4px;}
		.shadow .d5, .shadow .d8 {top :-4px;}
		.shadow .d6, .shadow .d7 {top : 4px;}
		
		/*	better shadow trick */
		.shadow .d1 {left:-5px;}
		.shadow .d2 {left: 5px;}
		.shadow .d3 {top :-5px;}
		.shadow .d4 {top : 5px;}








td {
    background: none;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color:#5d6e75;
	padding: 0px;
	text-align:left;
}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.linkspage_button{
	border:0px;
}

.hidden{
	display:none;
}

/* BEGIN LAYOUT */

#page {
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	text-align: left;
	background:white url("../images/kubrickbg.jpg") repeat-y top; border: none;
}

#page2 {
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	text-align: left;
	background:white url("../images/kubrickbgwide.jpg") repeat-y top; border: none;
}

#header {
	position:relative;
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	background: #73a0c5 url("../images/kubrickheader.jpg") no-repeat bottom center; 
}

#header h1{
	position:absolute;
	top:50px;
	left:0px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: 4em;
	text-align: center;
}

#header h1 a, #header h1 a:hover{
	color:white;
}

#header h2 {
	position:absolute;
	top:100px;
	left:0px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: 1.2em;
	text-align: center;
	color: #ffffff;
}

/* UL NAVIGATION ADDED BY QUE~ */

#navigation{
	font-size: 11px;
	width: 694px;
	height: 22px; 
	position: absolute;
	top: 178px;
	left: 13px;
	list-style: none;
}

#navigation li{
	background: none;
 	display: inline;
}

/* END UL NAVIGATION */

#content {
}

#sidebar{

}

#sidebar {
	margin:22px 0px 0px 545px;
	padding: 20px 0 10px 0;
	width: 190px;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
}

.widecolumn {
	padding: 10px 0 10px 0;
	margin: 5px 0 0 5px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

/* END LAYOUT  */


/* BEGIN E107 CORE CLASSES MAINTAINER QUE~ */

.button{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
}

.tbox.chatbox {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.spacer {
	padding: 2px 0 2px 0;
}


.indent{
	padding:4px;
	border: 1px solid #06c;
}

.smalltext {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.mediumtext {
	font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.tbox{
	background-color: #F4F7FA;
	border: #5e5d63 1px solid;
	color: #000000;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
}

.helpbox {
	border: 0px;
	background-color: transparent;
	color:#000;
	font: 9px tahoma, verdana, arial, helvetica, sans-serif;
}

.fborder {
	border: ##BECDE9 1px solid;
	
}

.forumheader{
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color:#000;
	padding: 4px;
	border: 1px solid #BECDE9;
	font-weight:900;
}

.forumheader2{
	background-color: #fff;
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	color:#000;
	padding: 4px;
	border: #BECDE9 1px solid;
}

.forumheader3{
	font: 9px verdana, tahoma, arial, helvetica, sans-serif;
	color:#000;
	padding: 4px;
	border: #BECDE9 1px solid;
}

.forumheader3 img { behavior: url("iepngfix.htc") }
img { behavior: url("iepngfix.htc") }
.forumborder{
	border:  #000080 1px solid;
	background-color: transparent;
}

.fcaption {
	height:35px;
	border: #ededed 1px solid;
	padding: 2px 0 2px 8px;
	background-color: #68ADE5;
	font: 12px verdana, tahoma, arial, helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	background-image: url("../images/tileage.jpg");

}
.fcaption a{
	padding-right:4px;
	color:#fff;

}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


/* START NAVIGATION */

/* THIS PART IS FOR THE NAVIGATION LINKS */
.nav1 a:link, .nav1 a:visited, .nav2 a:link, .nav2 a:visited, .nav3 a:link, .nav3 a:visited, .nav4 a:link, .nav4 a:visited, .nav5 a:link, .nav5 a:visited, .nav6 a:link, .nav6 a:visited, .nav7 a:link, .nav7 a:visited, .nav8 a:link, .nav8 a:visited{
	color: #4E4E4E;
	width: 80px;
	height: 20px;
	line-height: 20px;
	background: url('../images/01_linkbg2.gif') top repeat-y;
	padding: 0;
	text-align:center;
}

.nav1_onpage a:link, .nav1_onpage a:visited, .nav2_onpage a:link, .nav2_onpage a:visited, .nav3_onpage a:link, .nav3_onpage a:visited, .nav4_onpage a:link, .nav4_onpage a:visited, .nav5_onpage a:link, .nav5_onpage a:visited, .nav6_onpage a:link, .nav6_onpage a:visited, .nav7_onpage a:link, .nav7_onpage a:visited, .nav8_onpage a:link, .nav8_onpage a:visited{
	color: #4E4E4E;
	width: 80px;
	height: 20px;
	line-height: 20px;
	background: url('../images/01_linkbg2.gif') top repeat-y;
	padding: 0;
	text-align:center;
}

.nav1 a:link, .nav1 a:visited, .nav1_onpage a:link, .nav1_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 14px;
}

.nav2 a:link, .nav2 a:visited, .nav2_onpage a:link, .nav2_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 96px;
}
.nav3 a:link, .nav3 a:visited, .nav3_onpage a:link, .nav3_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 178px;
}

.nav4 a:link, .nav4 a:visited, .nav4_onpage a:link, .nav4_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 260px;
}

.nav5 a:link, .nav5 a:visited, .nav5_onpage a:link, .nav5_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 342px;
}

.nav6 a:link, .nav6 a:visited, .nav6_onpage a:link, .nav6_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 424px;
}

.nav7 a:link, .nav7 a:visited, .nav7_onpage a:link, .nav7_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 506px;
}

.nav8 a:link, .nav8 a:visited, .nav8_onpage a:link, .nav8_onpage a:visited{
	position: absolute;
	top: 2px;
	left: 588px;
}

/* HOVER EFFECTS */

.nav1 a:hover, .nav1 a:active,
.nav2 a:hover, .nav2 a:active,
.nav3 a:hover, .nav3 a:active,
.nav4 a:hover, .nav4 a:active,
.nav5 a:hover, .nav5 a:active,
.nav6 a:hover, .nav6 a:active,
.nav7 a:hover, .nav7 a:active,
.nav8 a:hover, .nav8 a:active{
	background: url('../images/01_linkbg1.gif') top repeat-y;
	margin: 1px 0 0 0;
}

/* USE A DIFFERENT COLOR WHEN USER IS ON THAT PAGE */

.nav1_onpage a:link, .nav1_onpage a:visited,
.nav2_onpage a:link, .nav2_onpage a:visited,
.nav3_onpage a:link, .nav3_onpage a:visited,
.nav4_onpage a:link, .nav4_onpage a:visited,
.nav5_onpage a:link, .nav5_onpage a:visited,
.nav6_onpage a:link, .nav6_onpage a:visited,
.nav7_onpage a:link, .nav7_onpage a:visited,
.nav8_onpage a:link, .nav8_onpage a:visited{
	background: url('../images/01_linkbg1.gif') top repeat-y;
}

/* END NAVIGATION */

/* NICETITLE ADDED BY QUE~*/

.nicetitle {
	font-weight: bold;
	color: #3C3C3C;
	text-align: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 35em;
	z-index: 20;
	max-width: 60%;
}
.nicetitle-content{
	overflow: hidden;
	background: white;
	border: 1px solid #333;
	padding: 7px;
	opacity: 0.9;
}
.nicetitle p{
	margin: 0;
	line-height: 120%;
}
.nicetitle p.destination {
	font-weight: normal;
	font-size: 10px;
	color: #5E7743;
}
div.nicetitle p span.accesskey {
	color: #FF7200;
}



/*-------------------------------------------------------------LIGHT-BOX___****/

#container { 
	margin: 0 auto;
	padding:0px;
	text-align: left;
}

#lightbox1
{
padding:0px;
margin:0px;
}


.Mapclose {
position:absolute;
top:0px;
right:15px;
display:block;
font-size:24px;
color: #CC0000;
font-weight:900;
z-index:111;
}

.leightbox01 {
	display: none;
	position: absolute;
	padding:0px;
	margin:0px;
	top:-80px;
	left:-90px;
	width:700px;
	z-index:222;
}
.leightbox01 {
	padding:0px;
	margin:0px;
	border:5px solid #FFFFFF;
}

.Dbnone1 img{
	padding:0px;
	margin:0px;
	border:1px solid #000033;
}


.Dbnone1{
	padding:0px;
	margin:0px;
	list-style:none;
}


.Dbnone1 li{
	padding:0px;
	margin:0px;
	list-style:none;
}

.Dbnone1 li{
	padding:4px 0px 4px 0px;
	margin:0px;
	display:block;
	font-size:13px;
	font:'Tahoma';
	font-weight:900;
	text-shadow:#003366;
}


#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }




/* Form
================================================*/
.Form_morm{
	padding:10px 0px 10px 0px;
	margin:0px;
	clear:both;
}


.Form_f{
	padding:4px 0px 4px 0px;
	margin:0px;
}

.Form_f input{
	padding:0px 0px 0px 0px;
	margin:0px 0px 3px 0px;
	background:none;
	border:1px solid #006699;
	width:250px;
}

.Form_morm p{
	padding:4px 0px 4px 0px;
	margin:0px 0px 0px 0px;
	background:none;
}

.Area{
	padding:0px 0px 0px 0px;
	margin:0px;
	background:none;
	border:1px solid #006699;
	width:250px;
	height:200px;
}

.Form_h2{
	padding:3px 0px 3px 0px;
	margin:0px;
	background:none;
	color:#003333;
	font-size:12px;
	font-weight:900;
}

.Form_f div{
	padding:2px 0px 2px 0px;
	margin:0px;
	font-weight:900!important;
}

.Form_button{
	padding:0px 0px 0px 0px;
	margin:0px;
	background:none;
	border:0px!important;
	color:#003333;
	font-size:12px;
	font-weight:900;
	cursor:pointer;
}
.Form_button:hover{
color:#0099FF;
}

.sfx{
	padding:0px 0px 75px 0px;
	margin:0px;
}
a.grey {
	margin: 0;
	padding: 0; 
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #000;
	text-decoration:none;
}
a.grey:hover {
	color: #333;
	text-decoration:none;
}

/* [NEW BEGIN] */
.l_nav ul li a { padding-top:0px; padding-bottom:85px; display:block; text-decoration:underline; color:#333333; font-weight:bold; font-size:14px; }
.l_nav ul li a:hover { text-decoration:underline; }

.l_nav ul li ul li a { padding:0px 0px 0px 0px; display:block; text-decoration:none; color:#333333; font-size:12px; font-weight:bold; }
.l_nav ul li ul li a:hover { text-decoration:none; }

.l_nav ul div {padding:4px 0px 4px 0px; width:260px; line-height: 15px; color:#5d5d5d;}
.l_nav ul li div a { padding:0px 0px 0px 0px; display:inline; font-size:11px; text-decoration:none; font-weight:400; color:#006699; }
.l_nav ul li div a:hover { text-decoration:underline; }

.l_nav ul li ul li div a { padding:0px 0px 0px 0px; display:inline; font-size:11px; text-decoration:none; font-weight:400; color:#006699;}
.l_nav ul li ul li div a:hover { text-decoration:underline; }

.l_nav ul li li.active>a { color:#006699; }

.cpage_body a{
padding:0;
margin:0;
color: #0066CC;
font-size:11px;
text-decoration:underline;
}
.cpage_body a:hover{
color:#767676;
}

/* [ NEW END ] */
