html, body, form, img {
	padding: 0;
	margin: 0;
	border: 0;
}
html, body {
	font: normal 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #222222;
}
h2, h3, h4 {
	margin: 0;
	padding: 0;
	color: #003e9a;
}
h2 {
	border-bottom: 1px dotted #d2def8;
	margin-bottom: 10px;
	font-size: 25px;
	line-height: 38px;
	font-weight: normal;
}
h3 {
	font-size: 15px;
	padding: 2px 0 4px 0;
	line-height: 16px;
}
h4 {
	font: inherit;
	font-weight: bold;
}
#header {
	height: 118px;
	background: url(hgrad.png) 79px 79px repeat-x;
	padding-top: 20px;
	text-align: center;
}
#header a {
	display: block;
	margin: 0 auto;
	height: 98px;
	width: 600px;
	background: url(logo.png) center center no-repeat;
}
#header span {
	display: none;
}
#wrap {
	margin: 0 auto;
	min-width: 900px;
	max-width: 1400px;
	padding: 0 15px;
}
#navigation {
	width: 270px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	background: url(ngrad.gif) right repeat-y;
}
#navigation .first {
	padding-top: 30px;
	background: url(ngradt.gif) right top no-repeat;
}
#navigation .last {
	padding-bottom: 40px;
	background: url(ngradb.gif) right bottom no-repeat;
}
#navigation a {
	display: block;
	text-decoration: none;
	color: #4d7de3;
	padding: 0 10px 0 40px;
	background: url(nav.png) 6px center no-repeat;
	border-bottom: 1px solid #e4ecfb;
	font-size: 15px;
	height: 39px;
	line-height: 38px;
	white-space: normal;
	overflow: hidden;
}
#navigation a:hover {
	text-decoration: underline;
	background-color: #edf2fc;
	background-image: url(navh.png);
	border-right: 3px solid #b8cbf4;
	border-bottom-color: #dbe5f9;
}
#navigation a.action, #navigation a.action:hover {
	background-color: #4d7de3;
	background-image: url(nava.gif);
	border-right: 3px solid #003e9a;
	border-bottom-color: #003e9a;
	color: #ffffff;
}
#content {
	margin-left: 290px;
	padding-top: 31px;
	line-height: 18px;
	font-size: 14px;
	min-width: 500px;
}
#content p {
	margin: 0 0 10px 0;
}
#footer {
	clear: both;
	background: #4d7de3 url(wgrad.gif) top repeat-x;
	color: #ffffff;
	text-align: center;
	padding: 35px 0 25px 0;
}
#footer p {
	margin: 0;
}
#footer a {
	color: #ffffff;
}
.phone, .email {
	white-space: nowrap;
}

