@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,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,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
b, strong {font-weight:bold;}
i, em{font-style:italic;}
ol,ul {
	/*list-style:none;*/
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

body{
	font-family:Verdana, Geneva, sans-serif;
	position:absolute;
	width:100%;
	background-image:url('../img/bg03.jpg');
	background-position:top center;
	background-attachment:fixed;
	font-size:11px;
	padding-right:0px !important;/*fix for FCKeditor*/
}
body.content {/*FCKeditor*/
	position:relative;
	overflow:hidden;
	overflow-y:scroll;
	width:445px;

}


body.home-page{
	background-image:url('../img/bg01.jpg');
	background-position:top center;
	background-attachment:fixed;
}

a {text-decoration:none;outline:none;}

.body {
	margin:0px auto;
	width:990px;
	/*background-color:#ffffff;*/
}
.header {
	width:990px;
	height:112px;
	background-color:#ffffff;
}
.header .logo {
	padding:21px 0 0 17px;
}
.header .form {
	clear:right;
	float:right;
}
.header .title {
	padding:0 0 0 225px;
	margin:0;
	font-size:23px;
	color:#003f62;
	position:relative;
	top:-3px;
	height:24px;
	float:left;
}
.header .title h1{float:left;}
.header .underline {
	background-color:#abe1f5;
	width:487px;
	height:1px;
	margin:3px 0 0 225px;
	clear:left;
	overflow:hidden;
}
.header .menu{
	padding:50px 30px 0 0;
	float:right;
	color:#003f62;
	height:12px;
	margin:0;
	text-align:right;
	color:#003f62;
	font-size:10.5px;
}
.header .menu a, .header .menu a:visited {
	color:#003f62;
}
.header .menu a:hover{color:#00a8e7;}
.header .search{
	clear:right;
	padding:25px 30px 0 0;
	float:right;
	color:#003f62;
	height:12px;
	margin:0;
	text-align:right;
	color:#003f62;
	font-size:10.5px;
	width:260px;
}
.header .search .text{
	padding:1px 10px 0 0;
	vertical-align:top;
	width:167px;
	float:right;
}
.header .search .text input{
	width:167px;
	font-size:13px;
	border:1px solid #0682C6;
	height:17px;
	padding-top:2px;
}
.header .search-label{
	position:absolute;
	display:block;
	height:20px;
	width:166px;
	background:url('../img/google-search.gif') no-repeat center left;
	margin-left:26px;
	margin-top:2px;
	cursor:text;
}
.header .search .button{
	margin:0;
	vertical-align:top;
	float:right;
}
.header .search .button input{
	margin:0;
}
.middle {
	background-color:#ffffff;
	padding-bottom:38px;
}
.middle .menu {
	float:left;
	width:190px;
	padding-left:10px;
	margin-bottom:100px;
	line-height:1em;
}
.middle .menu ul{
	padding-left:21px;
	font-size:13.5px;
	list-style-type:none;
}
.middle .menu ul ul{
	padding-left:17px;
	font-size:11px;
}
.middle .menu ul ul ul{
	padding-left:23px;
}
.middle .menu ul li{
	display:list-item;
	background-image:url('../img/menu-border.gif');
	background-position:left bottom;
	background-repeat:repeat-x;
	padding-bottom:7px;
	margin-top:3px;
	margin-bottom:4px;
}
.middle .menu ul ul li{
	background-image:none;
	margin:6px 0 0 0;
	padding-bottom:2px;
	margin-bottom:0px;
}


/* to use with jQuery for menu */
.middle .menu li.jopen {
	list-style-image:url('../img/menu-arrow.gif');
}
.middle .menu li li.jopen {
	list-style-image:url('../img/menu-arrow-small-dark.gif');
}
.middle .menu li.jhover {
	list-style-image:url('../img/menu-arrow.gif');
}
.middle .menu li li.jhover {
	list-style-image:url('../img/menu-arrow-small-over.gif');
}
.middle .menu li.jhover a{
}
.middle .menu li li.jhover a{
}
.middle .menu li.jopen a{
	color:#003f62;
	font-weight:bold;
}
.middle .menu li.jopen li.jopen a{
	color:#003f62;
	font-weight:bold;
}
/* end jQuery menu */

.middle .menu li.selected {
	list-style-image:url('../img/menu-arrow.gif');
}
.middle .menu li.selected-down {
	list-style-image:url('../img/menu-arrow-down.gif');
}
.middle .menu li li {
	list-style-image:url('../img/menu-arrow-small.gif');
}
.middle .menu li li.selected {
	list-style-image:url('../img/menu-arrow-small-dark.gif');
}
.middle .menu li li.selected-down {
	list-style-image:url('../img/menu-arrow-small-down-dark.gif');
}


.middle .menu ul li ul li.selected a{
	color:#004063 !important;
	font-weight:bold !important;
}
.middle .menu ul li ul li.selected ul a
{
	font-weight:normal !important;
	color:#999999 !important;
}
.middle .menu ul li a{
	color:#0682c6;
	letter-spacing:-0.4px;
	display:block;
}
.middle .menu ul ul a, .middle .menu ul li.selected ul li a, .middle .menu ul li.selected-down ul li a, .middle .menu ul li ul li.selected-down ul li a,
.middle .menu ul li.jopen ul a, .middle .menu ul li.jopen li.jopen ul a{
	color:#999999;
	letter-spacing:0px;
	line-height:12px;
	font-weight:normal;
	padding:0;
}
.middle .menu ul li.selected a, .middle .menu ul li.selected-down a, .middle .menu ul li a:hover,
.middle .menu ul ul li.selected a, .middle .menu ul li ul li.selected-down a, .middle .menu ul ul li a:hover{
	color:#003f62;
	font-weight:bold;
	letter-spacing:-0.5px;
}
.middle .menu ul ul li a:hover,.middle .menu ul li.jopen ul li a:hover, .middle .menu ul li.jopen li.jopen ul li a:hover, .middle .menu ul li ul li a:hover, .middle .menu ul li ul li ul li a:hover{
	color:#0682c6 !important;
	font-weight:normal;
	letter-spacing:0px;
}
.middle .left-banner{
	position:absolute;
	bottom:85px;
	margin-left:18px;
	clear:both;
}
.middle .menu ul ul, .middle .menu ul ul ul, .middle .menu ul ul ul ul {display:none;}

.content {
	float:right; 
	width:741px;
	padding-right:24px;
}
.content #flash-banner{height:213px;width:737px;}
.content .top-banner-holder{
    margin:6px 0 1px 0;
}
.content .featured-video {
	background-image:url(../img/video-background.png);
	background-repeat:no-repeat;
	width:496px;
	height:210px;
	margin:22px 0 0 2px;
	float:left;
}
.content .featured-video-2, body.featured-video-2 {
	background-image:url(../img/video-background-2.png);
	background-repeat:no-repeat;
	width:496px;
	height:167px;
	margin:22px 0 0 2px;
	float:left;
}
.content .featured-video-2 .video, body.featured-video-2 .video{
	padding:9px 10px 0 16px;
	float:left;
}
.content .featured-video .video div{
	width:218px;
	height:177px;
	background-image:url(../img/sample-video.jpg);
}
.content .three-column .home-right-column .text
{
    padding-bottom:5px;
}
.content .three-column .home-right-column .text h2{
    margin-left:0;
    margin-right:20px;
    margin-top:9px;
}
.content .three-column .home-right-column .text p{
    line-height:15px;
}
.content .featured-video-2 .text, body.featured-video-2 .text{
	float:left;
	width:210px;
	padding:10px 20px 0 2px; 
}
.content .featured-video-2 .text h2, body.featured-video-2 .text h2{
	font-size:17px;
	color:#003f62;
	font-weight:bold;
	letter-spacing:-0.6px;
	padding:14px 0 7px 0;
}
.content .featured-video-2 .text h3, body.featured-video-2 .text h3{
	font-size:12px;
	color:#003f62;
	font-weight:bold;
	letter-spacing:-0.4px;
	margin:1px 0;
}
.content .featured-video-2 .text p, body.featured-video-2 .text p{
	font-size:11px;
	color:#003f62;
	font-weight:normal;
	margin:12px 0 0 0;
	line-height:16px;
	height:117px;
	overflow:hidden;
}
.content .featured-video .text a,.content .featured-video .text a:visited{
	font-size:10.5px;
	color:#ffffff;
	font-weight:bold;
	letter-spacing:-0.7px;
	margin:0;
	line-height:14px;
	display:block;
}
.content .three-column .home-right-column #video-holder, body.column #video-holder{
    padding:10px 0 10px 0;
}
.content .news-list, .content .news-item{
	float:left;
	margin:12px 0 0 0px;
	width:498px;
}

.content .news-list .article{
	background-image:url('../img/list-bg.gif');
	padding:29px 22px 0 21px;
	position:relative;
}
.content .news-list .top-article{
	background-image:url('../img/list-bg-top.gif');
	padding-top:22px !important;
}
.content .news-list .article .date{
	font-size:11px;
	color:#0682c6;
}
.content .news-list .article h2{
	font-size:17px;
	color:#003f62;
	padding:2px 0 6px 0;
	border-bottom:1px solid #abe1f5;
	margin-bottom:10px;
	width:210px;
	letter-spacing:-0.5px;
}
.content .news-list .article .copy, body.copy{
	font-size:13px;
	line-height:16px;
	letter-spacing:-0.3px;
}
.content .news-list .article a, .content .news-list .article a:visited{
	font-size:11px;
	color:#0682c6;
	line-height:17px;
	display:block;
}
.content .news-list .article img {
	float:right;
	padding-bottom:14px;
	padding-left:10px;
	/*height:190px;*/
	width:200px;
	position:relative;
}
.content .news-list .article .bottom{
	margin-top:10px;
	height:1px;
	background-image:url('../img/list-bg-line-blue.gif');
	clear:both;
	overflow:hidden;
}

.content .news-item .holder, body.content .holder{
	background:url('../img/map-bg.gif') top center no-repeat;
	padding:20px 22px 0 21px;
	position:relative;
	width:455px;
	overflow:hidden;
}
.content .news-item img.main-image, body.content img.main-image{
	height:250px;
	padding-bottom:9px;
	padding-left:0;
}
.content .news-item h2, body.content h2{
	font-size:17px;
	color:#003f62;
	border-bottom: 1px solid #abe1f5;
	letter-spacing:-0.4px;
	padding:4px 0 6px 0;
	font-weight:bold;
}
.content .news-item a.back, body.content a.back{
	display:block;
	font-size:17px;
	font-weight:bold;
	color:#003f62;
	letter-spacing:-0.4px;
}
.content .news-item p.date{
	padding:0px;
}
.content .news-item p, body.content p{
	font-size:11px;
	padding-bottom:17px;
	padding-top:8px;
}
.content .news-item p.first, body.content p.first{
	font-weight:bold;
	font-size:13px;
}
.content .news-item h3, body.content h3{
	font-weight:bold;
	font-size:11px;
	color:#0682c6;
}
.content .news-item a, .content .news-item a:visited, body.content a, body.content a:visited{
	font-size:11px;
	color:#0682c6;
}
.content .news-item a:hover, body.content a:hover{
	color:#00a8e7;
}
.nobg{
	background-image:none !important;
}
.content .right-column{
	float:left;
	width:242px;
}
.content .top-banner, body.top-banner {
	width:182px;
	margin:22px 0 0 6px;
	float:left;
}
.content .mission-bar {
	width:747px;
	margin-left:1px;
	background-image:url(../img/mission-bar.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
.content .mission-bar p{
	font-size:16px;
	color:#003f62;
	padding:16px 14px 10px 14px;
	letter-spacing:-0.8px;
}
.content .three-column{
	width:749px;
	margin:8px 0 0 0;
}
.content .three-column .column{
	width:232px;
	background-image:url(../img/narrow-column.png);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	margin-right:5px;
}
.content .three-column .no-right{
	margin-right:0px !important;
	margin-left:0px;
}
.content .three-column .column h2, body.column h2 {
	font-size:17px;
	color:#003f62;
	border-bottom: 1px solid #abe1f5;
	letter-spacing:-0.4px;
	padding:0 0 6px 0;
}
.content .three-column .wo-photo h2{
	margin:10px 40px 12px 16px;
}
.content .three-column .w-photo h2{
	margin:10px 30px 7px 16px;
}
.content .three-column .column .item{
	border-bottom: 1px dotted #abe1f5;
	padding-bottom:6px;
	margin:0 12px 2px 16px;
}
.content .three-column .wo-photo .item{
}
.content .three-column .w-photo .item{
	padding-top:3px;
}
.content .three-column .column .item .date, .content .news-item .date{
	font-size:10.5px;
	color:#0682c6;
	padding-top:2px;
}
.content .three-column .column .item h3{
	font-size:11.5px;
	color:#003f62;
	font-weight:bold;
	padding:2px 0 0 0;
}
.content .three-column .column .item .description, body.description, body.description *, body.column .text p{
	color:#000000;
	font-size:10.5px;
	line-height:15px;
}

.content .three-column .column .item .description{
	margin-left:84px;
}
.no-left-margin
{
	margin-left:0px !important;
}
.content .three-column .column .item .description a, .content .three-column .column .item .description a:visited,
body.description a, body.description a:visited{
	color:#0682c6;
	font-size:10.5px;
	line-height:15px;
}
.content .three-column .column .item .description a:hover, body.description a:hover{
	color:#00a8e7;
}
.content .three-column .column .go-to, .content .three-column .column .go-to:visited{
	margin:0 0 0 17px;
	color:#0682c6;
	font-size:10.5px;
	font-weight:bold;
}
.content .three-column .column .go-to:hover{
	color:#00a8e7;
}
.content .three-column .column .item img {
	float:left;
	margin:3px 9px 5px 0;
}

.content .right-column .news-archive{
	background-image:url('../img/right-column-bg.gif');
	background-repeat:no-repeat;
	clear:both;
	width:240px;
	margin:0 0 0 6px;
}
.content .right-column .news-archive p{
	font-size:17px;
	color:#003f62;
	padding:20px 0 6px 9px;
	border-bottom:1px solid #abe1f5;
	margin:0 10px 5px 15px;
	letter-spacing:-0.5px;
	display:block;
	clear:both;
}
.content .right-column .news-archive p.bottom{
	padding-top:10px;
}
.content .right-column .news-archive .left-col{
	float:left;
	width:95px;
	padding-left:22px;
}
.content .right-column .news-archive .right-col{
	float:left;
	width:100px;
}
.content .right-column .news-archive a, .content .right-column .news-archive a:visited{
	font-size:15px;
	color:#999999;
}
.content .right-column .news-archive a:hover{
	color:#0682C6;
}
.content .right-column .news-archive a.selected, .content .right-column .news-archive a.selected:hover, .content .right-column .news-archive a.selected:visited{
	color:#003F62;
	font-weight:bold;
	background-image:url(../img/menu-arrow.gif);
}
.content .right-column .news-archive span{
	font-size:15px;
	color:#dfe1e1;
}
.content .right-column .news-archive span, .content .right-column .news-archive a{
	display:block;
	padding:3px 10px 3px 12px;
	margin:1px 0 0 10px;
	background-image:url(../img/menu-arrow-small.gif);
	background-repeat:no-repeat;
	background-position:center left;
	width:60px;
}
.content .right-column .news-archive select{
	margin:7px 10px 11px 25px;
	display:block;
	width:190px;
}
.content .maps-column{
	float:left;
	margin:12px 0 0 0;
	width:498px;
	background:url('../img/map-bg.gif') top center no-repeat;
}
.content .maps-column .map-holder{
	margin:20px 20px 10px 20px;
	width:460px;
	height:340px;
	/*background:url(../img/maps-screenshot.jpg) no-repeat;*/
}
.content .maps-column h2{
	font-size:11px;
	font-weight:bold;
	color:#003f62;
	letter-spacing:-1px;
	border-bottom:1px solid #40beed;
	margin:0 20px;
	padding:5px 15px 9px 15px;
}
.content .maps-column .shop-column{
	float:left;
	border-right:1px dotted #60c9f0;
	margin-top:7px;
}
.content .maps-column .shop-column a, .content .maps-column .shop-column a:visited{
	color:#999999;
	font-size:10.5px;
	padding-left:13px;
	padding-right:5px;
	letter-spacing:-1px;
	display:block;
	line-height:18px;
	background:url(../img/menu-arrow-small.gif) center left no-repeat;
	/*width:120px;*/
}
.content .maps-column .shop-column a:hover{
	color:#0682c6;
	display:block;
	background:url(../img/menu-arrow-small-over.gif) center left no-repeat;
}
.content .maps-column .first{
	padding-left:30px;
	width:137px;
}
.content .maps-column .second{
	padding-left:15px;
	padding-right:5px;
	width:137px;
}
.content .maps-column .third{
	padding-left:15px;
	width:137px;
	border-right:none !important;
}
.content .right-column-simple, body.right-column-simple{
	width:212px;
	background-image:url(../img/narrow-column.png);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	margin-top:15px;
	padding:0 20px 0 15px;
}
.content .three-column .home-right-column
{
    background-image:url(../img/right-column-bg2.gif);
    width:265px;
    margin-top:1px;
}
.content .three-column .home-right-column *
{
    margin:0 10px 0 11px;
}
.content .three-column .home-right-column * *
{
    margin:0;
}
.content .three-column .home-right-column .bottom
{
    background-image:url(../img/right-column-bottom.gif);
    width:265px;
    height:6px;
    margin:3px 0 0 0;
}
.right-column-simple h2{
	font-size:17px;
	color:#003f62;
	border-bottom: 1px solid #abe1f5;
	letter-spacing:-0.4px;
	padding:0 0 6px 0;
	margin:15px 0 1px 0;
}
.right-column-simple .copy{
	border-bottom:1px dotted #60c9f0;
}
.right-column-simple hr
{
	border-style:solid;
	border-color:#60c9f0;
	border-bottom:1px;
	margin:0;
	padding:0;
	height:0;
}
.right-column-simple p{
	padding:8px 0;
	font-size:10.5px;
	letter-spacing:-0.7px;
	line-height:15px;
}

.right-column-simple a, .right-column-simple a:visited{
	color:#0682c6;
}
.right-column-simple a:hover{
	color:#00a8e7;
}
/*.content .right-column-simple a.bottom-link,.content .right-column-simple a.bottom-link:visited{
	color:#0682c6;
	font-weight:bold;
	font-size:10.5px;
	margin:0 15px;
	padding-top:6px;
	display:block;
	letter-spacing:-0.5px;
}*/
.content .right-column-simple a.bottom-link:hover{
	color:#00a8e7;
}
.footer {
	/*background-color:#f4fcfe;*/
	height:40px;
	padding-left:28px;
	padding-top:7px;
	clear:both;
}
.footer p, .footer a, .footer a:visited{
	font-size:9px;
	color:#003f62;
	letter-spacing:-0.6px;
}
.footer a:hover{
	color:#00a8e7;
}
.clear {
	clear:both;
}
h1 {
	font-weight:normal;
	margin-top:-2px;
	letter-spacing:-0.5px;
	display:block;
	height:24px;
}
.space-30{
	padding-left:30px;
}
.space-15{
	padding-left:15px;
}
.space-lots{
	padding-left:580px;
}


.login-form label, .login-form .label {width:85px;text-align:right;padding-right:5px;}
.login-form .checkbox input{width:15px !important;}
.login-form tr td{padding-bottom:10px;}
.login-form .title{text-align:right;}
.login-form div {margin-bottom:10px;}
.login-form input.submit {float:right;width:158px;}
.login-form input {width:150px;margin-right:0px;}
.editor-details{display:none;}
.editor-details label, .editor-edit label{width:130px;display:block;text-align:right;float:left;padding-right:5px;}
.editor-edit .half{float:left; width:360px;}
.content b, .content strong {font-weight:bold;}
.content i, .content em{font-style:italic;}

.normal-page
{
	width:745px;
	background-image:url('../img/bg-wide.gif');
	background-repeat:no-repeat;
}
.content .normal-page .inner
{
	padding:20px 22px 0px 21px;
}
.content .calendar
{
	width:721px;
	background-image:url('../img/bg-wide.gif');
	background-repeat:no-repeat;
	padding:23px 0px 0px 22px;
	margin-top:12px;
}
.content .calendar .instructions
{
	width:460px;
	float:left;
	font-size:13px;
	padding:22px 40px 0 0;
}
.content .calendar .date-pick
{
	width:188px;
	height:90px;
	padding:14px 0 0 22px;
	float:left;
	font-size:12px;
	background:url(../img/date-bg.gif) no-repeat;
}
.content .calendar .date-pick label
{
	clear:both;
	float:left;
	padding-top:5px;
	width:40px;
	text-align:right;
}
.content .calendar .date-pick select
{
	float:left;
	margin-left:20px;
	margin-bottom:20px;
}
.content .calendar .table div
{
	width:702px;
}
.content .calendar .table
{
	background:url(../img/calendar-border.gif) repeat;
	padding:1px 1px 0 0;
	clear:both;
	width:700px;
	overflow:hidden;
	margin-top:20px;
}
.content .calendar .table div div
{
	float:left;
	margin:0 1px 0 0;
}
.content .calendar .t2 div div
{
	padding-top:7px;
	min-height:0 !important;
}
.content .calendar .table div p
{
	text-align:right;
	color:#6d6e71;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	padding:0 2px;
}
.content .calendar .t1 div.header
{
	background-image:url(../img/calendar-t1-header-bg.gif);
	background-repeat:repeat-y;
}
.content .calendar .t1 div
{
	background-image:url(../img/calendar-t1-bg.gif);
	background-repeat:repeat-y;
}
.content .calendar .t2 div.header
{
	background-image:url(../img/calendar-t2-header-bg.gif);
	background-repeat:repeat-y;
}
.content .calendar .t2 div
{
	background-image:url(../img/calendar-t2-bg.gif);
	background-repeat:repeat-y;
}
.content .calendar .table div div
{
	background-image:none;
}
.content .calendar .table div a, .content .calendar .table div a:visited
{
	color:#005581;
	font-size:11px;
	font-weight:bold;
	float:none;
	display:block;
	padding:3px 0 2px 2px;
}
.content .calendar .table div a:hover
{
	color:#00A8E7;
}

.content .calendar .table div
{
	margin-bottom:1px;
}
.content .calendar .table div div
{
	width:99px;
	min-height:30px;
	margin-bottom:0px;
}
.content .calendar .table div.header div.date
{
	width:123px;
}
.content .calendar .table div.header div.event
{
	width:313px;
}
.content .calendar .table div.header div.location
{
	width:240px;
}
.content .calendar .t1 div.date
{
	width:130px;
}
.content .calendar .t1 div.event
{
	width:320px;
}
.content .calendar .t1 div.location
{
	width:247px;
}
.content .calendar .t2 div.date
{
	padding:10px 0 0 7px;
	width:123px;
}
.content .calendar .t2 div.event
{
	width:320px;
}
.content .calendar .t2 div.location
{
	padding:10px 0 0 7px;
	width:240px;
}
.content .calendar .table .clear
{
	height:0px !important;
	overflow:hidden;	
	min-height:0px !important;
	margin:0;
}

.content .calendar .table div div, .content .calendar .table div.header div
{
	margin:0 0 0 1px;
}
.content .calendar .table div.header
{
	background-color:Transparent;
	width:702px;
	margin:0px;
	height:31px;
	color:#005581;
	font-size:12px;
}
.content .calendar .table div.header div
{
	width:92px;
	height:21px !important;
	min-height:21px !important;
	padding:9px 0 0 7px;
}

.content .calendar .table .clear
{
	float:none;
}
.fade10
{
	width:100%;
	height:10px;
	background-image:url('../img/fade10.png');
	background-repeat:repeat-x;
}
.fade20
{
	width:100%;
	height:20px;
	background-image:url('../img/fade20.png');
	background-repeat:repeat-x;
}
.editor{display:none;width:39px;}
.editor a{display:inline !important;}
.editor img{cursor:pointer;}
.middle .menu ul li div {width:170px;}
.middle .menu ul ul li div {width:153px;}
.middle .menu ul ul ul li div {width:130px;}
.middle .menu ul li div div, .middle .menu ul ul li div div, .middle .menu ul ul ul li div div {width:auto;}

.movedown {margin-top:5px;}
.right {float:right;}
.menu-move-target {width:auto !important;height:auto;margin-right:10px;border-left:8px solid gray;padding-left:3px;font-family:verdana;cursor:pointer;font-size:10px;overflow:hidden;color:#ffffff;}
.middle .menu ul div .menu-move-target {width:160px !important;}
.middle .menu ul div.move-inside {width:160px !important; overflow:hidden;}
.middle .menu ul ul div .menu-move-target {width:120px !important;}
.middle .menu ul ul div.move-inside {width:120px !important; overflow:hidden;}
.menu-move-target:hover{height:auto;color:inherit;}
.add-page label {width:45px;display:block;float:left;text-align:right;padding-right:5px;margin-top:15px;}
.add-page .radios input{margin-left:50px;margin-top:5px;}
.add-page input{margin-top:15px;}

.content ul, .content ol {padding-left:40px;}
span.menu-private{color:#e03030;}
span.menu-hidden{font-style:italic;color:#999999;font-size:11px;}

.pull-quote
{
	clear:both;	
	height:130px;
	overflow:visible;
	background-image:url('../img/pull-quote.gif');
	background-repeat:no-repeat;
	background-position:left top;
}
/*.pull-quote{padding-top:95px;}
body.pull-quote{padding-top:0px;}*/
.pull-quote p
{
	padding:11px 25px 0 42px;
	font-size: 14px;
	color:#00a8e7;
	font-weight:normal;
	line-height:18px;
	letter-spacing:-0.5px;
}
.pull-quote b, .pull-quote strong, .top-banner b, .top-banner strong {font-weight:bold;}
.pull-quote i, .pull-quote em, .top-banner i, .top-banner em {font-style:italic;}

.less-top-padding
{
	padding-top:5px;
}
.pull-quote img {float:left;}
.no-height{height:0px;overflow:hidden;}
.left{float:left;}
.edit-title{font-weight:bold;font-size:13px;margin-top:30px; padding:5px;background-color:#e0f0ff;clear:both;margin-bottom:10px;}
.input-width {width:200px;}
.form{padding-left:20px;padding-top:10px;}
.form *{float:left;}
.content .form p{margin:0px; padding:0px;}
.form label{width:120px;display:block;clear:both;padding-top:5px;}
.form input, .form textarea{width:290px;display:block;}
.form div{float:none;clear:both;}
.form .submit, .form .reset {width:auto;}
.form .skip-left{padding-left:120px;}
.form .small{font-style:italic;font-size:90%;}
.form .blue{border:1px solid #02aeff;margin-bottom:13px;padding:3px;}
.form select{width:89px;font-size:12px;}
.form .skip-left span{width:210px;}
.form .skip-left span, .form .skip-left select{margin-bottom:13px;}
.form .no-top{padding-top:0px;}
.form .no-bottom{margin-bottom:0px;}
.form .required-note {color:#02aeff; font-style:italic;margin-bottom:13px;width:80px; border-top:1px solid #dee5eb;padding-top:7px;margin-left:-20px;padding-left:8px;}
.form .reset{margin-left:10px;}
.form .reset,.form .submit{margin-top:7px;font-size:13px;}
.form .highlight {background-color:#eef9fd;margin-left:-15px;width:430px;padding:30px 10px 10px 15px}
.form input.wide{width:425px;margin-left:0px;padding-left:0px;}
.form .checkbox{width:auto; margin:7px;}
.form .right-limit{width:370px;}
.form .highlight p{margin-bottom:10px;}

.validation {padding-bottom:13px;}
.validation ul{display:none;}
.form div span{font-size:25px;}
.form div.skip-left span{font-size:11px;}
/*google search*/
#results .gsc-resultsbox-visible{padding:5px;}
#results *{font-family:Verdana,Geneva,sans-serif;font-size:11px;text-decoration:none;}
#results .gsc-tabHeader, #results .gsc-resultsHeader {display:none;}
#results .gs-title, #results .gs-title *{
	color:#003F62;
	font-size:11.5px;
	font-weight:bold;
	padding:2px 0 0;
	text-decoration:none;
}
#results .gs-title:hover, #results .gs-title:hover *{color:#00A8E7;}
#results .gs-snippet {font-size:11px;}
#results .gs-visibleUrl{color:#999999;}
#results .gs-visibleUrl-short{display:none;}
#results .gs-visibleUrl-long{display:block;}
#results .gsc-cursor-page, #results .gsc-trailing-more-results{color:#0682C6;}
#results .gsc-cursor-page:hover, #results .gsc-trailing-more-results:hover{color:#00A8E7;}
#results .gs-snippet {border:0px;}
#results .gsc-trailing-more-results {display:none;}
#results .gs-no-results-result .gs-snippet{background-color:Transparent;}
.skinny{font-weight:normal;}
.edit-map{display:block;border:1px solid #385362;background-color:#dae8ed;margin:10px 0;padding:0 0 5px 0;}
.edit-map .title{padding:20px 0 5px 135px;font-weight:bold;font-size:13px;color:#003F62;}
.balloon-map{overflow:visible;}
.skip-left2{margin-left:135px;}
h2 .small-title{font-size:11px;letter-spacing:normal;font-weight:normal;}
.content .maps-column a.edit-map-link,.content .maps-column a.edit-map-link:visited{background-image:none;float:right;display:inline;width:auto;padding:0;}
.content .maps-column a.edit-map-link:hover{background-image:none;}
.map-indent{margin-left:11px;}
.sub-map {color:#999999;
display:block;
font-weight:bold;
font-size:10.5px;
letter-spacing:-1px;
line-height:18px;
padding-left:13px;
padding-right:5px;}
.content .list-info{color:#003F62;font-size:12px;padding-left:5px;}

.quiz-edit .quiz-head {font-weight:bold;padding:30px 5px 5px 5px;}
/*.quiz-edit .qquestion{float:left;width:190px;}
.quiz-edit .qo1, .quiz-edit .qo2, .quiz-edit .qo3{float:left;width:110px;min-height:1px;}
.quiz-edit .qo4{float:left;width:140px;min-height:1px;}*/
.quiz-edit .qquestion{float:left;width:270px;}
.quiz-edit .qo1, .quiz-edit .qo2, .quiz-edit .qo3{float:left;width:130px;min-height:1px;}
.quiz-edit .qo4{float:left;width:0px;overflow:hidden;min-height:1px;}
.quiz-edit .qedit{float:left;width:30px;}
.quiz-edit .qdelete{float:left;width:40px;}

.quiz-edit .quiz-list-row, .quiz-edit .quiz-detail{margin:4px 0px; padding:5px; background-color:#edfaff; border:1px solid #d9f5ff;}
.quiz-edit h2 {font-weight:bold;padding:0px 0px 10px 0px;margin:0px !important;position:relative;}
.quiz-edit .quiz-detail label{width:80px;float:left;display:block;clear:both;}
.quiz-edit .quiz-detail input{width:300px;float:left;display:block;}
.quiz-edit .quiz-detail input.radio{width:20px;}
.quiz-edit .quiz-detail input.longer{width:500px;}
.quiz-edit .quiz-detail span{float:left;}
.quiz-edit .quiz-detail *{margin-top:15px;}
.quiz-edit .quiz-detail input.button {width:100px;margin-right:20px;}
.quiz-edit .quiz-detail {margin-top:30px !important;}
.quiz-edit form{margin:0px !important;padding:0px !important;}
.quiz-edit .clear{margin:0px !important;}
.quiz-panel{background-image:url('../img/quiz-bg.jpg');height:468px;position:relative;}
.quiz-panel .question {color:#ffffff;font-size:11px;padding:90px 0 10px 55px;width:170px;height:45px;font-weight:bold;line-height:13px;}
.quiz-panel .option1, .quiz-panel .option2, .quiz-panel .option3{display:block;color:#00abe6;padding:6px 0 8px 10px;width:225px;height:16px;font-size:15px;text-align:center;cursor:pointer;}
.quiz-panel .option1:hover, .quiz-panel .option2:hover, .quiz-panel .option3:hover{font-weight:bold;letter-spacing:-1px;}
.quiz-panel .submit-choice {width:82px;height:29px;margin:5px 0 0 157px;cursor:pointer;}
.quiz-panel .pin{position:absolute;width:35px;height:40px;z-index:-1;display:none;}
.quiz-panel .pin .inner-pin{background-image:url(../img/pin.png);width:35px;height:40px;}
.quiz-panel .submit {display:none;width:229px;height:40px;margin-left:10px;padding-top:82px;text-align:center;font-size:21px;color:#00abe6;}
.quiz-panel .correct{background-image:url(../img/quiz-correct.jpg);}
.quiz-panel .incorrect{background-image:url(../img/quiz-incorrect.jpg);}
.quiz-panel .find-more{/*display:none;*/position:absolute;top:391px;margin-left:10px;}
