@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, p, div, blockquote, th, td {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}

body {
	background: #B5CADF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #000000;
}
a, h2 {
	color:#017AA7;
}
.small {
	font-size:smaller;
}
table, th, td { 
	padding:0;
	margin:0;
	border:0;
}
#mainContent h3 { 
  margin-top:1em; 
  margin-bottom:.3em; 
}
#mainContent p { 
  margin-top:0; 
  margin-bottom:.8em; 
}


.oneColFixCtrHdr #container {
	width: 960px;
	background: #FFFFFF;
	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 {
	background: #111; 
}
.oneColFixCtrHdr #header table {
	width:100%;
}
.oneColFixCtrHdr #header table td.rightCell {
	text-align:right;
	padding-right:20px;
}
.oneColFixCtrHdr #headerBorder {
	background-image:url(../img/header_border_tile.jpg);
	background-repeat:repeat;
	height:6px;
}
.oneColFixCtrHdr #topNav {
	color:#017AA7;
	background-color:#FFF;
	text-align:right;
	font-size:92%;
	padding-right:20px;
	padding-top:8px;
	padding-bottom:8px;
}
.oneColFixCtrHdr #topNav a {
	text-decoration:none;
}
.oneColFixCtrHdr #topNav a:hover {
	text-decoration:underline;
}

.oneColFixCtrHdr #mainContent {
	padding: 0px 30px 20px 30px;
	background: #FFFFFF;
}

.oneColFixCtrHdr #testimonial {
	float: right;
	width:240px;
	margin: 5px 10px 10px 20px;
	border: 1px solid gold;
	background: #EEE;
	font-size: 92%;
}
.oneColFixCtrHdr #logo-right {
	float: right;
	width:140px;
	margin: 25px 30px 10px 20px;
	border: 0;
}
.oneColFixCtrHdr div.group-members table td {
	padding-left: 40px;
	font-size: 92%;
}
.oneColFixCtrHdr #testimonial div.quoteTitle {
	background-color:#003650;
	color:#FFF;
	padding: 3px 5px 3px 5px;
	font-weight:bold;
	font-variant:small-caps;
}
.oneColFixCtrHdr #testimonial div.quoteText {
	margin: 5px 10px 5px 10px;
	line-height:125%;
}
.oneColFixCtrHdr #testimonial div.quoteFrom {
	margin: 10px 10px 5px 20px;
	font-style:italic;
}


.oneColFixCtrHdr #footerLinks {
	color:#003650;
	background-color:#FFF;
	padding-top:2.5em;
	padding-bottom:1.5em;
	text-align:center;
	font-size:80%;
}

.oneColFixCtrHdr #footerBand {
	padding-top:.6em;
	padding-bottom:.6em;
	text-align:center;
	font-variant:small-caps;
	background-color:#003650;
	color:#FFF;
}
.oneColFixCtrHdr #footerBand p {
	margin: 0; /* zeroing the margins of the first element in the footer avoids margin collapse (a space between divs) */
	padding: .2em 0; /* padding avoids the margin collapse issue */
}


/* Products Page */

#productList h2 {
	margin-top: 1.5em;
	margin-bottom: 0.125em;
}
#productList h3 {
	margin-top: 1.3em;
	margin-bottom: 0em;
}
#productList h3, #productList p, #productList ul {
	margin-left: 30px;
	margin-right: 30px;
	font-size: 92%;
	line-height:140%;
}
#productList > h2 + p {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0.125em;
}
#productList > h3 + p {
	margin-top: 0.3em;
}


/* UGM Page */

blockquote.blockPromo {
	border: 1px solid #E1E1E1;
	/*background-color:#FFFFF0;*/
	padding: 6px 12px;
	margin-right: 280px;
	font-size: 92%;
	line-height: 135%;
}

form label {
	display:block;
	margin-top:.5em;
	font-size:92%;
}
form input {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:92%;
}
form textarea {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:92%;
}
div.form-container {
	padding:10px;
	border:1px solid #ddd;
	background-color:#f0f0f0;
	display:inline-block;
}

#home-table {
  padding:0;
  border:0;
  margin:10px 0 0 0;
}
#home-table td {
  padding:6px;	
}
#home-quote-table {
  border:1px solid #ededed;
  background-color:#fdfdfd;
  width:80%;
  margin-top:15px;
}
#home-quote-table td {
  padding:6px;;
}
#home-quote-text {
  font-style:italic;
  font-size:80%;
  line-height:150%;
  text-align:center;
}
#home-quote-sig {
  margin-top:.5em;;
  font-size:92%;
  text-align:center;
}
#home-swf-container {
  margin-left:auto;
  margin-right:auto;
  background-image:url(../img/homePage_Intro.jpg);
  background-repeat:no-repeat;
  width:548px;
  height:250px;
  text-align:center;
}


