/* CSS Document */

body {
	background:#585858 url(../images/layout/compass_big.jpg) no-repeat fixed;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial;
	font-size:small;
	color:#666;
}

a {
	text-decoration:none;
	color:#999;
}
a:hover {
	color:#666;
}

img {border:0;}

h1 {
	font-size:180%;
}
h2 {
	font-size:130%;
}
.smaller{
	font-size:75%;
}

/*------------------------------------------------------
					LAYOUT STYLES
------------------------------------------------------	*/	
#banner {
	background-color:#FFFFFF;
	margin-bottom:5px;
	text-align:right;
	float:right;
}

#centerbucket {
	background:#fff;
	width:900px;
	margin:auto;
}

#content {
	background:#fff;
	width:70%;
	float:right;
	line-height:1.5em;
	/**filter:alpha(opacity=85); -moz-opacity:.85; opacity:.85;**/
}
#content div{
	padding: 5px 20px;
}

#subcontent {
	clear:both;
	color:#999999;
	background-color:#fff;
}
#subcontent div {
	padding: 2px;
	text-align:center;
}
	
#subcontent ul{
	margin:0px;
	padding:0px;
}
		
#subcontent li{
	list-style-type: none;
	display: inline;
	padding:0px;
	margin:0px;
}

/*------------------------------------------------------
				IMAGE PAGE STYLES
------------------------------------------------------	*/			

#imgContainer{
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
	width:1000px;
	height:700px;
}

#image {
	text-align:center;
}

#goLeft {
	float:left;
	text-align:right;
}
#goRight {
	float:right;
	text-align:left;
}

#imgCaption {
	clear:both;
}


/*------------------------------------------------------
					NAV STYLES
------------------------------------------------------	*/				

#nav {
	margin-top:50px;
	background:#FFF url(../images/layout/navline.gif) repeat-y right;
	width:30%;
	float:left;
	font-weight:bold;
	text-align:right;
	line-height:1.5em;
	color:#333333;
}
#nav div {
	padding: 5px 30px 0px 5px;
}
	
		
#nav li{
	list-style: none;
}
.mNav a {
	display:block;
	color:#999;
}
.mNav a:hover {
	color:#666;
}
.subNav {
	font-size:smaller;
	line-height:1.25em;
}
.subNav a {
	color:#aaa;
}
.subNav a:hover {
	color:#777;
}

/*------------------------------------------------------
					TEST STYLES
------------------------------------------------------	*/			
#scrnShotBg{
	font:cochin;
	font-weight:bold;
	background-color:#666666;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:10px;
	padding:25px;
	width: 525px;
	height: 200;
}
.size36Cap {
	font-size:36px;
	color:#CCCCCC;
}
