@charset "utf-8";
body { background: url(../images/background.jpg); margin: 0; padding: 0; color: #000; line-height: 1.4; }
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { padding: 0 10; margin: 0; 
}
h1, h2, h3, h4, h5, h6 { margin-top: 0; padding-right: 15px; padding-left: 15px; font-family: Georgia, "Times New Roman", Times, serif; }
p { margin-top: 0; padding-right: 15px; padding-left: 15px; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
}
a img { 
	border: none;
}
a:visited { text-decoration: underline; 
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container { width: 1000px; background: #FFFFFF; margin: 0 auto; 
}

header { height: 100px; width: 100%; background-color: #000; background-image: url(../images/banner.png); background-position: center center; background-repeat: no-repeat; padding-top: 5px; }

.logo { height: 100px; width: 100px; float: left; padding-left: 10px; }

.address { float: right; height: 100px; width: 200px; color: #FFF; text-align: center; font-size: 80%; font-weight: bold; font-family: "Times New Roman", Times, serif; }

nav{ border:none; border:0px; margin:0px; padding:0px; background: #000; }
nav p{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	}

article { border:none; border:0px; margin:0px; padding:0px;}

.sidebar1 {
	float: left;
	width: 180px;
	background: #EADCAE;
	padding-bottom: 10px;
}
.contentwide { padding: 0; width: 100%; 
}
td img {display: block;}
aside {
	float: right;
	max-width: 220px;
	background: #EADCAE;
	padding: 10px 0;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px; 
}

.container1 { height: 400px; width: 50%; float: left; }
.container2 { height: 400px; width: 50%; float: right }
.container3 { width: 50%; float: left }

.logos { float: left; height: 225px; width: 25%; }

.websites { float: left; width: 33.3333%; height: 450px; }

/* ~~ The footer ~~ */
footer { padding: 10px 0; background: url(../images/background.jpg); position: relative; clear: both; float: none; 
}
footer p{ color: #FFF; }
footer a { color: #0F0; }

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.small { font-size: 0.7em; padding: 0px 15px; }

.lbGallery { /*gallery container settings*/ padding-left: 10px; padding-top: 15px; padding-right: 10px; padding-bottom: 15px; width: 960px; height: auto; text-align:left; 
		}
		.lbGallery ul { list-style: none; margin:0;padding:0; }
		.lbGallery ul li { display: inline;margin:0;padding:0; }
		.lbGallery ul li a{text-decoration:none;}
			
		.lbGallery ul li a img { /*border color, width and margin for the images*/ margin-left:5px; margin-right:5px; margin-top:5px; margin-bottom:5px:
; border: 7px solid #FFF; }
			
		.lbGallery ul li a:hover img { -moz-border-radius:10px; -webkit-border-radius:10px; -opera-border-radius:10px; -khtml-border-radius:10px; border-radius:10px; border: 7px solid #096; }
			
		#lightbox-container-image-box {
			border-top: 0px none #000;
			border-right: 0px none #ffffff;
			border-bottom: 0px none #ffffff;
			border-left: 0px none #ffffff;
			}
			
		#lightbox-container-image-data-box { 
			border-top: 0px;
			border-right: 0px none #ffffff;
			border-bottom: 0px none #ffffff;
			border-left: 0px none #ffffff;
			}
			

.lbGallery2 { /*gallery2 container settings*/ width: auto; height: auto; text-align:left; padding: 5px; 
		}
		.lbGallery2 ul { list-style: none; margin:0;padding:0; }
		.lbGallery2 ul li { display: inline;margin:0;padding:0; }
		.lbGallery2 ul li a{text-decoration:none;}
			
		.lbGallery2 ul li a img { /*border color, width and margin for the images*/ margin-left:5px; margin-right:5px; margin-top:5px; margin-bottom:5px:
; border: 7px solid #FFF; }
			
		.lbGallery2 ul li a:hover img { -moz-border-radius:10px; -webkit-border-radius:10px; -opera-border-radius:10px; -khtml-border-radius:10px; border-radius:10px; border: 7px solid #096; }
			

/*HTML 5 support */
header, section, footer, aside, nav, article, figure {
	display: block;
}
