/* CSS Document */
* {
	float: none;
	margin: 0px;
	padding: 0px;
}
/* IE 5.5/6 png transparency */
.png { 
behavior: url(/scripts/iepngfix.htc);
}

a, a:link, a:visited, a:active {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #482964;
	text-decoration: underline;
}
p {
	padding: 0px;
	margin: 0px;
	padding-bottom: 15px;
}
td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}
ul {
    padding-left:1.5em;
    margin-left:0;
}
li {
	position: relative;
}
.clear {
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}
#container {
	width: 767px;
	text-align: left;
	position:relative;
}

#main {
	clear:left;
	float:left;
	/* background: #999; */
	padding: 5px;
	width: 757px;
}

#maincontent {
	float:left; 
	height:450px;
	background: #777;
	position:relative;
	width: 767px;
}
.imgborder {
	border: 3px double #000; 
}
#footer {
	clear:both;
	position:absolute;
	top: 500px;
	padding-top: 5px;
	font-size: 90%;
	color: #FFFFFF;
	width: 767px;
}
h1 {
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	font-size: 17px;
	color: #FFF;
}
h2 {
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	font-size: 12px;
	color: #FFF;
}
h3 {
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	font-size: 17px;
	color: #FFF;
}
#landingpage {
	margin-top: 27px;
	text-align: center;
	padding-top: 150px;
	float:left; 
	height:299px;
	background: #777777;
	width:767px;
}
#slide1, #slide2 { 
	display: none; 
	position:absolute; 
	 
	float:left;
}
.rightcol {
	/* background: #482964; 
	background: #444444;
	background: #666666;*/
	color: #fff;
	position: absolute;
	z-index: 1;
	width: 247px;
	right: 0px;
	top: 0px;
}
#bodycontent {
	width: 480px;
	height: 410px;
	overflow:auto;
	overflow-x: hidden;
	overflow-y: auto; 
	float: left;
}
#rightcolumnscroll {
	width: 227px;
	height: 410px;
	position: relative;
}
#rightnav {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#rightnav li {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}
#rightnav a {
	font-size: 12px;
	color: #fff;
}
#slideholder {
	position: relative; 
	width:500px; 
	height:450px; 
	/* background: #444;
	background: #666666;  */
	overflow:visible; 
	z-index: 100;
}
#slides {
	height: 450px;
	/* overflow: hidden; */
}
#slides img {
	border: 3px double #000;
}
#output {
	position:absolute; 
	left: 525px; 
	top:265px;
	z-index: 1000;
	width: 240px;
	color: #fff;
}
#nav {
	position:absolute; 
	left: 525px; 
	top:290px;
	z-index: 1000;
	/* border-top: 1px solid #fff; */
	width: 240px;
}
#nav img {
	border: 0px;
}
#nav a, #nav a:hover, #nav a:link, #nav a:visited, #nav a:active {
	float:left;
	text-align: center;
	padding: 0px;
	color: #fff;
	margin-right: 3px;
	margin-bottom: 3px;
	border: 1px solid #000;
	/* 
	border-bottom: 0px;
	background:#CCCCCC; 
	background: url(../images/projects-bullet1.gif) top center no-repeat;
	padding-top: 7px;
	width: 15px;
	height: 15px;
	*/
	text-decoration: none;
}
#nav a.activeSlide { 
	border: 1px solid #fff;
	/*background: url(../images/projects-bullet2.gif) top center no-repeat;
	 background: #482964; */
	color: #fff;
	}
#nav a:focus { outline: none; }
.ColorBlotch { 
	border: 1px solid #FFF;
	padding: 0 2px 0 2px;
	font-family: monospace;
	cursor: pointer;
	font-size: 1.2em;
}

