@charset "UTF-8";



/* ---- UNIVERSAL PAGE STYLES -- */



body {
	
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 1em;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	}
	

.oneColFixCtrHdr #container {
	
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}



.oneColFixCtrHdr #header {

	height:205px;
	width:960px;
	margin: 0;
	padding: 0;  /* 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. */
	
}




.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
	min-height:560px;
	background-image:url(../images/index_bckgrnd.png);
	background-repeat:repeat-y;
	position:relative; /* IT's IMPERATIVE that this POSITION be defined as SOMETHING. Otherwise all succeeding ABSOLUTE postioned elements will
						be positioned to the page, not the NOW DEFINED maincontent container. When NO position is stated, it defaults to 'static'
						that doesn't help with later absolute positioning inheritence. -mrh	 */
	
	
}





.oneColFixCtrHdr #mainContent img .construction {
	margin:1em;

}


.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
	background-color:#345a93;
	-moz-border-radius-bottomright: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
	-webkit-border-bottom-left-radius: 25px;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHd #footer ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 
	
	
	
	

/* --- HOMEPAGE SPECIFIC STYLES ---*/




#illustration {

float:right;
margin-right:1em;
margin-bottom:2em;
margin-top:2em;	
width:480px;
height:100%;
}	

#home_top {
padding-top:3em;
}


#temp_box_homepage {
width:330px;
margin-left:47px;
margin-bottom:15px;
background-color:#ffffff;
padding:10px 10px 6px 10px;
border: 3px solid #122545;

/* round the corners with css3 */
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
-webkit-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px; 

	/*drop shadow */
-webkit-box-shadow:  0px 5px 10px 2px rgba(80, 93, 118, 0.5);
-moz-box-shadow: 0px 5px 10px 2px rgba(80, 93, 118, 0.5);
box-shadow: 0px 5px 10px 2px rgba(80, 93, 118, 0.5); 
}



#move_to_dc {
width:375px;
margin-left:52px;
margin-bottom:15px;


padding:10px 10px 6px 10px;
border-top-style: solid;
border-top-color:#345A93;
}





	
	



/*-- CONTACT PAGE SPECIFIC STYLES ---*/

#contact-wrapper {
float:right;
margin-right:1em;
margin-left:1em;
width:585px;

background-color:#eleGF1;
}



#contact-wrapper label {  
    display:block;  
    float:none;  
    font-size:0.8em;  
    width:auto;  
	padding-top:0.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
		
} 

#contact-wrapper label.error {  
    display:block;  
    float:none;  
    font-size:0.8em;  
    width:auto;
	padding-top:0;  
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#bf311a;
	font-style:italic;
		
} 




form#contactform input {  
    
    padding:5px;  
    font-size:1em;
	  
      
} 

form#contactform input.send {  
    
    padding:5px;  
    font-size:1em;
	float:right;
	margin-right:120px;
	margin-top:10px;
	  
      
} 
 
form#contactform textarea {  
    font-family:Myriad Pro, Verdana, Arial, Tahoma, Helvetica, sans-serif;  
    font-size:100%;  
    padding:0.6em 0.5em 0.7em;  
   
}  

form#webcontactform input {  
    
    padding:5px;  
    font-size:1em;  
      
}  
form#webcontactform textarea {  
    font-family:Myriad Pro, Arial, Tahoma, Helvetica, sans-serif;  
    font-size:100%;  
    padding:0.6em 0.5em 0.7em;  
   
}  



/*-- ABOUT PAGE STYLES --*/
	
	

	
.mug {
float:right;
padding-left:20px;
padding-right:40px;
}

.list_art {
padding-top:10px;
padding-bottom:10px;
}


#about_col2 {
display:block;
position:absolute;
top:65px;
left:650px;
width:240px;
height:165px;
overflow-y:scroll;
background-color:#FFFFFF;
padding-left:20px;
padding-right:20px;
padding-bottom:20px;
padding-top:15px;


}

#about_bio {
position:absolute;
top:300px;
left:20px;
}
