/* CSS Document */

html {

}

body {
	margin:0;
	border:0;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#333333;
}

img {
	border:0px;
}

a {
	font-size:8pt;
	color:#000;
	text-decoration:none;
}

p a {
	color:#0000FF;
	text-decoration:underline;
}

a:Hover {
	color:#666;
	text-decoration:underline;
}

.clear {
	clear:both;
}

.wrapper {
	width:734px;
	margin:0 auto;
	background-color:#fff;
	border-left:#000 1px solid;
	border-right:#000 1px solid;
	border-bottom:#000 1px solid;
	
	min-height: 550px; /* For Gecko browsers */
	height:auto !important; /* For Gecko browsers */
	height: 550px; /* For IE */
}

.navbar {
	width:724px;		/* 734px - 10px for the left padding */
	height:20px;
	clear:both;
	background-color:#000;
	padding-left:10px;
	border-top:#d2dcdb 1px solid;
	margin-bottom:0px;
	font-size:10pt;
}


.navbar a {
	margin-left:5px;
	margin-right:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}

.navbar a:Hover {
	color:#999;
}

.smallbox {
	width:234px;
	height:155px;
	margin-left:6px;
	margin-bottom:6px;
	border:#666666 1px solid;
	float:left;
}

.bigbox {
	width:717px;
	height:135px;
	margin-left:6px;
	margin-bottom:6px;
	border:#666666 1px solid;
}

.sidenav {
	width:125px;
	padding:1em;
	float:left;
}

.sidenav ul {
	list-style:none;
	margin-left:0px;
	padding:0px;
	margin-top:0px;
}

.sidenav ul li {
	padding:0px;
	margin-left:5px;
}

.sidenav ul li ul li {
	margin-left:1em;
}

.content {
	width:550px;
	padding:1em;
	float:left;
}

.clear {
	clear:both;
}

.imageThumb {
	margin:2px;
	border:#333 1px solid;
	
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
}

.imageThumb:Hover {
	border:#999 1px solid;
	cursor:pointer;
	
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#galleryIcons {

}

#galleryIcons a {
	display:block;
	float:left;
	width:125px;
	height:120px;
	/*border:#000 1px solid;*/
	margin-right:5px;
	margin-bottom:5px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000;
	text-decoration:none;
	text-align:center;
}

#galleryIcons .title {
	clear:both;
}

#galleryIcons a:Hover {
	text-decoration:underline;
}

#galleryIcons a img {
	margin:5px auto;
}

.galleryName {
	text-align:center;
	width:125px;
}

.galleryThumb {
	margin:0 auto;
	border:#333 1px solid;
	
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
}

.galleryThumb:Hover {
	border:#999 1px solid;
	cursor:pointer;
	
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

