﻿/********************************
***CT STYLE SHEET TOC*****
********************************
*****************************/
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0 0 0 10px; 
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.thrColFixHdr #container { 
	width: 960px;
	background: #FFFFFF;
	 /*margin: 0 auto; the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 

.thrColFixHdr #header { 
	background: #FFFFFF;
	height: 240px; 
	padding: 2px 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
	border-bottom: 1px solid;
	border-color: #e9e9e9;
	width: 960px;
}

#issueCover {float: right; width: 150px; text-align: center; margin-top: 5px; margin-right: 10px;}
#logo {position: relative; top: 2px; left: 0px; width: 750px; margin: 7px 0px 8px 0px;}
#message {position: absolute; left: 599px; top: 56px; font:12px/18px "Trebuchet MS", verdana, Arial, sans-serif; 		font-weight:bold; color:#931a25;}

/* Left Navigation Container */
.thrColFixHdr #sidebar1 {
	float: left; 
	width: 200px; 
	background: #FFFFFF; 
	padding: 0px 0 0 0; 
	border-right: 1px solid;
	border-left: 1px solid;
	border-color: #e9e9e9;
	margin: 0px 10px 0px 0px;
	height: 725px;
}

/* Google Search Box Layout */
#searchBox {width:190px; padding: 8px 5px 5px 5px; background:#e1dbcb; margin: 0px;}

/* RIGHT BANNER */
.thrColFixHdr #sidebar2 {float: right; 	width: 150px; 	height: 700px;	background: #FFFFFF; padding: 15px 0px 15px 0px; text-align: right; border-left: 1px solid; border-color: #e9e9e9;}

/* This Contains the building blocks for the Main Content Area */
.thrColFixHdr #mainContent {margin: 5px 0px 0px 0px; padding: 0px;} 

/* Creates the area for use of the full Main Content Area (example - Article Pages, About Us */
#fullMain {float: left; margin: 0px 5px 0px 0px; width: 555px;} 

/* Creates a Left Content Area within the Main Content */
#leftMain {float: left; margin: 0px 5px 0px 0px; width: 290px;} 

/* Creates a Right Content Area within the Main Content */
#rightMain {float: right; margin: 0px 10px 0px 5px; width: 275px;} 

/*Footer*/
.thrColFixHdr #footer { 
	margin-top: 15px;
	padding: 10px 10px 0 20px; 
	background:#FFFFFF;
	text-align:center;
	border-top: 1px solid;
	border-color: #DDDDDD;
	width: 930px;
} 

/*********************************************************************************/
/*********************LEFT NAVIGATION CONTROLS**************************/
/*********************************************************************************/

.specialtyNav { 
	float: left;
	padding:10px 0px 0px 10px;  
	z-index: 100;
	width: 190px; 
	background-color:#f6f3e9; 
	width: 190px;
 } 
 .specialtyNavBottom {float: left;	padding:10px 0px 0px 0px; z-index: 0; width: 190px;}
 
.specialtyNav ul, .specialtyNavBottom ul  { 
	list-style:none; 
	padding-left: 0px;
	margin-left: 10px;  
	z-index: 100;
}

.specialtyNav ul li, .specialtyNavBottom ul li { 
	padding-left: 10px; 
	background:url(http://192.168.175.30/images/layout/navArrow.gif) 0px 5px no-repeat; 
	padding-bottom: 7px; 
}

.specialtyNav ul li a, .specialtyNavBottom ul li a { 
	font: 12px/18px Arial, helvetica, sans-serif; 
	color: #000; 
	font-weight: bold; 
	text-decoration: none;
} 

.specialtyNav ul li a:hover, .specialtyNavBottom ul li a:hover { 
	color:#931a25; text-decoration:underline;
	background:url(http://192.168.175.30/images/layout/subspBg.jpg) 0px 0px no-repeat; 
}

.specialtyNav ul li a.selected, .specialtyNavBottom ul li a.selected{ 
	font:12px/18px Arial, helvetica, sans-serif; color:#931a25; 
	font-weight:bold; text-decoration: underline; 
	 z-index: 100;
}

.specialtyNav ul.subspecialtyList { 
	padding-top:5px; list-style:none; 
	background:url(http://192.168.175.30/images/layout/subspBg.jpg) 0px 0px no-repeat;
	padding-right:0; margin-right:0; padding-left:10px; 
	list-style-type: none;
	 z-index: 100;
}

.specialtyNav ul.subspecialtyList li{
	padding-left:10px;
	list-style:none;
	list-style-type: none;
	background-color:Transparent;	
	border-bottom:1px dotted #cc9166; 
	z-index: 100;
}

.specialtyNav ul.subspecialtyList li a { font:11px/18px Arial, helvetica, sans-serif; color:#000; font-weight:normal;  z-index: 100;}
.specialtyNav ul.subspecialtyList li.last{ border-bottom:0; }
.menu { position: relative; font-size: 90%; z-index: 100;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul { padding:0; margin:0; width:158px; position:relative; list-style-type: none;  z-index: 100;}
.menu li { background:transparent;  z-index: 100;}
.menu a, .menu a:visited, .menu2 a, .menu2 a:visited { display:block;  width:158px; color:#000; background:transparent;  z-index: 100;}
.menu :hover > a { background:url(http://192.168.175.30/images/layout/subspBg.jpg) 0px 0px no-repeat;  z-index: 100;}
.menu ul ul { 	visibility:hidden; position:absolute; top:-1px; left:110px; width:170px;  z-index: 100;}
.menu ul li:hover ul, .menu ul a:hover ul { visibility:visible; z-index: 100;}

/*****CONTROLS THE HEIGHT OF THE HOVER MENUS*****/
.menu ul.cat1 {top:8px; z-index: 100;}
.menu ul.cat2 {top:50px;z-index: 100;}
.menu ul.cat3 {top:76px; z-index: 100;}
.menu ul.cat4 {top:101px; z-index: 100;}
.menu ul.cat5 {top:143px; z-index: 100;}
.menu ul.cat6 {top:169px; z-index: 100;}
/*********************************************************************************/
/*****************END OF LEFT NAVIGATION CONTROLS*********************/
/*********************************************************************************/

/********************************************************************************/
/******************HOMEPAGE/SUBSPECIALTY LANDING********************/
/********************************************************************************/
.current {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:0.1em;
	padding-top:10px;
	padding-bottom:5px;
	color:#931a25;
}

.issue {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	font-style:italic;
	border-top:1px solid #f0f0f0;
	padding-top:3px;
	color:#000;
}

.quote {font:18px/20px Georgia, "Times New Roman", serif; font-weight: bold; margin-bottom: 12px; margin-top: 8px; padding: 0;}

#featureStory { 
	border: 1px solid;
	border-color: #e9e9e9;
	padding: 6px 2px 0px 5px;
	margin: 14px 0 0 0;
}

.featureHeadline {font-size:16px; font-family:  Arial, sans-serif; font-weight:bold; margin-top: 6px; margin-bottom: 5px;}
#featureStory p {font-size:11px; font-family:  Arial, sans-serif; font-weight:normal;}
.fullStory  {font-weight:bold; letter-spacing:0.1em; color:#000; font-size:11px; text-decoration:none; background:url(http://192.168.175.30/images/layout/fullStoryArrow.gif) 0 2px no-repeat;padding-left:22px; margin-bottom: 10px;}
.fullStory:hover {text-decoration:none;color:#931a25;}

.calendarSection {margin: 20px 0px 0px 2px; border-top: 1px solid; border-color: #931a25;}
.calendarHead {padding: 0; margin: 5px 0px 2px 0px; border-bottom: 1px solid; border-color: #f0f0f0;}

.meetingName {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	text-transform:uppercase;
	padding: 0px;
}

.meetingLocation {font-size: 11px; font-family: arial, helvetica, sans-serif; line-height: 15px;}

.redHeader {
	background-image: url(http://192.168.175.30/images/layout/redBoxCurve2.gif);
	background-repeat: no-repeat;
	padding: 2px 0px 2px 0px;
	margin-top: 0px;
	width: 145px;
	height: 17px;
	text-align:center;
	font-size: 9px;
	font-family:  verdana, helvetica, sans-serif; 
	font-weight: bold; 
	color: #FFFFFF;
	text-decoration: none;
}

.redHeader A { 
	font-size: 9px;
	font-family:  verdana, helvetica, sans-serif; 
	font-weight: bold; 
	color: #FFFFFF;
	text-decoration: none;
}
/********************************************************************************/
/***********************************END HOMEPAGE**************************/
/********************************************************************************/

/******************************TAB CONTROLS******************************************/

.recent 	{ background-color:#f0f0f0; margin-top:5px; }
#CommonBody          { width:260px; padding:10px; }
#CommonBodyTable { }
.shadetabs{ 
    padding: 0px 0;
    margin-left: 0px;
    margin-bottom: 0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li { display: inline; margin: 0px; margin-right: 12px; border:0; height:15px; }
.shadetabs li img { padding-top:5px; padding-bottom:4px; }
.shadetabs li a { text-decoration: none; padding: 9px 7px; background: #f6f6f5; margin-bottom:0; padding-bottom:3px;  border: 1px solid; border-color: #e9e9e9;}
.shadetabs li a:visited { color:  #333333; }
.shadetabs li a:hover { text-decoration: underline; color: #cc0000; padding: 5px 7px; }
.shadetabs li.selected { background:#fff; }
.shadetabs li.selected a { background:#fff; padding-bottom:4px; }
.shadetabs li.selected a:hover { text-decoration: none; }
.tabcontentstyle { margin-top:2px; border: 1px solid #fff; padding: 10px; background:#fff; z-index:1000; }
.tabcontent { display:none; font-family:Tahoma,Verdana,sans serif; line-height:14px; font-size:11px; }
.tabcontent table td { font-family:Tahoma,Verdana,sans serif; line-height:16px; font-size:11px; }
.tabcontentstyle ul { list-style:none; margin-left: 0px; padding-left: 0px; }

li.toggleHeadline 
{
    list-style-type: none;
    margin-left: 10px;
    /*list-style-image: url(http://192.168.175.30/images/layout/beigeBullet.gif);*/
    font-size:10px;
    font-weight:bold;
    font-family:Arial,sans-serif;
    padding-bottom:10px;
    color:#000;
}

.tabcontentstyle li.toggleHeadline a, .tabcontentstyle li.toggleHeadline a:visited {     
    color:#000000;
    font-size: 12px;
    text-decoration: none;
}

.tabcontentstyle li.toggleHeadline a:hover, .tabcontentstyle li.toggleHeadline a:visited:hover {
    color:#931a25;
    font-size: 12px;
    text-decoration: none;
}

.moreHeadlines a { 
	padding-left:12px; 
	color: #931a25;
	font-size: 11px;
	text-decoration: none;
}

.moreHeadlines a:hover { 
	padding-left:12px; 
	color: #931a25;
	font-size: 11px;
	text-decoration: underline;
}

/******************************END TAB CONTROLS******************************************/


/********************************************************************************/
/********************************MAIN CONTENT*******************************/
/********************************************************************************/

#fullMain .regLinkBlack {font:12px/14px 'Trebuchet MS', verdana, Arial, sans-serif; color:#000; font-weight:bold; text-decoration: none;}
#fullMain .regLinkBlack:hover {color:#931a25; text-decoration: none; }

.pageHeaders {
	width: 557px;
	height: 35px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 24px;
	color: #89191c;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 12px 0px;
	font-weight: bold;
	background-image: url(http://192.168.175.30/images/layout/headerBottom.gif);
	background-repeat: no-repeat;
}

/********************************************************************************/
/****************************END MAIN CONTENT*****************************/
/********************************************************************************/

/********************************************************************************/
/**************************************LOGIN***********************************/
/********************************************************************************/
.login {width: 520px; text-align: center; margin: 0 auto; padding: 10px 0 0 0;}

.login .topBar {
	width: 520px;
	background-color: #666668;
	height: 20px;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.login .loginContainer {width: 530px; height: 300px; background-color: #ebebeb;}

#loginLeft {
	float: left;
	width: 235px;
	background-color: #FFFFFF;
	margin: 15px 15px 5px 10px;
	padding: 5px;
	text-align: left;
}

#loginRight {
	float: right;
	width: 235px;
	margin: 15px 0px 5px 0px;
	padding: 5px;
	text-align: left;
}

#login .log1 {
    border:1px solid #dddddd;
    width:180px;
    margin: 5px 0 5px 0;
    font-size:14px;
    font-weight:bold;
}

.log1 {
    border:1px solid #dddddd;
    width:180px;
    margin: 3px 0 5px 0;
    font-size:14px;
    font-weight:bold;
}

.log2 {
    border:1px solid #dddddd;
    width:455px;
    margin: 3px 0 5px 0;
    font-size:14px;
    font-weight:bold;
}
/********************************************************************************/
/***********************************END LOGIN********************************/
/********************************************************************************/


/********************************************************************************/
/******************************ARTICLE CONTROLS***************************/
/********************************************************************************/

.date  {font:11px "Trebuchet MS", Arial, sans-serif; margin-top:0; padding-bottom:8px;}
.articleAuthor {font:11px/16px "Trebuchet MS", Arial, sans-serif; margin-top:5px; padding-bottom:5px;}
.author {font:11px/14px "Trebuchet MS", Arial, sans-serif; margin-top:0px; padding-bottom:3px;}

#articleBar table {
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #e9e9e9;
	padding: 2px 0px 2px 0px;
	margin: 3px 0px 10px 0px;	
}

#articleBar a {color: #000000; font-weight: bold;}
#articleBar a:hover {color: #931a25;font-weight: bold;}
.subHeader {font:12px/17px Arial, sans-serif; padding-right:5px; font-weight: bold;}
.source {font-size: 10px; font-family: arial, helvetica, sans-serif;}
.caption   {font-size: 13px; font-family: Arial, Helvetica, sans-serif; color: #000000;}
.pullquote {font-size: 15px; font-family: Arial, Helvetica, sans-serif;}
.moreInfo {margin-left: 0px; padding-top: 8px; font-size: 14px; font-family: Arial,sans-serif; font-weight: bold;}

/*adds padding to the bottom of tables within the article content*/
#fullMain table {margin-bottom: 10px;}

#seeRelatedArticles {
	float: right;
	width: 270px;
	margin: 0px 0px 5px 5px;
	padding: 5px 5px 5px 5px;
	border: 1px solid;
	border-color: #e9e9e9;
	font-family: arial, helvetica, sans-serif;
	color: #931a25;
}

/********************************************************************************/
/******************************END Article Controls*****************************/
/********************************************************************************/

/********************************************************************************/
/******************************REGISTRATION FORMS************************/
/********************************************************************************/

.regForm2 { padding-top:5px; padding-bottom:0; }
.regForm2 td {font-weight: bold; font-size: 11px; font-family: Arial, helvetica, sans-serif;}
.regForm2 input, Select {font-size: 11px; font-family: Arial, helvetica, sans-serif; font-weight: normal;}
.regForm3 { padding-top:5px; margin-top:0; padding-left:25px; }

.regForm2 label{
    font:12px/18px "Trebuchet MS", verdana, Arial, sans-serif;
    color:#000;
    font-weight:bold;
    text-align:left;
    width:250px;
 }

/********************************************************************************/
/**************************END REGISTRATION FORM***********************/
/********************************************************************************/

/*******************************************************************************/
/*******************************CAREER CENTER****************************/
/*******************************************************************************/

#greyBar {
	background: #f0f0f0;
	height: 18px;
	font-family:Arial, Tahoma, Verdana, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	padding: 2px 0 0 8px;
	text-transform: uppercase;
	width: 550px;
}

#careerLinkMargin {
	margin-top: 8px;
	margin-left: 8px;
	margin-bottom: 20px;
}

/********************************************************************************/
/****************************END CAREER CENTER*******************************/
/********************************************************************************/

/********************************************************************************/
/********************************CALENDAR ***********************************/
/********************************************************************************/

.month {
	font:11px/14px Arial, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	background: #931a25;
	padding:5px;
}

.event {padding-top:10px;padding-bottom:10px;border-bottom:1px solid #e3e3e3;font-size:11px;}
.event p {font-size:11px;}
.event .dates {float:left;color:#000;font-weight:bold;}
.event .eventBody {float:right;width:460px;padding-left:10px;}
.event .eventName {font-weight:bold; font-size:11px; text-transform:uppercase;}
.backtotop {text-align:right; margin-bottom:5px; font-size: 11px; font-family: arial, helvetica, sans-serif;}
.backtotop a img {border:0;}
#calendarTable P {font-size: 11px; font-family: arial, helvetica, sans-serif; padding-top: 2px; margin: 0;}

/********************************************************************************/
/********************************END CALENDAR******************************/
/********************************************************************************/

/********************************************************************************/
/*************************************FOOTER*********************************/
/********************************************************************************/

#footer A	{font: 11px/18px Arial, sans-serif; text-decoration: none; color: black;}
.footerLink {font: 11px/18px Arial, sans-serif; text-decoration: none;color: black;}
#footer a:visited {color:Black; }
#footer a:hover {color:#931a25; }

/********************************************************************************/
/********************************END FOOTER*********************************/
/********************************************************************************/

/********************************************************************************/
/****************************CURRENT ISSUE PAGE**************************/
/********************************************************************************/
#currentNav {
	background-color: #f0f0f0;
	height: 15px;
	width: 538px;
	padding: 10px;
	font-size: 12px;
	color: #931a25;
	font-weight: bold;
}

#currentContent {
	background-color: #fafafa;
	width: 527px;
	padding: 10px 10px 10px 25px;
	margin: 0px;
	font-size: 12px;
	color: #931a25;
	font-weight: bold;
	margin-bottom: 5px;
}

/********************************************************************************/
/************************END CURRENT ISSUE PAGE*************************/
/********************************************************************************/

/********************************************************************************/
/*************************ORDERED/UNORDERED LISTS*********************/
/********************************************************************************/

ul {
    list-style-type: none;
    padding-top:0px; 
    padding-bottom:5px; 
    padding-left:20px; 
    margin-left: 0px;
    margin-top: 8px;
}
.unorderedList li {
    padding-left: 15px;
    font-size: 12px;
    font-family: Arial,sans-serif;
    padding-bottom: 3px;
    color: #000000;
    background: url(http://192.168.175.30/images/layout/beigeBullet.gif) 0 2px no-repeat;
}

.unorderedList ul {padding: 0; margin: 0;}

.articleUnorderedListWide li {
    padding-left: 24px;
    font-size: 12px;
    font-family: Arial,sans-serif;
    padding-bottom: 8px;
    color: #000000;
    background: url(http://192.168.175.30/images/layout/beigeBullet.gif) 0 2px no-repeat;
    margin-left: 0px;
}
.articleUnorderedListWide ul {padding: 0; margin: 0;}

/********************************************************************************/
/*******************END ORDERED/UNORDERED LISTS*********************/
/********************************************************************************/


/********************************************************************************/
/********************************MISC STYLES********************************/
/********************************************************************************/

.qanda{ margin-top:5px; }
.qanda dt{margin-top:10px; border-top:0px solid #f1f1f1; color:#931a25; padding:5px; font-weight:bold;}
.qanda dd {background-color:#ffffff; background-image: url(http://192.168.175.30/images/layout/bganswers.gif); padding:10px; margin-left:15px;}
.singleResult {width:550px; padding-bottom:7px; padding-top:0px; font:12px/17px Arial, sans-serif; border-bottom: 1px solid rgb(240, 240, 240); margin-bottom: 7px;}
.singleResult a { font-weight:bold; }

p, td {margin: 0px 0px 10px 0px; font-size: 12px; font-family: Arial,sans-serif; color: #000000;}
a {font-family: Arial, helvetica, sans-serif; color: #931a25; text-decoration: none;}
a:hover {text-decoration: underline;}

.regLinkRed   {font:12px/18px Arial, Verdana, sans-serif; color:#931a25; font-weight:bold; text-decoration: none;}
.regLinkRed:hover {color:#000; }

/*Orange Section Headers for Featured Columns*/
.specialty {font-family: arial, helvetica, sans-serif;font-weight: bold;color: #b95d2f;font-size: 11px;padding-bottom:4px; text-transform: uppercase;}

.linkRed11 {font-size:11px; font-family:  "Trebuchet MS", Arial, sans-serif; font-weight:normal; text-align:right; padding-top:5px; padding-bottom:5px; color: #931a25; text-decoration: none;}
.linkRed11:hover {text-decoration: underline;}
.redText10bold {font-family: arial, helvetica, sans-serif; font-size: 12px; color: #89191c; font-weight: bold;}
.text11bold {font-family: arial, helvetica, sans-serif; font-size: 11px; font-weight: bold; margin: 5px 0 3px 0;}

.finePrint {font-size: 10px; margin: 3px 0px  10px 0px; padding: 0px;}
.smallCaps {font-variant: small-caps;}
.headLine20 {font-size: 20px; font-family: Arial,sans-serif; color: #000000; font-weight: bold; margin-bottom: 0px;     margin-top: 5px; padding-bottom: 0px;}
.headLine14 {font-size: 14px; font-family: Arial,sans-serif; color: #000000; font-weight: bold; margin-bottom: 0px;     margin-top: 5px; padding-bottom: 5px;}
.decLine {font:15px  Arial, sans-serif; color:#777; font-weight:bold; margin: 5px 0 5px 0;}

.subTitle, .subTitle2 {
font-family:Arial, Tahoma, Verdana, sans-serif;
font-size:12px;
border-top:1px solid #eee;
border-bottom:1px solid #eee;
color:#931a25;
font-weight:bold;
text-transform:uppercase;
margin-bottom:5px;
margin:0px 0px 5px 0px; 
padding: 2px;
}

.subTitle2 {
border-top:0px solid #eee;
border-bottom:0px solid #eee;
padding:5px 0;
}

 .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.redHeaderVM {
	background-image: url(http://192.168.175.30/images/layout/redBoxCurve2VM.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	width: 145px;
	height: 25px;
	text-align:center;
	font-size: 9px;
	font-family:  verdana, helvetica, sans-serif; 
	font-weight: bold; 
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align:middle;
}

.redHeaderVM A, .redHeaderVM A:hover { 
	font-size: 9px;
	font-family:  verdana, helvetica, sans-serif; 
	font-weight: bold; 
	color: #FFFFFF;
	text-decoration: none;
	line-height: 9px;
}
