@charset "UTF-8";
/* CSS Document */
body {
	background-color: #402314;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
}
.master {
	width:970px;
	margin-left:auto;
	margin-right:auto;
}

h1 {
	font-size:24px;
	color: #245444;
	font-weight:bold;
}
h2 {
	font-size:16px;
	color:#000;
	font-weight:100;
}
h3 {
	font-size:14px;
	color:#000;
	font-weight:bold;
}
h4 {
	font-size:14px;
	color:#245444;
	font-weight:bold;
	text-align:center;
}
h5 {
	font-size:16px;
	color: #245444;
	font-weight:bold;
}
h6 {
	font-size:14px;
	color: #245444;
	font-weight:bold;
}

hw {
	font-size:24px;
	color:#FFF;
	font-weight:bold;
}
h2w {
	font-size:20px;
	color:#FFF;
	font-weight:bold;
}

#main {
	width:970px;
	
	
}

#header {
	background-color:#447264;
	border-bottom:5px #FFF solid;
	border-left:5px #FFF solid;
	border-right: 5px #FFF solid;
	
}

#menu a { position: absolute; }
#menu ul a { position: static; }
#menu li:hover ul { display: block }
#middle {
	height:100%;
}

#content {
	width: 960px;
	background-color:#FFF;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.contentSpacing {
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:20px;	
}
#contenthome {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#contenthome2 {
	width:960px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
	background-color: #FFF;
	
}
#contentright{
	background-image:url(../Innovative_Brick_images/OrangeBack.jpg);
	background-repeat:no-repeat;
	width:346px;
	height:357px;
	color:#FFF;
}
#contentright p{
	padding-right:15px;
	padding-left:25px;
	
}
#contentright a:hover{
	color:#245444;

}
.intro {
	font-size:12px;
	font-style:oblique;
	
}
.links a:link {
	font-size:16px;
	color:#FFF;
	text-decoration:underline;
}
.links a:visited {
	font-size:16px;
	color:#FFF;
	text-decoration:underline;
}
.links a:hover{
	color:#FFF;
	text-decoration:underline;
}
#contentleft{
	background-image:url(../Innovative_Brick_images/body.jpg);
	height:469px;
	width:607px;
	background-position:0px 2px;
	background-repeat:no-repeat;
	padding-left:4px;
	
}
#contentLtop{
	background-image:url(../Innovative_Brick_images/the3.jpg);
	height:105px;
	width:346px;
	background-repeat:no-repeat;
	
}
#bottomcontent {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
#content ul{
	width:80%;
	list-style-type: disc;
	display:list-item;
	
}
#content li{
	position:inherit;
	padding: 5px;
	list-style-type: disc;

	
}
#content a{
	color:#00C;
	
	
}
#sideimage {
	text-align:center;
}
#logos {
	text-align:center;
}


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

.thumbnail:hover{
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
left: -1000px;
visibility: hidden;
color: black;
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;
border-width:5px;
border-color:#000;
border-style:solid;
left: 400px; /*position where enlarged image should offset horizontally */

}

#footer{
	background-color:#447264;
	
	border-top:5px #FFF solid; 
	border-left:5px #FFF solid;
	border-right:5px #FFF solid;
	
	font: normal 11px/16px Verdana, Arial, Tahoma, Sans-Serif, Helvetica;
	text-align:center;
	color:#FFF;
}

 
