@charset "utf-8";

@import url(base.css);
@import url(inside_nav.css);

h1 a {
	color: #FFF;
	height: 130px;
	width: 138px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	left: 32px;
	top: 7px;
	z-index: 4;
}
h1 a span {
	background: url(../images/global/logo.png) no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
h2 {
	background: url(../images/global/PageTitleBar.png) repeat-x left bottom;
	width: 760px;
	color: #16539B;
	font: normal 22px/25px "Arial Narrow", Arial, Helvetica, sans-serif;
	letter-spacing: 0.25px;
	padding: 35px 0px 5px 22px;
	position: absolute;
	left: 13px;
	top: 129px;
	z-index: 1;
}
.attention {
	background: #eaeaea;
	margin-right: 24px;
	padding: 4px 8px;
	border: solid 1px #bbb;
}
#content {
	float: left;
	clear: left;
	width: 420px;
	padding: 2px 0 36px 24px;
	margin: 200px 0px 0px 12px;
	font: 13px/1.6em "Arial Narrow", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
#content p {
	font: 13px/1.6em "Arial Narrow", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
#content h3 {
	color: #BA9852;
	font-size: 16px;
	line-height: 1.1em;
	letter-spacing: 0.25px;
	font-weight: normal;
	float: left;
	clear: left;
	width: 420px;
	margin: 12px 0 10px;
}
#content a:link, #content a:visited {
	color: #16539B;
}
#content a:hover, #content a:focus {
	color: #777777;
}
#content a img {
	border: 1px solid #D9D9D9;
}
#content a:hover img, #content a:focus img {
	border: 1px solid #16539B;
}
#content ul {
	float: left;
	clear: left;
	width: 420px;
}
#content li {
	list-style: none;
	background: url(../images/global/bullet.gif) no-repeat 0px 8px;
	margin-left: 24px;
	padding-left: 8px;
}
#content form {
	padding-top: 10px;
}
#content form fieldset {
	float: left;
	clear: both;
	margin-bottom: 10px;
}
#content form input, #content form textarea {
	font-size: 12px;
	letter-spacing: 0.5px;
	margin: 1px 4px;
}
#content form .fields input {
	border: 1px solid #777;
	background: #FFF;
	float: right;
	display: inline;
	padding: 3px;
}
#content form fieldset textarea {
	border: 1px solid #777;
	background: #FFF;
	display: inline;
	padding: 3px;
}
#content form div {
	clear: left;
	float: left;
	width: 320px;
	margin-bottom: 5px;
	padding: 3px 4px;
	border: 1px solid #CCC;
	background: #eaeaea;
}
#content form label {
	display: block;
	float: left;
	width: 10em;
	line-height: 2em;
	font-size: 11px;
	text-indent: 2px;
}
#content form select {
	font-size: 11px;
	letter-spacing: 0;
	border: 1px solid #777;
	background: #FFF;
	margin: 0 4px;
}
#submit {
	padding: 4px;
	clear: both;
	float: left;
	background: #CCC;
	border: 1px solid #333;
	cursor: pointer;
}
blockquote {
	font: 14px/1.6em "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #fff;
	background: #7f7f7f;
	display: inline;
	float: left;
	clear: left;
	width: 506px;
	margin-left: 13px;
	padding-bottom: 20px;
	cursor: pointer;
}
blockquote.no_hover {
	cursor: text;
}
blockquote a {
	color: #FFF;
	display: block;
	width: 100%;
	height: 100%;
}
.pretty-hover {
	background: #555;
}
blockquote div {
	background: url(../images/global/big_quote_left.png) no-repeat 23px 8px;
	padding-top: 10px;
}
blockquote h3 {
	font: normal 12px "Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: #3f3f3f;
	padding: 4px 0;
}
blockquote h3 span {
	letter-spacing: 0.25px;
	background: url(../images/global/White_Arrow.png) no-repeat right 4px;
	margin: 0 24px;
	padding-right: 20px;
}
blockquote h3 span.no_arrow {
	background: url(none);
}
blockquote p {
	margin: 9px 24px 0;
}
blockquote div p {
	margin: 9px 52px 0;
}
blockquote p span {
	background: url(../images/global/big_quote_right.png) no-repeat right bottom;
	padding: 0 30px 14px 0;
}
#sidebar {
	display: inline;
	float: right;
	width: 270px;
	margin: 278px 13px 0px 0px;
}
#sidebar img {
	float: right;
	border: 3px solid #D9D9D9;
	margin: 8px 2px 0px 0px;
}
