/* typography */
/* font families and sizes, line heights, letter spacing, and text decorations */

/* Define all main values for the web site
------------------------------------------------------------------------------ */

body {
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
font-size:62.5%;
color:#3F3F3F;
line-height:150%;
}


/* :TODO: Apply text-indent:1.5em; */
/* =Paragraph text size 
------------------------------------------------------------------------------- */
p {
font-size:1.1em;
}
/* =h2, h3, h4, h5, h6 
------------------------------------------------------------------------------- */
h2 {
font-family: "Helvetica Neue", Verdana, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
font-size:1.8em;
letter-spacing:-0.02em;
word-spacing:-0.05em; 
line-height:1.2em;
color:#000000;
}

h3 {
font-family: "Helvetica Neue", Verdana, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
font-size:1.2em;
color:#21455f;
}

h4 {
font-size:1.1em;
}

h5 {
	font-size:1em;
	font-weight: normal;
}

h6 {
font-size:1em;
}

/* =forms, table font-size
--------------------------------------------------------------------------------- */
input, select, th, td {
font-size:1.1em;
}

td h6, td h6 a {
font-size:1em;
}

.formbutt {
	background: url(../../images_HTML/bg_button.gif) repeat-x left top;
	height: 18px;
	width: 77px;
	color: #21455F;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #A0A0A0;
	border-left: 1px solid #FFFFFF;
	padding-bottom:4px;
	font: bold 0.85em Verdana, Arial, Helvetica, sans-serif;
}

.searchbutt {
	background: url(../../images_HTML/bg_button.gif) repeat-x left top;
	height: 18px;
	width: 77px;
	/* color: #666666; */
	color: #3F3F3F;
	border-top: 1px solid #EBEBEB;
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #A0A0A0;
	border-left: 1px solid #EFEFEF;
	padding-bottom:3px;
	font: bold 0.88em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.03em;
}



a {
text-decoration:none;
color:#3F3F3F;
}

a:visited, ul li a:visited {
color:#3F3F3F;
}

a:hover, li a:hover, ul li a:hover {
		color:#D00000;
		}


/* =D1
------------------------------------------------------------------------- */
#dep_d1 li a {
	color:#3F3F3F;
	}


/* =D2 
------------------------------------------------------------------------- */
#dep_d2 li {
line-height:120%;
padding-bottom:3px;
	}
#dep_d2 li h5 {
padding-top:2px;
}

/* =D3
------------------------------------------------------------------------- */

#dep_d3 li a {
	color:#D00000;
	}		
		
#dep_d3 li a:hover {
text-decoration:underline;
}

#dep_d3 li ul li a:hover {
text-decoration:none;
color:#D00000;
}


/* =Hover state
------------------------------------------------------------------------- */

#dep_d4 li a:hover, #dep_d5 li a:hover, #dep_d1 li a:hover, #qms ul li a:hover {
		color:#D00000;
		}
		
		
/* =Testimonials
------------------------------------------------------------------------- */
#testimonials{
	text-align:center;
}
#testimonials h3{
	line-height:23px;
}
#testimonials p{
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size:7.5pt;
	line-height:10.5pt;
	letter-spacing:-0.05em;
}
