  

/* @group reset */

body {
	color: #000;
	background: #4A91BF url(/images/global/background-gradient.jpg) repeat-x;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

label
{
	display:block;
	font-weight:bold;
	padding-top:10px;
}

hr
{
	border: 0;
	color: #FFF;
	background-color: #FFF;
	height: 5px;
}

hr.events
{
	border: 0;
	color: #FFF;
	background-color: #FFF;
	height: 1px;
	margin: 20px 0 25px 0;
}


.form-field
{
	border: 1px solid #4A91BF;
}


h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup,sub {
	line-height: -1px;
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

body {
	text-align: center;
}

/* @end */

/* @group fonts */

body {
	font: 13px/1.22 arial,helvetica,clean,sans-serif;
	*font-size: small;
	*font: x-small;
}

table {
	font-size: inherit;
	font: 100%;
}

pre,code,kbd,samp,tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 99%;
}

/* @end */

#custom-doc {
	width:61.54em;
	min-width:800px;
	margin:auto;
	text-align:left;
	background:url(/images/global/content-main-background.png) repeat-y;
}


#ft {
	clear: both;
	background-image: (/images/global/bottom-footer.jpg) top no-repeat;
}

.sidebar ul {
	
	margin: 15px 0 0px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #303532;

	
}



.sidebar h2 {
	font-size: 17px;
	color: #4991BF;
	font-style: italic;
	}

.sidebar blockquote li {
	margin: 0px 0 0 48px;
	font-weight: normal;
	color: #2F3431;
	width: 135px;
		border-bottom: 1px solid #ccc;
		padding: 2px;
		font-size: 12px;;

}

.td-sub-nav a {
	color: #2F3431;
	text-decoration: none;
	padding:3px;
	display: block;

}

.td-sub-nav a:hover {
	color: #fff;
	padding:3px;
	background: #4991BF;
	
	text-decoration: none;


}


.td-nav a {
	color: #2F3431;
	text-decoration: none;
	padding:3px;
	display:block;

}

.td-nav a:hover {
	color: #fff;
	background: #4991BF;
	padding:3px;
	
	text-decoration: none;


}

.content-links {
	color: #2F3431;
	text-decoration: none;
}


#yui-main {
	width: 100%;
	float: right;
	margin-left: -25em;
}


.sidebar {
	float: left;
	width: 180px;
	margin-left: 15px;
	position: relative;
	z-index:2;	
}


.main {
	margin: 18px 50px 20px 230px;
	width: 535px;
	*width: 39em;
	color: white;
	line-height: 1.7em;
	position: relative;
	z-index:1;
}

.main p {
	padding-bottom: 10px;
	line-height: normal;
}

.main ul, ol {
	margin: 0 0 10px 25px;
	line-height: normal;	
}

.main li {
	list-style: disc;
	padding-bottom: 5px;
}

.main h1 {
	
	font-size: 29px;
	padding-bottom: 15px;
	margin-right: 15px;
	font-weight: bold;
	font-style: italic;
	line-height: normal;
	
}

.main h2 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin: 20px 15px 10px 0;
}

.main h3 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin: 20px 15px 5px 0;
}

.main h4 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin: 5px 15px 5px 0;
}

.main a {
	text-decoration: none;
	border-bottom: 1px solid #fff;
	color: white;
}

.main a:hover {
	text-decoration: none;
	background-color: white;
	color: #4991BF;
}

a.main-body-links {
	color: white;
	padding: 3px;
	
}

a:hover.main-body-links  {
	background: #FFF;
	color: #4991BF;
	padding: 3px;
	text-decoration: none;
}


.reversed
{
	background: #FFF;
	color: #4991BF;
	padding: 0 3px;
	border-bottom: 1px solid #fff;
}

.td-nav {
	padding:15px 5px;
	font-size:14px;
	font-weight:bold;
}
.td-nav-icon {
	padding:10px 5px;
}
.td-sub-nav {
	padding:2px 0 2px 8px;
	border-bottom:1px solid #CCC;
}
#mission-container {
	margin:30px 19px 50px 15px;
}
#footer-graphic {
	background:url(/images/global/bottom-footer.jpg) top no-repeat;
	height:12px;
	clear:both;
	overflow: hidden;
}
#footer-copyright {
	width:750px;
	margin: 5px auto;
	clear:both;
	color:#FFF;
	text-align:right;
}
.page-image {
	float:right;
	margin:10px 15px 15px 15px;
	padding:5px;
	background-color:#fff;
}
.main .content-container {
	width:320px;
	float:left;
}

@charset "UTF-8";

.highslide {
	cursor: url(/utilities/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 0px solid gray;
}
.highslide:hover img {
	border: 0px solid white;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}

.highslide-caption a {
color:#333;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
text-decoration:none;
}

.highslide-caption a:hover {
color:#60503E;
	border-bottom: 1px dotted #999;

}

.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(/utilities/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: white;
    text-decoration: none;
	font-size: 5px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
}

a.highslide-full-expand {
	background: url(/utilities/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

.highslide-html {
    background-color: white;
    color: #333;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 400px;
    padding: 5px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

