@charset "utf-8";
/* CSS Document */

@import "reset.css";
@import "grid.css";

body {
	background: #515c63 url(../images/master/bg.png) repeat-x;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
}

p {
	color: #333;
	font-size: 11px;
	margin-bottom: 15px;
	line-height: 1.5;
}

small {
	font-size: 10px;
	font-weight: normal;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#doc {
	background: url(../images/master/hd_bg.jpg) no-repeat center top;
	margin: 0 auto;
	width: 100%;
}

/********** wrap **********/

#wrap {
	background: url(../images/master/bd_bg.png) no-repeat center top;
	margin: 0 auto;
	margin-top: 95px;
	padding: 10px 10px 0;
	width: 790px;
}

#wrap hr {
	height: 1px;
	margin: 0;
	padding: 0;
}

/********** logo **********/

#logo {
	background: transparent url(../images/master/logo.png) no-repeat left top;
	height: 163px;
	position: absolute;
	top: 89px;
	margin-left: 15px;
	width: 197px;
}

/********** nv **********/

#nv {
	margin: 0 20px;
	overflow: hidden;
}

#nv ul {
	float: right;
}

#nv ul li {
	display: block;
	float: left;
}

#nv ul li span {
	color: #333;
	display: block;
	font: 14px/normal Verdana, Arial, Helvetica, sans-serif;
	padding: 15px;
}

#nv ul li.selected span {
	background: #000;
	color: #eee;
}

#nv ul li a:link, #nv ul li a:visited { color: #333; text-decoration: none; }
#nv ul li a:hover span { color: #006699; }

#nv ul li.last span {
	padding-right: 0;
}

/********** bd **********/

#bd {
	margin: 0 20px;
}

#bd h1 {
	color: #006699;
	font:  normal 26px/normal Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	letter-spacing: -1px;
}

#bd h2 {
	color: #333;
	font: bold 14px/normal Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	letter-spacing: -1px;
}

#bd h3 {
	font: bold 12px/normal Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}

#bd h4 {
	font-weight: bold;
	margin-bottom: 5px;
}

#bd ul {
	margin-bottom: 15px;
}

#bd ul li {
	background: url(../images/note_bullet.gif) no-repeat left 7px;
	color: #333;
	font-size: 11px;
	line-height: 1.5;
	padding-left: 8px;
}

#bd ul li ul {
	margin-bottom: 0;
}

#bd ul li ul li {
	margin-left: 10px;
}

#bd a:link, #bd a:visited {
	color: #006699;
}

#bd a:hover {
	color: #0088cc;
}

/********** ft **********/

#ft {
	background: url(../images/master/ft_bg.png) no-repeat center bottom;
	color: #333;
	padding: 20px 10px 30px;
	margin: 0 auto 10px;
	text-align: center;
	width: 790px;
}

#ft small {
	padding-bottom: 20px;
}

/********** contact form **********/

form p {
	margin-bottom: 10px;
}

label {
	display: block;
	margin-bottom: 5px;
}

.textbox {
	color: #333;
	font: normal 11px/normal Verdana, Arial, Helvetica, sans-serif;
	width: 260px;
}

.action {
	text-align: right;
}

.action input {
	color: #333;
	font: normal 11px/normal Verdana, Arial, Helvetica, sans-serif;
}

/********** classes **********/

p.intro {
	font-size: 12px;
	font-weight: bold;
}

div.ft_hr {
	background: url(../images/master/ft_hr.gif) no-repeat;
	font-size: 2px;
	height: 2px;
	margin: 0;
	overflow: hidden;
}

div.clear {
	clear: both;
	height: 0px;
	margin: 0;
}

div.hr {
	background: url(../images/hr.png) repeat-x;
	font-size: 2px;
	height: 2px;
	margin: 0 0 15px;
	overflow: hidden;
}

.pdf {
	background: url(../images/pdf.gif) no-repeat 0 0;
	padding-left: 20px;
}

.aligncenter {
	text-align: center;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.thumbnails {
	margin-bottom: 0;
}

.thumbnails img {
	margin: 0 10px 5px 0;
}