
#inEditor #contentarea,
#inEditor #contentarea a {
	font-size: 11px;
	
	color: #000;
}

body {
	margin: 0;
	padding: 0;
	position:relative;

	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	
	background: url(/images/body.jpg);
	color: #606060;
}
 
a {
	cursor: pointer;
	
	color: #000;
}

p {
	margin: 15px 0;
}

h1, h2, h3, h4, h5, h6{
	margin:0 0 16px 0;}

h1{font-size:22px;}
h2{font-size:18px;}
h3{font-size:16px;}
h4{font-size:14px; font-weight:normal;}
h5{font-size:12px; font-weight:normal;}
h6{font-size:10px; font-weight:normal;}


form {
	margin: 0;
	padding: 0;
}

textarea {
	width: 390px;
	height: 100px;
	
	font-family: Tahoma, Arial;
	font-size: 11px;
}

.clear {
	clear: both;
}

#top_bg{
	position:absolute; 
	top:0; 
	left:0; 
	z-index:-1; 
	width:100%; 
	height:397px; 
	
	background:transparent url(/images/header.png) no-repeat 0 0;}

#container {
	width: 853px;
	margin: 0 auto;
}

#container_bg{
	width:818px;
	height:auto;
	padding:0 18px;
	
	background:transparent url(/images/container_bg.png) repeat-y 0 0;}

#header {
	height:379px;}
	
#header #left{
	width:326px;
	float:left;}
	
#header #right{
	width:492px;
	float:left;
	position:relative;}

#logo_bg{
	width:326px;
	height:155px;
	position:relative;
	
	background:transparent url(/images/logo_bg.png) repeat-x 0 0;}

#logo {
	display: block;
	width: 230px;
	height: 103px;
	position:absolute;
	top:32px;
	left:42px;
	
	background: url(/images/logo.png) no-repeat 0 0;}
	
#header_divider{
	width:326px;
	height:10px;
	
	background:transparent url(/images/header_divider.png) no-repeat 0 0;}

#top_nav{
	height:50px;
	
	color:#3a3a3a;
		
	background-color:#FFF;}
	
#top_nav p{
	margin:17px 0 0 17px;
	float:left;
	
	font-size:15px;
	font-weight:bold;}

#top_nav span{
	float:right;
	display:inline-block;
	margin:16px 68px 0 0;
	
	font-weight:bold;
	font-size:12px;
	word-spacing:2px;}
	
#top_nav span a{
	text-decoration:none;
	color:#b5cd22;}

#banner {
	margin-left:1px;
}

#top_right{
	width:45px;
	height:379px;
	position:absolute;
	right:-1px;
	top:0;
	
	background:transparent url(/images/top_right.png) no-repeat 0 0;}
	
div#menu {
	position: relative;
	z-index: 101;
	width:326px;
	height:214px;
	
}

#menu_bg{
	width:326px;
	height:214px;
	
	background:transparent url(/images/menu_bg.png) repeat-x 0 0;}

div#menu ul {
	margin: 0;
	padding: 17px 0 0 43px;
	width:225px;
	
	list-style: none;

}

#nav li {
	float: none;
	position: relative;
	min-height: 1px; /* ie7 hack to force sub menus to stay */
	margin: 0px;
	padding: 0px;
	
	list-style:none;
	font-size:0;
	line-height:0;
}

#nav li a {
	display: block;
	
	text-decoration: none;
	
	cursor: pointer;
}

#nav li a:hover {
}

/* second level */

#menu ul li ul { 
	display: none;
	position: absolute;
	z-index: 9999;
	width: 165px;
	left:180px;
	top:-12px;
}

#nav li ul li {
	/*float: none; commented out to prevent IE6 sub menu spacing issue*/
	position: relative;
	font-size:11px;
	line-height:15px;
}

#nav li ul li a {
	width: 149px;
	padding: 6px 6px 6px 10px;
	
	border-bottom: 1px solid #000; /* needs to be here for IE6, also causes IE6 error is some cases */
	background: #333C42;
	color: #fff;
}

#nav li ul li a:hover {
	background: #2D556D;
	color: #fff;
}

/* third level */

#nav li ul ul {
	display: none !important;
	margin: 0 !important;
	position: absolute;
	top: -17px;
	left: 122px;
	width: 161px;
	overflow: hidden;
	
	border-top: none !important;
}

#nav li ul ul li {
}

#nav li ul ul li a {
}

#nav li:hover ul, #nav li.sfhover ul {
	display: block;
	z-index: 9999;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	display: none;
	z-index: 9999;
}

#nav li:hover ul li:hover ul, #nav li.sfhover ul li.sfhover ul {
	display: block !important;
	z-index: 9999;
}

/**/

#nav li:hover ul ul, #nav li.sfhover ul ul {
	display: block;
	z-index: 9999;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
	display: block;
	z-index: 9999;
	
}
	
#main {

}


#hp_container {

}
	
#contentarea {
	width: 100%;
}

#hp_container #contentarea {
	width: 779px !important;
	overflow:hidden;
	margin:20px 20px 0;
	padding-bottom:20px;
	
	font-size:12px;
}

#footer {
	color: #6d95ad;
	font-size:12px;
}

#footer_bg{
	width:853px;
	height:71px;
	
	background:transparent url(/images/footer_bg.png) no-repeat 0 0;}
	
	#footer p {
		float: right;
		margin: 26px 35px 0 0;
	}

	#footer a {
		text-decoration: none;
		
		color: #b2ca17;
	}
	#footer a:hover {
		text-decoration: underline;
	}

	#webarenalink {
		float: left;
		position: relative;
		display: block;
		width: 104px;
		height: 32px;
		margin: 15px 0 0 40px;

		background: url(/images/webarena_logo.png) no-repeat 0 0;
	}

	#webarenalink p {
		position: absolute;
		width: 0px;
		height: 0px;
		margin: 0;
		overflow: hidden;
		text-indent: 299px;
	}