@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#2b3e42;
	color:#869193;
	text-align:center;
	-webkit-text-size-adjust: none;
	background-color:#efefef;
	margin: 0 auto;
	background-image:url(images/bg_bigtexture.jpg);
}

* { margin:0; padding:0; }

.clearthefloats {
	clear:both;
}
/*  SPECIAL ALSETT CLEARING METHOD *********************/
.clearfix:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;	
}
.clearfix {display:inline-block;}

* html .clearfix {height:1%;}
.clearfix {display:block;}
/* END ALSETT CLEARING METHOD *************************/


h1 {
	font-size:1.3em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0 0 .2em 0;
	color:#960;
	line-height:1em;
}
h2 {
	font-size:1.2em;
	color:#999;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing:.2em;
	font-style:italic;
	margin-bottom:.8em;
}
h3 {
	font-size:1.1em;
	font-style:italic;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	margin-bottom:.8em;
}
h3 a {
	/*text-decoration:none;*/
}
p {
	font-size:.9em;
	line-height:1.5em;
}
ul {
	font-size:.9em;
	margin-left:1.5em;
	margin-top:1em;
	list-style-image:url(images/bullet_arrow.gif);
	color:#869193;
}

a {
	text-decoration:underline;
	color:#666;
}
a:hover {
	text-decoration:none;
	color:#869193;
}

.floatRight {
	float:right;
	padding:0px 0px 10px 10px;
}
.floatLeft {
	float:left;
	padding:0 10px 10px 0;
}


div#mainwrap {
	width:100%; 
	margin-left:auto; 
	margin-right:auto; 
	text-align:center;
	line-height:1.3em;
}

.container900px {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}


/* Top Row */
div#toprow {
	width:100%;
	height:130px;
	background-color:#fff;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	
}
div#topcol1 {
	width:320px;
	text-align:left;
	float:left;
}
div#topcol2 {
	width:580px;
	text-align:right;
	float:left;
	/*background-image:url(images/bg_topcol2.jpg);*/
	background-position:top right;
	background-repeat:no-repeat;
}
div#topcol2row1 {
	height:90px;
	font-size:.85em;
}
div#topcol2row1 span {
	font-weight:bold;
	color:#747e80;
}
div#topcol2row2 {
	font-weight:100;
	text-align:right;
	width:570px;
	
}
div#nav {
	text-align:right;
	font-size:1.2em;
	/*letter-spacing:.1em;*/
	color:#ccc;
}
div#nav span {
	color:#747e80;
	text-decoration:none;
	font-size:1.4em;
}
div#nav a {
	text-decoration:NONE;
	color:#ccc;
}
div#nav a:hover {
	color:#747e80;
	color:#747e80;
	text-decoration:none;
	font-size:1.4em;
}

/* Border row 
div#borderrow {
	width:100%;
	height:20px;
	background-color:#d5e1dd;
	border-top:10px solid #747e80;
}
*/
div#borderrow {
	width:100%;
	height:6px;
	background-color:#747e80;
	border-top:20px solid #d5e1dd;
}


/* Main Content Area */
div#maincontent {
	background-color:#FFF;
	width:860px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border-bottom:2px #747e80 solid;
	border-left:2px #747e80 solid;
	border-right:2px #747e80 solid;
	padding:20px;
	
}
div#row1 {
	text-align:left;
}
div#row1 span {
	letter-spacing:0;
	color:#747e80;
	background-color:#d5e1dd;
	letter-spacing:.2em;
	font-size:.8em;
}
div#row2 {
	padding-top:20px;
	border-top:1px #ccc solid;
}
.featuredColumn1 {
	float:left;
	width:400px;
	margin-bottom:30px;
}
.featuredColumn2 {
	float:right;
	width:400px;
	margin-bottom:30px;
}
.featuredColumn1 img, .featuredColumn2 img {
	border:1px #CCC solid;
}
.featuredPortfolioCol {
	float:right;
	width:400px;
	margin-bottom:30px;
}
.featuredPortfolioCol ul {
	line-height:1.2em;
}
.featuredPortfolioCol li {
	padding-bottom:.9em;
}
.featuredLink {
	background-color:#999;
	padding:5px;
	color:#FFF;
	margin:10px;
	text-decoration:none;
}
#multicolumn {
	text-align: justify;
	-moz-column-count: 3;
	-moz-column-gap: 1.5em;
	-moz-column-rule: 1px solid #c4c8cc;
	-webkit-column-count: 3;
	-webkit-column-gap: 1.5em;
	-webkit-column-rule: 1px solid #c4c8cc;
}

/* Footer */
div#footer {
	width:900px;
	padding:10px 0;
	font-size:.7em;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
