/* 
    AUTHOR: JUSTIN HINES
            justin@griptechnology.com
*/

/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
* { margin: 0; padding: 0; }
html { 
	min-height:100%;
  	height:auto !important;
  	height:100%;
}
body { 
	font-size: 62.5%; 
	font-family:Arial, Helvetica, Verdana;
	color:#e2e1d6;
	background:url(http://fcd1b1f0a20f0ec7a285a6e7e4c676cf1bfc404b.gripelements.com/img/homepage-top.gif) repeat-x #5a5b4d;
	min-height:100%;
  	height:auto !important;
  	height:100%;
}
ul { list-style: none; }
p { line-height: 1.4em; margin-bottom: 1.3em; }
a { outline: none; }
a img { border: none; }
/* END RESET */

/* ------------------------------------------ */
/* FONTS */
/* ------------------------------------------ */
h1,h2 {
	color:#F4F5EC;
	font-family:'Gill Sans','Gill Sans MT';
	font-size:18px;
	font-weight:normal;
	/*line-height:1em;*/
	margin-left:20px;
	width:450px;
}
h2 {
	color:#92907D;
}
h1 {
                line-height:18px;
                margin-bottom:15px;
}
#main {
	font-size:1.2em;
}
#bottom-bar a {
	color:#5A5B4D;
}
#bottom-bar a:hover {
	color:#24241e;
	text-decoration: none;
}
#address p {
	margin-bottom:50px;
	color:#adaca7;
	font-size:6.5pt;
	line-height:1.4em;
}
#bcrumbs {
	color:#92907E;
	text-transform: uppercase;
	padding:5px 0;
	font-size:8pt;
}

#bcrumbs.bottom {
	margin-right:9px;
	padding-bottom:0;
	text-align:right;
}
#bcrumbs.top {
	padding-bottom:0;
	margin-left:2px;
	text-align: left;
}
#main #bcrumbs a,
#bcrumbs a {
	color:#fcfbf7;
	text-decoration: none;
}
#bcrumbs a:hover {
	color:#c2d12e;
}
#main a {
	color:#C2D12E;
	text-decoration: none;
}
#news a {
	color:#FCFBF7;
	text-decoration: none;
}
#news a:hover {
	color:#C2D12E;
}
#main a:hover {
	text-decoration: underline;
}
/* FONTS */

/* ------------------------------------------ */
/* LISTS */
/* ------------------------------------------ */
#main ul {
	line-height:1.4em;
	list-style: disc;
	margin-left:33px;
	width:494px;
}
ul#image-grid {
	width:840px;
	height:499px;
	border-right:solid 1px #fcfbf7;
	border-bottom:solid 1px #fcfbf7;
	overflow:hidden;
	list-style: none;
	margin:0 0 20px 0;
}
ul#image-grid.tall {
	height:625px;
}
ul#image-grid.three-rows {height:375px;}
ul#image-grid.two-rows {height:250px;}

ul#image-grid li {
	overflow:hidden;
	height:124px;
	width:167px;
	float:left;
	border-top:solid 1px #fcfbf7;
	border-left:solid 1px #fcfbf7;
}
/* LISTS */

/* ------------------------------------------ */
/* CALLOUTS */
/* ------------------------------------------ */
.callout {
	float:right;
	width:248px;
	background-color:#48493e;
	/*border:solid 1px #DCDDD5;*/
	margin:0 0 5px 15px;
	font-weight:bold;
	color:#eee;
	margin-top:5px;
}
.callout .padding {
	padding:10px;
}
#main .callout ul {
	margin:0;
	list-style:none;
}
.callout ul li {
	margin-bottom:5px;
}
/* CALLOUTS */
/* ------------------------------------------ */
/* SUBNAV */
/* ------------------------------------------ */
#subnav {
	border-right:solid 1px #d1d2cb;
	padding:20px 0 15px 0;
	font-size:11px;
	text-transform: uppercase;
	color:#5A5B4D;
	font-weight:bold;
}
#subnav a {
	color:#999999;
	text-decoration: none;
	display:block;
	line-height:1.8em;
	font-weight:normal;
}
#subnav a:hover {
	color:#5A5B4D;
	background:#eee;
}
#subnav a.current {
	color:#000;
	cursor: default;
}
#subnav a.current:hover {
	color:#000;
	cursor: default;
	background:none;
}
#subnav ul {
	margin-left:10px;
	margin-bottom:10px;
}
#subnav ul a {
	line-height:1.2em;
	margin-bottom:5px;
	text-transform: lowercase;
}
/* END SUBNAV */


/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.transpBlack { background: url(transpBlack.png); }
.v-outer {
	display: table;
	#position: relative;
	overflow: hidden;
	height: 124px;
	width: 100%;
	z-index: 0;
}
.v-middle {
	display: table-cell;
	#position: absolute;
	#top: 50%;
	vertical-align: middle;
	z-index: 0;
}
.v-inner {
	z-index: 0;
	#position: relative;
	#top: -50%;
}
img.right {
	float:right;
	margin:-14px 1px 0 0;
}
/* END TOOLBOX */

/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */
.wrapper {
	width:874px;
	padding-left:10px;
}
#header {
	height:80px;
}
#header .wrapper {
	background:url(http://fcd1b1f0a20f0ec7a285a6e7e4c676cf1bfc404b.gripelements.com/img/homepage-header.gif) repeat-x;
	margin:0;
	width:874px;
	height:80px;
}
#portfolio #header .wrapper {
	width:851px;
}
#logo {
	float:left;
	margin:10px 0 0 10px;
	background:transparent;
	width:400px;
}
#logo img {
	display:block;
	line-height:1px;
	margin-left:-10px;
}
#section-title {
	height:67px;
	clear:both;
}
#section-title img{
	margin-top:9px;
}
#left-column {
	float:left;
	width:250px;
}
#right-column {
	float:right;
	width:600px;
}
#main {
	background:url(http://fcd1b1f0a20f0ec7a285a6e7e4c676cf1bfc404b.gripelements.com/img/slider/shadow.gif) no-repeat 6px 0;
	padding:6px 6px 6px 12px;
}
#main .padding {
	background-color:#484A3F;
	width:865px;
	padding:15px 0;
	min-height:320px;
	height:auto !important;
	height:320px;
	overflow:hidden;
}
#main #textspace {
	float:left;
	width:475px;
}
#main #rightspace {
	float:right;
	width:375px;
	padding-right:4px;
}
#portfolio #main {
	padding:0;
	background:none;
}
#main p {
	padding:5px 0 0 20px;
	width:450px;
}
#main #rightspace p {
	width:auto;
}
#image-grid p {
	width:114px;
	margin-left:5px;
	text-align: center;
}
#footer {
	clear:both;
	padding-top:15px;
}
#bottom-bar {
	background-color:#c2d021;
	color:#5A5B4D;
	height:20px;
	position:absolute;
	width:100%;
	bottom:0;
	font-weight: bold;
}
#bottom-bar span {
	display:block;
	margin-top:3px;
}
#address {
	position:relative;
	/*margin-top:-13px;*/
	float:left;
	width:450px;
	margin-left:3px;
}
#portfolio #address {margin-top:-13px;}
#address a {
	color:#C2D12E;
	text-decoration: none;
}
#address p {
	padding-left:0;
}
/* END STRUCTURE */
