@charset "UTF-8";


body  {
	font: 100% "Trebuchet MS", Tahoma, Verdana;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(/CTS_PD/images/bgtop_grayblue.jpg);
	background-repeat: repeat-x;
}
div#container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(/CTS_PD/images/hdr_grayblue1000.jpg);
	background-repeat: no-repeat;
} 


/*HEADER*/
 
div#header {
	height: 175px;
	padding: 0;  /* 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. */	
} 
div#header h1 {
	text-indent: -9999px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
div#header p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -9999px;

}

/*GLOBAL NAVIGATION*/

div#global_nav {
	height: 33px;
	margin: 0px 60px 0px 60px;
	width: 880px;
	background-color: #EAE8EF;
}

/*NAVIGATION BORDER*/

div#nav_border {
	height: 50px;
	margin: 0px 60px 0px 60px;
	background-image: url(/CTS_PD/images/navborder_grayblue.jpg);
	background-repeat:repeat-x;
}

/*SIDEBAR*/

div#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 15px 10px;
	margin: 29px 60px 0 0;
	font-size: 80%;
	background-color: #EAE8EF;
	min-height: 150px;
}
div#sidebar1 h3 {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #56798F;
	text-align: center;
	border: 1px solid #CCCCCC;
	letter-spacing: 0.1em;
	background-color: #FFFFFF;
	margin-top: 10px;
}
div#sidebar1 p {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: left;
	margin-top: 15px;
	padding: 0px 10px 0px 13px;
}



/*SIDEBAR LIST LINKS*/

div#sidebar1 ul {
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
div#sidebar1 li {
	list-style-type: none;
	padding: 0 0 5px 0;
	margin: 0 7px 0 7px;
	border-bottom: solid 1px #cccccc;
}
div#sidebar1 ul a:link {
	display: block;
	color: #63822E;
	text-decoration: none;
}
div#sidebar1 ul a:visited {
	text-decoration: none;
	color: #999999;
}
div#sidebar1 ul a:hover {
	text-decoration: underline;
}


/*WEBINAR ARCHIVE GRAPHIC LINK*/

#webinarArchive {
	background-image: url(/CTS_PD/images/webarchive.gif);
	display: block;
	height: 150px;
	width: 150px;
	margin: 15px 0 0 15px;
	text-indent:-9999px;
}


/*EXPO*/

div#intro {
	font-size: 70%;
	color: #669966;
	padding: 3px;
	width: 70%;
	margin: 0;
	
}
#container #mainContent #intro ul {
	display: block;
	margin: 0;
	padding: 0;
}
#container #mainContent #intro li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 10px;
}


/*ADOBE*/

div#adobe {
	margin: 40px 0 0 0;
	padding: 10px;
	height: 31px;
	border-top: dotted 1px #CCCCCC;
}
div#adobe p{
	font-size: 65%;
	font-family: Arial, Helvetica, sans-serif;
	color:#360;
	margin: 0;
	padding: 7px 0 0 95px;
}


/*MAIN CONTENT*/

div#mainContent {
	margin: 0px 300px 30px 60px;
	font-size: 90%;
	min-height: 250px;
}
div#mainContent h1 {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	letter-spacing: 0.15em;
	word-spacing: 0.15em;
	color: #8B81A8;
	font-size: 120%;
	border-bottom: dotted 1px #CCCCCC;
	margin-bottom: 5px;
}
div#mainContent h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	letter-spacing: 0.15em;
	word-spacing: 0.15em;
	color: #63822E;
	border-top: 1px dotted #CCCCCC;
	font-size: 100%;
	margin-top: 30px;
}
div#mainContent h3 {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	word-spacing: 0.15em;
	letter-spacing: 0.15em;
	color: #56798F;
	border-top: 1px dotted #CCCCCC;
	font-size: 100%;
	margin-top: 30px;
}
div#mainContent h4 {
	color: #666;
	font-size: 100%;
	margin-top: 20px;
	margin-bottom: 5px;
}
div#mainContent p {
	margin-bottom: 15px;
	line-height: 1.2em;
}


/*MAIN CONTENT UNORDERED LISTS*/

div#mainContent ul {
	margin: 0 0 25px 10px;
	padding: 0;
}
div#mainContent li {
	list-style-type: none;
	list-style-image: url(/CTS_PD/images/bullet.gif);
	padding: 0 0 5px 0;
	margin: 0 0 0px 25px;
}

/*MAIN CONTENT LINKS*/

div#mainContent a:link {
	color: #63822E;
	text-decoration: none;
}
div#mainContent a:visited {
	text-decoration: none;
	color: #CC9;
}
div#mainContent a:hover {
	text-decoration: underline;
}
div#mainContent a:active {
	text-decoration: none;
}


/*TABLES*/

div#tables {
	margin: 0px 60px 0px 60px;
}

div#tables h2{
	font-family: "Trebuchet MS", Tahoma, Verdana;
	letter-spacing: 0.15em;
	word-spacing: 0.15em;
	color: #56798F;
	border-top: 1px dotted #CCCCCC;
	font-size: 100%;
	margin-top: 30px;
}

div#tables thead {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 1em;
	color: #666666;
}
div#tables tbody {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	color: #666666;
	text-align: left;
	font-size: 80%; 
}
div#tables th {
	background: #EAE8EF;
	font-weight: bold;
	text-align: left;
	padding: 0.25em;
	border-bottom: solid 3px #CCCCCC;
}
div#tables td {
	padding: .5em .21em;
	border-bottom: solid 3px #CCCCCC;
	vertical-align: top;
}


/*TABLES H4 LINKS*/

div#tables td h4{
	font-size: 13px;
	margin: 0 0 0 5px;
	padding: 0;
}
div#tables td h4 a:link {
	font-size: 13px;
	color: #669966;
	text-decoration: none;
}
div#tables td h4 a:visited {
	text-decoration: none;
	color: #ACC7AC;
}
div#tables td h4 a:hover {
	text-decoration: underline;
}
div#tables td h4 a:active {
	text-decoration: none;
}


/*TABLES PARAGRAPHS*/

div#tables th p{
	margin: 0 0 0 5px;
	padding: 0;
}

div#tables td p{
	margin: 0 0 0 5px;
	padding: 0;
}


/*TABLES  TD LINKS*/

div#tables td a:link {
	margin: 0 auto;
	color:#63822E;
	text-decoration: none;
}
div#tables td a:visited {
	text-decoration: none;
	color: #CCCC99;
}
div#tables td a:hover {
	text-decoration: underline;
}
div#tables td a:active {
	text-decoration: none;
}


/*TABLES P LINKS*/

div#tables p a:link {
	margin: 0 auto;
	color: #567891;
	text-decoration: none;
}
div#tables p a:visited {
	text-decoration: none;
	color: #CCCC99;
}
div#tables p a:hover {
	text-decoration: underline;
}
div#tables p a:active {
	text-decoration: none;
}


/*TAB PANELS*/

div#tabPanel {
	margin: 0px 60px 0 60px;
}


div#tabPanel a:link {
	margin: 0 auto;
	color:#63822E;
	text-decoration: none;
}
div#tabPanel a:visited {
	text-decoration: none;
	color: #CCCC99;
}
div#tabPanel a:hover {
	text-decoration: underline;
}
div#tabPanel a:active {
	text-decoration: none;
}


div#tabPanel td a:link {
	margin: 0 auto;
	color:#63822E;
	text-decoration: none;
}
div#tabPanel td a:visited {
	text-decoration: none;
	color: #CCCC99;
}
div#tabPanel td a:hover {
	text-decoration: underline;
}
div#tabPanel td a:active {
	text-decoration: none;
}

 
 /*ACCORDIAN PANELS*/

div#accordian {
	margin: 0px 60px 0 60px;
}


div#accordian a:link {
	margin: 0 auto;
	color:#B3800D;
	text-decoration: none;
}
div#accordian a:visited {
	text-decoration: none;
	color: #ac9144;
}
div#accordian a:hover {
	text-decoration: underline;
}
div#accordian a:active {
	text-decoration: none;
}


div#accordian td a:link {
	margin: 0 auto;
	color:#B3800D;
	text-decoration: none;
}
div#accordian td a:visited {
	text-decoration: none;
	color: #ac9144;
}
div#accordian td a:hover {
	text-decoration: underline;
}
div#accordian td a:active {
	text-decoration: none;
}
 
 
/*FOOTER*/
 
div#footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
	height: 88px;
	background-image: url(/CTS_PD/images/bg_bottom_1000.jpg);
	background-repeat: no-repeat;
} 
div#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 60%;
	text-align: center;
}


/*IMAGES*/

div.imgflt_left  {
	float: left;
	margin: 0px 20px 20px 0px;
}
.imgflt_left img {
	padding: 10px;
}
.imgflt_left p {

}


div.imgflt_right {
	float: right;
	margin: 5px 10px 0px 20px;
}
.imgflt_right img {
	border: 1px solid #666;
	padding: 10px;
}
.imgflt_right p {

}



/*FLOATS*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 5px 20px 0px 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0px 20px 0px 0px;
}
.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;
}
.whatIsWebinar {
	font-size: 85%;
	font-style: italic;
	border: 1px dotted #CCC;
	padding: 10px;
	margin: 15px 5px 0px 240px;
}
.webinar_notes ul {
	margin: 0 0 0 10px;
	padding: 0;
}
.webinar_notes li {
	list-style-type: none;
	list-style-image: url(/CTS_PD/images/bullet.gif);
	padding: 0 0 5px 0;
	margin: 0 0 0 245px;
	color: #C00;
	font-size: 95%
}#tabbed_panel {
}


/*CLASSES*/


.highlight {color: #CC6600
}

