@import url("*");
/**
* CSS
* 
* @version 1.0
* @author mog
*/
*header {
	margin: 6px;
	padding: 0;
}

body {
	font-size: 10pt;
	/*font-family: "Courier";*/
	font-family:Tahoma;
	background: #fff;
	text-align:center;
	/*text-transform:uppercase;*/
	width:100%;
	text-align:left;
	color: #000000;
	overflow-y:scroll
}


.ucase {
	/*text-transform: uppercase;*/
	font-weight:normal;
	margin-bottom: 0px;
}
.ucase2 {
	/*text-transform: uppercase;*/
	font-weight:normal;
	margin-bottom: 5px;
}
.section-menu, .double-section-menu, .triple-section-menu  {
	float:left;
	width:186px;
	padding: 0px 0px 0x 0px;
	cursor: pointer;
	margin-bottom: 7px;
	margin-right: 4px;
}

.section-menu2, .double-section-menu, .triple-section-menu  {
	float:left;
	width:900px;
	padding: 20px 5px 0px 0px;
	cursor: pointer;
	color: #666;
	font-weight: normal;
	}

.section-menu3, .double-section-menu, .triple-section-menu  {
	float:left;
	width:300px;
	padding: 5px 0px 0px 0px;
	cursor: pointer;
}

.double-section-menu { width:340px; }
.triple-section-menu { width:515px; height:28px;}
.tenpxwide { width:10px; text-align:center; float:left; }
.last { padding-right:0px; width:20px;}
.bottomborder {
	border-bottom:1px solid #000000;
	width:100%;
}
.bigbottommargin {
	border-color: #000000;
}
.bigtopmargin {
	margin-top: 30px;
	margin-bottom: 25px;
	 	border-color: #999999;
}
.paddingbottom {
	padding-bottom: 0px;
	 	border-color: #999999;
}
.pointer {
}

.relbox { float:left; }

a:link { text-decoration: none; color: #666;}
a:active { text-decoration: none; color: #666;}
a:visited { text-decoration: none; color: #666; }
a:hover, a.title-link:hover {
	text-decoration: none;
	color: #000000;
}

b:link { text-decoration: none; color: #666;}
b:active { text-decoration: none; color: #666;}
b:visited { text-decoration: none; color: #666; }
b:hover, a.title-link:hover {
	text-decoration: none;
	color: #333333;
	cursor: default;
}

z:link { text-decoration: none; color: #666;}
z:active { text-decoration: none; color: #666;}
z:visited { text-decoration: none; color: #666; }
z:hover, b.title-link:hover {
	text-decoration: none;
	color: #66FF33;
	cursor: crosshair;
}

.blue {
	color:#000000 ! important;
	font-weight: normal;
}
.grey {
}

a img {
	border: none;
	margin-bottom: 8px;
	cursor: pointer;
	}

b img {
	border: none;
	margin-bottom: 0px;
}
#menu {
    width: 950px;
    overflow: hidden;
	background-color: #fff;
	margin: auto;
	text-align:left;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }



div#content ul.project-list { width:980px; margin: auto; padding: 0px; list-style: none;}
div#content ul.project-list li {
	margin: 0px 12.5px 0px 0px;
	float: left;
	
}
ul.project-list div.thumbnail a { border: 0px; }
ul.project-list div.summary { margin: 0px 0px 0px 5px; }

h2.title, div#content p.category, div#content ul.project-list li, div.description, p.para, div#images, div#media 
div#content ul.project-list li { padding: 6px 0px; }

#footer2 {
	padding-top: 5px;
	color:#666666;
	margin-bottom:0px;
	border-top-style: solid;
	border-top-width: thin;
	margin-top: auto;
	border-color: #666666;
}

#text { width:340px; text-align:center; float:left; }


#content {
	width:950px;
	margin: auto;
	text-align:left;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: thin;
	padding: 0px 0px 0px 0px;
	margin-bottom: -5px;
}

.container {
	padding: 0px 0px 0px 0px;
}
ucase {
	padding: 5px 0px 50px 0px;
	margin-bottom: 5px;
	padding-bottom: 25px;
}
#content p {
	margin-bottom: 9px;
}
#footer {
	padding-top: 5px;
	margin: auto;
	color:#999999;
	margin-bottom:auto;
	border-top-style: solid;
	border-top-width: thin;
	border-color: #999999;
}

p { margin: 0 0 9px 0; }

h1 { font-size: 32px; }
h2 {
	font-size: 11px;
}
h3 {
	font-size: 16px;
}
h4 { font-size: 12px; }

#img-container	{
	margin: 0;
	padding: 0;
	margin-bottom: 0px;
}
#img-container p	{
	margin: 0;
	padding: 0 0 5px 0;
	cursor: default;
}

#once { clear: left; }

.info-page-box   {
	float:left;
	width:345px;
	padding: 0 5px 40px 0;
}

.section-title {
	border-bottom: 2px solid black;
}

a.active {
	color: #666666;
	font-weight:bold;
}
a.active:hover {
	text-decoration:none;
}
.wide-ul {
	color: #000000;
	border-bottom:1px solid #999999;
	width:950px;
	margin-bottom: 1px;
}

b.active:hover {
	text-decoration:none;
	text-align: right;
}



.btmpad10px { padding-bottom: 10px; }
/*#site-title { margin-top:40px; margin-bottom:40px; }*/
#content table p { width: auto; }
div.cl { clear: both; }

div.fullscreenDiv {
	position:relative;		
}

div.button-holder {
	display:inline;
	position:absolute;
	z-index:100;
	width:32px;
	height:32px;
	top:0px;
	left:0;
	background-color:transparent;
	
	<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: #000000;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */


ul.thumbs5 li {

display:inline !important;
font-family:"Tahoma";
font-size:10.5px;
list-style:none outside none;
padding:0;
}


ul.thumbs {
float:left;
margin:6px 5px 5px;
padding:0;
}

div.controls {
float:left;
font-size:11px;
padding-top:5px;
}

ul.thumbs li.selected a {
color:#00CC00;
}


}.style {
}
