body {
	background-image: url(background.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-color: #A8A8A8;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}


#container {
	width: 700px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}


#header {
	width: 100%;
	height: 55px;
	background-image: url(header.png);
	background-repeat: no-repeat;
}


img {
	float: left;

}


img.title {
	float: left;
	border: 1px solid white;
}


img.inline {
	float: left;
	border: 0px;
	display: inline;
	text-align: left;
	padding: 1px;
	margin: 1px;
}


.embed {
	pluginspage: http://www.apple.com/quicktime/download/;
	controller: true;
	autoplay: false;
	bgcolor: black;
	loop: false;
	margin-bottom: 10px;
	margin-top: 10px;
}


#newprojects {
	width: 100%
	height: auto;
}


.projectfooter {
	width: 300px;
	height: 31px;
	float: left;
}


.projectsynopsis {
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 6px;
	padding-bottom: 0px;
	margin-left: 125px;
}



.projectpic {
	float: left;
	clear: both;
	text-indent: 5px;
	margin: 5px;
	padding: 5px;
}


.project {
	float: left;
	clear: both;
	width: 95%;
	margin: 10px;
	padding: 5px;
	border: 1px solid #757575;
	display: block;
	text-align: left;
}


#left {
	margin-left: 5px;
	margin-right: 5px;
}



#footer {
	width: 100%;
	float: left;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-right: 10px;
	line-height: 15px;
}


.jqueryslidemenu{
font: bold 20px Palatino, serif;
background: #414145;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #414141; /*background of tabs (default state)*/
color: white;
padding: 8px 10px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 15px Palatino, serif;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}


dl {
	font-family: "Palatino, serif";
	text-decoration: none;
}


ul {
	font-family: "Palatino, serif";
	line-height: 1;
	list-style-type: none;
	text-decoration: none;
}


a {
	font-family: "Palatino, serif";
	color: #99CCFF;
	text-decoration: none;
}


a:visited {
	font-family: "Palatino, serif";
	color: gray;
	text-decoration: none;
}


a:hover {
	font-family: "Palatino, serif";
	color: orange;
	text-decoration: none;
}


a:active {
	font-family: "Palatino, serif";
	color: blue;
	text-decoration: none;
}


li {
	font-family: "Palatino, serif";
	display: inline;
}


li a {
	font-family: "Palatino, serif";
	text-decoration: none;
	color: white;
}


li a:hover {
	font-family: "Palatino";
	background-color: #369;
	color: orange;
}



h1 {
	font-size: 24px;
	text-indent: 15px;
	font-family: "Palatino, serif";
	color: #cccccc;
}


h2 {
	font-size: 16px;
	font-family: "Palatino, serif";
	color: #cccccc;
}


h3 {
	font-size: 14px;
	font-family: "Palatino, serif";
	color: #cccccc;
}


h4 {
	font-size: 11px;
	font-family: "Palatino, serif";
	color: #cccccc;
}


h5 {
	font-size: 13px;
	font-family: "Palatino, serif";
	color: #cccccc;
}


h6 {
	font-size: 10px;
	font-family: "Palatino, serif";
	color: #cccccc;
}