@charset "utf-8";
body, #container {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#main {
	width: 771px;
	margin: 0 auto;
	border: thin groove #666666;
}
#header {
	background-image: url(../images/header.jpg);
	margin: 0px;
	padding: 0px;
	height: 149px;
	width: 771px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#logo {
	width: 140px;
	height: 105px;
	float: left;
}
#name {
	height:100px;
	float: left;
	width: 450px;
/*	left:50%;
	margin-left:-240px;
	position:absolute;
	top:50px;*/
}
#nav {
	padding-left: 5px;
	clear: both;
}
#nav a {
	text-decoration: none;
	background-image: url(../buttons/bullet2.gif);
	padding-right: 5px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 0px 50%;
	margin-left: 4px;
}
#content {
	font-size: 14px;
}
#content-inner {
	padding: 16px;
}
a, a:visited {
	color: #666666;
}
#name h1, #content h1, #content h2, #content h3, #content h4 {
	margin-top: 0px;
	padding-top: 0px;
	color: #90a6de;
}
#name h1 {
/*	margin-top: 50px;*/
	font-size: 41px;
}
#content li {
	list-style-image: url(../buttons/bullet.gif);
}
#footer {
	background-image: url(../images/footer.jpg);
	margin: 0px;
	padding: 0px;
	height: 180px;
	width: 771px;
	background-position: bottom;
	background-repeat: no-repeat;
}
#foot-links {
	padding-right: 10px;
	padding-top: 3px;
}
#foot-links a, #foot-links a:visited {
	text-decoration: none;
	font-size:12px;
}
#coming-soon {
	margin-left: -365px;
	background-color: #F63;
	width: 230px;
	color:#FFF;
	position: relative;
	left: 50%;
	top: -75px;
}
#coming-soon-inner {
	padding: 3px;
}
#coming-soon p, #coming-soon h4 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
#coming-soon a {
	color:#FFF;
	font-weight: bold;
}
#copyright {
	font-size: 9px;
	padding-right: 10px;
}
.fright {
	float: right;
}
.fleft {
	float:left;
}
.cleaner {
	clear: both;
}
#sidebar {
	width: 153px;
}
#sidebar .top {
	background-image: url(../images/top.jpg);
	background-repeat: repeat-x;
	height: 15px;
}
#sidebar .middle {
	background-image: url(../images/middle.jpg);
	background-repeat: repeat-y;
}
#sidebar #middle-inner {
	padding: 0px 15px 0px 12px; 
}
#sidebar #middle-inner li {
	list-style-position: outside;
}
#sidebar .bottom {
	background-image: url(../images/bottom.jpg);
	background-repeat: repeat-x;
	height: 20px;
}
#sidebar .tl {
	background-image: url(../images/top-left.jpg);
	background-position: 0px;
	background-repeat: no-repeat;
	height: 15px;
	width: 16px;
}
#sidebar .tr {
	background-image: url(../images/top-right.jpg);
	background-repeat: no-repeat;
	background-position: 100%;
	height: 15px;
	width: 20px;
}
#sidebar .bl {
	background-image: url(../images/bottom-left.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
	height: 20px;
	width: 16px;
}
#sidebar .br {
	background-image: url(../images/bottom-right.jpg);
	background-repeat: no-repeat;
	background-position: 100%;
	height: 20px;
	width: 20px;
}
#sidebar ul {
	margin: 0px 0px 0px 18px;
	padding: 0px;
}
#sidebar li {
	margin: 0px;
	padding: 0px;
}
#logolink {
	width:0px;
	height:0px;
	margin: 0px;
	padding: 70px 55px 70px 50px;
	text-decoration: none;
}
#contact {
	font-size: 12px;
	text-align:right;
	padding-top: 7px;
	margin-right: 10px;
}
#contact address {
	font-style:normal;
	margin: 0px;
	padding: 0px;
}
#networking {
	margin-left: 100px !important;
}
