/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	background-image:  url(images/body_background.jpg);
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;

}


#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 500px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 500px; /*Width of left column*/
margin-left: -100%;
}

#footer{
	clear: left;
	width: 100%;
	text-align: left;
	font-size: 90%;
	margin-top: 50px;
	border-top: 1px solid #eaeaea;

}




a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C3B600;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C3B600;
}
a:hover {
	text-decoration: underline;
	color: #C3B600;
}
a:active {
	text-decoration: none;
	color: #C3B600;
}


#logo {width: 200px;
margin-left: 10%;
float:left;}

#logohome {
	width: 200px;
	margin-top: 0px;
	float:left;
	clear: none;
}

#imagehome {width: 400px;
margin-left: 10%;
flaot:left;}

.wireframemenu{
	width:110px;
	background-color:white;
	background-image:url(images/menu_background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px;
	float: right;
	margin-top: 0px;
	margin-right: 10%;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 144px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
text-decoration: none;
font-weight: bold;
letter-spacing: 2px;
}

.wireframemenu a:visited{
color: #C3B600;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #ffffff;
color: #666666;
border-bottom: 1px solid #C0C0C0;

}

#contenthome {
	position: absolute;
	margin-left:25px;
	width: 400px;
	top: 200px;
}

h1 {
	font-weight:bold;
	font-size: 120%;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 20px;
	}

h2 {font-weight:bold;
	font-size: 110%;
	letter-spacing: 2px;
	text-transform: uppercase;
}	

.imgTHBhome {float:left;
clear:left;
margin-right: 10px;
margin-bottom: 10px;
padding: 1px;
border: solid 1px #cccccc;}

p a {
	background-image:url(images/ICO.png);
	padding-left: 10px;
	background-repeat: no-repeat;
}

#contentinternal {
	position: absolute;
	margin-left:25px;
	margin-right: 10%;
	width: 400px;
	top: 100px;
}

#imageinternal {
width: 400px;
margin-top: 224px;
margin-left: 13%;
flaot:left;
}

#imageinternal img {
float:left;
clear:left;
margin-right: 10px;
margin-bottom: 10px;
padding: 1px;
border: solid 1px #cccccc;}

#contentINT {
	position: absolute;
	margin-left:10%;
	width: 400px;
	top: 200px;
}


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

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
padding: 1px;
border: 1px solid #eaeaea;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #eaeaea;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
top: -200px;
padding: 5px;
left: -500px;

visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border: 1px solid #eaeaea;
padding: 1px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
float:left;
clear:left;


z-index: 50;
}
