
/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
  
body {
	color: #333;
 	font-size: 62.5%; 
 	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.homebg {
	background: #e8eed3 url(../images/GC_bg.gif) repeat-x center 0px;
}

html {
  overflow-y: scroll;
	background: #e8eed3 url(../images/GC_bg.gif) repeat-x center -424px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}
.clear30{
	clear:both;
	margin-bottom:30px;
}

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #77bb38; color:#fff; text-shadow: none; }
::selection { background:#77bb38; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* CONTAINER
----------------------------------------- */
#Container {
	width: 960px;  
	margin: 0 auto;
	
}
#Layout {
	width: 960px;
	clear: both;
	overflow: hidden;
	margin: 5px auto 0px auto;
	float: left;
	background-color: #e8eed3;
	padding-top:30px;
}
#Layouthome {
	width: 960px;
	clear: both;
	overflow: hidden;
	margin: 0px auto;
	float: left;
	background-color: #e8eed3;
	padding-top:20px;
}
.ContentFull {
	width: 100%;
	margin: 0 0px 30px 0px;
	padding:0px;
	text-align: left;
	float:left;
}

.InnerContent450 {
	width: 450px;
	margin:0px;
	padding:0px;
	float:left;
	position:relative;
}
.InnerContent550 {
	width: 550px;
	margin:0px;
	padding:0px;
	float:left;
	position:relative;
}
.Content550 {
	width: 550px;
}
.Content450,
.Content550,
.Content680{
	margin: 0 0px 30px 0px;
	padding:0px;
	text-align: left;
	float:left;
}
.Content740{
	width: 740px;
	margin: 0 0px 30px 0px;
	padding:0px;
	text-align: left;
	float:right;
	clear:right;
	position:relative;
}

/* HEADER
----------------------------------------- */
header { 
 	width: 960px; 
 	height:160px;
	float:left;
	display:block;
	position:relative;
}
 	header .logo { 
	  	position: absolute;
		top:20px;
		left:0px;
	  	width:390px;
	  	height:121px;
	  	display:block;
	  	z-index: 300;
	}
	

/* HEADER TOP NAVIGATION
----------------------------------------- */
header .nav {
	width: 565px;
	height:30px;
	margin: 0;
	padding:0;
	background: url(../images/topnav_bg.png) repeat-x center bottom;
	position: absolute;
	bottom:30px;
	right:0px;
	z-index: 200;
}
	header .nav ul { 
 		float: right; 
		margin-left: 0px;
		
	}
		header .nav ul li { 
	 		list-style: none; 
			margin: 0px; 
			float: left;
			line-height: 3em;
			display: block;
			padding-bottom:0px;
		}
  			header .nav ul li a { 
				float: left;
				text-decoration: none;
				display: block; 
				font-size: 1.2em;
				padding: 0 20px 9px 20px;
				color: #8cab32;
				text-transform: uppercase;
				font-weight: bold;
			}
				
				header .nav ul li a:hover { 
					color: #fff;
					cursor: pointer;
					}
				header .nav ul li a.current,
	    		header .nav ul li a.section,
	    		header .nav ul li a.section:hover,
	    		header .nav ul li a.current:hover { 
				 	color: #fff;
					}
				
    
/* BREADCRUMBS
-------------------------------------------- */
nav#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
}
	nav#Breadcrumbs p {
		margin: 0;
	}


/* SIDEBAR
-------------------------------------- */

#sidebar {
	float: left;
	margin-top: 0px;
	margin-left: 20px;
	padding-bottom: 30px;
	width:200px;	
}
	/* Menu 2 */
	#sidebar ul.menu2{
		margin: 0px 0 0px 0px;	
		padding: 0px 0 0px 15px;
		font-style: normal;
		list-style: none;
	}	
		#sidebar ul.menu2 li { 
    			margin: 0;			 
    			list-style: none;
    			padding: 5px 0 5px 0px;
    			background: none;
    		}
				#sidebar ul.menu2 li a {
					color: #616a3f;
					
					font-size: 12px;
					padding: 3px 3px;
					text-decoration: none;		
				}	
				#sidebar ul.menu2 li a:hover{
					color: #99ba3c;
				}
				#sidebar ul.menu2 a.current{
					color: #99ba3c;
					font-weight: normal;		
				}
				
								
			/* Menu 3 */
			#sidebar ul.menu2 ul.menu3{
				margin: 0px 0 0px 0px;
				font-style: normal;	
				width:100%;
							
			}
				#sidebar ul.menu2 ul.menu3 li ul { 
		 			margin: 0px 0 10px 10px;
		 			font-style: normal;	
		    	}
		    	#sidebar ul.menu2 ul.menu3 li { 
		 			border: none;
		 			margin: 3px 0 3px 0px;
		 			padding: 0px;
		 			line-height: 1em;
		    	}

				#sidebar ul.menu2 ul.menu3 li a {
					font-size: 0.9em;
				}
				

/* RIGHTSIDEBAR
-------------------------------------- */

#RightSide {
	float: right;
	clear:both;
	margin-top: 0px;
	margin-left: 0px;
	padding: 10px 10px 20px 10px;
	width:240px;
	background: #fff url(../images/shadow_270.jpg) no-repeat bottom;
		
}
#RightSide img{
	margin-bottom: 20px;
	padding:5px;
}
#RightSide h3{
	font-size: 14px;
	font-weight:bold;
	color:#99ba3c;
	margin-left:10px;
}

/* RIGHTSIDETILES
-------------------------------------- */

#RightSideTiles {
	float: right;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	width:380px;	
}
#RightSideTiles .Tile{
	width:370px;
	float:left;
	position:relative;
	background: #fff url(../images/shadow_380_bg.jpg) no-repeat bottom center;
	margin-bottom:10px;
	padding-bottom:10px;
	padding-right:10px;
}
#RightSideTiles .Tile img {
	margin:0px;
	border:0;

}
#RightSideTiles .Tile .image {
	float:left;
	display:block;
	width:180px;
	height:135px;
}
#RightSideTiles .Tile .details{
	width:175px;
	float:right;
	clear:right;
	margin-top:20px;
	position:relative;
}
#RightSideTiles .Tile .details h3{
	font-size: 12px;
	font-weight:bold;
	color:#99ba3c;
	margin-bottom:5px;
	padding-left:0px;
}
#RightSideTiles .Tile .details p{
	font-size: 12px;
	color:#616a3f;
	padding: 0 0 0 0;
	margin-right:20px;
}
#RightSideTiles .Tile .details a{
	text-decoration:none;
	color:#616a3f;
}

/* RightSideProjectNav
-------------------------------------- */

.RightSideProjectNav{
	width:340px;
	float:right;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 20px 0px 0px;
}
#LayoutHome .RightSideProjectNav h3{
	font-size: 14px;
	font-weight:bold;
	color:#99ba3c;
	margin-bottom:10px;
}
.RightSideProjectNav p{
	font-size: 12px;
	color:#616a3f;
	padding:0;
	margin :5px 20px 10px 20px;
}
#LayoutHome .RightSideProjectNav ul{
	margin-left:10px;
}
#LayoutHome .RightSideProjectNav li{
	padding-left:20px;
}
.RightSideProjectNav li a{
	text-decoration:none;
	color:#616a3f;
	margin-left:0px;
	text-transform: uppercase;
	font-weight: bold;
}
.RightSideProjectNav li a:hover{
	text-decoration:none;
	color:#99ba3c;
}

/* HomeCodaSlider
-------------------------------------- */

#main-slider .homeprojectcontent{
	width:340px;
	height:485px;
	float:left;
	position:relative;
	background-color: #fff;
	margin:0px 0px 0px 0px;
	padding:0px 20px 0px 0px;
}
#main-slider .homeprojectimage{
	width:560px;
	height:485px;
	float:left;
	position:relative;
	background-color: #fff;
	margin:0px 0px 0px 0px;
	padding:0px;
	display:block;
}
#main-slider img {
	margin:0px;
	border:0;
}
#main-slider .homeprojectcontent h3{
	font-size: 22px;
	font-weight:bold;
	color:#99ba3c;
	margin:20px 20px 20px 10px;
}
#main-slider .homeprojectcontent p{
	font-size: 12px;
	color:#616a3f;
	padding:0;
	margin :5px 20px 10px 20px;
}
#main-slider .homeprojectcontent ul{
	margin-left:25px;
}
#main-slider .homeprojectcontent a{
	text-decoration:none;
	color:#616a3f;
}
#main-slider .homeprojectcontent .allprojects {
	position: absolute;
	bottom:25px;
	left:0px;
}
#main-slider .homeprojectcontent .allprojects a{
	font-size: 14px;
	font-weight:bold;
	color:#99ba3c;
	margin:20px 20px 20px 20px;
}
.clearshadow960{
	width:960px;
	height:20px;
	display:block;
	float:left;
	position:relative;
	background: transparent url(../images/shadow_960.png) no-repeat top center;
	margin-bottom:0px;
}

/* Home TOP
-------------------------------------- */
#home-top{
	width:960px;
	height:485px;
	background-color: #fff;
	margin:0px;
	padding:0px;
}
#home-top .homeprojectcontent{
	width:380px;
	height:485px;
	float:left;
	position:relative;
	background-color: #fff;
	margin:0px 0px 0px 0px;
	padding:0px 20px 0px 0px;
}
#home-top .homeprojectimage{
	width:560px;
	height:485px;
	float:left;
	position:relative;
	background-color: #fff;
	margin:0px 0px 0px 0px;
	padding:0px;
	display:block;
}
#home-top img {
	margin:0px;
	border:0;
}
#home-top .homeprojectcontent h3{
	font-size: 22px;
	font-weight:bold;
	color:#99ba3c;
	margin:20px 20px 20px 10px;
}
#home-top .homeprojectcontent p{
	font-size: 12px;
	color:#616a3f;
	padding:0;
	margin :5px 20px 10px 20px;
}
#home-top .homeprojectcontent ul{
	margin-left:25px;
}
#home-top .homeprojectcontent a{
	text-decoration:none;
	color:#616a3f;
}
#home-top .homeprojectcontent .allprojects {
	position: absolute;
	bottom:25px;
	left:0px;
}
#home-top .homeprojectcontent .allprojects a{
	font-size: 14px;
	font-weight:bold;
	color:#99ba3c;
	margin:20px 20px 20px 20px;
}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #001c35;
	border: 4px solid #FF7373;
	background: #ffb776;
}



p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}


/* FOOTER
----------------------------------------------- */

#footer { display:block; width: 920px; margin: 0; padding:20px; background-color: #e8eed3;
border-top: solid #bdc59e 1px;float:left;}
#footer ul { 
        float:left;
		margin: 5px 0 20px 0;
		width:920px;
		display:block;
}
#footer ul li a.level2 { 
		font-size:11px;
		text-transform: uppercase;
}
#footer ul li { 
	 	list-style: none; 
		margin: 0px 20px 20px 0; 
		padding:0px;
		font-style:normal;
		font-size:11px;
		float:left;
		background: none;
		}
#footer ul li a { 
		text-decoration: none;
		padding: 0px 12px 0px 0px;
		line-height: 18px;
		color:#616a3f;
}
#footer ul li p { 
		text-decoration: none;
		padding: 0px 0px 0px 0px;
		margin:0;
		color:#616a3f;
}




/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
			
