/*Old Browser Homepage Note*/

.standardsNote {display: none;}


body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: 12px;
	line-height: 160%;
	background-color: #111111;
	margin: 0 0 0 40px;
}

/* Type Syles */

.header {
	color: #CCC;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
	
}

.headerdark {
	color: #4C4C4C;
	font-style: italic;
	font-weight: bold;
}

.small {
	color: #333;
	font-size: 10px;
	font-style: italic;
}

hr {color: #101010; background-color: #101010; border: 1px dotted #333333; border-style: none none dotted; margin: 18px 0 18px 0;}

.hidden {display: none;}



/* layout */
	
	#container{
	width: 878px;
	}
	
	#staticcontainer{
	height: 494px;
	}
	
	#signature{
	height: 83px;
	width: 210px;
	border-bottom: 1px dotted #333333;
	padding-top: 47px;
	float: left;
	margin-right: 28px;
	}
	
	#tagline{
	height: 40px;
	width: 640px;
	border-bottom: 1px dotted #333333;
	padding-top: 90px;
	text-align: right;
	float: left;
	color: #4C4C4C;
	}
	
	#main{
	width: 640px;
	padding-top: 20px;
	float: left;
	}
	
	#info{
	width: 640px;
	height: 112px;
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	margin: 20px 0 0 0;
	padding: 16px 0 20px 0;
	}
	
	#description{
	width: 420px;
	float: left;
	margin-right: 10px;
	}
	
	#notes{
	width: 210px;
	float: left;
	}
	
	#info1{
	width: 320px;
	float: left;
	margin-right: 20px;
	}
	
	#info2{
	width: 140px;
	float: left;
	margin-right: 20px;
	}
	
	#info3{
	width: 140px;
	float: left;
	}
	
	.imagelrg {
	  border-bottom: 1px dotted #333333;
	  padding-top: 20px;
	  padding-bottom: 20px;
	  clear:left;
     }
	 
	 .imagework {
	  border-top: 1px dotted #333333;
	  padding-top: 18px;
	  margin: 16px 0 6px 0;
     }
	 
	  .imageworktop {
	  margin: 0 0 6px 0;
     }
	 
	 #footerwork {
	 padding: 0 0 20px 0;
	 margin: 20px 0 20px 0;
	 font-style: italic;
	 
	 }
	 
	
	 #footer {
	 border-top: 1px dotted #333333;
	 padding: 20px 0 20px 0;
	 margin: 20px 0 20px 0;
	 font-style: italic;
	 }
	 
	 
	 #newsnav {
	 float: right;
	 text-align: righ;
	 }
	 
	 
/* blog */
	 
	#blogcontainer{
	width: 640px;
	height: 150px;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #333333;
	}
	 
	#blogimage{
	width: 250px;
	float: left;
	margin-right: 20px;
	}
	
	#blogdescription{
	width: 370px;
	float: left;
	}

/* Links*/
a:link,a:visited {
	color: #FFF;
	text-decoration: none;
	font-style: italic;
}
a:hover{
	color: #666;
	font-style: italic;
}


/* Main Menu */

#menu{float: left; width: 210px; margin-right: 28px;}

#menu ul {list-style:none; margin:0; padding:0; font-size: 16px; font-style:italic; color:#333;}
#menu li{list-style:none; float:none; margin:0; padding-top:12px; left: 0; height: 32px; border-bottom: 1px dotted #333333;}
#menu ul a{display: block; float: left;clear:left; color: #666;}
#menu ul a:hover{color: #FFF; height: 32px;}
#menu li a{float: none; height: 32px;}
#menu li.here a{color: #FFFFFF;}


#sub{border-bottom: 1px dotted #333333; padding-bottom: 28px;}

#sub ul {list-style:none; margin-left:16px; padding-top:12px; font-size: 12px; font-style:italic; color:#333;}
#sub li{list-style:none; float:none; margin:0;  padding-top:6px;left: 0; border: none; height: 16px; }
#sub ul a{display: block; float: left;clear:left; color: #666;}
#sub ul a:hover{color: #FFF; height: 16px;}
#sub li a{float: none; height: 16px;}
