body {
    margin: 0 auto;
    background-color: #bdbcbc;/* #999999;*/ /*#807f7f;*/
}

body, p, a, span, h2, h3, ul {
    font-family: arial, helvetica, serif;
/*margin-top: 0;*/
}

#screenshots td {
    text-align: center;
}

#tower {
    position: relative;
    float: left;
    left: 23px;
    top: 3px;
    z-index: 1000;
}

#textlogo {
    float: right;
    position: relative;
    top: 30px;
    right: 30px;
    z-index: 500;
}

#navbar {
    background: #cb581e url(/assets/images/shine.png) right no-repeat;
    overflow: hidden;
    position: absolute;
    top: 90px;
    left: 0;
    height: 40px;
    width: 100%;
    margin: 0; /*color: white; */
    z-index: 500;
    text-align: center;
    border-top: thin solid gray;
    border-bottom: thin solid gray;
}
#navmenu {
    position: absolute;
    top: 98px;
    left: 280px;
    /*left: 300px;*/
    width: 66%;
    text-align: center;
    color: white;
    background-color: transparent;
    /*font-weight: bold;*/
    font-size: 1.1em;
    margin: 0 auto;
    /*overflow: hidden;*/
    z-index: 2000;
}
#sidebar {
    background: white;
    position: absolute;
    top: 131px;
    left: 40px;
    width: 180px;
    overflow: hidden;
    z-index: 500;
    margin: 0;
}

#sidecontent {
    /*position: relative;*/
    margin: 100px 10px 10px 10px;
    font-size: .8em;
    /*line-height: 15px;*/
    /*margin: 0;*/
    /*color: black;*/
}
#sidecontent h3 {
    margin: 0;
    padding-bottom: 4px;
    /*color: #cb581e;*/
}
#sidecontent hr {
    color: gray;
}
a {
  text-decoration: none;
  color: #cb581e;
}
a:hover {
  /*text-decoration: underline;*/
  color: white;
  background: #cb581e;
}

a.imglink {
    color: white;
}

a.byline {
    color: black;
}

a.byline:hover {
    color: white;
}

a.imglink:hover {
  text-decoration: underline;
  color: #cb581e;
  background: white;
}

#mainbody {
    background: white;
    position: absolute;
    top: 132px;
    left: 270px;
    width: 70%;
    overflow: hidden;
    z-index: 500;
}
#maintext {
    text-align: left;
    margin: 0 30px 20px 30px;
    font-size: 1em;
}

#mainbody.blogheader {
    background: white url(/content/blog/assets/castle.gif) no-repeat top right;
}

.roundbottom {
    text-align: left;
    background: url(/assets/images/nbr.gif) no-repeat top right;
    margin: 0;
}

.bottommargin {
    background-color: #bdbcbc;
    position: relative;
    height: 20px;
    margin: 0;
}

.corners {
    display: block;
}

/*.navlink {*/
	/*padding-top: 5px;
	padding-left: 12px;
	padding-bottom: 5px; *//*	display: none; */
	/*padding: 4px 0;*/
/*}*/

.navlink a {
	display: block;
	padding: 4px 0;
	/*text-align: left;*/
}




#nav, #nav ul {
	float: left;
	text-align: left;
	width: 100%;
/*	width: 50em;*/
	list-style: none;
	/*line-height: 1;*/
	/*background: white;*/
	/*font-weight: bold;*/
	padding: 0;
/*	border: solid #5a5758;
	border-width: 1px 0;*/
	margin: 0 auto;
	/*background-color: red;*/
	/*display: block;*/
	/*z-index: 3000;*/
}

#nav a {
	display: block;
/*	width: 9em;
	w\idth: 6em; */
	color: white;
	text-decoration: none;
	padding: 0.3em 1.5em;
}

#nav a img {
    text-decoration: none;
}

#nav a.daddy {
	background: url(/assets/images/rightarrow.gif) center right no-repeat;
/*	width: 10.5em; */
}

#nav a:hover {
    background-color: transparent;
}

#nav a:hover img {
    text-decoration: none;
}

#nav li {
	float: left;
	text-align: center;
	padding: 0;
/*	width: 10em; */
	/*background-color: red;*/
	margin: 0 auto;
	/*z-index: 3000;*/
}

#nav li ul {
	position: absolute;
	text-align: left;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border: .15em solid #5a5758;
	/*border-width: 1px 0;*/
	/*border-width: 0.25em;*/
	margin: 0;
	background-color: #cb581e;
}

#nav li li {
	padding-right: .9em;
	width: 13em;
	text-align: left;
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.85em 0 0 13.9em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #d16b38;
	/*padding: 0;*/
}
