/* CSS Document */

html, body{ 
    background:#ffffff;
    margin: 0;
    padding: 0;
    color: #666666;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    height:100%;
}

/*** Begin Global Text/Font/Link styles ****/
h1, h2, h3 {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color:#3366CC;
}

a {
    font-size: 11px;
    color: #000099;
	text-decoration:underline;
}

a:link {
    color: #008dcd;
	text-decoration:underline;	
}

a:visited {
    color: #008dcd;
	text-decoration:underline;	
}

a:hover {
    text-decoration: underline;
    color: #ccc;
}

a:active {
    color: #008dcd;
	text-decoration:underline;	
}

.alertMessage{ color: #ff0000; }

.info-callout{
  border:1px solid #ccc;
  background:#ecf2f8;  
  font-size:1.0em;  
  color:#666; 
  clear:both;  
  width:95%;  
  margin-left:10px;
  padding:5px 10px 5px 10px;
  
}
.info-callout p{
    vertical-align:middle;
    text-align:justify;
}

.info-callout p.center{
    text-align:center;
}       

.info-callout a{
    font-size:small;
}

.list-spacer { 
    list-style: none;
    padding: 0px 0px 0px 0px;  
    margin: 0px 0px 0px 0px;
}
/*** End Global Text/Font/Link styles ****/

#container {
    width: 799px;
    text-align: left;
    margin: auto;
    background:#fff; 
}

/*** BEGIN Membership Styles ***/
#membership {
    clear: both;            
    width: 799px;
    height:67px;
    background-image:url(../images/header_02.jpg);
    background-repeat:no-repeat;
    background-color:#aaa;  
    color:#666666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-style: normal;
    text-transform: uppercase;     
    letter-spacing: 1px;   
}   

#membership a {
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #666;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase; 
}

#membership a:hover {
    color: #FF0000; 
}

#membership ul {
    list-style: none;
    display: block; 
    margin-top:36px;
    width:100%;    
}
    
#membership ul.left {
    float: left;            
}

#membership ul.left li {
    margin-right: 10px;
    padding-right: 10px;
    display: inline;        
}

#membership ul.left input{
    font-size: 9px;
    font-style: normal;
    color: #ff9900;
    border:1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 1px;    
}   

#membership input#signin-btn{
    float:right;
    margin-top:-18px;
    margin-right:82px;
}       
/*** End Membership Styles ***/ 


/*** Begin Header Styles ***/   
#header {   
    width: 799px;
    height:142px;
    
    margin-top: 0px;
    margin-left:auto;
    margin-right: auto;
    
    /* background-image:url(images/top_05.jpg); */
    background-image:url(../images/header_background.jpg);
    background-color:#fff;  
   
}

#header-nav {
    float: left;
    position: relative;
    top: -3px;
    left: 16px;
    padding: 0px;
    margin: 0px;
    height: 40px;
    width:100%;    
}

#header-image{
    float: right;
    margin-top:5px;
    margin-right:14px;  
}   
/*** End Header Styles ***/ 


/*** Begin Content Styles ***/  
#content-wrapper {
    float: left;
    margin-bottom: 0px;
    width: 799px;
    background-color: #fff;
    clear: both;    
    background-image: url(../images/repeat_container_background.jpg);
    background-repeat: repeat-y;        

}

#content {
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 16px;    
    width: 769px;
    background:#FFFFFF;
    min-height:300px; 
    border-top:1px solid #b1b1b1;  
    border-left:0px solid #b1b1b1;      
}

.content-body { 
    float: right;
    width: 575px;     
    padding: 0px 0px 0px 0px; 
    margin: 0px 0px 0px 0px;             
}

.content-body-full { 
    width: 769px;     
    padding: 0;
    margin: 0;   
}

.content-body-fuller p, h2{    
    padding: 5px 0px 5px 15px;
    margin: 0px 0px 0px 0px;
    clear:both; 
}


.content-subheader{
    float: left;
    width: 90%; 
    height:64px;    
    padding: 0px 0px 0px 15px;
    margin:0;
    clear:both;      
}

.content-subheader p, .content-subheader h1{
    vertical-align: baseline;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;        
    font-size: 250%;
    letter-spacing: 1px; 
    color:#007dac;
    border-bottom: 1px dashed #e3e3e3; 
}

#left-pillar{
	padding-left:10px; 
	float:left;
	background-color:#f9f9f9;
	width:210px;
	padding-right:27px;
}
.pillar-seperator{
	border:1px dashed #e3e3e3;
}
.pod-title {
	color:#666;
	font-weight:bold;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#right-pillar{
	float:right;
	width:500px;
}

.content-nav { 
    float: left;
    width: 160px;
    padding: 0 0 0 5px;  
    margin: 0px 0px 0px 0px;   
}

#content-end { 
    clear: both; 
    height: 0; 
    overflow: hidden; 
}
.clear-all {
    clear:both;
}
/*** End Content Styles ***/    

/**** Begin Activity Styles ****/
.activity-blurb{           
    width:480px;    
    padding: 0px 0px 0px 15px;  
    margin: 0px 0px 0px 15px;
	color: #666; 
	
}
.activity-blurb-left{
	float:left;
	width:75px;
	padding:0 5px 20px 0;		
}
.activity-blurb-right{
	float:left;
	width:390px;	
	padding-bottom:20px;
}
.activity-blurb-title{    
    text-transform: uppercase;     
    font-size: 115%;
    clear:both;   
    padding: 0;
    margin: 0;
    color: #666;
}

.activity-blurb a{        
    text-decoration: underline;        
}

.activity-blurb a:hover{        
    color: #FF0000;                
}

/**** End Activity Styles ****/

/*** Begin Pod Styles ***/
#pod-wrapper{
    float: left;
    padding: 0px;
    margin-left:1px;
    width: 769px;
    background:#FFFFFF;
    min-height:147px;   
}

.pod{
    float:left;
    width:191px;
    height:147px;   
    margin-top:0px;
    padding:0px;
    background-image:url(../images/pod_back.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #ccc;   
}

.pod-borderless{
    float:left;
    width:193px;
    height:147px;   
    margin-top:0px;
    padding:0px;
    background-image:url(../images/pod_back.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}

div#pod-wrapper h1{
    margin-top:7px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    text-transform:uppercase;   
}

div#pod-wrapper p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-top:12px;
    margin-left:7px;
    width:170px;
    color: #666;    
}   
/*** End Pod Styles***/


/*** Begin Footer Styles***/
#footer{
    margin-left:auto;
    margin-right: auto;
    width: 799px;
    height:150px;
    background-image:url(../images/new_footer_back.jpg);
    background-color:#fff;
    background-repeat: no-repeat;
    position: relative;
    z-index: 10;    
}   
#footer-links{
    padding-top:2px;       
}

#footer-links a{                       
	font-weight:bold;
    font-variant: normal;
	font-size:smaller;
        
    text-align:center;
    text-transform: Uppercase;
    text-decoration: none;
        
    letter-spacing: 1px;
    color: #666;    
}

#footer-links a:hover{
    color:#FF0000;
}

#footer-links ul{
    display:block;
    text-align:center;
}

#footer-links li{
    display:inline;
    list-style: none;
    padding:0px 5px 0px 0px;
    margin:0px 5px 0px 0px;
}

#footer-copyright {
    padding: 0px 0px 27px 0px;
    text-align: center;
}

#footer ul.footer-icon{
    margin:auto;
    margin-top: -30px;
    padding:0px;
    list-style: none;
    display: block; 
    text-align: center;
}
#footer ul.footer-icon li{
    display: inline;    
    padding:5px;    
}
/*** End Footer Styles***/



/****** BEGIN MY CME Styles ******/

.summer-breeze {background-color: #EEF3F7;}
.winter-rain {background-color: #E7EEF4;}

.header-cell-end {	
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}

.header-cell {	
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
}

.data-cell {	
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;	
}

.external-activity {	
	background-color:#FBFDCE;
}

.data-cell-end {	
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;	
	border-right:1px solid #ccc;
}

.cme-cert{
    margin-top:100px;
	margin:auto;   
	 
    border: 1px solid #000; 
    height:700px;  
}
.cme-cert-inner{        
    border: 1px dotted #000;   
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;  
    color:#000;  
	margin:auto;   
}
.cme-cert-inner h1{
    font-size: 30px;
}

.cme-cert-inner h2, .cme-cert-inner h3{
    font-size: 28px;
}

.cme-cert-footer{
    font-size: 16px; 
}
/*** END MY CME Styles ***/    


/****** BEGIN Questionnaire Styles ******/

#questionFormContainer{
    position: relative;
    padding-left: 10px;
    padding-right: 10px;    
    z-index: 1;    	
}

#questionFormContainer select{ font-size: 11px; }


.free-form-answer {
    font-size: 11px;  
    width:73px;  
}        
 
.subtle-shade{
    border:1px solid #e7d38c;
    background:#F7F7D7;
}           

.discrete-shade{
    border:2px solid #cc0000;   
	background:#F7F7D7;	 
}  

.arrogant-shade{
    border:1px solid #B38F00;   
	background:#FFF2BF;	 
	width:95%;
	padding:5px;
}  

.underLine { text-decoration: underline; }
.bold {font-weight:bold;}
.float-left {float:left;}
.float-right {float:right;}
.float-none {float:none;}

.img-viewer{
	text-align:center;
}


/**** END Questionnaire Style ***/


/***** BROUGHT IN FROM EMBEDDED STYLES ***/

.full-text-tote{
	width:480px;
	float:left;
	padding-left:10px;
}

#why-contact{
	margin-top:30px;
	padding-left:10px;
	float:left;
	width:200px;
}

#contact-form{
	margin-top:15px;
	margin-left:15px;
	float:right;
	width:500px;
}

.cme-soon{
	color:#0099cc;
	font-weight:bold;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.cme-now{
	color:#0099cc;	
	font-weight:bold;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#activity-listing{
	float:right;
	padding-left:10px;
	border-left: 1px solid #ccc;
}

.coming-soon-title{
	color:#0099FF;
}
.activity-title{
	text-decoration:underline;
}

#news{
	float:right;
	width:450px;
	padding-right:50px;
}

#home-image {
	padding:2px; 
	float:right;
	
}

/***** END BROUGHT IN FROM EMBEDDED STYLES ***/

.ExpiredActivity { color:#FF0000; }

.iiHeading {color: #00A88A; text-transform:uppercase; padding-left:0; margin-left:0; }

/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url('/resources/images/white.png');
	
	/* dimensions after the growing animation finishes  */
	width:300px;
	height:241px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url('/resources/images/close.png');
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
form#_activity_login_form label { display:block; font-weight:bold; font-size:.8em; color:#666; }

#viewer, div.label { padding:0 0 0 0; margin:0; }
#viewer h2, div.label h2 { font-size:1.3em; }
#viewer h2, #viewer a img, #viewer p, div.label h2 { padding:0 0 10px 15px; margin:0; }

