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

/*---Generic Styles Styles---*/

a img, img { border: none;} 
h1, h2, h3, h4, h5, form { margin:0;padding:0}



/*---CLEAR FIX---*/
  .clearfix:after {
	 content: ".";
	 display: block;
	 height: 0;
	 clear: both;
	 visibility: hidden;
  }
  .clearfix {display: inline-block;}
  /* no macIE \*/
  * html .clearfix {height: 1%;}
  .clearfix {display: block;}
  /* end */
/*---END CLEAR FIX---*/

.nomargin {margin: 0px !important;}
.nomargintp {margin-top: 0px !important;}
.nomarginrt {margin-right: 0px !important;}
.nomarginbtm {margin-bottom: 0px !important;}
.nomarginlt {margin-left: 0px !important;}
/*---End Generic Styles Styles---*/

/*---Begin Typography & Colors---*/
body {
	font-family: Arial, Sans-Serif; 
	color: #333;
	background: #ddd;
	margin: 0 0 20px 0;
	padding: 0;	}
a {color: #660000; text-decoration: none;}
a:hover {text-decoration: underline;}
a:visited {color: #990000;}
h1, h2, h3 { font-weight: normal;}

h1 {
	font-size: 24px;
	margin: 20px 0 0 0;
	}

h2 {
	font-size: 16px;
	margin: 16px 0 0 0;
	}

#sidebar h2 {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	margin: 12px 0 0 0;
	}

h3 {
	font-size: 13px;
	margin: 13px 0 0 0;
	}
p, ol, ul {
	font-size: 12px;
	margin-bottom: 11px;
	margin-top: 0px;
	line-height: 120%;
	}
/*---End Typography & Colors---*/

/*---Begin Page Layout/Structure---*/
#wrap {
	margin: auto;
	width:750px;
}
#mainwrap {
	float: left;
	background-image: url(/images/header.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 22px;
	width: 746px;
}
#bgWrap {
	background: url(/images/bg-repeat.png) repeat-y #fff;
	float: left;
}
#maincol {
	width: 515px;
	margin: 0 3px 0 0;
	float: left;
	clear: left;
	
	}
#inside-rightcol {
	background-color: #F9F9F9;
	float: left;
	background-position: -1px;
	}
#colcontent { 
	border-left: solid 1px #ccc;
	padding: 10px;
	width: 204px;}
#out-rtcol {
	width: 218px;
	float: right;
	position: relative;
	top: -42px;}
#content {margin: 60px 40px;}
body#portfolio #content {margin: 60px 0 20px 3px;}
#content p {line-height: 150%;}

/*---end Page Layout/Structure---*/


/*---Begin Navigation Styles---*/
#nav {
	display: block;
	padding: 10px 0 0 0;
	width: 700px;
	height: 30px;
	text-align: center;
	float: left;
}
#nav a { 
	border-right: solid 1px #999;
	padding: 3px;
	text-decoration: none;
	font-size: 14px;
	color: #000;
	padding: 0px 7px;
}
#nav a.lastlink { border: none;}
#nav a:hover {
	text-decoration: none;
	color: #900;
}

a#logolink {
	display: block;
	padding-top: 57px;
	width: 178px;
	height: 0px;
	overflow:hidden;
	clear: none;
	margin-left: 42px;}
/*---End Navigation Styles---*/
/* Begin Interior Tab Navigation Styles */
	#content #tabnav
	{ display: block;
	height: 21px;
	margin-left: 40px;
	}
	
	#content #tabnav a {
		text-decoration: none;
		color: #666;
		background-color: #F9F9F9;
		padding: 3px 5px;
		margin-right: 3px;
		font-size: 12px;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
		display: inline-block;
	}	
	
	#content #tabnav a#active{
		color: #000;
		background-color: #E5F1D3;
		border-color: #A0B67F;
	}
	
	#content #tabnav a:hover {
		color: #900;
		background-color: #E5F1D3;
		border-color: #A0B67F;
	}
	#content #tabnav br	{ display: none; }
/* End Interior Tab Navigation Styles */


/*---Begin Footer Styles---*/
#footer {
	background:url(/images/footer-bg.png) #FFF no-repeat;
	background-position:left top;
	clear:left;
	height:41px;
	padding:10px;
	width:726px;
	}
#footer p { 
	float: left;
	padding: 0 0 20px 20px;
	width: 150px;
	margin: 0px;
}
#footlinks { 
	float: left;
	font-size: 13px;
	padding: 0 0 20px 20px;
	margin: 0 auto;
	width: 400px;
}
#footlinks a {
	border-right: 1px solid #999;
	padding-right: 5px;
}
#footlinks a.lastlink {
	border-right: none;
}
/*---End Footer Styles---*/
/*--- Form Elements ---*/
textarea {height: 150px; width: 375px;}

