/* ------------------------------ BEGIN Global Styles ------------------------------ */

@import url("../../global/CSS/global.css");

/* ------------------------------ END Global Styles ------------------------------ */

/* - - - - - - - - - - - - - - - - - - - - - - - - - -  DEFAULTS - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - */

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

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th {
	font-weight: normal;
	font-style: normal;
}

fieldset,img {
	border: none;
}

caption,th {
	text-align: left;
}

body {
	background-color: #023D4B;
	background-image: url(/sitefiles/1323/Images/bkgd-main.jpg);
	background-repeat: repeat-x;
}

img.leftalign {
	float: left;
	margin: 2px 20px 16px 0;
}

img.rightalign {
	float: right;
	margin: 2px 0 16px 20px;
}

hr {
	border: 0;
	width: 100%;
	color: #E2DED7;
	background-color: #E2DED7;
	height: 1px;
	line-height: 1px;
	margin: 10px 0;
	padding: 0;
	clear: left;
}

ul {
	margin: 10px 0 10px 10px;
	padding: 0;
	background: none;
	list-style: none;
}

#DEFcontentLeft ul li {
	padding: 0 0 0 10px;
	margin: 0;
	background: url(/SiteFiles/1323/Images/bullet.gif) no-repeat 0em 0.5em;
	list-style: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - -  TYPE - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - */

body, p, div, ul, li, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 21px;
	color: #474644;
}

a:link, a:visited, a:active {
	color: #EE4036;
	text-decoration: none;
}

a:hover {
	color: #EE4036;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

strong, b {
	font-weight: bold;
}

h1 {
	font-family: Helvetica, sans-serif;
	font-size: 25px;
	line-height: 28px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}

h2 {
	font-size: 16px;
	line-height: 20px;
	color: #474644;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	line-height: 18px;
	color: #EE4036;
	font-weight: bold;
}

h4 {
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
}

h5 {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - -  SEARCH - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - */

#search {
	float: left;
	position: absolute;
	right: 0;
	top: 168px;
	width: 214px;
}

#search p {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	display: block;
	padding: 6px;
	margin-top: 6px;
	margin-bottom: 12px;
	border-bottom: 2px solid #cbcece;
	text-transform: uppercase;
}

.searchField {
	font-size: 11px;
	color: #CCEAEE;
	width: 138px;
	border: 0 solid;
	background: url(/SiteFiles/1323/Images/searchField.png) no-repeat;
	float: left;
	padding: 9px 7px;
}

.searchButton {
	text-indent: -1000px;
	width: 35px;
	height: 35px;
	border: none;
	float: left;
	cursor: pointer;
	background: url(/SiteFiles/1323/Images/searchButton.png) no-repeat;
	line-height: 0;
	padding: 16px 12px;
}

.signupField {
	font-size: 11px;
	color: #AAA;
	width: 138px;
	border: 0 solid;
	background: url(/SiteFiles/1323/Images/signupField.png) no-repeat;
	float: left;
	padding: 9px 7px;
}

.signupButton {
	text-indent: -1000px;
	width: 35px;
	height: 35px;
	border: none;
	float: left;
	cursor: pointer;
	background: url(/SiteFiles/1323/Images/signupButton.png) no-repeat;
	line-height: 0;
	padding: 16px 12px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - -  MAIN NAV - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - */

#mainnavWrapper {
	background: url("/sitefiles/1323/Images/mainnav.png") center center;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	top: 78px;
	width: 946px;
}

#mainnavWrapper p,
#mainnavWrapper h2,
#mainnavWrapper h2 a {
	display: none;
}

#mainnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}

#mainnav li ul {
	display: none;
}

#mainnav li {
	padding: 0;
	margin: 0;
	float: left;
	background: none;
}

#mainnav a {
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	padding: 6px 16px;
	text-decoration: none;
	text-transform: uppercase;
}

#mainnav a:hover {
	color: #C4DEE3;
	text-decoration: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - -  SUB NAV - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - */

#subnavWrapper {
	float: left;
	width: 100%;
}

#subnavWrapper p {
	display: none;
}

#subnavWrapper h2 {
	display: block;
}

#subnav {
	padding: 0;
	margin: 10px 0;
	list-style: none;
}

#subnav ul {
	margin: 0;
	padding: 0;
}


#subnav li {
	margin: 0;
	padding: 0 0 0 30px;
	background-image: url(/sitefiles/1323/Images/plus.png);
	background-repeat: no-repeat;
	background-position: 7px 4px;
	width: 200px;
}

#subnav a {
	color: #666666;
	display: block;
	padding: 6px 0;
	text-decoration: none;
}

#subnav a:hover {
	color: #EE4036;
	display: block;
	padding: 6px 0;
	text-decoration: none;
}

#subnav a.first {
	color: #666666;
	display: block;
	padding: 6px 0;
	text-decoration: none;
}

#subnav a.first:hover {
	color: #EE4036;
	display: block;
	padding: 6px 0;
	text-decoration: none;
}

#subnav a.current {
	color: #333333;
	display: block;
	padding: 6px 0;
	text-decoration: none;
	font-weight: normal;
	font-weight: bold;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - -  WRAPPERS - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - */

#indexWrapper {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #f58925;
}

#topWrapper {
	width: 976px;
	float: left;
	height: 208px;
}

#pageWrapper {
	width: 976px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(/sitefiles/1323/Images/bkgd-page.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #000000;
}

#contentWrapper {
	width: 910px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F5F1EB;
	padding-top: 16px;
	padding-right: 18px;
	padding-bottom: 16px;
	padding-left: 18px;
	clear: left;
	position: relative;
}

#footerWrapper {
	width: 976px;
	clear: left;
	height: 340px;
	background-image: url(/sitefiles/1323/Images/bkgd-footer.jpg);
	background-position: bottom;
	background-color: #000000;
	background-repeat: no-repeat;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - -  SITE INDEX - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - */

#siteIndex {
	margin: 0 auto;
	padding: 20px 0;
	width: 950px;
	height: 204px;
}

#siteIndex dl {
	float: left;
	overflow: hidden;
	padding: 0 10px;
	width: 168px;
	font-size: 10px;
	line-height: 16px;
}

#siteIndex dt {
	padding: 0;
	font-weight: bold;
}

#siteIndex dd {
	padding: 1px 0;
}

#siteIndex dt a {
	color: #fff;
}

#siteIndex dd a {
	color: #FBD0A8;
}

#siteIndex a:hover {
	text-decoration: underline;
}

#siteLogin {
	float: left;
	overflow: hidden;
	padding: 0 10px;
	width: 168px;
	font-size: 10px;
	line-height: 16px;
	background-color: #f69840;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - -  TOP - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - */

#top {
	margin: 0 auto;
	padding: 0;
	width: 946px;
	height: 159px;
	position: relative;
}

#logo {
	float: left;
	width: 358px;
	height: 84px;
	text-align: right;
	margin-top: 54px;
}

#medialaunch {
	width: 160px;
	height: 115px;
	position: absolute;
	left: 786px;
	top: 88px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - -  CONTENT - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - */

.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#content {
	margin: 0 auto;
	padding: 30px 0;
	width: 950px;
}

#content ul {
	margin: 10px 0 10px 10px;
	padding: 0;
}

#content ul li {
	padding: 0 0 0 10px;
	margin: 0;
	background: url(/SiteFiles/1323/Images/bullet.gif) no-repeat 0em 0.5em;
	list-style: none;
}

#contentLeft {
	float: left;
	width: 466px;
	min-height: 400px;
}

#flash {
	float: left;
	width: 450px;
	height: 252px;
	margin-left: 7px;
	margin-top: 10px;
}
.pager a, .swRotator .prev, .swRotator .browse, .swRotator .left, .swRotator .backward {
	display: block; float: left;
	margin-right: 2px;	
}

#hmAds {
	float: left;
	width: 457px;
	height: 200px;
	margin-left: 4px;
	margin-top: 32px;
}

#mylifejourney {
	position: absolute;
	width: 120px;
	height: 15px;
	left: 814px;
	top: 14px;
}

#top-right {
	height: 100px;
    position: absolute;
    right: 0;
    top: 46px;
    width: 170px;
}

#contentRight {
	float: right;
	width: 392px;
	min-height: 400px;
	background-color: #FFFFFF;
	border: 1px solid #E2DED7;
	padding: 16px;
}

#DEFcontentLeft {
	clear: left;
	width: 466px;
	min-height: 400px;
	padding: 40px;
}

#DEFcontentRight {
	position: absolute;
	top: 16px;
	right: 18px;
	width: 270px;
	min-height: 400px;
	background-color: #FFFFFF;
	border: 1px solid #E2DED7;
	padding: 16px;
}

#contentRight img {
	float: left;
}

#contentRightBtm {
	float: left;
	width: 188px;
	height: 187px;
	background: url(/SiteFiles/1323/Images/contentRightBtm.jpg) no-repeat;
	padding: 24px 12px 12px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
	text-align: center;
}

#contentRightBtm img {
	float: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - -  FOOTER - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - */

#footer {
	margin: 0 auto;
	padding: 22px 0;
	width: 946px;
	border-top: 1px solid #32474e;
	clear: left;
}

#footerLeft {
	float: left;
	width: 708px;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	font-family: "Lucida Sans", Helvetica, Arial, sans-serif;
}

#footerLeft a:hover {
	color: #FFFFFF;
}

#footer dl {
	float: left;
	font-size: 10px;
	line-height: 16px;
	overflow: hidden;
	padding: 0 20px 0 0;
	width: 136px;
	color: #ffffff;
}

#footer dd a {
	color: #DBDBDB;
}

#footer dt {
	font-weight: bold;
	font-family: "Lucida Sans", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

address {
	width: 976px;
	display: block;
	text-align: center;
	color: #408C9B;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 12px;
	clear: left;
}

a.site-credit-link {
	color: #408C9B;
	display: block;
	font-size: 12px;
	margin: 0 auto;
	padding-bottom: 32px;
	padding-top: 0;
	text-align: center;
	width: 976px;
	clear: left;
}

#utilityLinks {
	float: left;
	width: auto;
	font-size: 10px;
	color: #6995ab;
}

#utilityLinks a {
	color: #6995ab;
}

#utilityLinks a:hover {
	color: #6995ab;
}

#footerRight {
	float: right;
	width: 212px;
}

.footerRight {
	float: left;
	margin-right: 18px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - -  DEFAULT CONTENT - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - */

/* - - - - - - - - - - - - - - - - - - - - - - - - - -  SEARCH TITLE - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - */

.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
}

a.pageSearchTitle {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration: none;
}

a.pageSearchTitle:hover {
	font-size: 14px;
	line-height: 18px;
	color: #215160;
	font-weight: bold;
	text-decoration: underline;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - -  PHOTO GALLERY - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - */

.photogallery {
	padding: 0;
	margin: 0 0 0 -10px;
	list-style: none;
}

.photogallery li {
	padding: 0 10px 10px 0;
	margin: 0;
	background: none;
	float: left;
}

.photogallery li a {
	padding: 2px;
	border: 1px solid #CCCCCC;
	display: block;
}

.photogallery li a:hover {
	padding: 2px;
	border: 1px solid #666666;
	display: block;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - -  BREADCRUMBS - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - */

#breadcrumbs {
	float: left;
	width: 612px;
	text-align: left;
	margin-bottom: 14px;
}

#breadcrumbs ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#breadcrumbs li {
	margin: 0;
	float: left;
	background: none;
	display: inline;
}

#breadcrumbs a {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/1323/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration: none;
	margin-right: 8px;
}

#breadcrumbs a:hover {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/1323/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration: underline;
	margin-right: 8px;
}

#breadcrumbs a.first {
	padding: 0;
	font-size: 11px;
	color: #2B4B77;
	background: none;
	text-decoration: none;
}

#breadcrumbs a.first:hover {
	padding: 0;
	font-size: 11px;
	color: #2B4B77;
	background: none;
	text-decoration: underline;
}

#breadcrumbs a.current {
	padding: 0 0 0 12px;
	font-size: 11px;
	color: #2B4B77;
	background: url(/SiteFiles/1323/Images/breadcrumb.gif) no-repeat 0.2em;
	text-decoration: underline;
	margin-right: 8px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - -  RECENT NEWS - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - */

a.recent-news-title {
	font-size: 15px;
	line-height: 32px;
	color: #474644;
}

a.recent-news-title:hover {
	color: #EE4036;
	text-decoration: none;
}

.recent-news-wrapper {
	margin-top: 16px;
	clear: left;
}

.recent-news-wrapper ul li span {
	font-style: italic;
	color: #C7C3BA;
}

.recent-news-wrapper ul {
	margin: 0;
	padding: 0;
}

.recent-news-wrapper ul li {
	margin: 0;
	padding: 0 0 0 30px;
	background-image: url(/sitefiles/1323/Images/plus.png);
	background-repeat: no-repeat;
	background-position: 7px center;
}

.recent-news-view-link, .upcoming-events-view-link {
	padding: 0 0 0 30px;
	background-image: url(/sitefiles/1323/Images/plus_on.png);
	background-repeat: no-repeat;
	background-position: 7px center;
	margin: 8px 0;
	font-size: 13px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - -  UPCOMING EVENTS - - - - - - - - - - - - - - - - - - - - - - - - - - - -  - */

.upcoming-events-wrapper {
	margin-top: 16px;
	clear: left;
}

.upcoming-events-wrapper ul {
	margin: 0;
	padding: 0;
}

.upcoming-events-wrapper ul li {
	margin: 0;
	padding: 0 0 0 30px;
}

.upcoming-events-date {
	font-style: italic;
	color: #C7C3BA;
}

.upcoming-events-name {
	font-size: 15px;
	line-height: 32px;
	color: #474644;
}

.padding {
	padding: 8px 0 0 30px;
	clear: both;
	float: left;
	width: 140px;
}

.blog {
	clear: left;
}

/* @group MEDIA ARCHIVE */

li.channel a, 
span.sw-media-archive-episode-play a, 
.sw-media-archive-episode-button a {
	background-color: #C4C0BC;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    color: #FFFFFF;
    font-family: lucida Grande,arial,sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding: 6px 18px;
    text-shadow: 0 -1px 0 #93908D;
    text-transform: uppercase;
}

li.channel a:hover, 
span.sw-media-archive-episode-play a:hover, 
.sw-media-archive-episode-button a:hover {
	background-color: #93908D;
	box-shadow: 0 0 3px #999999;
	text-decoration: none;
}

ul.series-list li {
    height: 140px;
    margin: 0 8px 40px;
    text-align: center;
    width: 269px;
}

ul.series-list li img {
	margin-bottom: 12px;
}

span.series-date-range, .sw-media-archive-episode-date {
	display: none;
}

.pager a {
	background-color: #FFFFFF;
    cursor: pointer;
    margin-top: 2px;
    padding: 4px 4px 0;
}

.pager a, 
.swRotator .prev, 
.swRotator .browse, 
.swRotator .left, 
.swRotator .backward {
	background-color: #FFFFFF;
    cursor: pointer;
    font-family: arial,helvetica,sans-serif;
    font-size: 10px;
    line-height: 18px;
    margin-top: 0;
    padding: 0 4px 2px;
}

.swRotator .backward,
.swRotator .forward {
	padding: 0 4px 2px;
}

.pager a, 
.swRotator .backward:hover,
.swRotator .forward:hover {
	text-decoration: none;
}

/* @end */
