/* Kerman Morris Site 2007 */

/*Primary Classes -------------------------------------------------------------------------------------*/

body {
	background-color:#FFFFFF;
	background-image:url(img/bg_tile.jpg);
	background-repeat:repeat-y;
	font-family:Verdana, Arial, Helvetica;
	font-size:10px;
	line-height:16px;
	padding:0;
	margin:0;
}



/*Div Structures -------------------------------------------------------------------------------------*/

#home_header {
	position:relative;
	width:877px;
	color:#949494;
	padding:0px;
}

#home_nav {
	position:inherit;
	width:113px;
	line-height:20px;
	margin-top:52px;
	padding-top:0px;
	text-align:right;
}

#home_image {
	position:absolute;
	left:129px;
	top:105px;
	width:765px;
	height:460px;
	background-image:url(img/home_img_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding:20px 0px 0px 2px;
}

#seconday_header {
	position:relative;
	padding:0px;
}

#nav_holder	{
	position:relative;
	width:917px;
	height:80px;
	padding:10px 0px 10px 0px;
}

#left_nav {
	width:113px;
	line-height:20px;
	margin-top:0px;
	padding-top:0px;
	text-align:right;
	float:left;
}

#right_nav {
	text-align:left;
	line-height:20px;
	margin-top:0px;
	padding-top:0px;
	width:775px;
	top:auto;
	float:right;
}

#project_image_div {
	position:relative;
	width:758px;
	height:512px;
	margin-left:159px;
	background-image:url(img/secondary_img_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding:10px 0px 0px 12px;
}

#project_div {
	position:relative;
	width:758px;
	height:512px;
	margin-left:149px;
	padding:10px 0px 0px 12px;
}

#project_controls	{
	color:#666666;
	background-color:#e5e5e5;
	width:727px;
	height:20px;
	margin-left:170px;
	padding:4px 10px 0px 10px;
	vertical-align:top;
}
	
#description_pane	{
	position:absolute;
	visibility:hidden;
	top:340px;
	left:680px;
	border:1px solid #535440;
	background-color:#FFFFFF;
	padding:0px 6px 10px 14px;
	width:242px;
	height:auto;
}

.project_image {
	position:absolute;
	top:10px;
	left:12px;
	visibility:hidden;
}

#generic_page	{
	position:relative;
	width:650px;
	height:512px;
	padding:10px 0px 0px 159px;
}
	
/*Link Styles -------------------------------------------------------------------------------------*/

a.nav_bar {
	color:#606060;
	text-decoration:none;
}

a.nav_bar:hover {
	color:#606060;
	text-decoration:underline;
}

.nav_bar_local1 {
	font-weight:bold;
	color:#df4819;
}

.nav_bar_local2 {
	font-weight:bold;
	color:#191919;
}

a:link	{
	color:#3b3b3b;
	text-decoration:none;
}

a:visited,active	{
	color:#3b3b3b;
	text-decoration:none;
}

a:active	{
	color:#3b3b3b;
	text-decoration:none;
}

a:hover	{
	color:#000000;
	text-decoration:underline;
}

a.link_at_top	{
	color:#3b3b3b;
	font-weight:bold;
	text-decoration:none;
}

a.link_at_top:hover	{
	color:#000000;
	text-decoration:underline;
}

a.description	{
	color:#df4819;
	text-decoration:none;
}

a.description:hover	{
	text-decoration:underline;
}

/*Text Formats -------------------------------------------------------------------------------------*/

.knock_back {
	color:#999999;
}

.intro_para  {
	color:#666666;
	font-size:14px;
	line-height:18px;
}

.subhead	{
	font-size:12px;
	line-height:14px;
	margin-bottom:2px;
}