/* CSS Document */


/* Begin Page Structure..............................................................*/

html {
	height: 100%
}

body {
	height: 100%;
	text-align: center;
	background: #111111 url(images/bg.gif) repeat-x fixed center top;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	line-height: 10px;
	color: #999999;
	text-align: center;
}

div.container {  /* centers entire page */
	position: relative;
	margin: 0 auto;
	width: 311px;
	height: 100%;
	text-align: center;

}

#wrapper {
	min-height: 100%;
	width: 311px;
	background-image: url(images/center-bg.gif);
	text-align: center;
	background-repeat: repeat-y;
	background-position: fixed;
}

	* html #wrapper { /* IE Fix */
  height: 100% 
}

a {
	text-decoration: none;
	color: #738A37;
	font-weight: normal;
}

a:hover {
	text-decoration:underline;
	color: #738A37;
	font-weight: normal;
}

a:visited {
	text-decoration: none;
	color: #738A37;
	font-weight: normal;
}

a:visited:hover {
	text-decoration:underline;
	color: #738A37;
	font-weight: normal;
}


.primary img {
	padding: 2px;
	max-width: 100%;
	background-color: #666666;
	margin-top: 8px;
}

.primary img:hover {
	background-color: #FFFFFF;
}

.secondary img {
	padding: 2px;
	max-width: 100%;
	background-color: #FFFFFF;
	margin-top: 8px;
}

.title1 {
	text-align:left;
}

.title {
	margin-top: 30px;
	text-align:left;
}

#header {
	height: 106px;
	width: 265px;
	background-color: transparent;
	margin-left: 23px;
}

#content {
	width: 265px;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-left: 5px;
}

#footer {
	height: 50px;
	width: 311px;
	background-image: url(images/center-bg.gif);
	background-repeat: repeat-y;
	text-align: center;
	margin-top: -50px;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #999999;
	text-align: center;
}

.navigation {
	width: 265px;
	border-color: #666666;
	border-bottom: solid 1px;
	border-top: solid 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 5px;
	font-size: 13px;
	color: #999999;
}

#project-notes {
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}

#project-notes strong {
	color: #666666;
}

.hand img {
	cursor: pointer;
	}
	
.project-buttons {
	text-align: left;
	margin: 10px 0;
}

.project-buttons ul {
	list-style-type: none;
	display: inline;
	margin-left: 0;
	padding-left: 0;
}

.project-buttons ul li {
	list-style-type: none;
	display: inline;
	margin-left: 0;
	padding-left: 0;
}

.movietitle {
	text-align:left;
}

.movietip {
	width: 242px;
	padding: 10px;
	background-color: #111;
	border: 1px dotted #333;
	margin-top: 0px;
	font-size: 11px;
}

.navigation a {
	text-decoration: none;
	color: #999999;
	font-weight: normal;
}

.navigation a:hover {
	color: #FFFFFF;
	font-weight: normal;
}

.navigation a:visited {
	text-decoration: none;
	color: #999999;
	font-weight: normal;
}

.navigation a:visited:hover {
	color: #FFFFFF;
	font-weight: normal;
}

.nav-on {
	color: #FFFFFF;
	font-weight: normal;
}

.rollbody {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #666666;
	font-size: 11px;
	background-color: #FFFFFF;
	padding: 6px 6px 6px 6px;
	opacity:.80;
}

.rollhead {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	background-color: #CCCCCC;
	padding: 6px 6px 6px 6px;
	opacity:.80;
}



#contactform input {
color: #FFFFFF;
background: #333333;
border: 1px solid #CCCCCC
}

/*.submit input
{
color: #000;
background: #CCCCCC;
border: 2px outset #CCCCCC
}*/

#contactform textarea {
color: #FFFFFF;
background: #333333;
border: 1px solid #CCCCCC
}

ul {
	margin-left: 18px;
	padding-left: 0px;
}

li {
	list-style-type: square;
}


/*Start tooltip..............................................................*/

/*div.tooltip {
	width: 200px;
	color: #fff;
	text-align: center;
}

div.tooltip h4 {
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 1px #222;
	margin: 0;
	padding: 13px 10px 5px;
	background: url(images/balloon.png) top left no-repeat !important;
	background: url(images/balloon.gif) top left no-repeat;
	font-size: 11px;
}

div.tooltip p {
	margin: 0;
	padding: 0 10px 15px;
	text-shadow: 2px 2px 1px #222;
	background: url(images/balloon.png) bottom left no-repeat !important;
	background: url(images/balloon.gif) bottom left no-repeat;
	font-size: 10px;
}*/

/* End tooltip..............................................................*/
