body {
    color: #646464;
    font-family: Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
}

a {
    color: #AFAFAF;
}

a:hover {
    color: #636363;
}

a img {
	border: none;
}

/** Sub **/

.sub .l-content ul {
  
}

  .sub .l-content ul li {
    list-style: disc;
  }

/** Navigation **/

.main-nav a {
  font-family: Arial;
  font-size: 13px;
  text-decoration: none;
}

  .main-nav ul.joomla-nav > li > a {
    font-family: "Uni Sans W01 Regular", Verdana, sans-serif;
    text-transform: uppercase;
  }


/** Banner caption **/


.banner-caption h1 {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 50px;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.intro, .blog .description {
    background: url("../img/intro-bg.png") repeat scroll 0 0 transparent;
    font-family: "Uni Sans W01 Regular",sans-serif;
    font-size-adjust: 0.52;
    font-style: normal;
    font-weight: normal;
    line-height: 29px;
    text-transform: uppercase;
}

table {
	border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
tr {
}
th {
    border-bottom: 1px solid #E1E1E1;
    border-right: 10px solid #FFFFFF;
    border-top: 4px solid #F3E800;
    border-left: none;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    padding: 10px 0;
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
}
th:last-child {
    border-right: medium none;
}
td {
    border-bottom: 1px solid #E1E1E1;
    border-right: 10px solid #FFFFFF;
    border-left: none;
    border-top: none;
    padding: 3px 0;
    border-collapse: collapse;
    border-spacing: 0;
}
td:last-child {
    border-right: medium none;
}

table.project-info {
	margin: 10px 0;
}



table.project-info td {
	background: #ebebeb;
	border: solid 1px #fff;
	padding: 5px 10px 5px 10px;
}

table.project-info td:first-child {
	background: #afafaf;
	color: #fff;
}


a.readmore,
.readmore a,
.backto,
.readmore #Submit {
	background: #afafaf url("../img/readmore.png") no-repeat 100% 2px;
	color: #fff !important;
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	padding: 2px 25px 2px 5px;
	text-decoration: none !important;
	white-space: nowrap;  
}

.backto {
	background: #afafaf url("../img/backto.png") no-repeat 0 2px;
	padding: 2px 5px 2px 25px;
}

a.readmore:hover,
.readmore a:hover,
.backto:hover,
.readmore #Submit:hover {
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}


.l-content .item-page .email a, 
.l-content .item-page a.email, 
.l-content .item-page .form a, 
.l-content .item-page a.form, 
.l-content .item-page .website a, 
.l-content .item-page a.website,
.l-content .item-page .map-location a, 
.l-content .item-page a.map-location {
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    opacity: 0.8;
    padding: 2px 25px 2px 10px;
    text-decoration: none;
    white-space: nowrap;
}
.l-content .item-page .email a:hover, 
.l-content .item-page a.email:hover, 
.l-content .item-page .form a:hover, 
.l-content .item-page a.form:hover, 
.l-content .item-page .website a:hover, 
.l-content .item-page a.website:hover,
.l-content .item-page .map-location a:hover, 
.l-content .item-page a.map-location:hover {
	color: #FFFFFF;
    opacity: 1;
}
.email a, a.email {
    background: url("../img/mail.png") no-repeat scroll 98% 0 #AFAFAF;
}
.form a, a.form {
    background: url("../img/form.png") no-repeat scroll 100% 0 #AFAFAF;
}
.website a, a.website {
    background: url("../img/readmore.png") no-repeat scroll 100% 0 #AFAFAF;
}
.map-location a, a.map-location {
    background: url("../img/map-location.png") no-repeat scroll 98% 0 #AFAFAF;
}


.item-page form input[type="text"],
.item-page form input[type="email"],
.item-page form input[type="password"],
.item-page form select,
.item-page form textarea {
	border-color: #7D7D7D #C8C8C8 #C8C8C8 #7D7D7D;
    border-style: solid;
    border-width: 1px;
    color: #646464;
    font-family: Arial;
    font-size: 15px;
    padding: 3px;
    width: 350px;
}

.item-page form select {
	width: 360px;
}


.item-page form input[type="submit"],
.item-page form .button {
	background: url("../img/readmore.png") no-repeat scroll 100% 2px #AFAFAF;
    border: 0 none;
    color: #FFFFFF !important;
    cursor: pointer;
    font-size: 13px;
    height: 27px;
    line-height: 20px;
    opacity: 0.8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
    padding: 3px 25px 3px 5px;
    text-decoration: none !important;
}

.item-page form input[type="submit"]:hover,
.item-page form .button:hover {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}


.item-page form span.caption {
    font-weight: bold;
}


.item-page form span.required, 
.item-page form div.required-lable span, 
.item-page form .formError, 
.item-page form .formRed {
    color: #CF4D4D;
}
