@charset "UTF-8";

@import url("reset.css");

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.jpg);
	background-color: #EBE5E2;
	background-repeat: repeat;
	background-position: center top;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-attachment: fixed;
	}
.nopage {
	padding: 5px;
	height: 190px;
	width: 270px;
	background-color: #EE3229;
}

a:link {
	text-decoration: none;
	color: #EE3229;
	}

a:visited {
	text-decoration: none;
	color: #EE3229;
	}

a:hover {
	text-decoration: none;
	color: #993B21;
	}

a:active {
	text-decoration: none;
	color: #EE3229;
	}
.imgborder {
	background-color: #E7E2DE;
	padding: 4px;
	width: 272px;
}

.bold {
	font-weight: bold;
	}
#orange {
	color: #CF241C;
}

h2  {
	font-family: 'TitilliumText22LBold', Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #EE3229;
	text-shadow: #ffffff 1px 1px 0px;
	text-transform: uppercase;
	line-height: 20px;
	}

html, body, #full {
	min-height: 100%;
	width: 100%;
	height: 100%;
	}
h6 {
	font-weight: normal;
	color: #D0241C;
	margin: 0px;
	padding: 0px;
}

html>body, html>body   #full {
	height: auto;
	}

#full {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	}

#footer {
	position: absolute;
	bottom: 0;
	background-color: #EE3229;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 30px;
	color: #FFFFFF;
	}
#footer a {
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	background-color: #CB2A23;
	height: 23px;
	width: 270px;
	padding-right: 10px;
	text-align: right;
	padding-top: 7px;
	background-image: url(../images/hand.gif);
	background-repeat: no-repeat;
	background-position: 5px top;
}
#footer  a:hover {
	color: #F1F1F1;
	font-weight: bold;
	background-color: #BC221B;
}

#footer  .footerContent {
	font-size: 8px;
	color: #FFFFFF;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: #993B21 1px 1px 0px;
	height: 30px;
	}
#topBar

{
	width: 100%;
	float: left;
	height: 25px;
	z-index: 800;
	left: 0px;
	top: 0px;
	position: absolute;
	background-repeat: repeat-x;
	background-position: left -4px;
	background-image: url(../images/topbar.png);
}

#full {
	width: 100%;
	height: auto;
	float: left;
	}

#warper {
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	}

#container {
	float: left;
	height: auto;
	width: 930px;
	padding-bottom: 90px;
	padding-top: 5px;
	}

#projects {
	float: left;
	height: auto;
	width: 930px;
	position: relative;
	}

#projects #projectsBox {
	position: absolute;
	width: 930px;
	left: -15px;
	top: 0px;
	height: auto;
	}

#projectGallery {
	height: 550px;
	width: 900px;
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
	}

#header {
	float: left;
	height: 140px;
	width: 930px;
	margin-right: 15px;
	margin-left: 15px;
	position: relative;
	}

#logo {
	float: left;
	height: 128px;
	width: 277px;
	z-index: 801;
	position: absolute;
	top: -5px;
	left: -9px;
	}

#logo a {
	display: block;
	height: 128px;
	width: 277px;
	background-image: url(../images/logo3.png);
	text-indent: -9999px;
	}

#nav {
	float: left;
	width: 900px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E7E2DE;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E7E2DE;
	margin-right: 15px;
	margin-left: 15px;
	}

#nav  #menu  {
	float: left;
	height: 34px;
	width: 900px;
	background-image: url(../images/menu-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}

#nav #menu a {
	font-family: 'TitilliumText22LBold', Arial, sans-serif;
	font-size: 13px;
	height: 14px;
	padding-right: 17px;
	padding-left: 17px;
	text-transform: uppercase;
	display: block;
	float: left;
	color: #333333;
	line-height: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-shadow: #ffffff 1px 1px 1px;
	}

#nav #menu a:hover {
	background-image: url(../images/menu-btn-hover.png);
	background-repeat: no-repeat;
	background-position: left top;
	}

#nav  #menu  a#selected {
	background-image: url(../images/menu-btn-selected.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	text-shadow: #993B21 1px 1px 1px;
	}

#nav #submenu {
	background-color: #E7E2DE;
	float: left;
	width: 900px;
	height: 30px;
	}

#nav .bottom {
	background-color: #E7E2DE;
	float: left;
	height: 4px;
	width: 900px;
	margin: 0px;
	padding: 0px;
	}

#slideBox {
	float: left;
	height: 370px;
	width: 900px;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	}

#slider {
	height: 370px;
	width: 900px;
	float: left;
	position: relative;
	}
/*
 * jQuery Nivo Slider v1.9
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
#slider .nivoSlider {
	position:relative;
	height: 370px;
	width: 900px;
	}

#slider .nivoSlider img {
	position: absolute;
	left: 0px;
	top: 0px;
	}
/* If an image is wrapped in a link */
#slider .nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
	}
/* The slices in the Slider */
#slider .nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
	}
/* Caption styles */
#slider .nivo-caption {
	position:absolute;
	bottom:10px;
	color:#fff;
	opacity:0.8;
	z-index:89;
	right: 10px;
	background-image: url(../images/CaptationBg.png);
	letter-spacing: 1px;
	}

#slider .nivo-caption p {
	margin:0;
	font-family: 'TitilliumText22LMedium', Arial, sans-serif;
	color: #FFFFFF;
	text-align: right;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	text-transform: uppercase;
	}
/* Direction nav styles (e.g. Next & Prev) */
#slider .nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
	height: 27px;
	width: 27px;
	text-indent: -9999px;
	}

#slider .nivo-prevNav {
	left:10px;
	background-image: url(../images/nivo-previous-btn.png);
	background-repeat: no-repeat;
	background-position: left top;
	}

#slider .nivo-nextNav {
	right:10px;
	background-image: url(../images/nivo-next-btn.png);
	background-repeat: no-repeat;
	background-position: left top;
	}

#slider .nivo-controlNav {
	position: absolute;
	bottom: -21px;
	z-index: 10;
	text-align: center;
	left: 0px;
	width: 900px;
	background-color: #E7E2DE;
	padding-top: 5px;
	padding-bottom: 5px;
	}
/* Control nav styles (e.g. 1,2,3...) */

#slider .nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	color: #999999;
	height: 11px;
	width: 11px;
	margin-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	display: inline-block;
	display: -moz-inline-stack;
	text-indent: -9999px;
	background-image: url(../images/nivo-bullet.png);
	text-align: center;
	}

#slider .nivo-controlNav a.active {
	background-image: url(../images/nivo-bullet-hover.png);
	}

#slider strong {
	font-family: 'TitilliumText22LMedium', Arial, sans-serif;
	font-size: 20px;
	color: #EE3229;
	line-height: 26px;
	text-transform: uppercase;
	}

#features {
	float: left;
	width: 900px;
	margin-top: 45px;
	margin-right: 15px;
	margin-left: 15px;
	}

#featuresTitle {
	float: left;
	width: 300px;
	margin-bottom: 20px;
	}

#content {
	float: left;
	width: 900px;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	}

#content #contentTitle {
	float: left;
	width: 900px;
	margin-bottom: 20px;
	}

#content #column {
	float: left;
	height: auto;
	width: 280px;
	margin-right: 30px;
	}

#content #column #contentTitle {
	width: 280px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EE3229;
	}

#content #column h2 {
	display: block;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EE3229;
	width: 280px;
	font-size: 20px;
	line-height: 20px;
	}

#content  #column  a.google {
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	background-color: #FFFFFF;
	color: #EE3229;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EE3229;
	}

#content #column a:hover.google {
	color: #993B21;
	border-bottom-color: #993B21;
	}
#content  .text  {
	line-height: 18px;
	text-align: justify;
}
#column .titlenews {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
#column .newsdate {
	font-size: 10px;
	color: #EE3229;
	line-height: normal;
}
#column .boxtitlenews {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #E63028;
	border-bottom-color: #EC3229;
	background-color: #FFF;
}
			
.boxgrid{
	width: 280px;
	height: 170px;
	float:left;
	background:#161613;
	overflow: hidden;
	position: relative;
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	}

.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
	}

.boxgrid h3{
	font-family: 'TitilliumText22LBold', Arial, sans-serif;
	color:#FFE7CD;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: none;
	letter-spacing: 1px;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-transform: uppercase;
	}

.boxgrid p{
	color:#FFFFFF;
	font-weight:normal;
	font-family: 'TitilliumText22LMedium', Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	letter-spacing: 1px;
	}

.boxcaption{
	float: left;
	position: absolute;
	height: 50px;
	width: 100%;
	background-image: url(../images/CaptationBg.png);
	background-position: left top;
	z-index: 2;
	}

.captionfull .boxcaption {
 	top: 260;
 	left: 0;
	}

.caption .boxcaption {
	top: 142px;
	left: 0;
	}

#primary {
	height: auto;
	overflow: hidden;
	}

#filtering-nav {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 900px;
	height: 30px;
	}

#filtering-nav li {
    list-style: none;
    float: left;
	}

#filtering-nav  li  a {
	line-height: 28px;
	font-family: 'TitilliumText22LMedium', Arial, sans-serif;
	height: 28px;
	text-transform: uppercase;
	font-size: 10px;
	padding-right: 17px;
	float: left;
	display: block;
	padding-left: 17px;
	color: #666666;
	text-shadow: #F5EFEC 1px 1px 0px;
	padding-top: 3px;
	letter-spacing: 1px;
	}

#filtering-nav li a:hover {
	color: #333333;
	background-color: #E0DBD8;
	}

.box {
	margin: 15px;
	padding: 0px;
	background: #D8D5D2;
	font-size: 11px;
	float: left;
	}

.col2 {
	width: 280px;
	height: auto;
	}

.col2 img {
	z-index: 1;
	}

.box.gray {
	background-color: #D8D5D2;
	color: #000000;
	}

.box.black {
    background-color: #111;
    color: #FFF;
	}

.box.red{
	background-color: #EE3229;
	color: #FFF;
	}

.box.white {
	background-color: #FFFFFF;
	color: #000000;
	}

#projects #primary .box .projectImage {
	float: left;
	width: 280px;
	height: 200px;
	position: relative;
	}
#projects .projectImage a {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}

#projects #primary .box .projectInfo {
	float: left;
	width: 265px;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EE3229;
	height: 70px;
	}

#projects #primary .box    a:hover .projectInfo   {
	background-image: url(../images/projectInfo-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}

#projects #primary .box  .projectInfo  h3{
	font-family: 'TitilliumText22LBold', Arial, sans-serif;
	color:#EE3229;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	}

#projects #primary .box  .projectInfo  p{
	color:#666666;
	font-weight:normal;
	font-family: 'TitilliumText22LMedium', Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	}
			
#primary  .boxgridtwo {
	width: 280px;
	height: 200px;
	float:left;
	overflow: hidden;
	position: relative;
	padding: 0px;
	margin: 0px;
	}

#primary .boxgridtwo img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
	}

#primary .boxgridtwo h3{
	font-family: 'TitilliumText22LBold', Arial, sans-serif;
	color:#FFE7CD;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	}

#primary .boxgridtwo p{
	color:#FFFFFF;
	font-weight:normal;
	font-family: 'TitilliumText22LMedium', Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	letter-spacing: 1px;
	}

#primary .boxcaption{
	float: left;
	position: absolute;
	height: 50px;
	width: 100%;
	background-image: url(../images/CaptationBg.png);
	background-position: left top;
	z-index: 2;
	}

#primary .captionfull .boxcaption {
 	top: 260;
 	left: 0;
	}

#primary .captiontwo .boxcaption {
	top: 157px;
	left: 0;
	}


#column input, textarea, select {
	outline:none;
	margin: 0;
	padding: 0px;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	background-color: #E7E2DE;
	color: #999999;
	text-shadow: #ffffff 1px 1px 0px;
	}   

#column #message {
	width: 270px;
	line-height: 18px;
	padding: 5px;
	}

#column .box {
	width: 270px;
	line-height: 15px;
	height: 15px;
	margin-bottom: 4px;
	display: block;
	padding: 6px;
	}

#column .label {
	float: left;
	width: 280px;
	}

#column span.required{
	font-size: 12px !important;
	color: #602F32 !important;
	}

#column .errormsg {
	display: block;
	line-height: 22px;
	color: #993B21;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	width: 260px;
	background-color: #FFCCCC;
	}

#column .msgSent {
	font-size: 20px;
	text-align: center;
	}

#column #send {
	cursor: pointer;
	color: #FFFFFF;
	width: 57px;
	height: 21px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-indent: -9999px;
	background-image: url(../images/sendBTN.png);
	background-color: transparent;
	}
	
#column #send:hover {
	background-image: url(../images/sendBTN.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	
#browserWarning  {
	z-index: 1500;
	height: 70px;
	width: 400px;
	margin-top: -40px;
	margin-left: -200px;
	position: absolute;
	left: 50%;
	top: 50%;
	line-height: 19px;
	font-weight: bold;
	color: #666666;
	}

#browserWarning a {
	color: #FF6600;
	}
