/*-----------------------------
	CSS Document 
	By Pat Brumfield
	Normalcy Design
	www.normalcy.net
-----------------------------*/

*{
	margin:0;
	padding:0;
}
html{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
body {
	background-color: #e6e6e6;
	color:#262626;
	font-size:11px;
	line-height:150%;
}
.content{
	width:940px;
	margin:0 auto;
	clear:both;
}
#header {
	padding: 0 23px 23px;
	background-color:#000;
	color:#666;
}
#header h1{
	background: url(images/normalcy_logo.gif) no-repeat left top;
	padding: 31px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:31px; /* for IE5/Win only */
	width:150px;
	margin-top:23px;
	float:left;
}
#header h2{
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	display:inline;
	float:left;
	margin:21px 0 0 20px;
	font-weight:normal;
	font-size:19px;
	line-height:100%;
	width:391px;
	color:#fff;
}
#header h2 span, h3 span{
	font-family:Georgia,'Times New Roman',Times,serif;
	font-style: italic;
	font-size:11px;
	color:#666;
}
#header #info{
	margin:13px 0 0 0;
	line-height:150%;
	font-size:10px;
	font-family:Georgia,'Times New Roman',Times,serif;
	font-style: italic;
	width:300px;
	display:inline;
	float:left;
	text-align:right;
}
#header #info span, #header #info a{
	font: normal normal normal 11px/150% Arial, Helvetica, sans-serif;
	text-align: right;
}
	#header #info span{
		color:#fff;
	}
#main {
	padding:20px;
	/* width:900px; */
}
	#feature{
		background-color:#eee;
		padding:3px;
		margin:0 70px 30px 0;
	}
	#feature img{
		float:left;
		/* border: 3px solid #eee; */
	}
	#feature #feature_info{
		width:200px;
		float:left;
		margin:45px 0 0 15px;
	}
	#feature_info p{
		margin:0 15px 12px 0;
	}
	#feature_info a{
		color:#000;
		text-decoration:none;
	}
	#feature_info a:hover{
		color:#d71920;
		text-decoration:underline;
	}
.portfolio {
	margin: 0 15px 15px 0;
	width:206px;
	float: left;
}
	.portfolio img {
		width: 200px;
		height: 135px;
		border: 3px solid #eee;
	}
	.portfolio span{
		margin-left:3px;
	}
	.portfolio:hover .link_text {
		color: #d71920;
		text-decoration:underline;
	}
.clearer {
	clear: both;
}
#footer {
	border-top: 1px solid #666;
	border-bottom: 1px solid #D71920;
	margin:0 20px 20px 20px;
	padding:20px 2px;
}
#about {
	width: 427px;
	clear:left;
	float: left;
}
#about p{
	margin-right:10px;
}
#contact, #elsewhere {
	margin: 0 0 0 18px;
	width: 200px;
	float: left;
}

/* text --------------------------------------------------- */

a, a:visited, a:hover {
	text-decoration:none;
}

#contact a, #contact a:visited,
#header a, #header a:visited,
#elsewhere a, #elsewhere a:visited {
	color:#d71920;
	text-decoration:none;
}

#contact a:hover, #header a:hover, #elsewhere a:hover{
	text-decoration:underline;
}

.link_text {
	color:#262626;
	line-height: 26px;
	font-size:11px;
}

.lighttext {
	font-size: 1em;
	color: #94CCDD;
	font-weight: normal;
}

.internal_link {
	line-height: 26px;
	font-size:1.1em;
}

.title {
	font-size: 1.4em;
	color: #666;
	font-weight: bold;
}

h3{
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 19px;
	color: #000;
	font-weight:normal;
	line-height:normal;
	margin-bottom:10px;
}