/* IMPORTS */
@import url(primary-styles.css);
@import url(footer-styles.css);
@import url(hacks.css);

/* HTML STYLES */
*,html{
	padding: 0;
	margin: 0;
}

body{
	background-color: #223645;
	font-size: 62.5%;			/* SET THE DEFAULT TEXT SIZE TO 10px -assuming default browser font */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #1a1d26;
}

/* ID STYLES */
#outer-container{
	background: url(../images/subpage-background.jpg) repeat-x top left;
	min-height: 475px;
	background-color: #fff;
}

#header-container{
	width: 960px;
	margin: auto;
	background: url(../images/subpage-logo.jpg) no-repeat top left;
	height: 100px;
}

#body-container{
	width: 960px;
	margin: auto;
	padding: 2em;
}

#subnav-box{
	width: 255px;
	border-right: 1px solid #ddd;
	padding-bottom: 4em;	/* 40px */
}

/* CLASS STYLES */
.content-box{
	font-size: 1.4em;		/* 14px */
	line-height: 1.6em;		/* 16px */
	color: #666;
}

.subnav{
	list-style: none;
	margin-left: 1em;		/* 10px */
	font-size: 1.4em;		/* 14px */
	line-height: 1.0em;		/* 10px */
	padding-left: 1em;		/* 14px */
	margin-bottom: 4em;		/* 40px */
}

.subnav li{
padding-bottom: 20px;
	
}

.subnav li a{
	color: #1a1d26;
	text-decoration: underline;
}

.subnav li a:hover{
	text-decoration: none;
}


div.float {
  float: left;
  }
  
div.float p {
   text-align: center;
   font-size: 95%; 
   padding: 0; 
   margin: 0;
   line-height: 20px;
   }
   
 .quotation-box{
	background: url(../images/quotation-bg.jpg) no-repeat top left;
	min-height: 114px;
	width: 250px;
	font-family: Georgia;
	color: #223645;
	font-size: 1.25em;	/* 18px */
	line-height: 1.43em;	/* 30px */
	padding-top: 25px;
}

.quotation-credit{
	font-family: Georgia;
	font-size: 0.77em;	/* 14px */
	line-height: 1em; /* 14px */
	padding: 1.43em 0 1.43em 6em;
	font-style:italic;
}