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

html, body {
	margin: 0;
	padding: 0px;
	height: 100%;
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
} 




#wrapper {
	position: absolute;	
	margin: 0 auto;
	top: 50%;
	left: 50%;
	height: 100% /*598px;*/
	width: 870px;
	margin-top: -300px;  /*half of the height + 12 #links margin */
	margin-left: -435px;  /*half of the width */
	border:0px solid #000000;
	
	}


#header {
	background-color:#CC99CC;
	height: 30px;
	margin: 0 120px 0 0; /* the right margin on this div element creates the links column on the right side. */
	background-color: #666666;
}
	

#links {
	float:right;
	margin:12px 0 0 0; /*top margin to seat links down onto mainContent box*/
	height:30px;
	background-color: #666666;
}
	

#mainContent {
	margin: 0 0px 0 0; 
	padding: 0 0px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height:521px;
	border: 4px white solid;
	background-color: #999999;
	width: 870px;
} 

#innerContent { 
	position: absolute;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	height: 460px;	/*taller than photos to make room for tNail row beneath*/
	width: 800px;
	margin-top: -220px; /* half of the height - fudge factor*/
	margin-left: -397px; /* half of the width - 3 fudge factor */
	background-color: #999999;
	border:0px solid #ffffff;
	
}	
	
#cap {
	font-size:50px; 
	color:#666666; 
	font-weight:bold; 
	float:left; 
	height:34px; 
	line-height:34px; 
	overflow:hidden; 
	margin:2px 1px 0 -4px; 
	}
	* html #cap {margin-right:-2px; margin-top:3px;}
	
	#bigQuote {
	font-size:34px; 
	color:#666666; 
	font-weight:bold; 
	float:none; 
	height:34px; 
	line-height:34px; 
	overflow:hidden;
	margin:2px 1px 0 -20px; /*negative left margin 'hangs' quotes outside the left text edge*/
	}
	* html #bigQuote {margin-right:-2px; margin-top:3px;}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
}

/**************************Link behaviors*****************************************/
a {
	color: #333333;
	text-decoration: underline;
	/*vertical-align: middle;*/
	padding:5px;
	font-weight: bold;
}

#links a:hover {
	color:white;  /* = text color on mouse-over */
	padding:5px; /*must match padding of <a> tag or text links shift on hover  */
	background-color: #999999;
	text-decoration: none;
}

#innerContent a{
	padding:0px;
}

#innerContent a:hover{
	color:white;
	text-decoration: none;
}

/**************************end Link behaviors*****************************************/



#quote1 {
	background-image: url(graphics/quote1Bckgrd.gif);
	background-repeat: no-repeat;
	padding-top:10px;
	padding-left: 30px;	
	height: 55px;
	background-position: 0px;
}

#quote2 {
	background-image: url(graphics/quote2Bckgrd.gif);
	background-repeat: no-repeat;
	padding-top:10px;
	padding-left: 30px;	
	height: 65px;
	background-position: 0px;
}

#innerContent p, h1, h3, caption, {
	padding-left:10px;
	padding-right: 10px;
}

#innerContent img{ 
	border: 1px white solid ;
}

 #innerContent td {
	text-align: left;
	padding-left:10px;
}

#footer p, #footerRight p {
	padding: 0px 0px 0 4px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
	color:#333333;
	font-weight: bold;	
}
#footer { 
	padding: 5px 10px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0 350px 0 0; /* the right margin on this div element creates the contacts column on the right side. */
	height:20px;
	background-color: #666666;
} 

#footerRight {
	float:right;
	height:20px;
	background-color: #666666;
	padding: 5px 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: right;
}




.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

