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

/* --------------------------  
Version: 1.1
Modified Date: 9.22.08
------------------------------ */


/* -----------------------------
   STANDARD HTML TAG RESET   
-------------------------------- */

body,
h1, h2, h3,
p, ul, li,
form {
	border:0;
	margin:0px;
	padding:0px;
}

/* -----------------------------
   STANDARD HTML TAG DEFINITION
-------------------------------- */

body {
margin: 0;
padding: 0;
}
p {
font-size: 12px;
line-height: 18px;
font-family: Arial, Helvetica, sans-serif;
margin: 0 0 20px 0;
font-weight: normal;
color: #333333;
}
a {
color:#FF66FF;
text-decoration: none;
}
a:hover {
color: #6699ff;
text-decoration: underline;
}
ul {
margin: 10px 0;
padding: 0 0 0 25px;
}
li {
margin: 0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
}
h1 {
font-size: 16px;
margin: 8px 0px 8px 0px;
font-family: Georgia, "Times New Roman", Times, serif;
color: #333333;
}
h2 {
font-family: Georgia, "Times New Roman", Times, serif;
line-height: 1.4em;
font-size: 16px;
color: #666666;
font-weight: bold;
margin-top: 0px;
margin-right: 0;
margin-bottom: 3px;
margin-left: 0;
}
h2 a {
font-family: Georgia, "Times New Roman", Times, serif;
line-height: 1.4em;
font-size: 14px;
color: #8B8D09;
font-weight: bold;
margin-top: 0px;
margin-right: 0;
margin-bottom: 3px;
margin-left: 0;
text-decoration: none;
}
h2 a:hover {
text-decoration: underline;
color:#666666;
}
h3 {
margin: 0 0 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
font-weight: bold;
}
a img {
border: 0;
}
blockquote {
line-height: 1.4em;
font-family: Georgia, "Times New Roman", Times, serif;
}

/* --------------------------- 
   PAGE ELEMENTS 
------------------------------ */

div.container {
width: 860px;
margin: auto;
padding-left: 0px;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {
display: inline-block;
}

.clearboth {
clear: both;
}

/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}

.clearfix {
display: block;
}
/* End hide from IE-mac */


	/* -----------------------------
	   Header and Logo                      */
	   

		div#header {
		height: 30px;
		margin: 30px auto 110px;
		width: 860px;
		text-align: center;
		}
		div#header p {
		padding-top: 2px;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		}
		div#header img.logo {
		float: left;
		margin: 0px 25px 20px 0;
		display:inline;
		}
		div#header img.badge {
		float: right;
		margin: 0px 0px 0px 0;
		}
		div#header a img {
		border: 0;
		}
		div#header_small {
		height: 20px;
		margin: 18px auto 90px;
		width: 860px;
		}
		div#header_small p {
		padding-top: 2px;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		}
		div#header_small img.logo {
		float: left;
		margin: 0px 25px 20px 0;
		display:inline;
		}
		div#header_small img.badge {
		float: right;
		margin: 0px 0px 0px 0;
		display:inline;
		}
		div#header_small a img {
		border: 0;
		}
	
	
	/* -----------------------------
	   MAIN NAVIGATION                  */
	   
	   .linknav {
		color: #FF6600;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		font-weight: bolder;
		text-decoration: none;
		}
		
		#navcontainer ul {
		padding-left: 0;
		margin-top: 23px;
		color: White;
		float: right;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		font-weight: bold;
		display:inline;
		}	
			
		#navcontainer ul li {
		display: inline;
		}	
			
		#navcontainer ul li a {
		padding: 0.5em 1em;
		background-color: #fff;
		color: #666666;
		text-decoration: none;
		float: left;
		border-right: 1px solid #fff;
		display:inline;
		}
		
		#navcontainer ul li a:hover {
		background-color:#6699FF;
		color: #fff;
		}
		
		#navlist a:link#current, #navlist a:visited#current {
		color: #fff;
		background-color: #333;
		text-decoration: none;
		}
		
	/* -----------------------------
	   TOP BAR                  */
	
		#top {
		width: 100%;
		background: #fff url(/images/topbanner_bg.gif) repeat-x;
		height: 42px;
		}
	
		#top p {
		margin: 0 auto; 
		width: 860px; 
		text-align: left; 
		padding-top: 0px; 
		padding-bottom: 0px;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		color: #fff;
		}
	
		div#top img.button {
		padding-top: 7px;
		float: right;
		margin-top: 2px;
		margin-right: 10px;
		}
	
	/* -----------------------------
       2 COLUMN Layout       */
	
		div.content {
		margin: 20px auto;
		width: 860px;
		}
		div.wide {
		width: 860px;
		}
		div.wide div.left, div.wide div.right {
		width: 350px;
		}
		div.left, div.right, div.center {
		width: 405px;
		margin-bottom: 25px;
		}
		div.left {
		float: left;
		padding-left: 0px;
		}
		div.right {
		float: right;
		padding-right: 0px;

		}
		div.center {
		padding: 10px 10px 0px 10px;
		clear: both;
		margin: 0 auto;
		width: 840px;
		}
	

	
	/* -----------------------------
       3 COLUMN Layout       */
	   
	   div#column_left {
		margin-top: 14px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		width: 274px;
		float: left;
		}
		div#column_center {
		margin-top: 14px;
		margin-bottom: 0px;
		margin-left: 19px;
		margin-right: 0px;
		width: 274px;	
		float: left;
		}
		div#column_right {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 19px;
	margin-right: 0px;
	width: 274px;
	float: left;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: left top;
		}
	   
	
	/* -----------------------------
       BAND - (CONTENT CONTAINER)   		*/
		div#band {
		width: 860px;
		margin-top: 2px;
		margin-right: auto;
		margin-bottom: 2px;
		margin-left: auto;
		background-image: url(http://www.ehousestudio.com/images/1px_dotted.gif);
		background-repeat: repeat-x;
		background-attachment: scroll;
		background-color: transparent;
		background-position: center bottom;
		}
		div#band_home {
		width: 860px;
		margin-top: 2px;
		margin-right: auto;
		margin-bottom: 2px;
		margin-left: auto;
		background-attachment: scroll;
		background-color: transparent;
		}
		div#band_work {
		width: 876px;
		margin-top: 2px;
		margin-right: auto;
		margin-bottom: 2px;
		margin-left: auto;
		background-image: url(http://www.ehousestudio.com/images/1px_dotted.gif);
		background-repeat: repeat-x;
		background-attachment: scroll;
		background-color: transparent;
		background-position: center bottom;
		}
		div#body_content {
		width: 860px;
		margin-top: 2px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding-bottom:0px;
		background-attachment: scroll;
		background-color: transparent;
		}

	/* -----------------------------
       BIOS       					*/
	   
		.bio {
		width: 860px;
		margin-top: 10px;
		margin-right: auto;
		margin-bottom: 20px;
		margin-left: auto;
		padding-bottom:2px;
		background-image: url(http://www.ehousestudio.com/images/1px_dotted.gif);
		background-repeat: repeat-x;
		background-attachment: scroll;
		background-color: transparent;
		background-position: center bottom;
		}	   

	
	/* -----------------------------
       FOOTER                      */
	   
	   #footer {
		margin-top: 25px;
		clear: both;
		}


	/* --------------------------- 
	   Main Tagline Text    */
	   
	   div.title_tagline {
		width: 860px;
		margin: auto;
		background-image: url(http://www.ehousestudio.com/images/1px_dotted.gif);
		background-repeat: repeat-x;
		background-attachment: scroll;
		background-position: center bottom;
		padding-bottom: 5px;
		padding-left: 0px;
		}
		div.title_tagline p {
		text-align: left;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		line-height: 26px;
		color: #666666;
		padding-top: 10px;
		}
		div.title_tagline h1 {
		font-size: 24px;
		margin: 15px 0px 5px 0px;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #464646;
		}
		div.title_tagline a {
		}
		div.topline {
		width: 860px;
		margin-top:0px;
		background-image: url(http://www.ehousestudio.com/images/1px_dotted.gif);
		background-repeat: repeat-x;
		background-attachment: scroll;
		background-position: center bottom;
		padding-bottom: 5px;
		padding-left: 0px;
		}



	
/* --------------------------- 
   STYLE TAGS
------------------------------ */


	 /* -----------------------------
      	2 COLUMN Layout                     */
	 
	 	div.left p {
		font-size: 16px;
		line-height: 24px;
		font-family: Georgia,"Times New Roman",Times,serif;
		color: #999999;
		margin-bottom: 5px;
		padding-bottom: 0px;
		font-weight: normal;
		}
		div.right p {
		margin-bottom: 12px;
		padding-bottom: 12px;
		background-image: url(http://www.ehousestudio.com/images/1px_dotted.gif);
		background-repeat: repeat-x;
		background-attachment: scroll;
		background-color: transparent;
		background-position: center bottom;
		}
		
		
	 /* -----------------------------
      	3 COLUMN Layout                     */
		
		div#column_center p {
		background-image: url(http://www.ehousestudio.com/images/1px_dotted.gif);
		background-repeat: repeat-x;
		background-attachment: scroll;
		background-color: transparent;
		background-position: center bottom;
		margin-bottom: 12px;
		padding-bottom: 12px;
		}
		
		div#column_right h1 {
	padding: 4px 0px 0px 10px;
	color: 33333;
		}
		div#column_right ul {
		margin: 10px 0;
		padding: 0px 10px 10px 25px;
		}
		div#column_right li, div#column_right a {
	margin-top: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: 666666;
		}
		
		

	/* -----------------------------
       BIOS       					*/
	   
	    .bio h1{
		font-size: 18px;
		margin: 0px 0px 0px 0px;
		padding:0px 15px 0px 15px;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #666666;
		}
		.bio h2{
		font-size: 12px;
		margin: 0px 0px 0px 0px;
		padding:5px 15px 4px 15px;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #666666;
		font-style:italic;
		}
		.bio p{
		font-size: 12px;
		line-height: 18px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		color: #333333;
		padding:0px 15px 0px 15px;
		}
		.bio img {
		padding:6px 15px 0px 15px;
		float: left;
		}
		.bio blockquote {
		background: url(/images/quote.png) 10px 0 no-repeat;
		margin: 20px 0;
		padding: 0 50px 0 50px;
		font-size: 12px;
		line-height: 18px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		color: #333333;
		}
		
		
	 /* -----------------------------
      	BODY CONTENT                     */
		
			   
	   div#body_content h1{
		font-size: 18px;
		margin: 15px 0px 8px 0px;
		padding:5px 15px 0px 15px;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #666666;
		}
		div#body_content p{
		font-size: 12px;
		line-height: 18px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		color: #333333;
		padding:0px 15px 0px 15px;
		}
		#body_content ul li {
		font-size: 12px;
		line-height: 18px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		color: #333333;
		padding:0px 0px 0px 0px;
		margin: 0px 15px 0px 15px;
		}
		
		.date {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		color: #666666;
		}

	 /* -----------------------------
      	FOOTER                     */
			 
		.address {
		text-align: left;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		line-height: 18px;
		clear: both;
		Color: #333333;
		font-style: italic;
		}
		.address a {
		Color: #333333;
		}
		.address a:hover {
		Color: #8B8D09;
		}
		
		.login_button {
		color: #666666;
		font-weight: bold;
		text-decoration: none;
		}
		.login_button a {
		color: #666666;
		font-weight: bold;
		text-decoration: none;
		}
		.login_button a:hover {
		color: #666666;
		font-weight: bold;
		text-decoration: none;
		}
		
		#footer {
		text-align: left;
		font-family: Georgia, "Times New Roman", Times, serif;
		padding: 15px 0;
		font-size: 11px;
		line-height: 1.4em;
		Color: #666666;
		}
		#footer a {
		color: #666666;
		text-decoration: none;
		}
		#footer a:hover {
		color: #666666;
		text-decoration: underline;
		}
