
/* HTML elements  */		

	h1, h2, h3, h4, h5, h6{
		font-weight:normal;
		margin:0;
		line-height:1em;
		color:#2d2d29;
		letter-spacing:-0.02em;
		}	
	h1{font-size:2em;margin-bottom:.5em;}	
	h2{font-size:1.75em;margin-bottom:.7142em;}	
	h3{font-size:1.5em;margin-bottom:1em;line-height:.75em;padding-top:.25em;}
	h4{font-size:1.25em;margin-bottom:.6em;}
	h5,h6{font-size:1em;margin-bottom:1em;font-weight:bold;}
	
	p, blockquote, ul, ol, dl, form, pre{line-height:inherit;margin:0 0 1.5em 0;}
	ul, ol, dl{padding:0;}
	ul ul, ul ol, ol ol, ol ul, dd{margin:0;}
	li{margin:0 0 0 2em;display:list-item;list-style-position:outside;}	
	blockquote, dd{padding:0 0 0 2em;}
	pre, code, samp, kbd, var{font:100% mono-space,monospace;}
	pre{overflow:auto;}
	abbr, acronym{
		text-transform:uppercase;
		border-bottom:1px dotted #000;
		letter-spacing:1px;
		}
	abbr[title], acronym[title]{cursor:help;}
	small{font-size:90%;}
	sup, sub{font-size:85%;}
	em, cite, q{font-style:italic;}
	img{border:none;}			
	hr{}	
	table{}
	th,caption{text-align:left;}
	form div{margin:.5em 0;clear:both;}
	label{display:block;}
	fieldset{margin:0;padding:0;border:none;}
	legend{font-weight:bold;}
	input[type="radio"],input[type="checkbox"], .radio, .checkbox{margin:0 .25em 0 0;}

/* //  HTML elements */	

/* common */		
	
	.left{float:left;margin-right:1em;}
	.right{float:right;margin-left:1em;}
	.center{text-align:center;}
	
	.clear{clear:both;}
	.first{margin-left:0 !important;}
	.last{margin-right:0 !important;}
	.top{margin-top:0 !important;}
	.bottom{margin-bottom:0 !important;}	
	.hidden, .print{display:none;}
	.graphic, #logo, #intro .link, #more .link, #buylicense a{
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
		}

/* // common */			

/* base */
	
	body,input, textarea, select, li, button{
		font:100%  Helvetica, Arial, Sans-Serif;
		line-height:150%;
		color:#555;
		}		
	body{
		font-size:14px;
		background:#70a9da;
		margin:0;
		padding:0;
		text-align:center;
		}	
	a, a:visited{
		text-decoration:none;
		color:#037cba;
		}
	a:hover{color:#999;}
	ins{text-decoration:none;color:#900;font-style:italic;}
	code{color:#555;}
	pre{
		margin-left:2em;
		padding-left:2em;
		border-left:1px solid #ccc;
		color:#222;
		line-height:120%;
		}
	pre strong{color:#000;}
	blockquote{
		margin-left:2em;
		border-left:1px solid #ccc;
		font-style:italic;
		}	
	dt{font-weight:bold;}
	th, td{}		
	th{}
	td{}
	caption{font-style:italic;color:#777;margin:.5em 0;}	
	form{
		padding:2em 0;
		}
	form div.col{clear:none;}form div.first{clear:both;}
	form div{overflow:hidden;margin:.25em 4em;}
	fieldset{}
	input[type="text"], input[type="password"], textarea, .field, .area, select{
		border:1px solid #aaa;
		padding:5px;
		background:#fff;
		width:300px;
		line-height:110%;
		}
	select{width:125px;}
	textarea, .area{overflow:auto; height:150px; width:500px;}
	input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .focus{background:#f5f5f5;outline:none;}
	.submit{margin-top:1em;}
	button{
		border:none;
		background:#666;
		color:#fff;
		width:154px;
		height:42px;
		line-height:42px;
		cursor:pointer;
		text-align:center;
		font-size:15px;
		}

	.excerpt{font-size:120%;font-style:italic;}
	.error{color:#c00;display:block;}
	.success{color:#060;}
	.note{}
	
	.content .link, .content .link a{height:2em;line-height:2em;}
	.content .link a{float:left;background:#eee;padding:0 1em;text-decoration:none;}
	.content .link a:hover{color:#fff;;background:#d77011;}	
	
	#easy_tooltip{
		padding:4px 10px;
		background:#4A6565;
		color:#fff;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		}

/* base */

/* layout */

	.inner{	
		margin:0 auto;
		width:950px;
		text-align:left;
		position:relative;
		}
	#header{
		position:relative;
		height:321px;
		background:url(../images/topbgr.jpg) repeat-x;
		}	
	.content{
		clear:both;
		padding:2em 0;
		background:#fff;
		}
	.main, .secondary, .tertiary, .quaternary{
	
		float:left;
		display:inline;
		}
	.main{width:700px;font-size:16px;}
	.secondary{width:210px;margin-left:40px;}	
	#footer{
		position:relative;
		clear:both;
		background:url(../images/bg_footer.gif) repeat-x;
		padding:2em 0;
		color:#fff;
		font-size:12px;
		}
		
	#intro{
		position:relative;
		background:url(../images/bg_intro.gif) repeat-x;
		}	
	#intro .inner{
		width:948px;
		height:301px;
		background:url(../images/bg_intro.jpg) no-repeat 0 0;
		}
	#heading{
			margin:0 0 0 0;
			padding:0
			}
	#heading .inner{
		}	
		
	#pagetitle{
			margin:0 0 0 0;
			}
	#pagetitle .inner{
	
	height:60px;
		}
		
	#more{
		background:#d6d7d3;
		padding:1em 0;
		}
		
	/* columns */
		
		.cols{}
		.col{
			float:left;
			display:inline;
			}	
		.col{width:48%;margin-left:4%;} /* 2 columns - default */
		.cols3 .col{width:30%;margin-left:5%;}
		.cols4 .col{width:22%;margin-left:4%;}
		
	/* columns */	

/* // layout */

/* navigation */
	
		#nav, #nav ul, #nav li{
			margin:0;
			padding:0;
			list-style:none;
			}	
		#nav{
			position:absolute;
			right:16px;
			top:16px;
			}
		#nav li, #nav li a{
			float:left;
			display:inline;
			position:relative;
			line-height:22px;
			height:22px;
			}	
		#nav li a{

			padding:0 15px;	
			margin-right:6px;
			
			background:#e6a801;
			color:#fff;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;

			}
		#nav li.selected a, #nav li a:hover, #nav li a.over{
			background:#0677d5;
			color:#fff;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			}
			
		#nav ul{
			position:absolute;
			left:0;
			top:22px;
			padding:10px 20px;
			width:200px;
			background:#f3f3f3;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			display:none;
			z-index:1000;
			}
		#nav ul li{
			float:none;
			display:block;
			}	
		#nav ul li a{padding:0;}		

/* //navigation */

	
/* content */

	.content a, .content a:visited{
		text-decoration:none;
		}
	.content strong{color:#333;}
	
	#intro p{margin:0;}
	#intro #slogan{display:none;}
	#intro img{
		position:absolute;
		top:48px;
		left:494px;
		}
	#intro .link a{
		float:left;
		position:absolute;
		left:110px;
		top:224px;
		width:274px;
		height:56px;
		background:url(../images/bg_download.gif) no-repeat 0 0;
		}
	#intro .link a:hover{background:url(../images/bg_download.gif) no-repeat 0 -56px;}	
	
	#more p{text-align:center;}
	#more .link{height:56px;margin:.5em 0;}
	#more .link a{
		float:left;
		width:274px;
		height:56px;
		margin-left:317px;
		background:url(../images/bg_schedule.gif) no-repeat 0 0;
		}
	#more .link a:hover{background:url(../images/bg_schedule.gif) no-repeat 0 -56px;}
	
	#topslide {
		width:567px;
		height:268px;
		background:url(../images/content_03.jpg) no-repeat 0 0;
		}

	
	#heading h1{
		color:#fff;
		line-height:80px;
		font-size:26px;
		text-shadow: 0 2px 0 #385253;
		letter-spacing:0;
		}
		
		#pagetitle h1{
		color:#fff;
		line-height:60px;
		font-size:26px;
		text-shadow: 0 2px 0 #385253;
		letter-spacing:0;
		}
	
	#links{
		margin:0;
		position:absolute;
		right:20px;
		top:16px;
		}
	#links a{
		float:left;
		height:28px;
		line-height:28px;
		color:#fff;
		background:#4b7703;
		padding:0 15px;	
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		margin-left:5px;
		}
	#links a:hover{
		background:#fff;
		color:#496364;
		}
		
	#panel{
		background:#d6d7d3;
		padding:1em 0;
		}	
		
	
/* // content */

/* footer */
#footer{
background:url(../images/footerbgr.jpg) repeat-x;
		}
		
	#footer a, #footer a:visited{
		text-decoration:underline;
		color:#fff;
		}
	#footer a:hover{text-decoration:none;}	
	
	#footer h2, #footer h3{color:#d6d7d3;}
	
	#footer ul{margin:0;padding:0;}
	#footer li{
		list-style:none;
		margin:0;
		padding:0;
		color:#fff;
		}

	
/* // footer */

/* // sidenav */

.menu_head{border:1px solid #998675;}

.menu_body { width:184px;border-right:1px solid #998675;border-bottom:1px solid #998675;border-left:1px solid #998675;}
.menu_body li{margin:0; padding:0; list-style:none; background:#699ed7;}
.menu_body li.alt{background:#4c7db1;}
.menu_body li a{color:#FFFFFF; text-decoration:none; padding:8px; display:block;}
.menu_body li a:hover{color:#efca00;padding:8px;}



/* clearfix */

	.inner:after, .content:after, .cols:after, .fixed:after{
		content:"."; 
		display:block; 
		height:0; 
		clear:both; 
		visibility:hidden;
		}
	.inner, .content, .cols, .fixed{display:block;min-height:1%;}
	* html .inner, * html .content, * html .cols, * html .fixed{height:1%;}
	
	
	
	/****************************************************   BANNER ****/

#banner_wrap{
	display:block;
	position:relative;
	width:468px;
	height:194px;
	margin:0px 0px 12px 40px;
	padding:0px;
	background:no-repeat url('../images/banner_bg.jpg');
	z-index:1;
	}

.carousel ul li{ width:468px!important;  height:194px!important;  padding:0px 1px!important; margin:0px auto!important;}


.carousel .carousel-next{
	position:absolute;
	display:block;
	text-indent:-9999px;
	width:60px;
	height:30px;
	background:top left  no-repeat url('../images/nav_right.png');
	cursor:pointer;
	bottom:0px;
	left:234px;
	z-index:111;
	}

.carousel .carousel-previous{
	position:absolute;
	display:block;
	text-indent:-9999px;
	width:60px;
	height:30px;
	background:top left  no-repeat url('../images/nav_left.png');
	cursor:pointer;
	bottom:0px;
	right:234px;
	z-index:111;
	}
	
	
	

/* // clearfix */
