/* Blueprint 2008 */

html, body{ 
 margin:10px; 
 padding:0; 
 text-align:center; 
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 12px;
 color: #666;
 line-height: 18px;
} 

img {
border: 0px none;
}

a:link {
  color: #555;
	text-decoration: none;
}

a:hover {
  color: #000;
	text-decoration: none;
}

a:visited {
  color: #999;
	text-decoration: none;
}

h1 {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 14px;
  color: #666;
}

h2, h3, h4, h5, h6 {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #666;
}
 
#pagewidth{ 
  width:850px; 
  text-align:left;  
  margin-left:auto; 
  margin-right:auto;  
} 
 
#header{
  position:relative; 
  height:50px; 
  background-color:#FFFFFF; 
  width:100%;
	margin-bottom: 20px;
} 

#topnav {
  margin-top: 0px !important;
  border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-top: 2px;
  height: 20px;
}

/* #topnav a:hover {
  background: url('test.jpg') no-repeat;
	background-position: 100%;
} */

#topnav ul {
  margin-top: 0px;
  margin-left: -40px !important;
  list-style: none;
  margin-left:0px;
	width:850px;
}

#topnav li {
  margin-left: 0px;
	display: inline;
	padding-right: 50px;
}
 
#subheader {
  height: 244px;
	margin-top: 20px;
	margin-bottom: 20px;
}
 
#leftcol {
  border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-top: 10px;
  width:28%; 
  float:left; 
  position:relative;  
}

#leftcol ul {
  list-style-type: none

}

#leftcol li {
  margin-left:-40px;
  display: list-item;	
}

#leftcol2 {
	border-bottom: 1px solid #ddd;
  padding-top: 15px;
	padding-bottom: 15px;
  width:28%; 
  float:left; 
  position:relative;  
}

#subnav ul {
  list-style-type: none;
}

#subnav li {
  margin-left: -20px;
}

/* just for the index page */

#indexbox{
 margin-bottom: 10px;
 background-color: #FFFFFF;  
 display:inline; 
 position: relative; 
 width:; 
}

/* end */
 
#maincol{
  border-top: 1px solid #ddd;	  
  padding-top: 10px;
  float: right; 
  display:inline; 
  position: relative; 
  width:70%; 
}
 
#footer{
  border-top: 1px solid #ddd;
  height:20px; 
	margin-top: 20px;
  clear:both;
	text-align:right;
} 
 
/* Float containers fix */ 
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/* for the projects page */

#projects {
 margin-top:20px;
 margin-bottom: 10px;
 background-color: #FFFFFF;  
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 10px;
 color: #666;
 line-height: 16px;
}

#propbox {
  margin-left: 20px;
  width:258px;
	border: 1px solid #ccc; 
	float: right;
	padding: 5px;
	margin-bottom:20px;	
}

#propbox-left {
  margin-left: 0px;
  width:258px;
	border: 1px solid #ccc; 
	float: left;
  padding: 5px;
	margin-bottom:20px;
}

#extras {
  padding: 5px;
	float: right;
	width:250px;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 8px;
  color: #888;
	height: 20px;
}

#extras ul {
  margin-top: 0px;
  margin-left: -35px !important;
  list-style: none;
  margin-left:0px;
	width:850px;
}

#extras li {
  margin-left: 0px;
	display: inline;
	padding-right: 50px;
}

input.input {background:#ffffff; border:1px solid #999999; height:18px;  font-family: Verdana, Helvetica, sans-serif; font-size:12px; color:#999999;}
textarea.input {background:#ffffff; border:1px solid #999999; font-family: Verdana, Helvetica, sans-serif; font-size:12px;color:#999999;}

/* End */
 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

