/**

RESET
*/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/**

GENERAL STYLING
*/
body {
	background: #ffffff;
	font: 14px/150% Arial, Helvetica, sans-serif;
	color: #333;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a {
	color: #005AAB;
	text-decoration: none;
	outline: none;
}
a:hover {
  color: #123759;
	text-decoration: underline;
}
p {
	margin: 0 0 0.6em;
	padding: 0;
}

/* list */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

ul.no-bullets {
	list-style: none;
}


/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3em;
	margin: 18px 0 1px 0;
	color: #000;
	font-family: 'Crete Round', sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 2.4em;
}
h2 {
	font-size: 1.6em;
	padding-bottom: 8px; 
	border-bottom: 1px dotted #cdcdcd;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
h1,h2 {
	letter-spacing: -1px;
}


/*
		INPUTS
*/

input {
	margin: 0px;
}

input,textarea,select {
	border: 1px solid #cdcdcd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 4px;		
	outline-color: #1425B3;
	font-size: 1em;
	color: #58585a;
}

input:focus,
textarea:focus {
	border: 1px solid #1425B3;
}

textarea {
	line-height: 1.4em;
}

select.inputlarge {
    width:  310px;
}



/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	--outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/*
		BUTTON
*/


.button {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	font-weight: bold;
	outline: none;
	font-size: 13px;
	background-color: #005aab;
	color: #ffffff;
	border: solid 1px #005aab;
	background: -webkit-gradient(linear,left top,left bottom,from(#0079e7),to(#00437f));
	background: -moz-linear-gradient(top,#0079e7,#00437f);
	box-shadow:inset 0 1px 0 0 #2e90e8,0 1px 2px #A0A0A0;
	-moz-box-shadow:inset 0 1px 0 0 #2e90e8,0 1px 2px #A0A0A0;
	-webkit-box-shadow:inset 0 1px 0 0 #2e90e8,0 1px 2px #A0A0A0;
}


.button:hover {
	text-shadow: -1px -1px 1px rgba(0,0,0,.4);
	color: #ffffff;
	background-color: #00437f;
	background: -webkit-gradient(linear,left top,left bottom,from(#006de4),to(#012f5f));
	background: -moz-linear-gradient(top,#006de4,#012f5f);
	box-shadow:inset 0 1px 0 0 #2e90e8;
	-moz-box-shadow:inset 0 1px 0 0 #2e90e8;
	-webkit-box-shadow:inset 0 1px 0 0 #2e90e8;
}

.button:active {
	color: #ffffff;
	background-color: #00437f;
	background: -webkit-gradient(linear,left top,left bottom,from(#012f5f),to(#006de4));
	background: -moz-linear-gradient(top,#012f5f,#006de4);
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

.button:focus {
	background-color: #00437f;
	background: -webkit-gradient(linear,left top,left bottom,from(#00437f),to(#0079e7));
	background: -moz-linear-gradient(top,#00437f,#0079e7);
}


a.button {
	padding: 0.25em 0.68em;
}

a.button:hover {
	text-decoration: none;
}

input.button {
	padding: 5px 10px;
}

div.button {
	padding: 5px 10px;
}


.ie7 input.button {
	padding: 1px 6px;
}




/**

  STRUCTURE

*************************************************************************************************************************************************/

#pagewrap {
	width:100%;
}


#content {
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 20px 35px 40px 35px;
	position: relative;
	z-index: 1;
}

.template-startpage #content {
	margin-top: 0;
	padding-top: 0;
}


/*  Set #content without padding, used for imagegalleries. Moves padding to .wrapbox instead */
.content-no-padding #content {
	padding: 10px 0px 20px 0px;
}
.content-no-padding #content .wrapbox {
	padding: 0px 35px;
}


/**

  HEADER

*/

#header {
	background-color: #f1f1f1;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
}


/* site logo */
#logo-container {
  padding: 0px 35px;
  width: 960px;
  margin: 0 auto;
}

#site-logo {
  margin: 0px;
  float: left;
}

#site-logo a {
	font: bold 30px/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	display: block;
}

#header #menu-button {
  display: none;
  float: right;
  cursor: pointer;
  padding: 6px 12px;
  font-weight: bold;
	font-size: 16px;
	margin-top: 6px;
}

#header #menu-button.active {
	background-color: #00437f;
	background: -webkit-gradient(linear,left top,left bottom,from(#012f5f),to(#006de4));
	background: -moz-linear-gradient(top,#012f5f,#006de4);
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;

}
/**

  MAIN NAVIGATION

*/


#main-nav-container {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #cfcfcf;
	-webkit-box-shadow: 0 1px 3px rgba(0.0.0,0.2);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	position: relative;
	z-index: 2;
}

#main-nav {
	width: 960px;
	background: #ffffff;
	margin: 0px auto 0px auto;
	padding: 0;
	z-index: 100;
	padding: 0px 35px;

}

#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}

#main-nav li:last-child {
	float: right;
	margin-right: 10px;
}


#main-nav a {
  font-size: 1.2em;
	line-height: 100%;
	font-weight: bold;
	color: #005AAB;
	display: block;
	padding: 16px 10px;
	text-decoration: none;
}

#main-nav a:hover {
	color: #000000;
	background-color: #e5eef6;
}

/**

  CONTENT

*/


.content-no-padding #content h1 {
	padding-left: 10px;
}




/**

  SIDEBAR

*/

#sidebar {
	width: 290px;
	float: right;
	margin: 20px 0px 20px 0px;
}
.widget {
	background: #fff;
	margin: 0 0 30px;
	padding: 10px 20px;
	/* rounded corner */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px #A0A0A0;
	-moz-box-shadow: 0 1px 3px #A0A0A0;
	box-shadow: 0 1px 3px #A0A0A0;
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;	
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/**

  FOOTER

*/

#footer-container {
	color: #777777;
	clear: both;
	background-color:#f9f9f9;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

#footer {
	width: 960px;
	padding: 20px 0px;
	margin: 20px auto 35px auto;
}

#footer .post {
	margin-bottom: 0px;
}

#footer-1 h4 {
	margin-top: 0;
	padding-top: 0;
}
.footer-col-1 {
	width: 78%;
	float: left;
}

.footer-col-2 {
	width: 20%;
	float: left;
	margin-left: 2%;
}

#footer h4 {
	color: #777777;
	font-family: Arial, sans-serif;
}

#footer h4.first {
	margin-top: 0px;
}


.footer-col-2 p {
	margin: 0px;
}

ul.footer-ul {
	list-style: none;
	margin:0px;
	padding: 0px;
}

.footer-ul a {
	color: #777;
}

ul.footer-ul li{
	margin:0px;
	padding: 0.096em 0;
	float: left;
	padding-right: 10px;
}

ul.footer-ul a{
	display:block;
	padding: 0.096em 0;
}

/**

		MEMBER LOGOS

 */

#memberslogoWrap{
	margin-top: 12px;
	text-align:center;
}

#memberslogoWrap ul,
#memberslogoWrap li,
#memberslogoWrap a{
	line-height:0;
	margin:0 auto;
	padding:0;
}


#memberslogoWrap ul{
	list-style:none;
	display:block;
}

#memberslogoWrap li,
#memberslogoWrap a{
	display:inline;
	display:inline-block;
	
}

#memberslogoWrap li {
	/*float: left;*/
	/*width: 22%;*/
	padding-right:0.375em;
	padding-bottom:0.75em;
}

#memberslogoWrap a{
	display:block;
}

#memberslogoWrap img{
	height:42px;
	height:3em;
	width:auto;
	max-width:none;
}


#memberslogoWrap .icoAAA,
#memberslogoWrap .icoGASELL{
	display:block;
	padding-left:0;
	padding-right:0;
}
#memberslogoWrap .icoAAA img,
#memberslogoWrap .icoGASELL img{
	height:auto;
	width:auto;
	max-width:100%;
}


#memberslogoWrap .icoAAA img{
	width:12.5em;
}

#memberslogoWrap .icoGASELL img{
	width:7.04em;
}


/**

  CLEARFIX

*/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }


/**

	Reset float

 */

.resetfloat:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.resetfloat { display: inline-block; }
.resetfloat { display: block; zoom: 1; }
.clear { content: "."; display: block; height: 0; clear: both; visibility: hidden; }


/**

  DEBUG SCREENSIZE

*/
.one-980px {
  display: none;
}

.two-650px {
  display: none;
}

.three-480px {
  display: none;
}


/**

  UTILITY BAR

*/
#utility-bar {
	text-align: left;
}

.grey-button{
	display:inline-block;
	padding:3px 8px 8px 6px;
	margin-top:3px;
	margin-bottom:2px;
	margin-right:5px;
	border:1px solid #e5e5e5;
	color:#b8b8b8;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	cursor:pointer;
	font-size: 12px;
	}
	
.grey-button-img{
	display:inline-block;
	position:relative;
	top:3px;
	margin-left:6px;
	width:16px;
	height:16px;
	background-image:url("/clientfiles/images/gui/icons-utility-bar.png");}

.grey-button:hover{
	border-color:#b2b2b2;
	color:#737373;
	background-color:#f7f7f7;}

/* Print */
body.render-print-version,body.render-print-version #wrapper,body.render-print-version #wrapper *{background:none transparent!important;}

#icon-print .grey-button-img{background-position:-48px 0;}
#icon-print:hover .grey-button-img{background-position:-112px 0;}

/* Email */
#icon-email .grey-button-img{background-position:-32px 0;}
#icon-email:hover .grey-button-img{background-position:-96px 0;}

/* Facebook */
#icon-facebook .grey-button-img{background-position:0 0;}
#icon-facebook:hover .grey-button-img{background-position:-64px 0;}

/* Twitter */
#icon-twitter .grey-button-img{background-position:-16px 0;}
#icon-twitter:hover .grey-button-img{background-position:-80px 0;}





/*
 *	Slideshow (old)

#slideshow {
	margin-top: 30px;
	margin-bottom: 20px;
}

#slideshow h2 {
	margin-left: 35px;
	text-transform: uppercase;
}

#slideshow-inner-container {
	border-top: 1px solid #cdcdcd;
	background-image: url("/clientfiles/images/light-fade-down.png");
	background-repeat: repeat-x;
	padding: 20px 35px;
}

#slideshow-inner-container-end {
	border-bottom: 1px solid #cdcdcd;
	background-image: url("/clientfiles/images/light-fade-up.png");
	background-repeat: repeat-x;
	height: 33px;
}
 */


/**

  FLOATING BOXES

*/


.floating-boxes {

}

.floating-box {
	line-height: 0;
  float: left;
  margin-right: 2%;  
  margin-bottom: 1%;  
  width: 31%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
-webkit-box-shadow: 1px 1px 2px 1px rgba(50, 50, 50, 0.2);
box-shadow: 1px 1px 2px 1px rgba(50, 50, 50, 0.2);
}

.floating-box .floating-box-image {
  max-width: 100%;
  z-index: 1;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;}


.floating-box .floating-box-text {
  z-index: 2;
}

.floating-box h4 {
  margin: 0px;
  padding: 8px 12px;
  font-weight: 300;
  font-size: 14px;
  color: white;
	background-color: #005AAB;
	border-top: 1px solid #337bbc;
  text-shadow: 1px 1px 1px black;
  z-index: 3;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.floating-box a:hover {
	text-decoration: none;
}

/**

  LOGIN

*/

#login-box {
	padding: 0px 20px 10px 20px;
	background-color: #f3f3f3;
	border: 1px solid #cdcdcd;	
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


/**

  REFERENCES

*/


.reference-box {
	background-color: #006699;
	margin-bottom: 20px;
}

.reference-box .image-container {
	background-color: #006699;
	float: left;
	width: 40%;
	line-height: 0;
}

.reference-box .image-container img {
	--max-width: 100%;
}

.reference-box .text-outer-container {
	background-color: #006699;
	float: left;
	width: 60%;
}

.reference-box .text-container {
	padding: 20px 20px 10px 20px;
	color: white;
}




/**

  CONTACT

*/


#contact-form .contact-row {
	margin-bottom: 5px;
}

#contact-form .contact-input {
	width: 280px;
}

#contact-form label {
	width: 130px;
	text-align: right;
	display: inline-block;
	font-weight: 700;
	margin-right: 7px;
}

#contact-form .contact-textarea {
	width: 280px;
}

#contact-form .contact-row-aligned * {
	vertical-align: middle;
}

#contact-form .button {
}


/**

  IMAGE GALLERY

*/

.gallery-container {
	margin-top: 12px;
}


.gallery-header h1 {
float: left;
}

.gallery-header .gallery-search-container {
	float: right;
	width: 190px;
	margin-top: 28px;
	margin-right: 10px;
}

.gallery-header .gallery-search {
	width: 120px;
}

.gecko .gallery-header .gallery-search {
	width: 110px;
}


.gallery-header .gallery-search-submit {
	padding: 4px 12px;
}

.ie7 .gallery-header .gallery-search-submit {
	padding: 1px 6px;
}


.gallery-item-container {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 49%;
	margin-right: 1%;
	margin-bottom: 18px;
	line-height: 1;
	overflow: hidden;
	max-height: 100%;
	text-align: center;
}

.gallery-item-container.even {
	margin-right: 0;
	width: 50%;
	float: right;
}

.gallery-image-container {
	overflow-y: hidden;
}

.gallery-image-container .gallery-image {
	padding: 0px;
	margin: 0px;
	max-height: 100%; 
}


.gallery-image-container .gallery-image.portrait {
	padding: 0px;
	margin: 0px;
}

.gallery-item-container .gallery-text  {
	text-align: left;
	line-height:18px;
	font-size: 14px;
	margin: 0px;
	padding: 8px 10px;
	background-color: #f3f3f3;
	--border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #aaaaaa;
}

.gallery-item-container .gallery-text-label {
	padding: 2px 0px;
}

.gallery-item-container .gallery-text-label h2,
.gallery-item-container .gallery-single-text-label h2 {
	margin: 0;
	padding: 0;
	font-family: "Arial", sans-serif !important;
	border: 0;
	font-size: 16px;
	letter-spacing: 0;

}

.gallery-item-container .gallery-text-tag {
	--width: 34%;
	--float: right;
	text-align: left;
	background-color: #f3f3f3;
	border-bottom: 1px solid #e6e6e6;
	padding: 0px 8px 8px 8px;
}

.gallery-item-container .gallery-text-tag a {
	font-size: 14px;
	color: #005aab;
	display: inline-block;
	text-decoration: none;
	padding: 2px;
	line-height: 1;
}

.gallery-item-container .gallery-text-tag a:hover {
	background-color: #becffa;
	text-decoration: none;
}

/* gallery-container-wide = single images fullscreen */


.gallery-container-wide {
	margin-top: 10px;
}

.gallery-container-wide .gallery-item-container {
	width: 100%;
	margin-right: 0%;
	line-height: 0;
}

.gallery-container-wide .gallery-image-container {
}


/*
		Gallery - Single
*/

.gallery-info-container {
	--background-color: #f3f3f3;
	--border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #cdcdcd;
	text-align: left;
	padding: 0 20px;
	max-width: 600px;
	margin: 22px auto 0 auto;
}

.gallery-single-text-container {
	line-height: 1;
}

.gallery-single-text-1 {
	width: 85%;
	float: left;
}
.gallery-single-text-label {
	margin-top: 10px;
}
.gallery-single-text-desc {
	line-height: 16px;
	margin-top: 10px;
}

.gallery-single-text-2 {
	width: 14%;
	float: right;
}

.gallery-single-text-star {
	margin-top: 10px;
	text-align: center;
	cursor: pointer;
}

.gallery-single-text-star a {
	
}


.gallery-single-text-star span {
	font-size: 12px;
	color: #b8b8b8;
}


.gallery-single-text-tag {
	margin-top: 10px;
}

.gallery-single-text-tag a {
	font-size: 14px;
	color: #005aab;
	display: inline-block;
	text-decoration: none;
	padding: 2px;
	line-height: 1;
}

.gallery-utility-bar {
	margin-top: 10px;
	margin-bottom: 10px;
}

/**

  MY PROJECT

*/

.myproject-subnav {
	background-color: #f3f3f3;
	border: 1px solid #cdcdcd;
	padding: 10px 10px 0px 10px;
	background-image: url("/clientfiles/images/1px-white-50.png");
	background-repeat: repeat-x;
	background-position: top left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}




/* searchform 
#searchform {
	position: absolute;
	right: 10px;
	bottom: 6px;
	z-index: 100;
	width: 160px;
}
#searchform #s {
	width: 140px;
	float: right;
	background: #fff;
	border: none;
	padding: 6px 10px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);

	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}
*/



/**

 		Function: Pager

 */

.pager-info-box {
	text-align: center;
	padding: 4px 8px 4px 0px;
	color: #777777;
	font-size: 12px;
}

.pager-container {
	margin: 0px auto;
	width: 98%;
	text-align: center;
}

ul.pager {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 18px;
	margin-bottom: 32px;
}

ul.pager li {
	display: inline-block;
}

.ie7 ul.pager li {
	display: inline;
	width: 50px;
}

ul.pager li a {
	text-decoration: none;
	padding: 4px 12px;
	background-color: #eeeeee;
	margin-right: 8px;
	text-align: center;
	min-width: 16px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: inline-block;
	border: 1px solid #cdcdcd;

	webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
}

ul.pager li.next a,
ul.pager li.previous a
{
	padding: 4px 6px;
}

ul.pager li.next a {
	margin-right: 0px;
}

ul.pager li a:hover{
	background-color: #dedede;
	border: 1px solid #b7b7b7;
}

ul.pager li.active a{
	background-color: #ffffff;
	font-weight: 600;
}

ul.pager .pager-separator {
	padding-top: 5px;
	padding-right: 10px;
}

