/***********************************************/
/* DDMain.css                                  */
/* Use for main D&ampD Excellence site pages      */
/* Based on a two column, left nav bar design   */
/***********************************************/

/* THIS WILL BE THE CSS FOR THE JUNE 2009 UPDATE TO THE SITE */

/***********************************************/
/* xhtml tag styles                             */
/***********************************************/ 

/* basic default styles for body and components */
body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Tahoma, "URW Gothic L", Arial, sans-serif;
	color: #000000;
	background-color: #FFFFCC;
	line-height: 135%;
}

p {
	font-size: 90%;
}

a:link {
	color: #0000FF;
	background-color: #FFFFCC;
	text-decoration: underline;
}
a:visited {
	color: #993399;
	background-color: #FFFFCC;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #000099;
	background-color: #FFCC00;
	text-decoration: none;
}
a:active {
	color: #0099CC;
	background-color: #FF9900;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Palatino Linotype", Georgia, "URW Palladio L", "Times New Roman", serif;
	margin: 0px;
	padding: 0px;
}

h1 {
/* ONLY use h1 as the MAIN HEADING on the PAGE */
  font-family: "Palatino Linotype", Georgia, "URW Palladio L", "Times New Roman", serif;
  font-size: 135%;
  font-weight: bold;
  padding-bottom: 20px;
}
h2 {
	font-size: 120%;
	font-weight: normal;
	color:#000000;
	background-color: #FFFF66;
	padding-left: 10px;
	padding-bottom: 5px;
 }
h3 {
 	font-size: 115%;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 0px;
}

h4 {
	font-size: 100%;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 0px;
	
}
h5 {
 	font-size: 90%;
	font-weight: bold;
	font-style: italic;
	padding-left: 10px;
	padding-bottom: 0px;
}
h6 {
 	font-size: 90%;
	font-weight: normal;
	font-style: italic;
	padding-left: 10px;
	padding-bottom: 0px;
}

ul {
 list-style-type: square;
 font-size: 90%;
 }
ul ul {
 list-style-type: disc;
}
ul ul ul {
 list-style-type: circle;
}

ol {
	list-style-type: decimal;
	font-size: 90%;
}


/* ************ general default classes *********** */
.bold {
font-weight:bold;
}			

.italics {
font-style: italic
}

.right {
text-align: right;
}

/* this is for a whole feedback on us block element */
.feedback {
	background-color: #FFCC66;
	color: #000000;
	margin-top: 0.5em;
	margin-left: 2em;
	margin-right: 2em;
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 1.5em;
}
/* this is for span element for the comment itself */
.reference {
font-family: "Comic Sans MS", "Apple Chancery", "URW Chancery L", Times, serif; 
/* font-family: "Palatino Linotype", Georgia, "URW Palladio L", "Times New Roman", serif; */

color: #000000;
font-size: 107%;
background-color: #FFCC66;
}
/* this is for span element for the person who gave the comment */
.referee {
font-family: "Comic Sans MS", "Apple Chancery", "URW Chancery L", Times, serif; 
/* font-family: "Palatino Linotype", Georgia, "URW Palladio L", "Times New Roman", serif; */
color: #000000;
font-size: 100%;
background-color: #FFCC66;
font-weight:bold;
}

.leftimage {
	float: left;
	margin: 4px 10px 10px 10px;
}

.rightimage {
	float: right;
	margin: 4px 10px 10px 10px;
}

.centerimage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 10px;
	border: 0;
}

.clearboth {
	clear: both;
}

.ourquote {
	margin-right: 3em;
	margin-left: 3em;
	font-weight: bold;
	text-align: center;
}	

/* styles for general tables  */
.infotable {
	width: 100%;
	border: 1px solid #3399FF;
	border-collapse: collapse;
	font-size: 90%;
	vertical-align: top;
}

.infotable caption {
	font-family: Verdana, Tahoma, "URW Gothic L", Arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
	line-height: 150%;
	caption-side: bottom;
	}

.infotable th {
	border: 1px solid #3399FF;
	padding: 4px;
	font-weight: bold;
	color:#000000;
	background-color: #FFFF99;
}

.infotable td {
	border: 1px solid #3399FF;
	padding: 4px;
	vertical-align: top;
}

.infotable tr.altrow {
	background-color: #FFFFCC;
	color: #000000;
	}
/* end of classes for sundry tables */

.stoppress {
	font-weight: bold;
	color: #3333FF;
	background-color:#FFFFCC;
	padding: 0.2em;
	border: 1px solid #3333FF;
	text-align: center;
}	


/* ID for the recommendation email section on home page */
#recommendus {
	background-color:#FFFFFF;
	color: #000000;
	text-align: center;
	padding-bottom: 0.5em;
	border: 1px solid #000000;
}


.returnlink {
	font-size: 80%;
	text-align: center;
}	

/* this is mainly for the 'legal' text on contact us page */
#legals {
	padding-top: 4em;
	font-size: 65%;
	text-align: center;
}

/***********************************************/
/* Layout Divs and dedicated styles &classes & ID **********  */
/***********************************************/
/* top HEADER area */
#masthead {
	margin: 0;
	padding: 10px 0px;
	width: 100%;
	height: 80px;
	color: #000000;
	background-color: #3399FF;
}

/*
#masthead .strapline{
	font-family: "Palatino Linotype", Georgia, "URW Palladio L", "Times New Roman", serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFFF00;
	background-color: #3399FF;
	float: left;
	margin-left: 2em;
	margin-top: 0.5em;
	width: 6.5em;
	text-align: center;
}
*/

#masthead .logo {
	float: left; 
	margin-left: 5%;
	margin-top: 0.4em;
	}

#masthead .printstrapline {
	display: none;
	}

/* styles for NAVIGATION bar */
#navBar {
	margin-top: 25px;
	margin-right: 80%;
	margin-left: 1%;
	padding: 0;
	color: #000000;
	background-color: #FFFFCC;
	border-right: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	font-size: 85%;	
}

.memberlogo{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* *** copyright statement **** */
.copyright{
	font-size: 0.6em;
	text-align: left;
	padding-top: 1.5em;
}

/********* layout for main CONTENT area ******/
#content {
  	float: right;
	width: 76%; 
	margin: 0;
	padding-top: 25px;
	padding-right: 5%;
}

/* layout for 'contact us' content */ 
#contact {
	padding-top: 1em;
	padding-bottom: 4em;
	text-align: center;
}

/* **************** picture layout in rows ******************* */
/* horizontal (table type) layout */
#horizontalpics {
list-style-type: none;
}
#horizontalpics li {
float: left;
margin-right: 1.5em;
margin-bottom: 2em;
font-family: Verdana, Tahoma, "URW Gothic L", Arial, sans-serif;
font-size: 90%;
color: #000000;
}

/* ************ #FOOTER styles ***************/

#footer {
	clear: both;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with) the bottom border of the navBar in cases where they "touch" */
#footer p {
	font-size: 75%;
	color: #000000;
	background-color: #99CCFF;
	padding: 0.1em;
	text-align: center;
}

#footer a:link {
	color: #0000FF;
	background-color: #99CCFF;
	text-decoration: underline;
}
#footer a:visited {
	color: #993399;
	background-color: #99CCFF;
	text-decoration: underline;
}
#footer a:hover, a:focus {
	color: #000099;
	background-color: #FFCC00;
	text-decoration: none;
}
#footer a:active {
	color: #0099CC;
	background-color: #FF9900;
	text-decoration: none;
}
/************* #search styles ***************/

.searchlink{
	float: right;
	margin-right: 4em;
	margin-top: 1em;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

