@charset "utf-8";
/* CSS Document */

#sidebar {
	width:245px;
	float:left;
	background:#f5f5f5;
	border:2px solid #e2e2e2;
	padding:4px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-top:22px;
}
	#sidebar > div{
		background:#f7f7f7;
		padding:15px;
	}

#loginForm input{
	font-size:8pt;
}

#login, form {display:inline;}

#username, #password{
	width:60px;
}

#editor > a {
	float:right;
	border:none;
	text-decoration:none;
}

#editor > a > img{
	border:none;
	margin-left:8px;
	margin-bottom:5px;
}

.editHide{
	display:none;
}

body {
	background:#000 url(images/body-bg.png) top left repeat;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif bold;
}

html { height:100%; width:100%}

#container {
	width:990px;
	margin:0 auto;
}

#heading {
	height:110px;
	width:990px;
	background:url(images/content-top.png) bottom no-repeat;
	clear:both;
	margin-top:10px;
	z-index:-20;
}

.clearer {
	clear:both;
	width:990px;
	height:1px;
	margin-bottom:-1px;
}

#footer {
	height:62px;
	float:left;
	position:relative;
	background:url(images/footer.png);
	width:990px;
	
}
	#footer span {
		padding:30px;
		display:block;
		font-size:12px;
	}

a.title {
	display:block;
	width:300px;
	height:100px;
	float:left;
	background:url(images/site-header.jpg) bottom right no-repeat;
	text-indent:-9999px;
	margin-left:30px;
	margin-top:-22px;
	clear:both;
	z-index:2;
}

div.nav {
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	height:40px;
	background:url(images/nav-slice.png) top repeat-x;
	z-index:-1;
}
ul#topnav {
	width:700px;
	padding-left:250px;
	padding-right:20px;
	margin:0 auto;
	z-index:0;
}
	ul#topnav li {
		margin:0;
		padding:0;
		overflow:hidden;
		float:right;
		height:40px;
		cursor:pointer;
	}
	ul#topnav a, ul#topnav span {
		padding:10px 18px;
		float:left;
		text-decoration:none;
		color:#fff;
		background:url(images/nav-slice.png) repeat-x;
		clear:both;
		width:100%;
		height:20px;
		line-height:20px;
		font-size:15px;
	}
	ul#topnav a {
		color:#FFFFEF;
		background-position:left bottom;
	}
	ul#topnav span {
		background-position:left top;
	}
	#home li.home span, #personal li.personal span, #multi_home li.multi_home span, #web_home li.web_home span{
		background-position:left bottom;
		cursor:default;
	}

ul.sub-navigation {
	width:600px;
	float:right;
	list-style:none;
	margin-right:60px;
	border:0px;
	padding-right:10px;
	margin-top:25px;
	margin-bottom:0px;
	margin-left:-100px;
}
	ul.sub-navigation li {
		margin:0;
		padding:0;
		float:right;
		background:url(images/nav-bg.png) bottom repeat-x;
		margin-left:8px;
		padding:15px 12px;
	}
	ul.sub-navigation li a{
		font-size:14px;
		text-decoration:none;
		color:#FFFFFF;
	}
	ul.sub-navigation li a:hover{
		color:#3399FF;
		text-decoration:underline;
	}
