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

body {
	margin:0;
	padding:0;
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.4em;
	color:#333;
	}
	
#container	{
	width:980px;
	padding:0;
	margin:0;
	min-height:100%;
	}
	
/* Start Mac IE5 filter \*/
#left_column, #right_column, #center_column
	{
	padding-bottom: 32767px;
	margin-bottom: -32767px; 
	}
/* End Mac IE5 filter */

#left_column, #right_column, #center_column {
	margin:0 0 -32767px 0;
	padding:0 0 32767px 0;
	float:left;
	position:relative;
	}
	
#left_column	{
	width:187px;
	background-color:#ececec;
	}
	
#right_column	{
	width:187px;
	margin-left:2px;
	}
	
#center_column	{
	width:604px;
	}
	
#column {
	padding:0;
	margin:0;
	float:left;
	}
	
#wrapper {
	overflow:hidden;
	}
	
.emergency {
	background-color:#dbdadb;
	display:block;
	padding:10px 0 10px 10px;
	}
	
#footer {
	background:url(../images/bottom-bar-1px.jpg) repeat-x transparent;
	height:41px;
	color:#fff;
	width:980px;
	margin:2px 0 0 0;
	padding:12px 0 0 0;
	}
	
.content {
	margin-left:30px;
	width:544px;
	margin-bottom:30px;
	}
	
#adminArticleInsert {
	margin-left:30px;
	width:450px;
	margin-bottom:30px;
	float:left;
	}
	
#adminArticleList {
	margin-left:30px;
	width:600px;
	margin-bottom:30px;
	float:left;
}
	
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0c84c7;
	font-size:24px;
	line-height:1.25em;
	font-weight:100;
	}
	
.greenh1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#5aad15;
	font-size:24px;
	line-height:1.25em;
	font-weight:100;
	}
	
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0c84c7;
	font-size:17px;
	padding-bottom:0;
	margin-bottom:3px;
	font-weight:100;
	}
	
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#5aad15;
	font-size:17px;
	padding-bottom:0;
	margin-bottom:3px;
	font-weight:100;
	}
	
.serif {font-family:Georgia, "Times New Roman", Times, serif;}
.font12 {font-size:12px;}
.blue {color:#0c84c7;}
.lightgrey {color:#999999;}
.green {color:#5aad15;}

	
.navmenu {
	clear:both;
	float:right;
	padding-right:10px;
	}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	}

#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	}

#nav ul li a {
	float: left;
	display: block;
	font-size: 11px;
	line-height: 1.4em;
	padding: 0 5px;
	margin: 0;
	text-decoration: none;
	color: #fff;
	-webkit-transition: color .3s linear;
	}

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

#nav ul li.onstate {
	float: left;
	margin: 0;
	padding: 0;
	color: #fff;
	background-color:#72b2b2;
	display: block;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0 5px;
	margin: 0;
	border-right:1px #333333 solid;
	}
	
a:link {text-decoration: none; color:#ff9933; background: transparent;}
a:visited {text-decoration: none; color:#FF6600;}
a:hover {text-decoration: none; color:#FF3300; background-color: transparent;}

img {border-style:none;}

.article {
	display:block;
	padding:15px 0;
	border-bottom:solid 3px #ececec;
	}
	
.articletitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0c84c7;
	font-size:17px;
	padding-bottom:0;
	margin-bottom:3px;
	font-weight:100;
	}
	
.post {
	font-size:10px;
	color:#999999;
	letter-spacing:.1em;
	}
	
.photogallery { 
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0c84c7;
	font-size:24px;
	line-height:1.25em;
	font-weight:100;
	}
	
	
/* Case Studies */


.contentCS {
	width:604px;

}

.casestudiesContent {
	width:534px;
	padding:10px 35px 35px 35px;
}

#casestudiesTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:32px;
	color:#0C83C7;
}

#casestudiesSubTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#333;
}

#casestudiesInteriorTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#0C83C7;
}

.casestudies:link {
	text-decoration:none;
	color:#FF9933;
}

.casestudies:hover {
	text-decoration:none;	
	color:#FF3300;
}

.casestudies:active {
	text-decoration:none;
	color:#FF3300;;
}

.casestudies:visited {
	text-decoration: none;
	color:#FF6600;
}



