@charset "utf-8";
/* CSS Document */
	* {margin:0; padding:0;}
	body {font-family:Georgia, "Times New Roman", Times, serif; color:#000;}
	#header {background:url(images/header_bg.jpg) top center; display:block; overflow:hidden; text-indent:-3000px; height:200px;}
	#navBar {height:30px; list-style-type:none; width:180px; position:absolute; top:0; left:0; width:100%; font-size:16px; padding:3px 0; text-align:center; }
	#navBar li { display:inline; margin:0 10px;}
	#navBar li a{color:#006; text-decoration:none;}
	#navBar li a:hover{color:#000; text-decoration:underline;}
	
	#hidden {display:none;}
	
	
	#wrapper {background:#DFE6F8 url(images/arrow_bg.gif);}
	#innerWrapper {width:960px; margin:auto; overflow:hidden; padding-bottom:12px; position:relative; 	}
	#innerWrapper .description {padding-bottom:10px;}
	#innerWrapper .description p {font-style:italic; font-size:16px; margin:5px 100px 0; line-height:22px;}
	
	#innerWrapper .homeDescription p {font-size:20px; margin:20px 200px; line-height:28px; text-align:justify; clear:left;}
	
	#innerWrapper .homeDescription img {width:100px; border:1px solid #000;}
	#innerWrapper .homeDescription img.left {float:left; margin:5px 50px 0 0; }
	#innerWrapper .homeDescription img.right {float:right; margin:5px 0 0 50px;}	
	
	
	#innerWrapper h1 {font-size:36px; font-weight:normal; height:48px; line-height:48px; text-align:center; margin:24px 0 0; font-style:italic;}
	#innerWrapper h1 em {color:#B8C5E9;}
	#innerWrapper small {font-size:12px;}
	#innerWrapper small a {color:#0000FF; font-family:Arial, Helvetica, sans-serif;}
	
	iframe {width:100%; height:600px; border:none; background:#fff;}
	
	div#loader {background:#fff url(images/ajax-loader.gif) center no-repeat; position:absolute; width:100%; height:600px;}


