/* CSS Document */

body, html {
	height: 100%;
	width: 100%;
	margin-left:auto;
	margin-right: auto;
	background-repeat: repeat;
	background-position: center;
	background-color: #3B639E;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(../06/patternBg.gif);
	
}
#container {
	width: 697px;
	/*height: 100%;*/
	min-height: 100%;
	margin-left:auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 15px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


#top {
	width: 697px;
	background-image: url(../06/header3.jpg);
	background-repeat: no-repeat;
	display: block;
	/*height: 165px;*/
	height: 130px;
	margin:auto;
	padding: 0px;
}

#mainnav2, #subnav, #breadcrumbs {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#mainnav2 {
	width: 697px;
	display: block;
	height: 40px;
	color: #CCCCCC;
	margin-left: 0px;
	/*background-color: #336699;*/
	background-color: #003366;

}

#mainnav2 #home a, #mainnav2 #web a, #mainnav2 #graphics a, #mainnav2 #video a, #mainnav2 #interactive a, #mainnav2 #about a {
	display: block;
	height: 40px;
	/*visibility: hidden;*/ /*can i hide just the text of a link?*/
}

#mainnav2 #home {
	display:block;
	width: 109px;
	float: left;
	background-image:url(../07/homeOFF.gif);
	background-repeat: no-repeat;
}

#mainnav2 #home a:hover {
	background-image:url(../07/homeON.gif);
	background-repeat: no-repeat;
}
#Home #mainnav2 #home {
	background-image:url(../07/homeON.gif);
	background-repeat: no-repeat;
}

#mainnav2 #web{
	display:block;
	width: 93px;
	float: left;
	background-image:url(../07/webOFF.gif);
	background-repeat: no-repeat;
}
#mainnav2 #web a:hover, #Web #mainnav2 #web {
	background-image:url(../07/webON.gif);
	background-repeat: no-repeat;
}

#mainnav2 #graphics {
	display:block;
	width: 128px;
	float: left;
	background-image:url(../07/graphicsOFF.gif);
	background-repeat: no-repeat;
}
#mainnav2 #graphics a:hover, #Graphics #mainnav2 #graphics  {
	background-image:url(../07/graphicsON.gif);
	background-repeat: no-repeat;
}

#mainnav2 #video {
	display:block;
	width: 105px;
	float: left;
	background-image:url(../07/videoOFF.gif);
	background-repeat: no-repeat;
}
#mainnav2 #video a:hover, #Video #mainnav2 #video {
	background-image:url(../07/videoON.gif);
	background-repeat: no-repeat;
}

#mainnav2 #interactive {
	display:block;
	width: 147px;
	float: left;
	background-image:url(../07/interactiveOFF.gif);
	background-repeat: no-repeat;
}
#mainnav2 #interactive a:hover, #Interactive #mainnav2 #interactive {
	background-image:url(../07/interactiveON.gif);
	background-repeat: no-repeat;
}

#mainnav2 #about {
	display:block;
	width: 114px;
	float: left;
	background-image:url(../07/aboutOFF.gif);
	background-repeat: no-repeat;
}
#mainnav2 #about a:hover, #About #mainnav2 #about {
	background-image:url(../07/aboutON.gif);
	background-repeat: no-repeat;
}

#subnav{
	width: 633px;
	padding-left: 32px;
	padding-right: 32px;
	background-image: url(../06/subnavbg.gif);
	background-repeat: repeat;
	height: 26px;
	color: #999999;
	display: none;
	
}
#breadcrumbs, #heading {
	width: 633px;
	padding-left: 32px;
	padding-right: 32px;
	font-size: 10px;
	margin:auto;
	background-color: #FFFFFF;
	padding-top: 5px;
	color: #000066;	
	
}
#breadcrumbs a {
	color: #003366;
	text-decoration: underline;
	
}
#breadcrumbs a:hover {
text-decoration: none;
}
#heading {
	padding-top: 15px;
	padding-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content {
	
	width: 633px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:auto;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 6px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center;
	font-size: medium;
	color: #333333;
}

#screenshot {
	width: 633px;
	display: block;
	text-align:center;
	background-image: url(../06/arrowbg.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 10px;
}
#screenshot img {
margin-bottom: 5px;
margin-left: auto;
margin-right: auto;
border: 8px solid #666666;
}

.thumbnail, #thumbnail {

display: block;
	float: right;
	border: 2px solid #666666;
	margin-right: 10px;	
	margin-left: 10px;

}
.projectlist {
	width: 100%;
	display: inline;
	float: left;
	margin-bottom: 20px;
	

}
.projectlist a {
	font-weight: normal;
	color: #000066;
}
.projectlist img {
	margin-right: 25px;
	margin-bottom: 10px;
}
.projectlist p {
	/*margin-left: 125px;*/
}
.leftcol {
float: left;
width: 125px;
}
.rightcol {
float: right;
width: 500px;

}

#content .slidelink {
	padding-left: 20px;
	font-weight: bold;
	/*background-color: #99CCFF;
	text-decoration:none;*/
	/*color: #333333;*/
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
}
#content #slideshowtext {
	margin-bottom: 30px;
}

#content a {
	font-weight: bold;
	color: #000066;
}
#content a:hover, .projectlist a:hover {
text-decoration:none;
}


#content li a{
	line-height: 25px;
	color: #003366;
}
#content .anim {
	padding-left: 10px;
	vertical-align: text-top;
	float: right;
	padding-right: 20px;
}


#content #pagenav {
	display: inline;
	float: left;
	width: 633px;
	margin-top: 5px;
	/*margin-left: 32px;
	margin-right: 32px;*/
	margin-bottom: 20px;	/*border: thin dashed #00CC66;*/
}

.previous a{
	text-align: left;
	float: left;
	color: #333333;
	background-image: url(../img/backarrow.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	
}
.next a{
	text-align: right;
	float: right;
	color: #333333;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
#homelist ul {
	padding-left: 0px;
	margin-left: 0px;
}
#homelist li {
	/*list-style-image:url(../img/arrow.gif);*/
list-style-type: none;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
}
.arrowlink {
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.backarrowlink {
	background-image: url(../img/backarrow.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.nextarrowlink {
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
	background-position: right;
}
#container #content .copyright {
	font-size: 10px;
	color: #999999;
	text-align: right;
}
/*working on line spacing in project view/slideshow view for desc text - need to custom class p tags above next/prev links?s*/
#content p.desctext {
	margin: 4px;
	padding: 0px;
}
#content p.desctext a {
	font-weight: normal;
}
