/* base.css, part of YUI's CSS Foundation */
h1 {
font-size: 153.9%;
}
h2 {
font-size: 138.5%;
}
h3 {
font-size: 123.1%;
}
h4 {
font-size: 108%;
}
h1,h2,h3 {
margin: 0.5em 0;
}
h1,h2,h3,h4,h5,h6,strong {
font-weight: bold;
}

abbr,acronym {
border-bottom: 1px dotted #000; cursor: help;
}

em {
font-style: italic;
}

blockquote,ul,ol,dl {
margin: 1em;
}

ol,ul,dl {
margin-left: 2em;
}

ol li {
list-style: decimal outside;
}

ul li {
list-style: disc outside;
}

dl dd {
margin-left: 1em;
}

th {
font-weight: bold; text-align: center;
}

caption {
margin-bottom: .5em; text-align: center;
}

p,fieldset {
margin-bottom: 1em;
}

a, a:LINK,a:HOVER,a:VISITED {
color: #C22C2C; font-size: 93%;
}

/* utility */
.u_clear {
clear: both;
}
.u_block:after {
content: "."; display: block; clear: both; height: 0; visibility: hidden;
}
.u_block { min-height: 0; }

 * html .u_block {height: 1%;}
.u_editable {
font-size: 93%; text-decoration: underline; color: #ffbd00; cursor: pointer;
}

/* Custom styles */
html {
  background-color: #808895;
  color: #555;
}

#doc {
	padding-top: 15px;
	position: relative;
	min-width: 760px;
	width: 58.4615em; * width: 57.035em;
}

#hd,#bd,#ft {
position: relative; clear: both;
}

#bd {
z-index: 299; 
padding: 0px;
font-size: 93%; 
font-family: verdana,arial,sans-serif;
}

#bd .bdTopBorder {
padding-top: 14px;
margin-right: 8px;
background: #fff url(../images/gr-top.gif) repeat-x scroll left top;
}
#bd .bdRightBorder {
padding-right: 11px;
background: #fff url(../images/gr-right.gif) repeat-y scroll right center;
}
#bd .bdBottomBorder {
padding-top: 10px;
margin-right: 8px;
background: #fff url(../images/gr-bottom.gif) repeat-x scroll left top;
}

#bd .logo {
	position: absolute; top: 0px; right: 2px;
}

#bd .dataSection {
	background-color: #EDEEEE;
}
#bd .nav_menu {
	height: 60px; background-color: #656972; position: relative;
}
#bd .nav_menu ul {
	margin:0pt;
	padding:0pt;
	text-align: left;
	position: absolute; bottom: 0px;
}
#bd .nav_menu ul li {
	list-style: none;
	margin: 0px 0px 0px 8px;
	padding: 0pt;
	float: left;
	height: 35px;
}
#bd .nav_menu ul li div {
	float: left; height: 35px;
}
#bd .nav_menu ul li a {
	position: relative;
	display: block;
	font-size: 100%;
	font-family:arial;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 0px 10px 10px;
	float: left;
	color: #fff;
}
#bd .nav_menu ul li a span {
	padding: 10px 13px 10px 10px;
	text-align: center;
}
#bd .nav_menu ul li a.selected {
	background: #EDEEEE url(../images/nav-l.gif) no-repeat top left;
	color: #656972;
}
#bd .nav_menu ul li a.selected span {
	background: #EDEEEE url(../images/nav-r.gif) no-repeat top right;
	padding: 10px 13px 10px 10px;
	text-align: center;
}

#bd .nav_menu ul li a:hover {
	color: #EDEEEE;
}
#bd .nav_menu ul li a.selected:hover {
	color: #656972;
}
#bd .content {
	padding: 15px; text-align: justify;
}

#ft {
	margin-top: 6px;
	margin-right: 11px;
	background-color: #3A4244;
}
#ft .content {
	padding: 10px 15px 10px 15px;
	color: #ddd;
}
#ft .content a {
	color: #ddd;
}
#ft .content .copyright {
	font-size: 85%;
	font-weight: normal;
}
.testimonial_bg {
	position: absolute;
	bottom: 10px;
	width: 100%;
	height: 151px;
	background-color: #fff;
	filter:alpha(opacity=82); opacity: .82;
}
.testimonial {
	position: absolute;
	bottom: 30px;
	padding-right: 11px;
	padding-left: 2px;
	width: 370px;
}
.testimonial blockquote {
	margin: 0px 2px 0px 103px;
	color: #333;
	font-size: 108%;
    text-align: justify;
	padding: 12px 5px 0px 22px;
	background: transparent url("../images/blockquote.gif") no-repeat 0 0;
	font-style: italic;
}
