*, html, body {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	background-color: #fff;	
	font-family: 'trebuchet ms', verdana, arial, helvetica sans-serif;
	font-size: 0.9em;
}

h2 {
	font-size: 100%;
	margin-bottom: 1em;	
}

h3 {
	font-size: 120%; font-weight: bold; 
	margin-bottom: 1em;	
}

#homepage h2 {
	font-size: 110%;
	font-weight: normal;
	font-style: italic;
}

p {
	font-size: 90%;
	margin-bottom: 1em;	
}

#homepage p {
	font-size: 100%;
	font-style: italic;
}

a:link, a:visited, a:active {
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.more:link, a.more:visited, a.more:active {
	font-weight: bold;
}

a.more:hover {
	color: #666;;
}

img {
	border: 0;	
}

img.floatLeft {
	float: left; 
    margin: 3px; 	
}

html>body #wrapper {
	height: 100%;
}

#header {
	width: 100%;
	height: 133px;
	background-color: #78bc29;
	background-image: url(../images/ctrix_claim.gif);
	background-repeat: no-repeat;
	background-position: 350px;
}

html>body #header {
	position: fixed;
	z-index: 10;
}

#navigation {
	width: 350px;
	background-color: #fff;
}

html>body #navigation {
	position: fixed;
	top: 150px;
	z-index: 12;
}

ul#nav {
	position: absolute;
	list-style-type: none;
	background-color: #fff;
	font-size: 110%;
	text-transform: uppercase;
}

ul#nav li {
	display: inline;
	margin: 20px;
}

ul#nav ul {
	display: none;
}

ul#subnav1 {
	position: absolute;
	top: 10px;
	left: 0;
	margin: 1em 20px;
	background-color: #fff;
	font-size: 80%;
	z-index: 20;
}

ul#subnav1 li {
	display: block;
	margin: 0 0 0.25em 0;
}

#nav a:link, #nav a:visited, #nav a:active {
	color: #000;
	font-weight: normal;
}

#nav a:hover {
	color: #89c638;
}

#nav a.active:link, #nav a.active:visited, #nav a.active:active {
	color: #89c638;
}

#logo {
	width: 285px;
	height: 262px;
}

html>body #logo {
	position: fixed;
	bottom: 52px;
	z-index: 10;
}

html>body #content-wrapper {
	height: 100%
}

#content {
	padding: 150px 2em 55px 360px;
}

#homepage #content {
	padding: 180px 2em 55px 512px;
}

#leftcol {
	padding: 150px 0 0 350px;
	float: left;
}

#leftcol img {
	border: 0px #777876 solid;
}

#gallery ul {
	list-style-type: none;
}

#gallery li {
	display: inline;
	padding-right: 5px;
}

#content .portfolio_item {
	margin-top: 1em;
}

#content .portfolio_item img {
	float: left;
	margin-right: 20px;
}

#content .text h2 {
	font-weight: normal;
	text-transform: uppercase;
}

#footer {
	width: 100%;
	height: 52px;
	background-color: #fff;
	text-align: center;
}

html>body #footer {
	position: fixed;
	bottom: 0;
	z-index: 10;
}

#footer p {
	color: #fff;
	font-size: 80%;
	font-style: normal;
	margin: 2px 0 20px 0;
	padding: 0;
	width: 100%;
	line-height: 30px;
	background-color: #444;
	letter-spacing: 2px;
	vertical-align: middle; 
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
	font-weight: normal;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.hidden {
	display: none;
}
