@charset "UTF-8";
/* reset css styles */
	@import url("reset-min.css");

/* genearl html */

	body{
		margin: 0 0 20px 0;
		padding: 0;
		font: 62.5%/2.2em Tahoma, Verdana, Arial, Helvetica, sans-serif;
		color: #4b4942;
		background: #fff url(../img/top_bg.jpg) top repeat-x;
  		background: #FFFFFF url(../img/bg.png) fixed repeat top left;
	}

	a{
		text-decoration: none;
		color: #5599a7;
	}
	
	a:hover{color: #bb800f;}

	strong{font-weight: bold;}

	h1{
		padding: 25px 0 0 20px;
		height: 30px;
		top: 15px;
	}


/*  general layout */

	ul.borderedlist li{
		border-bottom: 1px dashed #d1cfcd;
	}
	ul.borderedlist li a{
		display: block;
		padding:3px 0 0 2px;
		height: 26px;
		color: #42423b;
	}
	ul.borderedlist li a:hover{background: #E5E5E4;color: #42423b;}


	.container{
		width:900px;
		margin: 0 auto;
		position: relative;
		overflow:hidden;
		background: #fff;
	}


/* header */
	#header{
		height: 160px;
		position: relative;
	}

	#header .container{
		height: 260px;
		font: 8pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
		color: #aaa;
		background: #fff url(../img/top.png) top no-repeat;
	}

	h1 a{
		font: 20px/20px Verdana, Helvetica, sans-serif;
		font-weight: bold;
		display: block;
		color: #666;
		padding: 80px 0 0 0;
	}

	h1 a:hover{color: #fff;}

	#header p{
			margin: 0 0 0 20px;
	}


/* main content area */

	#main{padding:5px 0 20px 0;}
	#leftcolumn{float: left;width:240px;}
	#rightcolumn{float: left;width:617px;padding: 0 20px;}


/* left column */

	.leftbox{background: #f1f0ef;padding: 10px 23px 10px 23px;margin-bottom:3px;line-height:1.8em;}
	h3.leftbox{font-size:19px;color: #8c8685; background: #f1f0ef; padding:5px 0 10px 23px;}
	ul.leftbox{font-size: 1.2em;}
	.features{padding-top:15px;font:1.27em Arial, Helvetica, sans-serif;background:#fff;}
	#leftcolumn .leftbox p{padding-bottom:1em;line-height:1.5em; font-size:12px}
	
	#logo {
		margin:0 auto 25px; auto;
		text-align: center;
   	}
   	

/* right column */

	#rightcolumn li {font-size: 1.3em;}

	ul.bulletedlist li{
		list-style-type: square;
		margin: 0 0 0 25px;
	}
	ul.bulletedlist{
		padding: 0 0 10px 0;
	}

	.content_wrapper h2{color: #5699A7; font-size:2em;padding-bottom: 10px;}
	.content_wrapper h3{
		color: #666;
		font-size:1.5em;
		font-family: Verdana;
		padding-bottom: 10px;
		font-weight:bold;
		font-variant:small-caps;
	}
	.content_wrapper p{font-size:1.3em; margin-bottom: 10px;}
	
	#rightcolumn hr {
		border: none 0;
		border-top: 1px dotted #5699A7;/*the border*/
		width: 100%;
		height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
		padding-bottom: 10px;
	} 
	
	.floatright{ float: right; margin: 0px 0px 5px 5px;}


/* Navigation */

#navigation ul#nav {
	z-index: 5000;
	font-size: 1.2em;
	margin-bottom:3px;
   	background: none repeat scroll 0 0 #F1F0EF;
    	line-height: 1.8em;
    	margin-bottom: 3px;
    	padding: 10px 23px;
}

#navigation ul#nav li {
	border-bottom: 1px dashed #d1cfcd;
    	list-style:none;
	position: relative;
	/*float: left;*/  /* commented for flyout use else dropdown*/
	line-height: 1.8em;
}

#navigation ul#nav li a {
	padding:3px 0 0 2px;
	height: 26px;
	display: block;
	text-decoration: none;
   /*	border-right: 1px solid #ccc;  */
	background: #f1f0ef;
	color: #42423b;
}

#navigation ul#nav li a span {
   /*	background: url(arrow.gif) no-repeat 100% 50%;  optional */
}

#navigation ul#nav  li ul {
    display: block;
    position: absolute;
/* hidding submenus based on: http://css-class.com/articles/ursidae/  */
    left: -999em;/* this makes it more accessible than display:none; */
    padding: 3px 8px 3px 8px;
    background:#555;
}

#navigation ul#nav  li:hover ul,
#navigation ul#nav  li.over ul {
    display: block;
    left: 135px;  /* the postion near main menu */
    top: 0;       /* align with top of main menu */
    position: absolute;
    z-index: 4000;
    /*width: 146px;*/
    background: #E5E5E4;
    color: #42423b;
}

#navigation ul#nav  li ul li {
    height: auto;
    background: transparent;
    text-indent: 0;
    padding: 0;
}

#navigation ul#nav  li:hover ul li a,
#navigation ul#nav  li.over ul li a {
    display: block;
    width: 240px;/*this is to adjust if used some background image for dropdown */
    background: transparent;
    text-decoration: none;
    margin: 0;
    color: #eee;
    text-indent: 0;
    text-align: left;
    border: 0;
    white-space: nowrap;
    background: #E5E5E4;
    color: #42423b;
}

#navigation ul#nav li ul li a:hover {
	background: #cccccc;
	color: #42423b;
}

#navigation ul#nav li.active a,
#navigation ul#nav li a:hover,
#navigation ul#nav li:hover a,
#navigation ul#nav li.over a {
	background: #E5E5E4;
	color: #42423b;
}


/* footer */

	#footer{
		margin: auto;
		width:900px;
		height: 37px;
		border-top: #ccc 1px solid;
		font-size: 1.2em;
		text-align:center;
	}
	#footer a{color: #A39D97;}
	#footer_left{
		float: left;
		height: 23px;
		padding:2px 0 0 0;
		margin-top: 10px;
		margin-left: 25px;
	}
	#footer_navigation{
		float: right;
		padding-top:7px;
		margin-right: 25px;
	}
	#footer_navigation li{float: left;padding-left:18px;}
	#footer_navigation li a{text-transform:uppercase;}
	#footer_navigation li a:hover{color: #5699A7;}