@charset "utf-8";

/* --------------------
		Reset Styles
-------------------- */

* {
	border: 0;
	outline: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

html, body, 
div, span, 
h1, h2, h3, h4, h5, h6, 
p, blockquote, a, 
em, img, q, strong, sub, sup, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* --------------------
		Main Styles
-------------------- */

body, html {
	background: #DADBDC;
	font-family: Helvetica, Arial;
	color: #707070;
	font-size: 12px;
}

a {
	color: #707070;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

strong, b {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* --------------------
		WYSIWYG Editor
-------------------- */


/* --------------------
		Layout Styles
-------------------- */

#wrapp {
	width: 1004px;
	height: auto;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

#header {
	width: 1004px;
	height: 139px;
	background-color: #09374b;
	position: relative;
	overflow: hidden;
}

#header h1 {
	width: 89px;
	height: 85px;
	position: absolute;
	top: 15px;
	left: 20px;
}

#header h1 a {
	width: 89px;
	height: 85px;
	display: block;
	background: transparent url( "../images/site/logo.gif" ) left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#header .partners {
	width: auto;
	height: 85px;
	position: absolute;
	top: 16px;
	right: 18px;
	overflow: hidden;
}

#header .partners img {
	float: left;
	margin: 0 0 0 9px;
}	

#header .navigation {
	width: 1004px;
	height: auto;
	position: absolute;
	top: 115px;
	left: 7px;
}

#header .navigation li {
	float: left;
	background: transparent url( "../images/site/navigation-separator.gif" ) right 1px no-repeat;
	padding: 0 11px 0 13px;
}

#header .navigation li.last {
	background: none;
}

#header .navigation li a {
	float: left;
	font-family: Helvetica, Arial;
	color: #FFFFFF;
	font-size: 13px;
	/*text-transform: uppercase;*/
	text-decoration: none;
}

#header .navigation li a:hover {
	font-weight: bold;
	/*text-decoration: underline;*/
}

#header .navigation li a.active {
	font-weight: 600;
}

#content {
	width: 1004px;
	height: auto;
	position: relative;
	overflow: hidden;
	background-color: #65755B;
	background: transparent url( "../images/site/content-background.gif" ) right top repeat-y;
}

#content-home {
	width: 805px;
	height: auto;
	position: relative;
	overflow: hidden;
	float: left;
}

#content-home .left-column {
	width: 350px;
	height: auto;
	position: relative;
	overflow: hidden;
	float: left;
}

#content-home .left-column  table {
	color: #707070;
	padding: 20px 0 20px 10px;
	line-height: 18px;
}

#content-home .updates {
	width: 350px;
	height: auto;
	position: relative;
	overflow: hidden;
	float: left;
}

#content-home .FFF8EA {
	background-color: #FFF8EA;
}

#content-home .F4F0E5 {
	background-color: #F4F0E5;
}

#content-home .updates .item {
	width: 304px;
	height: auto;
	position: relative;
	overflow: hidden;
	padding: 15px 26px 15px 20px;
	border-bottom: 3px solid #F4E8CD;
}

#content-home .updates .last {
	border-bottom: 0;
}

#content-home .updates .item .left {
	width: 203px;
	height: auto;
	position: relative;
	overflow: hidden;	
}

#content-home .updates .item .title {
	font-family: Helvetica, Arial;
	color: #004760;
	font-size: 13px;
	text-decoration: none;
	border-bottom: 2px solid #A3B6BD;
	padding-bottom: 0px;
	font-weight: bold;
}

#content-home .updates .FFF8EA .title:hover {
	border: 0;
}

#content-home .updates .F4F0E5 .title:hover {
	border-bottom: 1px solid #F4F0E5;
}

#content-home .updates .item .desc {
	padding: 11px 0 0 0;
	font-family: Helvetica, Arial;
	color: #707070;
	font-size: 11px;
}

#content-home .updates .right img {
	border: 2px solid #D0D0D0;
}

#content-home .content {
	width: 395px;
	height: auto;
	position: relative;
	overflow: hidden;
	float: right;
	padding: 30px 30px 30px 30px;
}

#content-home .content input {
	border: 1px solid #D0D0D0;
}

#content-home .content label {
	line-height: 18px;
}

#content-home .content p {
	padding: 0 0 20px 0;
	line-height: 17px;
}

#content-home .content h1 {
	font-size: 20px;
	padding: 5px 0;
	font-weight: bold;
	color: #00485B;
}

#content-home .content h2 {

}

#content-home .content h3 {

}

#content-home .content h4 {
	font-size: 17px;
	padding: 5px 0;
	font-weight: bold;
	color: #00485B;
}

#content-home .content h5 {
	font-size: 16px;
	padding: 5px 0;
	font-weight: bold;
	color: #00485B;
}

#content-home .content h6 {
	font-size: 15px;
	padding: 5px 0;
	font-weight: bold;
	color: #00485B;
}

#content-home .content table td.table-caption {
	background: #EEEADA;
}

#content-home .content table td.table-whitecaption { background: #FFFFFF; }

#content-home .content table td {
	background: #F4F0E5;
	border-right: 2px solid #FFFFFF;
	border-bottom: 1px solid #D0D0D0;
	padding: 4px;
	font-family: Helvetica, Arial;
	color: #707070;
	font-size: 11px;
}

#content-home .content table.whiteBk td { background: #FFFFFF; 
	border: 0px;
	padding-right: 3px;
	font-family: Helvetica, Arial;
	color: #707070;
	font-size: 11px;
	vertical-align: top;
}

.about-sep  {
	border-bottom: 1px solid #D0D0D0;
	margin: 5px 0;
}

.about-img {
	border: 2px solid #D0D0D0;
	float: left;
	margin: 0 22px 0 0;
	width: 60px;
	height: 60px;
}

.about-title {
	display: block;
	font-family: Helvetica, Arial;
	color: #707070;
	font-size: 12px;
	font-weight: bold;
	padding: 14px 0 0 0;
}

.about-more {
	font-family: Helvetica, Arial;
	color: #004760;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #7FA3AF;
	line-height: 20px;
}

table.about-table  td {
	background: #FFF !important;
	padding: 5px 0 !important;
}

#follow-it {
	width: 199px;
	height: auto;
	position: relative;
	overflow: hidden;	
	background-color: #FAF8F3;
	margin-bottom: 61px;
	padding-bottom: 55px;
}

#follow-it .caption {
	padding: 11px;
	background-color: #F3EEDE;
	font-family: Helvetica, Arial;
	color: #004760;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
}

#follow-it .caption small {
	display: block;
	font-size: 10px;
	font-weight: 400;
	color: #707070;
}

#follow-it .caption a.t {

	font-size: 10px;
	color: #707070;
	border: 0;
}

#follow-it .caption a.t:hover {
	border: 0;
}

#follow-it .caption a {
	display: inline;
	font-size: 10px;
	font-weight: 400;
	color: #707070;
	border-bottom: 1px solid #B1AFA7;
	background: #F3EEDE;
	text-decoration: none;
}

#follow-it .caption a:hover {
	color: #004760;
	border-bottom: 1px solid #799A9F;
}

#follow-it .caption .close {
	background: url(/share/images/site/share-close.gif) right 5px no-repeat;
	padding: 0 15px 0 0;
}

#follow-it .caption {
	padding: 11px;
	background-color: #F3EEDE;
	font-family: Helvetica, Arial;
	color: #004760;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
}

#follow-it .caption small {
	display: block;
	font-size: 10px;
	font-weight: 400;
	color: #707070;
}

#follow-it .caption a.t {

	font-size: 10px;
	color: #707070;
	border: 0;
}

#follow-it .caption a.t:hover {
	border: 0;
}

#follow-it .caption a {
	display: inline;
	font-size: 10px;
	font-weight: 400;
	color: #707070;
	border-bottom: 1px solid #B1AFA7;
	background: #F3EEDE;
	text-decoration: none;
}

#follow-it .caption a:hover {
	color: #004760;
	border-bottom: 1px solid #799A9F;
}

#follow-it .caption .close {
	background: url(/share/images/site/share-close.gif) right 5px no-repeat;
	padding: 0 15px 0 0;
}

.custom_right {
	/*margin-bottom: 61px;*/
}

.custom_right .caption {
	padding: 11px;
	background-color: #F3EEDE;
	font-family: Helvetica, Arial;
	color: #004760;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
}

.custom_right .caption small {
	display: block;
	font-size: 10px;
	font-weight: 400;
	color: #004760 !important;
}

.custom_right .inner {
	padding: 11px;
}

.custom_right .inner p {
	font-size: 11px;
	font-family: Helvetica, Arial;
	color: #707070;
	padding: 0 0 10px 0;
}

.custom_right .inner .darker {
	font-weight: bold;
	color: #004760;
}

.share .caption {
	padding: 11px;
	background-color: #F3EEDE;
	font-family: Helvetica, Arial;
	color: #004760;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
}

.share .caption small {
	display: block;
	font-size: 10px;
	font-weight: 400;
	color: #707070;
}

.share .caption a.t {

	font-size: 10px;
	color: #707070;
	border: 0;
}

.share .caption a.t:hover {
	border: 0;
}

.share .caption a {
	display: inline;
	font-size: 10px;
	font-weight: 400;
	color: #707070;
	border-bottom: 1px solid #B1AFA7;
	background: #F3EEDE;
	text-decoration: none;
}

.share .caption a:hover {
	color: #004760;
	border-bottom: 1px solid #799A9F;
}

.share .caption .close {
	background: url(/share/images/site/share-close.gif) right 5px no-repeat;
	padding: 0 15px 0 0;
}

.share {
	background-color: #FAF8F3;
	position: absolute;
	bottom: -123px;
	right: 0;
	width: 199px;
	z-index: 10;
}

.share .item {
	margin: 0 9px;
	padding: 0 2px;
	border-bottom: 1px solid #D0D0D0;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}

.share .last {
	border-bottom: 0;
	height: 36px;
	overflow: hidden;
}

.share .item img {
	margin: 8px 7px 0 0;
}


.share .item a {
	float: left;
	font-family: Helvetica, Arial;
	color: #444444;
	font-size: 11px;
	text-decoration: none;
}

.share .item a:hover {
	text-decoration: underline;
}

.share .item .left {
	
}

.share .item .right {
	padding: 2px 20px 0 0;
}

.share .item .right a {
	font-family: Helvetica, Arial;
	color: #909090;
	font-size: 9px;
	text-decoration: none;	
	line-height: 15px;
}

.share .item .right a:hover {
	text-decoration: underline;
}

#follow-it .item-comment {
	margin: 0 9px;
	padding: 7px 2px;
	border-bottom: 1px solid #D0D0D0;
	height: auto;
	line-height: auto;
	overflow: hidden;
}

#follow-it .item-comment img {
	float: left;
	padding: 0 2px 0 0;
}

#follow-it .item-comment span {
	float: right;
	display: block;
	line-height: 17px;
	color: #707070;
	font-size: 11px;
}

#follow-it .item-comment span small {
	color: #004760;
	font-size: 11px;
}

#follow-it .item-comment span a {
	color: #A1A1A1;
	font-size: 9px;
	float: right;
	margin-top: 0px;
	text-decoration: none;
}

#follow-it .item-comment span a:hover {
	text-decoration: underline;
}

#footer {
	width: 1004px;
	height: 30px;
	position: relative;
	overflow: hidden;	
	background-color: #09374b;
}

#copyright {
	width: 1004px;
	height: 14px;
	overflow: hidden;	
	padding: 7px 0 5px 0;
}

#copyright .left {
	font-family: Helvetica, Arial;
	color: #004760;
	font-size: 12px;
	text-decoration: none;
}

#copyright .left a {
	font-family: Helvetica, Arial;
	color: #004760;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 2px solid #A3B6BD;
	padding-bottom: 0px;
}

#copyright .left a:hover {
	border-bottom: 0;
}

#copyright .right a {
	font-family: Helvetica, Arial;
	color: #004760;
	font-size: 12px;
	text-decoration: none;
}

#copyright .right a:hover {
	border-bottom: 2px solid #A3B6BD;
	padding-bottom: 0px;
}

.rooms-categories-listing   {
	border-top: 1px solid #D0D0D0;
	margin: 20px 0 0 0;
}

.rooms-categories-listing .item  {
	border-bottom: 1px solid #D0D0D0;
	padding: 5px 0;
}

.rooms-categories-listing .item img {
	border: 2px solid #D0D0D0;
	float: left;
	margin: 0 22px 0 0;
}

.rooms-categories-listing .item .title {
	display: block;
	font-family: Helvetica, Arial;
	color: #707070;
	font-size: 12px;
	font-weight: bold;
	padding: 14px 0 0 0;
}

.rooms-categories-listing .item .more {
	font-family: Helvetica, Arial;
	color: #004760;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #7FA3AF;
	line-height: 20px;
}

.rooms-categories-listing .item .more:hover {
	border-bottom: 0;
}

.rooms-categories-listing   {
	border-top: 1px solid #D0D0D0;
	margin: 20px 0 0 0;
}

.rooms-categories-listing .item  {
	border-bottom: 1px solid #D0D0D0;
	padding: 5px 0;
}

.rooms-categories-listing .item img {
	border: 2px solid #D0D0D0;
	float: left;
	margin: 0 22px 0 0;
}

.rooms-categories-listing .item .title {
	display: block;
	font-family: Helvetica, Arial;
	color: #707070;
	font-size: 12px;
	font-weight: bold;
	padding: 14px 0 0 0;
}

.rooms-categories-listing .item .more {
	font-family: Helvetica, Arial;
	color: #004760;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #7FA3AF;
	line-height: 20px;
}

.rooms-categories-listing .item .more:hover {
	border-bottom: 0;
}


.team-categories-listing   {
	border-top: 1px solid #D0D0D0;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
}

.team-categories-listing .item  {
	
	float: left;
	width: 50%;
}

.team-categories-listing .separator  {
	border-bottom: 1px solid #D0D0D0;
	margin: 5px 0;
}

.team-categories-listing .item img {
	border: 2px solid #D0D0D0;
	float: left;
	margin: 0 22px 0 0;
}

.team-categories-listing .item .title {
	display: block;
	font-family: Helvetica, Arial;
	color: #707070;
	font-size: 12px;
	font-weight: bold;
	padding: 14px 0 0 0;
}

.team-categories-listing .item .more {
	font-family: Helvetica, Arial;
	color: #004760;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #7FA3AF;
	line-height: 20px;
}

.team-categories-listing .item .more:hover {
	border-bottom: 0;
}

.darker {
	color: #004760;
	font-size: 12px;
}

.access-statement {
	font-family: Helvetica, Arial;
	color: #004760;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px solid #7A9BA2;
}

.access-statement:hover {
	border-bottom: 0;
}


.link-border {
	font-family: Helvetica, Arial;
	color: #004760;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px solid #A3B6BD;
	padding-bottom: 0px;
}

.link-border:hover {
	border-bottom: 0;
}

#dark-background {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	display: none;
}

#access-statement {
	width: 929px;
	height: auto;
	background: #FFFFFF;
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -465.5px;
	z-index: 9999;
	display: none;
}

#access-statement h2 {
	float: left; 
	width: 800px; 
	overflow: hidden; 
	margin-top: -13px;
}

#access-statement .content {
	padding: 20px;
	color: #707070;
	font-size: 12px;
	font-family: Helvetica, Arial;
}

#access-statement .content p {
	color: #707070;
	font-size: 12px;
	font-family: Helvetica, Arial;
	padding: 0 0 20px 0;
}

#access-statement .close {
	padding: 0 20px;
	height: 36px;
	background: #F3EFE4;
	line-height: 43px;
	text-align: right;
}

.button-top {
	display: block;
	width: 23px;
	height: 39px;
	float: left;
	background: url(/share/images/site/button-left.png) left top no-repeat;
	cursor: pointer;
}

a.button:hover .button-top {
	background-position: bottom left;
}

.button-middle {
	display: block;
	width: auto;
	height: 39px;
	float: left;
	background: url(/share/images/site/button-middle.png) left top repeat-x;
	line-height: 31px;
	color: #606060;
	font-size: 11px;
	font-family: Helvetica, Arial;
	font-weight: bold;
	cursor: pointer;
}

a.button:hover .button-middle {
	background-position: bottom left;
	color: #FFF;
}

.buttom-bottom {
	display: block;
	width: 27px;
	height: 39px;
	float: left;
	background: url(/share/images/site/button-right.png) top left no-repeat;
	cursor: pointer;
}

a.button:hover .buttom-bottom {
	background-position: bottom left;
}