/* CSS - New Project */

/* reset */
	body, form, ul, li, ol, img, pre, fieldset, p, h1, h2, h3 {padding: 0; border: 0; margin: 0;}

/* general */
	strong {font-weight: bold;}
	em {font-style: italic;}
	.left {float: left;margin-right: 1em;}
	.right {float: right;margin-left: 1em;}
	.hide {display: none;}
	.show {display: block;}
	body {font-size: 12px;background: #ffffcc;font-family: Arial, Helvetica, sans-serif;}
	.clear {clear:both}
	#innertube {padding:25px;}
	a:link, a:visited, a:hover {color:#538c08; text-decoration:none;}
	p {padding-bottom: 12px;color: #333333;line-height: 150%;}	
	h1 {padding-bottom: 6px;font-size:160%;}
	h2 {padding-bottom: 6px; font-size:130%;}
	h3 {padding-bottom: 6px; font-size:115%;}
	iframe {margin: 0px;padding: 0px;}

/* basic */
	#mainContainer {clear: both;width: 769px;margin: 65px auto auto;}
	
/* header */
	#headerContainer {clear: both;position: relative;overflow: visible; z-index:900;}
	#headerLogo {background: url(images/header.gif) no-repeat;height: 150px;margin: -30px 0px 0px -17px;position: relative;}
	#headerLogo h1 {text-indent: -9999px;margin: 0;}
	#headerLogo a, #headerLogo a:visited {display: block;width: 500px;height: 149px;margin-top: -1px;}
	#dragonTop {margin: 0px;position: absolute;top: -33px;z-index: 1000;height: 245px;width: 295px;
		background: url(images/top-dragon-2.png) no-repeat center center;right: 0px;behavior: url(iepngfix.htc);}
	#dragonTop h1 {text-indent: -9999px;margin: 0;}
	#dragonTop a, #dragonTop a:visited {display: block;width: 295px;height: 70px;margin-top: -1px;}
	

/* body */
	#bodyContainer {clear: both;}
	#leftCol {float: left;width: 188px;background: url(images/left-nav.gif) no-repeat;height: 460px;position: relative;}
	#bodyContent {width: 581px;float: left;background: url(images/body-bg.gif) repeat-y;}
	#bodyContent-btm {background: url(images/body-bottom.gif) no-repeat top;height: 50px;width: 581px;float: right;}
	#pageTitle {background: url(images/page-title.gif) no-repeat;width: 581px;height: 67px;position: relative;z-index: 200;}
	#pageTitle span {font-family: Impact, Arial, Helvetica, sans-serif;font-size: 36px;color: #FFFFFF;font-weight: normal;
		position: absolute;left: 20px; bottom: -8px;}
	#bodyContent h1 {color:#538c08; border-bottom: 2px solid #b4d87f; padding-bottom:0px; margin-bottom:6px;}
	#bodyContent h2 {color:#538c08;}
	#bodyContent h3 {color:#538c08;padding-bottom:0px;margin-bottom:6px;font-style: italic;}
	#bodyContent a:link, #bodyContent a:visited  {color:#538c08; text-decoration:none;}
	#bodyContent a:hover {color:#538c08; background:#ffffcc; text-decoration:underline;}	
	#bodyContent ul { margin-left:25px; margin-bottom:10px;}
	#bodyContent li { padding:5px 0px; list-style:disc;}
	#bodyContent ol { margin-left:25px; margin-bottom:10px;}
	#bodyContent ol li { padding:5px 0px; list-style:upper-alpha;}
	#homeBG {background: url(images/lildragon_wavemaster.jpg) no-repeat right -30px;padding-right: 325px;height: 360px;
		font-family: Arial, Helvetica, sans-serif;font-size: 170%;}
	
/* Navigation */
	#Nav {padding:20px 2px 20px 3px;}
	#Nav li {list-style: none;text-align: right;border-bottom: 2px solid #b4d87f;}
	#Nav a, #Nav a:visited {color:#6F3A80;text-decoration:none;font-family: Impact, Arial, Helvetica, sans-serif;font-size: 14px; padding:10px; 
		display:block;}
	#Nav a:hover {text-decoration:none;color: #ffffcc; background-color:#774597; }
	#Nav #currentpage a, #Nav #currentpage a:visited{color:#ffffcc;text-decoration:none;font-family: Impact, Arial, Helvetica, sans-serif;font-size: 14px;
		padding:10px 30px 10px 10px;display:block;background: #774597 url(images/footPrint-h.gif) no-repeat 160px center;}
	#Nav #currentpage a:hover {color:#ffffcc;text-decoration:none;font-family: Impact, Arial, Helvetica, sans-serif;font-size: 14px;
		padding:10px 30px 10px 10px;display:block;background: #774597 url(images/footPrint-h.gif) no-repeat 160px center;}
	#navDragon {position: absolute;left: 14px;bottom: 16px;margin: 0px;}

/* footer */
	#footerContainer {float: left;width: 188px;position: absolute;top: 460px;}
	#footerContent {clear: both;padding: 10px;font-size: 90%;text-align: center; line-height:120%;}
	#footerCall {font-size: 18px;font-weight: bold;font-family: Arial, Helvetica, sans-serif; line-height:100%;}
