/* GENERAL */

* { margin: 0px; padding: 0px; outline: 0; }
img { border:0; }
ol, ul { list-style:none }

.clear { clear: both; height: 0; font-size: 0; margin:0; padding:0; overflow:hidden; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clearfix { height: 1%; }

body {
	font:normal 13px Verdana;
	color:#313130;
	background-color:#212121;
	}
	
	/*Misc*/
.fl-left {
	float:left;
	}
.fl-right {
	float:right;
	}
a:link, a:visited {
	color:#259FDC;
	text-decoration:none;
	font-weight: 500;
	}
a:hover {
	color: #000;
	text-decoration:underline;
	font-weight: 500;
	}
a.link-black:link, a.link-black:visited {
	color:#000;
	text-decoration:underline;
	}
a.link-black:hover {
	text-decoration:none;
	}
.align-center {
	text-align:center;
	}

p {
	line-height: 24px;
	margin-bottom: 7px;
	}

h1 {
	font:24px Verdana;
	margin-bottom:10px;
	text-transform:uppercase;
	}
h1 a:link, h1 a:visited {
	color:#313130;
	text-decoration:underline;
	}
h1 a:hover {
	text-decoration:none;
	}

h2 {
	font:18px Verdana;
	text-transform:uppercase;
	margin-bottom:10px;
	}
	
h3 {
	font:bold 14px Verdana;
	margin-bottom:5px;
	}

.wrapper {
	width:950px;
	margin:0 auto;
	}
  
	/*HEADER*/
	
table.top {
  width:100%;
  justify-content: space-between;
	}
table.top td.banner {
  float: right;
  padding-left:40px;
}
.header {
	margin:10px auto 0 auto;
	width:90%;
	align: center;
	valign: middle;
	}
img.logo {
	width:200px;
	margin:-50px 0 0 0;
	}

	
.imggallery-link {
display:inline-block;
background-color: #4ae;
-webkit-border-radius:6px;
-moz-border-radius:6px;
-ms-border-radius:6px;
-o-border-radius:6px;
border-radius:6px;
-webkit-transition:background-color 0.5s ease-out;
-moz-transition:background-color 0.5s ease-out;
-o-transition:background-color 0.5s ease-out;
transition:background-color 0.5s ease-out
}

.imggallery:hover {
background-color:#4ae;
-webkit-transition:background-color 0;
-moz-transition:background-color 0;
-o-transition:background-color 0;
transition:background-color 0
}

.imggallery {
width:160px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px
}

	
	/*NAVIGATION*/
ul.nav {
	text-align:center;
	font:bold 16px Verdana;
	width:100%;
	}
ul.nav2 {
	text-align:left;
	font:bold 13px Verdana;
	color:#ffffff;
	line-height:21px;
	width:100%;
	}
ul.nav li {
	position:relative;
	float:left;
	text-align: justify;
	margin: 6px 45px 20px 0px;
	padding:0 5px 0 4px; /*this padding needs to change in case the links change, leaving a 6px difference. The order is :top right bottom left*/
	}
ul.nav li:first-child {
	background:none;
	padding-left:0;
	}
ul.nav li:last-child {
	padding-right:0;
	}
ul.nav li a:link, ul.nav li a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
ul.nav li a:hover, ul.nav li.active a:link, ul.nav li.active a:visited {
	color:#259FDC;
	}
ul.nav li ul {
	visibility:hidden;
	position:absolute; 
	top:15px; 
	left:0;
	padding-top:14px;
	text-align:left;
	font:bold 13px Verdana;
	text-transform:uppercase;
	width:400px;
	}
ul.nav li:hover ul { visibility:visible; cursor:pointer; }
ul.nav li ul li {
	float:left;
	background:url(images/nav-line2.gif) 0 2px no-repeat;
	padding:0 10px 0 14px;
	}
ul.nav li ul li a:link, ul.nav li ul li a:visited {
	color:#313130;
	}
ul.nav li ul li a:hover {
	color:#5d86ca;
	}

	/*SOCIAL*/
ul.social {
	float:left;
	margin: 13px 0 3px 35px;
	}
ul.social li {
	float:left;
	margin:0 5px;
	}
ul.social li a:link, ul.social li a:visited { }
ul.social li a:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	}
	

	/*CONTENT LEFT*/
.content-left {
	width:250px;
	float:left;
	margin: 0px 5px 0 0px;
	}

	
	/*CONTENT CENTER HOMEPAGE*/
.content-center {
	width:600px;
	margin: 7px 4px 0px 5px;
	padding: 0px 20px;
	float:right;
	line-height:20px;
	background-color: #bcbcbc;
	}
	
		
	/*CONTENT RIGHT*/
.content-right {
	width:200px;
	float:right;
	line-height:20px;
	}
	
	
		/*CONTENT FULL*/
.content-full {
	width:875px;
	align: center;
	margin: 0px auto;
	padding:20px;
	line-height:20px;
	background-color: #bcbcbc;
	}	

table.news {
  width:95%;
  float: center;
  padding: 0px 25px;
  margin: 0px;
  background-color: white;
  border-radius: 5px;
  border: 1.5px solid #000;
  border-collapse: separate;
  border-spacing: 0 1em;
  }
  
table.news td.rows {
  padding: 3px 0px 10px 0px;
  border-bottom: 1px solid #b0b0b0;
  vertical-align: top;
  }
  
ul.crumbs {
	font-size:11px;
	float:left;
	margin:9px 0 0 20px;
	}
ul.crumbs li {
	display:inline;
	text-transform:uppercase;
	}
ul.crumbs li a:link, ul.crumbs li a:visited {
	color:#313130;
	text-decoration:underline;
	}
ul.crumbs li a:hover {
	text-decoration:none;
	}
	
	/*FOOTER*/
ul.footer {
	text-align:center;
	margin:40px 0;
	font-size:11px;
	color:#ffffff;
	}
ul.footer li {
	display:inline-block;
	background:url(images/footer-line.gif) 0 2px no-repeat;
	padding:0 14px 0 20px;
	}
ul.footer li:first-child {
	background:none;
	padding-left:0;
	}
ul.footer li:last-child {
	padding-right:0;
	}
ul.footer li a:link, ul.footer li a:visited {
	color:#ffffff;
	text-decoration:none;
	}
ul.footer li a:hover {
	text-decoration:underline;
	}
	

	
	/*CONTACT FORM*/
.contact-row {
	margin:5px 0 10px 0;
	}
.cr-w350 {
	width:425px;
	}
.cr-w350 input {
	width:335px;
	height:22px;
	padding-left:5px;
	border:1px solid #626262;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#626262;
	}
.cr-w350 input.error {
	background:
	}
.cr-w350 input:hover, .cr-w350 input:focus {
	background:#f2f2f2;
	}
.cr-w700 {
	width:790px;
	}
.cr-w700 textarea {
	width:780px;
	height:120px;
	padding:5px;
	border:1px solid #626262;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#626262;
	overflow:auto;
	}
.cr-w700 textarea:hover, .cr-w700 textarea:focus {
	background:#f2f2f2;
	}
.form-button {
	text-align:right;
	}
.form-button input {
	background:#404040;
	border:#404040;;
	color:#fff;
	padding:5px 10px;
	cursor:pointer;
	font-weight:bold;
	margin:5px 0;
	}
.form-button input:hover {
	background:#595959;
	}
.form-button input:focus {
	background:#737373;
	}

.contact-row label {
	display:block;
	font:normal 13px Georgia, "Times New Roman", Times, serif;
	margin-bottom:5px;
	}
.contact-row label span {
	color:#CC0000;
	}
.error {
	color:#CC0000;
	}
	
/*Search*/
.search {
	width:420px;
	margin:0 auto;
	}
	