/* @group Reset */

* { margin:0;padding:0; }
table {border-collapse:collapse;border-spacing:0;}
img { border:0; outline:none; }
a { outline: none; }
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
caption,th { text-align:left; }
h1 {font-size:3em;}
h2 {font-size:2.5em;}
h3 {font-size:2em;}
h4 {font-size:1.5em;}
h5 {font-size:1em;}
h6 {font-size:.8em;}
ul,ol {margin:1em;}
li {margin-left:1em;padding-left:.4em;}
q:before,q:after { content:''; }
abbr,acronym { border:0; }

fieldset {border:0;}
/* @end */

html {
	background: url(../img/body-bg.jpg) repeat;
}
body {
	background: url(../img/spotlight-bg.jpg) no-repeat center top;
	font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}
#pageContainer {
	width: 980px;
	padding: 0 10px 10px;
	margin: 0 auto;
	background: url(../img/pageContainer-bg.png) repeat;
	position: relative;
	z-index: 2;
}
#page {
	width: 957px;
	padding: 10px 12px 10px 11px;
	background: #fff;
}

/* @group Membership Form */

#membershipForm {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	color: #fff;
	border-top: 10px solid #000;
}
#membershipForm .content {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	display: none;
	position: relative;
}
#membershipForm.open .content {
	display: block;
}
#mfTab {
	background: #000;
	padding: 20px;
	width: 560px;
	margin-left: 368px;
	overflow: hidden;
	border-radius: 0 0 10px 10px;
	position: relative;
	z-index: 10;
}
#mfTab h6 {
	font-size: 14px;
	font-weight: normal;
	color: #9ad0ed;
	margin-bottom: 15px;
}
#joinInfo {
	width: 270px;
	float: left;
	padding-right: 9px;
	border-right: 1px dotted #ccc;
	font-size: 12px;
	line-height: 1.4;
}
#joinInfo p {
	margin-bottom: 15px;
}
#joinInfo em {
	font-size: 14px;
	font-style: normal;
}
#memberLogin {
	width: 270px;
	float: right;
	margin-left: 10px;
}
#memberLoginForm {
	margin: 20px 0 50px;
	font-size: 14px;
}
#memberLoginForm ul, #memberLoginForm li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#memberLoginForm li {
	margin-bottom: 10px;
}
#memberLoginForm label {
	display: inline-block;
	width: 90px;
}
#memberLoginForm input {
	width: 156px;
	padding: 4px 2px;
}
#memberLoginForm #forgotPasswordLink {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	margin: 10px 20px;
}
#memberLoginForm #forgotPasswordLink:hover,
#memberLoginForm #forgotPasswordLink:active {
	text-decoration: underline;
}
#memberLoginForm #btnSignIn {
	width: 89px;
	height: 31px;
	background: url(../img/btnSignIn-bg.png) no-repeat;
	border: none;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
#membershipJoinLinks a {
	color: #9ad0ed;
	line-height: 1.4;
	font-size: 14px;
}
#membershipForm .hangingTag {
	display: block;
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#membershipForm .hangingTag a {
	position: absolute;
	top: -3px;
	right: 60px;
	width: 288px;
	height: 48px;
	text-indent: -99999em;
	background: url(../img/membershipInfoTab.png) no-repeat left top;
}
#membershipForm.open .hangingTag a {background-position: left bottom;}

/* @end */

/* @group Header */

#header {
	width: 957px;
	height: 106px;
	overflow: hidden;
	background: url(../img/header-bg.png) no-repeat;
	position: relative;
}
#logo {
	margin: 5px 10px;
	float: left;
}
#searchBar {
	float: right;
	margin: 50px 53px 0 0;
	padding: 6px;
	background: #222;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 300px;
	text-align: center;
	overflow: hidden;
}
#searchBar input {
	width: 200px;
	float: left;
	margin-top: 6px;
}
#searchBar button {
	width: 89px;
	height: 31px;
	border: none;
	float: right;
	cursor: pointer;
	background: url(../img/btnSignIn-bg.png) no-repeat;
	font-size: 14px;
	color: #fff;
}

/* @end */

/* @group Main Navigation */

#mainNav {
	width: 957px;
	height: 46px;
	overflow: hidden;
	background: url(../img/mainNav-bg.png) no-repeat;
	margin-top: 10px;
}
#mainNav ul, #mainNav li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainNav li {
	line-height: 46px;
	float: left;
	margin-left: 17px;
	margin-right: 17px;
	padding-left: 34px;
	background: url(../img/mainNav-divider.png) no-repeat left center;
}
#mainNav li:first-child {
	background: none;
}
#mainNav a {
	font-size: 18px;
	color: #000;
	text-decoration: none;
}
#mainNav a:hover, #mainNav a:active {
	border-bottom: 2px solid;
}

/* @end */

#pageContent {
	float: left;
	margin-top: 10px;
	position: relative;
}

/* @group Sidebar */

#sidebar {
	width: 229px;
	padding: 5px;
	background: #e5e5e5 url(../img/sidebar-bg.png) repeat-x;
	border: 1px solid #d7d7d7;
	float: left;
	position: relative;
	z-index: 5;
}
#sidebar a {
	color: #0685b4;
}

/* @group SubNav */
#subnav {
	border-bottom: 1px solid #dde4e9;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#subnav h3 {
	width: 186px;
	height: 51px;
	padding: 0 20px;
	background: url(../img/sidebarHeading-bg.png) no-repeat left top;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 51px;
}
.subnavList li { list-style:none; margin:0; padding:0; padding-bottom:6px; }
.subnavList li a { text-decoration:none; }
.subnavList li a:hover { text-decoration:underline; }

.subnavList li.navLvl_1 { margin-left:0; padding:0; padding-bottom:6px;  }
.subnavList li.navLvl_2 { margin-left:10px; font-size:14px; }
.subnavList li.navLvl_3 { margin-left:20px; font-size:12px; }





/* @group Events */

#events {
	border-bottom: 1px solid #dde4e9;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#events h3 {
	width: 186px;
	height: 51px;
	padding: 0 20px;
	background: url(../img/sidebarHeading-bg.png) no-repeat left top;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 51px;
}
#eventsList, #eventsList li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#eventsList {
	margin: 10px;
	font-size: 14px;
}

 #evtList, #evtList li {  list-style-type:none; margin-left:2px; margin-bottom:6px; }

span.h5event a {
	font-size: 14px;
	font-weight: normal;
	color: #177510;
	text-decoration:none;
	margin-bottom:6px;
	margin-right:24px;
}
span.h5event a:visited {
	font-size: 14px;
	font-weight: normal;
	color: #177510;
	text-decoration:none;
	margin-bottom:6px;
	margin-right:24px;
}
span.h5event a:hover {
	font-size: 14px;
	font-weight: normal;
	color: #177510;
	text-decoration:underline;
	margin-bottom:4px;
	margin-right:24px;
}

#eventsList h5{
	font-size: 14px;
	font-weight: normal;
	color: #177510;
	text-decoration:none;
	margin-bottom:6px;
}

#eventsList h5 a {
	font-size: 14px;
	font-weight: normal;
	color: #177510;
	text-decoration:none;
	margin-bottom:6px;
}
#eventsList h5 a:hover {
	font-size: 14px;
	font-weight: normal;
	color: #177510;
	text-decoration:underline;
	margin-bottom:4px;
}
#events .eventsPaging {
	color: #000;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	margin: 0 10px;
}

/* @end */

/* @group ContinuingEducation */
#continuingEducationHomelink {
	border-bottom: 1px solid #dde4e9;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#continuingEducationHomelink h3 {
	width: 186px;
	height: 51px;
	padding: 0 20px;
	background: url(../img/sidebarHeading-bg.png) no-repeat left top;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	line-height: 51px;
}

#continuingEducationHomelink h3 a
{
   text-decoration:none;
   color: inherit;       
}
#continuingEducationHomelink h3 a:visited
{
   text-decoration:none;
   color: inherit;       
}
#continuingEducationHomelink h3 a:hover
{
   text-decoration:underline;
   color: inherit;       
}
/* @end */

/* @group Video of the Month */

#videos {
	margin-top: 15px;
	position: relative;
	z-index: 5;
}
#vomLink {
	display: block;
	position: relative;
	width: 229px;
	height: 235px;
	overflow: hidden;
	background: url(../img/vom-bg.png) no-repeat;
	cursor: pointer;
}
#vomPreview {
	position: absolute;
	top: 60px;
	left: 13px;
	z-index: 2;
}
#vomPlayIcon {
	position: absolute;
	top: 110px;
	left: 110px;
	z-index: 3;
}
#videos .viewAllLink {
	display: block;
	margin: 10px;
	text-align: right;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#videos .viewAllLink:hover, #videos .viewAllLink:active {
	text-decoration: underline;
}

/* @end */

/* @group Continuing Education */

#continuingEducation {
	background: #f2f2f2;
	padding: 10px 10px 60px;
	border: 1px solid #ccc;
	margin-top: 20px;
}
#continuingEducation h3 {
	font-size: 18px;
}
#continuingEducationList, #continuingEducationList li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#continuingEducationList {
	margin-top: 10px;
	font-size: 14px;
}
#continuingEducationList h5 {
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0;
}

/* @end */

/* @group Share */

#share {
	margin: 20px 10px;
	text-align: center;
}
#share h3 {
	font-size: 18px;
	border-bottom: 1px solid;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-align: left;
}

/* @end */

/* @end */

/* @group Main Content */

#mainContent {
	width: 697px;
	float: right;
	margin-left: 15px;
	font-size: 14px;
	position: relative;
}

/* @group Slideshow */

#slideshow {
	width: 697px;
	height: 360px;
	overflow: hidden;
	position: relative;
}
#slideshow .items, #slideshow .items li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#slideshow .items {
	width: 20000em;
	position: absolute;
}
#slideshow .items li {
	float: left;
}
#slideshow .navi {
	position: absolute;
	top: 10px;
	right: 20px;
	background: url(../img/navi-bg.png) repeat;
	border-radius: 5px;
	padding: 4px 8px;
}
#slideshow .navi a {
	color: #000;
	text-decoration: none;
	display: inline-block;
	padding: 2px;
	font-weight: bold;
	font-size: 12px;
}
#slideshow .navi a:hover,
#slideshow .navi a:active,
#slideshow .navi a.active {
	color: #749f51;
}

/* @end */

#mainContent h2 {
	font-size: 36px;
	line-height: 22px;
	margin: 70px 10px 10px;
}
#mainContent h2 small {font-size: 18px;}
#mainContent p {
	margin: 0 10px 15px;
	margin-bottom: 15px;
}

/* @group Latest News */

#latestNews {
	width: 397px;
	float: left;
}
#latestNews h3 {
	height: 46px;
	line-height: 46px;
	padding: 0 10px;
	background: url(../img/subhead-bg.png) repeat-x;
	border: 1px solid #d7d7d7;
	font-size: 20px;
}
#newsList, #newsList li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#newsList {margin: 10px;}
#newsList h5 {margin-bottom: 5px;}
#newsList p {margin-left: 0;}

/* @end */

/* @group From Facebook */

#fromFacebook {
	width: 263px;
	padding: 0 10px 10px;
	float: right;
	margin-left: 15px;
	background: #dde4e9;
	border: 1px solid #d7d7d7;
}
#fromFacebook h3 {
	height: 46px;
	font-size: 20px;
	line-height: 46px;
}
#fromFacebook p {margin-left: 0;}
#socialList, #socialList li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#socialList {margin-top: 20px;}
#socialList li {
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #d7d7d7;
}
#socialList li a {
	display: block;
	position: relative;
	height: 26px;
	line-height: 26px;
	text-decoration: none;
	color: #005399;
	font-style: italic;
	font-size: 13px;
}
#socialList li a img {
	position: absolute;
	right: 0;
}

/* @end */

/* @end */

/* @group Swoosh */

#swoosh {
	position: absolute;
	top: 290px;
	left: -12px;
	z-index: 4;
}

/* @end */

/* @group Member Spotlight Link */

#memberSpotlightLink {
	position: absolute;
	top: 310px;
	right: 40px;
	display: block;
	width: 321px;
	height: 150px;
	
	color: #000;
	text-decoration: none;
	z-index: 5;
}
#memberSpotlightLink div {
	position: absolute;
	top: 34px;
	left: 164px;
	font-size: 12px;
	font-weight: bold;
	height: 80px;
}
#memberSpotlightLink h6 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
}
#memberSpotlightLink p {
	line-height: 12px;
}
#memberSpotlightLink span {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #75a052;
	font-size: 14px;
	font-weight: normal;
}
#memberSpotlightLink div small {font-weight: normal;}

/* @end */

/* @group Footer */

#footer {
	width: 980px;
	margin: 10px auto;
	color: #fff;
	overflow: hidden;
	font-size: 14px;
	padding-bottom: 20px;
}
#footerLinks {float: left;}
#footerLinks a {
	color: #fff;
	text-decoration: none;
	padding: 0 4px;
}
#footerLinks a:hover, #footerLinks a:active {text-decoration: underline;}
#copyright {float: right;}

/* @end */

/* @group Overlay */

.overlay {
	display: none;
	z-index: 200;
}

/* @group Video Overlay */

#videoOverlay {
	background: #000;
	color: #fff;
	width: 742px;
	padding: 10px;
	text-align: center;
}
#videoOverlay .smallLogo {
	position: absolute;
	top: 15px;
	left: 15px;
}
#videoOverlay h5 {
	font-size: 30px;
	font-weight: normal;
	margin: 20px 0 10px;
}
#videoOverlay h6 {
	font-size: 14px;
	margin: 15px 0;
}
#videoOverlay .close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 12px;
	cursor: pointer;
}
#videoOverlay .close span {
	display: inline-block;
	margin: 0 5px;
	font: bold 14px Verdana, "Lucida Grande", Lucida, sans-serif;
}

/* @end */

/* @group Video Overlay */

#videoPopup{
	background: #000;
	color: #fff;
	width: 742px;
	padding: 10px;
	text-align: center;
}
#videoPopup .smallLogo {
	position: absolute;
	top: 15px;
	left: 15px;
}
#videoPopup h5 {
	font-size: 30px;
	font-weight: normal;
	margin: 20px 0 10px;
}
#videoPopup h6 {
	font-size: 14px;
	margin: 15px 0;
}
#videoPopup .close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 12px;
	cursor: pointer;
}
#videoPopup .close span {
	display: inline-block;
	margin: 0 5px;
	font: bold 14px Verdana, "Lucida Grande", Lucida, sans-serif;
}

/* @end */


.eventScroll { height:200px; overflow:hidden; position:relative; }
.innerScroll { position:relative; }


.pageContent h1 { margin:16px 10px 16px 10px;  font-size:1.5em;}
/* @end */

a.popVideo 
{
    border: solid 1px #75A052;
   
    color:#75A052;
    padding:6px;
    padding-left:30px;
    background: #fff url('../img/insertVideo.gif') no-repeat 6px;
      
    border-radius: 5px;
    -moz-border-radius : 5px;
    -webkit-border-radius: 5px;
}


/* @start search result */

.searchResultItem
{
    border:solid 1px #eaeaea;
    padding:6px;
    border-radius: 5px;
    -moz-border-radius : 5px;
    -webkit-border-radius: 5px;
    margin: 3px 16px 3px 0;
}

a.searchLink , a.searchLink:visited
{
    color: #0685B4;
    text-decoration:none;
}

a.searchLink:hover
{
    color: #0685B4;
    text-decoration:underline;
}

/* @end */


/* @start sidebar div */
.sidebarDiv 
{
	border-bottom: 1px solid #dde4e9;
	margin-bottom: 10px;
	padding-bottom: 10px;
    }
    
.sidebarDiv a { text-decoration:none; }
.sidebarDiv a:hover { text-decoration:none; }
.sidebarDiv a img{ border:none; }

/* @end */
 
 
