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

html, body {
		height: 100%;
	}
			
body {
		margin: 0;
		padding: 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color:#FFFFFF;
		background-repeat: no-repeat
		
	}
			
#container {
		position: relative;
		min-height: 100%;
		height: auto !important; /* For Modern Browsers */
  		height: 100%; /* For IE */
		voice-family: "\"}\"";
		voice-family: inherit;
		height: auto;
		margin:0 auto;
		margin-left: 10px;
		margin-top: 10px;
		width:900px;
		z-index:20;
		position:relative;
		

		
}

html, body #container {
		height: auto;
}

#header { 
	background: ##FFFFFF; 
	padding: 12px 18px 0 22px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	float: left
} 

#menu {
	padding: 18px 0 0 0px; 
	margin-left: 22px; 
	

}


h1 {

font-size: 10px;
font-weight:normal;
color: #cd3226;
font-size: 12px;
font-style: normal;
text-transform: none;
font-family: Verdana, Arial, Helvetica, sans-serif; 
letter-spacing: .75px; 

}

h2 { 
	text-transform:uppercase;
	font-size:14px;
	font-style:normal;
}

h3 {

font-size: 9px;
font-weight: bold;
color: #000000;
font-style: normal;
text-transform: none;
font-family: Verdana, Arial, Helvetica, sans-serif; 
letter-spacing: .75px; 
margin-left: 18px; 
line-height: 15px;

}
		
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	
}

/*
#sidebar1 p {
	font-size:12px;
	color: #000000;
	line-height: 20px;
	padding: 15px 0px 0px 14px;
	
}*/

.homeImage {
	
	margin: 35px  0px 0px 268px;



}


.homeImage2 {
	
	margin: 35px  0px 0px 22px;



}




.navImg {
	
	padding: 0px 0px 0px 15px;
	margin-top: 15px;
	
}

.navImg2 {
	padding: 0px 0px 0px 15px;	
	
}

#mainContent {

margin: 0px 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
padding-top: 20px; 
clear:both

}

#description {

vertical-align:top;
width: 250px;
padding-left: 4px;

}

#description p {

font-family:Verdana, Helvetica, Arial, sans-serif; 
font-size:10px; 
margin-left: 18px; 
line-height: 15px; 
color: #666666;

}


.worksHeader {
	color: #cd3226;
	font-size: 12px;
	font-style: normal;
	padding: 0 0 5px 0;
	text-transform: none;
	font-family: Verdana, Helvetica, Arial, sans-serif; 

}

.selectedWorksMenu {
margin-left: 270px;

}

.selectedWorksMenu p {
color: #888b88;
font-size: 12px;
font-style: normal;
padding: 0 0 2px 0;
line-height: 5px;
text-transform: none;
font-family: Verdana, Helvetica, Arial, sans-serif;  

}

.date {
	color: #3d91d1;
	margin-bottom: 10px;
	margin-top: 10px;

}

.imageFloatLeft {

float:left; 
padding: 35px 0px 15px 15px;

}

.descriptionFloatLeft {

float:left; 
padding: 21px 0px 15px 0px;

}


A:link {text-decoration: none; color: #888b88}
A:visited {text-decoration: none; color: #888b88}
A:active {text-decoration: none}
A:hover {text-decoration: none; color: #3d91d1;}