/* Global Baseline
-------------------------------------------------------------- */
* {
	margin:0;
	padding:0;
	border:0;
}
ul,li {list-style-type:none;}
a {outline:0;}
.clear {clear:both;}
.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}
.float_left {float:left;}
.float_right {float:right;}

body {
	font:13px georgia, times new roman, times, serif;
	*font-size:12px;
	color: #3c3c3c;
	background: #d7d1be url( bg.gif) repeat-x;
	height: 100%;

}
.red {
	color: #FF3333;
	font-weight: bold;
	font-size: 16px;
}
table {
	font-size:inherit;
	font:100%;
}
body * {
	line-height:1.22em;
}
/* Define Main Elements
-------------------------------------------------------------- */
html {
	height: 100%;
}

a {
	color: #000;
	text-decoration:none;	
}

a:hover {
	color: #aa151c;
}

#page {
	width:961px;
	margin: 0 auto;
	min-height:100%;
}

.single_page {
	background: url( wrapper_bg.gif) repeat-y center top;
}

.split_page {
	background: url( wrapper_bg_split.gif) repeat-y center top;
}

.split_page_blog {
	background: url( wrapper_bg_split_blog.gif) repeat-y center top;
}

#header {
	height: 9px;
	width: 961px;
	margin: 0 auto;
	border-top: 7px #3e3a37 solid;
	background: url( header.gif) no-repeat;
}

#nav_column {
	width: 259px;
	float:left;
	margin: 0 0 0 7px;
	display:inline;
}

#main_column {
	width: 641px;
	float:left;
	margin: 0 34px 20px 20px;
	display:inline;
	overflow: hidden;
	border-top: #FCFBF8 10px solid;
}

.page_header {
	margin: 25px 0 8px 0;
	background: url( header_bottom.gif) repeat-x bottom;
	font-size:167%;
	color: #3e3a37;
	font-weight:normal;
}

.page_header_wrapper {
	margin: 25px 0 8px 0;
	background: url( header_bottom.gif) repeat-x bottom;
}

.page_header_wrapper h2 {
	float:left;
	font-size:167%;
	color: #3e3a37;
	font-weight:normal;
}
.main_text {
	line-height:144%;
        font-size:100%;
}

.main_text a {
	border-bottom: 1px dotted #8f8a77;
}

.main_text a:hover {
	border-bottom: 1px dotted #8f8a77;
}

#footer {
	color: #706b61; background-color:#E5DFCE;
	margin: 25px 0 0 0; padding:10px 0 10px 0;
	font-size: 12px;
}
/* Nav Column
-------------------------------------------------------------- */
h1#logo a {
	background: url( logo.gif) no-repeat;
	display: block;
	font-size: 0;
	overflow: hidden;
	text-indent: -99999px;
	height: 59px;
	width:228px;
}

#menu {
	margin-top: 45px;
}

#menu li {
	background:url( menu_border.gif) repeat-x top;
	padding-top:1px;
}

li#first {
	background: none;
}

#menu span {
	
	font-size: 167%;
	font-family:georgia, times new roman, times, serif;
	display:block;
	text-shadow: 0 0 0 #3E3A37;
}

#menu li a {
	display:block; 
	text-decoration:none;
	color:#b8b4a5;
	padding: .7em .4em .7em 10px;
	font-size: 14px; font-weight:bold;
	font-family: 'trebuchet ms', Verdana,Arial,Helvetica,sans-serif;
}

#menu li a:hover {
	background:#272522;
}
/* Home Elements
-------------------------------------------------------------- */

#tagline {
	background:#e5dfce;
	margin:10px 0 10px 0;
	padding: 4px;
	text-align:center; 
	font-size:182%;
	line-height:136%;
	color: #3e3a37;
	font-weight:normal;
}
#project_work{
	background:#FFFFFB url( right_bg.jpg) right no-repeat;;
}
#project_work h3 {
	font-size:136%;
	color: #3e3a37;
	font-weight:normal;
	margin-bottom: 8px;
	background: url( header_bottom.gif) repeat-x bottom;
}

#testimony {
	float:left;
	width:640px;
}

#testimony p {
	text-align:justify;
    font-size:92%;
	margin-bottom: 5px;
}



