/* A font from FontSite: http://www.fontsite.com */

/* Disabled until font-adjust-size is supported everywhere (and Webkit changes
   to show custom-font text before the font's downloaded).
@font-face {
	font-family: CartoGothic;
	src: url(fonts/CartoGothicStd-Book.otf);
}
@font-face {
  font-family: CartoGothic;
  font-weight: bold;
  src: url(fonts/CartoGothicStd-Bold.otf);
}
@font-face {
  font-family: CartoGothic;
  font-style: italic;
  src: url(fonts/CartoGothicStd-Italic.otf);
}
@font-face {
  font-family: CartoGothic;
  font-weight: bold;
  font-style: italic;
  src: url(fonts/CartoGothicStd-BoldItalic.otf);
}
*/

body {
	color: #eeeeee;
	text-align: center;
	background: #2b598c url(grad.png) left bottom repeat-x;
	font-family: verdana;
}
h2 {
	font-family: cartogothic, "trebuchet ms", helvetica, arial, sans-serif;
	color: white;
	letter-spacing: -.02em;
}
a {
	color: white;
}
a:hover {
	color: white;
}
#skiplinks {
	font-size: .8em;
	float:right;
	padding-right: 40px;
	color: #3e6ba0;
}
#skiplinks a {
	color: #3e6ba0;
}
#header {
	background: #130000 url(./back2.jpg);
	border-bottom: 2px solid white;
}
h1 {
	font-size: 4em;
	color: white;
	font-family: "trebuchet ms", tahoma, helvetica, serif;
	letter-spacing: -.02em;
	padding-top: .15em;
	padding-bottom: .15em;
	padding-left: 40px;
	clear:right;
}
#nav {
	background: white;
	height: 6px;
	padding-top: 2px;
}
#nav, #contact {
	/* bizarre */
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	/* in case moz switches to standard property with prefix */
	-moz-border-bottom-left-radius: 8px;
	-moz-border-bottom-right-radius: 8px;
	/* webkit */
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	/* and the standard */
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
#nav ul {
	margin: 0 30px 1.5em 0;
	padding:0;
	float: right;
	display:inline;
	position: relative;
	top: -4px;
	list-style-type: none;
	line-height: 1;
	-moz-border-radius-bottomleft: 1em;
	-moz-border-radius-bottomright: 1em;
	-moz-border-bottom-left-radius: 1em;
	-moz-border-bottom-right-radius: 1em;
	-webkit-border-bottom-left-radius: 1em;
	-webkit-border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	background: white;
}
#nav li {
	float: left;
	padding-bottom: 4px;
	padding-right: 1em;
	padding-top: 4px;
}
#nav li:hover {
	background: #e3f0fb;
}
#nav li.first:hover {
	-moz-border-radius-bottomleft: 1em;
	-moz-border-bottom-left-radius: 1em;
	-webkit-border-bottom-left-radius: 1em;
	border-bottom-left-radius: 1em;
}
#nav li.last:hover {
	-moz-border-radius-bottomright: 1em;
	-moz-border-bottom-right-radius: 1em;
	-webkit-border-bottom-right-radius: 1em;
	border-bottom-right-radius: 1em;
}
/* could use :-first-child, but no IE6 support */
#nav li.first a {
	border-left: none;
}
#nav a {
	display:block;
	border-left: 1px solid #2b598c;	
	color: #2b598c;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 1em;
}
.container {
	margin: 0 auto;
	text-align: left;
	min-width: 760px;
	max-width: 960px;
}
.content {
	padding: 0 22px 40px 22px;
	margin: 0 10px;
}
.top {
	margin: 0 10px;
}
#intro_shadow_left {
	background: url(grad_left.png) left bottom no-repeat;
	padding-left: 22px;
}
#intro_shadow_right {
	background: url(grad_right.png) right bottom no-repeat;
	padding-right: 22px;
}
#intro {
	background: url(grad.png) left bottom repeat-x;
	min-height: 362px;
	padding: 0 30px;
}
.intro_l {
	width: 50%;
	float:left;
	margin-bottom: 1em;
}
.intro_r {
	width: 45%;
	float:right;
	margin-bottom: 1em;
	/*
	font-family: cartogothic, "trebuchet ms", helvetica, arial, sans-serif;
	font-size-adjust: 0.6;
	*/
}
.intro_l ul {
	margin:0;
	padding:0;
	margin-left: 16px;
}
.intro_l li {
	font-size: 1.25em;
	font-family: helvetica, arial, sans-serif;
	margin-bottom: .5em;
	list-style-type: none;
	background: url(bullet_arrow.png) left center no-repeat;
	padding-left: 32px;
}
p#bottomnote {
	margin:0;
	padding: 2em 20px;
	border-top: 1px solid #557aa3;
	background: #3b689d;
}
p#footer {
	margin:0;
	text-align: center;
	padding: 1em 0;
	border-top: 1px solid #557aa3;
	font-size: .9em;
}
p {
	margin-bottom: 1.5em;
	text-indent: .5em;
}
p.first {
	text-indent: 0;
}
p#sig {
	text-align: right;
	padding-right: 2em;
	margin-bottom: 0;
}
div.site {
	padding: 3em 2em 2em 2em;
	border-top: 1px solid #557aa3;
	background: url(divider_shadow.png) top left repeat-x;
	clear: both;
}
div.site img {
	padding: 4px;
	float: left;
	border: 1px solid white;
	margin-bottom: 2em;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.25);
	box-shadow: 0 0 20px rgba(0,0,0,.25);
}
div.site p {
	padding-left: 290px;
}
div.site h2 {
	font-size: 2em;
	margin-bottom: 1.2em;
}
div.site h2 a {
	padding-left: 30px;
}
div.site a:hover {
	color: white;
}
div.site a:hover img {
	background-color: white;
}
.clear {
	clear:both;
}
.link_email {
	background: url(envelope.png) right center no-repeat;
	padding-right: 28px;
}
.link_home {
	background: url(xhva_char_small.png) right center no-repeat;
	padding-right: 36px;
}
#up {
	display:block;
	text-align:center;
}
#up:hover {
	background: #235588;
}
#up img {
	vertical-align:bottom;
}
#contact {
	background: white;
	color: black;
	margin: 0 0 20px 0;
}
#contact form {
	padding: 0 22px 10px 22px;
}

#ie6warning {
	display: none;
	background: #EFE259;
	padding: 20px;
	border: 1px double black;
	color: black;
}
#ie6warning p {
	text-indent: 0;
	padding-right: 100px;
}
#ie6warning img {
	margin-top: 0;
}
#ie6warning a {
	color: blue;
}
#ie6warning #icons {
	width: 110px;
	float: right;
}
