@charset "utf-8";
html {
	height: 100%;
}
body {
	font: 100% "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
	background: url(bg2.gif) repeat-x #deecf9;
	height: 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #preload {
	display: none;
}
.oneColFixCtrHdr a {
	color: #08385f;
	text-decoration: underline;
}
.oneColFixCtrHdr a:hover {
	color: #0f6bb6;
}
.oneColFixCtrHdr #container {
	position: relative;
	min-height: 100%;
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

* html #container {
	height: 100%;
}
.oneColFixCtrHdr #subnav {
	height: 245px;
	border-top: 1px solid #285984;
	border-bottom: 1px solid #FFF;
	color: #FFF;
}
.oneColFixCtrHdr #header {
	height: 107px;
	padding: 0 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #FFF;
}
.oneColFixCtrHdr #header h1 {
	float: left;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/* margin-right: 425px; */
	padding-bottom: 140px;
}
.oneColFixCtrHdr #mainContent h1 {
	margin: 0;
	font-size:1.5em;
	font-weight: bold;
	color: #05243D;
	margin-top: 10px;
}
.oneColFixCtrHdr h3 {
	margin: 0;
	font-size:1.1em;
	font-weight: bold;
	color: #05243D;
}
.oneColFixCtrHdr h4 {
	display: inline;
	font-size:1em;
	color: #05243D;
}
.oneColFixCtrHdr #footer {
	height: 100px;
	background: url(footerbg.gif) repeat-x #06192A;
	color: #FFF;
	position: relative;
	margin: 0;
	margin-top: -120px;
	padding-top: 20px;
}
.oneColFixCtrHdr #footer #fcontainer {
	width: 850px;
	margin: 0 auto;
	font-size: .8em;
	line-height: 200%;
}
.oneColFixCtrHdr #floatright {
	margin-top: 15px;
	float: right;
	
}
.oneColFixCtrHdr #navbar {
	margin-top: 20px;
	float: right;
}

.oneColFixCtrHdr #navbar a {
	font-size:  1.2em;
	font-weight: bold;
	color: #9ccffc;
	text-decoration: none;
}

.oneColFixCtrHdr #navbar a:hover {
	color: #cee8ff;
	border-bottom: 2px dotted #9ccffc;
}

.oneColFixCtrHdr #navbar p {
	margin: 0;
	
}
.oneColFixCtrHdr #navbar #selected a {
	color: #FFF;
	font-variant: small-caps;
	border: none;
	
}
.oneColFixCtrHdr #navbar img {
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.oneColFixCtrHdr #contact {
	text-align: right;
	font-size: .9em;
	color: #ddeefc;
	
}
.oneColFixCtrHdr #contact p {
	margin: 0;
	
}
.oneColFixCtrHdr #footer p {
	text-align: left;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer a {
	text-decoration: none;
	color: #9ccffc;
}
.oneColFixCtrHdr #footer a:hover {
	text-decoration: underline;
}
.oneColFixCtrHdr #rightpanel {
	float: right;
	width: 360px;
	padding: 20px;
	padding-top: 40px;
}
.oneColFixCtrHdr .inlinepanel {
	font-size: 12px;
	width: 320px;
	padding: 20px;
	background: #FFF;
	border: 2px solid #CCDAE5;
	margin: 0 0 20px;
}
.oneColFixCtrHdr .inlinepanel h4 {
	font-size: 14px;
}
.oneColFixCtrHdr .inlinepanel h3 {
	font-size: 16px;
}
.oneColFixCtrHdr .inlinepanel ul {
	margin: 0;
	margin-top: 15px;
	margin-left: 10px;
	padding: 0;
	list-style: none;
}
.oneColFixCtrHdr .inlinepanel ul li {
	padding-left: 10px;
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: .5em .25em;
	padding-bottom: 10px;
	padding-left: 2em;
}
.oneColFixCtrHdr #navright {
	width: 410px;
	height: 245px;
	float: right;
}
.oneColFixCtrHdr #navright .outer {
	margin: 0;
	padding: 0;
	background: url(navbar_short_arrow5.png) left bottom;
	
}
.oneColFixCtrHdr #navright .outernavlast {
	margin: 0;
	padding: 0;
	background: url(navbar_short_arrow5.png) top left;
}
.oneColFixCtrHdr #navright #selected {
	margin: 0;
	padding: 0;
	background: url(navbar_short_arrow5.png) -410px 0;
	color: #FFF;
}
.oneColFixCtrHdr #navright a {
	display: block;
	background: url(navbar_short_arrow5.png) left bottom;
	text-decoration: none;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	color: #09355c;
	padding: 7px;
	line-height: 30px;
	padding-left: 57px;
	width: 346px;
	height: 35px;
}
.oneColFixCtrHdr #navright #selected a {
	background-position: -410px 0;
	color: #FFF;
}
.oneColFixCtrHdr #navright #navlast {
	background-position: top left;
}
.oneColFixCtrHdr #navright a:hover {
	background-position: -410px 0;
	color: #FFF;
}
.oneColFixCtrHdr #navright #navlast:hover {
	background-position: -410px 0;
	color: #FFF;
}
.oneColFixCtrHdr blockquote {
	background: transparent url(open_quote.gif) no-repeat 0 0;  
}
.oneColFixCtrHdr blockquote cite {
	font-style: italic;
}
.oneColFixCtrHdr blockquote .last {
	padding-left: 45px;
}
.oneColFixCtrHdr blockquote .first { 
margin-top: 0; 
text-indent: 22px; 
font-size: 16px; 
margin-bottom: 0.7em;
}
.oneColFixCtrHdr .lastword { 
padding: 0 22px 0 0; 
background: transparent url(close_quote.gif) no-repeat right top; 
}
.oneColFixCtrHdr .imageleft {
	padding: 1px;
	display: inline;
	background: #45769e;
	border: 4px solid #87B4D8;
	margin: 10px 20px 5px 0;
	float: left;
}
.spacer { height: 50px; }
.error {
	font-weight: bold;
	color: #ba0000;
}

.item-collapse {
	padding-left: 30px;
}

.item-collapse h3 {
	font-size: 1.05em;
	line-height: 1.8em;
	position: relative;
}

.item-collapse h3::before {
	content: '−';
	position: absolute;
	left: -20px;
	color: 
	#9CCFFC;
	font-size: 1.5em;
	top: -3px;
}

.item-collapse h3.close::before {
	content: '+';
}

.item-collapse h3 a {
	text-decoration: none;
}

#video-list {
	padding: 0;
    list-style-type: none;
}

#video-list li {
    float: left;
}

#video-list a {
	display: block;
	width: 185px;
    margin-right: 10px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

#video-list a img {
	border: 6px solid white;
}

#video-list li:last-child {
    margin-right: 0;
}

#homelogo {
	width: 308px;
	height: 60px;
	margin-top: 25px;
	float: left;
}

/* Who We Are */

.userblock {
    float: left;
    margin-right: 3em;
}

.userblock a {
    text-decoration: none;
}

.userblock h4 {
    color: #5ea4e1;
    font-style: italic;
}

.userblock h3 {
    font-size: 1.3em;
}

.userblock img {
    padding: 1px;
    display: inline;
    background: #45769e;
    border: 4px solid #87B4D8;
}