@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #DEDEDE;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #444444;
}
p, td, li {
	font-size: 13px;
	color: #444444;
	line-height: 130%;
}
ul {
	list-style-type:square;	
}
li {
	padding-bottom: 7px;
}
ol ul {
	margin-top: 7px;
	margin-left: 0;
	padding-left: 15px;
	list-style-type:square;
}
td ul {
	margin-top: 7px;
	margin-left: 0;
	padding-left: 20px;
	list-style-type:square;
}
td ul ul {
	list-style-type: disc;	
}
a {
	color: #2985AD;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #F6921E;	
}
h1 {
	font-size: 16px;
	color: #444444;
	margin-bottom: 0;
}
h2 {
	font-size: 14px;
	color: #444444;
	font-style: italic;
	margin-top: 7px;
}
h3 {
	font-size: 13px;
	color: #444444;
	margin-bottom: 0;
}
h4 {
	font-size: 13px;
	color: #2985AD;
	margin-bottom: 0;
	text-transform: uppercase;
}
td {
	vertical-align:top;
}
form {
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 950px;
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; 
	padding: 0;
}
#ewdPortal {
	width: 950px;
	height: 70px;
	text-align:center;
	margin: 0;
	pading: 0;
}
#container { 
	width: 898px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 26px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
} 
#header { 
	width: 608px;
	padding: 0 0 0 290px;
	margin: 0;
} 
#headerContact {
	width: 608px;
	margin: 0;
	padding: 10px 0;
	text-align: right;
}
#headerContact p {
	margin:0;
	padding:0 10px 0 0;
}
#menu {
	height: 30px;
	margin:0;
	padding: 5px 10px 0 0;
	float:right;
}
#mainContent {
	width: 898px;
	margin: 10px 0 0 0;
	padding: 0;
}
#taglineContainer {
	float:left;
	width:376px;
	height:390px;
	margin: 0;
	padding:0;
	background-image:url(images/bg_tagline.jpg);
	background-repeat:no-repeat;
}
/*
#tagline {
	float:left;
	width:376px;
	height:390px;
	margin: 0;
	padding:0;
	background-image:url(images/bg_tagline.jpg);
	background-repeat:no-repeat;
}
#tagline p {
	margin-top: 90px;
	padding: 0 30px 0 45px;
	font-size: 28px;
	color: #EEE;
	line-height:135%;
} */
/* Changes for Training Summit Banner */
#tagline {
	width: 376px;
	height: 293px;
	margin: 0;
	padding: 0;
}
#summitBanner {
	width: 376px;
	height: 97px;	
	margin: 0;
	padding: 0;
}
#tagline p {
	margin: 0;
	padding: 75px 30px 0 45px;
	font-size: 24px;
	color: #EEE;
	line-height:130%;
}

#homeCallouts {
	width: 898px;
	margin: 14px 0 0 0;
	padding: 0;	
}
div.homeCallout {
	float: left;
	width: 214px;
	height: 177px;
	margin: 0 14px 0 0;
	padding: 0;
	background-image:url(images/bg_hm_callout_heading.jpg);
	background-repeat:no-repeat;
	background-color:#666;
}
div.homeCallout h1 {
	font-size: 14px;
	color: #FFF;
	margin: 0;
	padding: 14px 15px 12px 15px;
}
div.homeCallout h1 a {
	color: #FFF;	
}
div.homeCallout h1 a:hover {
	text-decoration: underline;	
}
#body { 
	float: left;
	width:633px;
	min-height: 429px;
	border: solid 1px #333333;
	margin: 0;
	padding: 50px 20px 20px 20px; 
} 
#bodyForceMinHeight {
	float: right;
	width: 1;
	height:428px;
	margin: 0;
	padding: 0;
	background-color:#FFF;
}
#rightcol {
	float: left;
	width:183px;
	height: 410px;
	margin:0 0 0 10px;
	padding: 60px 15px 30px 15px;
	background-image:url(images/bg_rightcol.jpg);
	background-repeat:no-repeat;
}
#rightcol p {
	color: #FFF;
	margin-bottom: 0;
}

#rightcol p.quotee {
	color: #F6921E;
	margin-top: 7px;
	font-weight: bold;
	text-align: right;
}
#mainbody {
	margin: 0;
	padding: 20px;
	text-align: left;
}
#footer {
	padding: 0;
	margin: 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: solid 1px #CCCCCC; 
} 
#footer p {
	margin: 0; 
	padding: 5px 0; 
	font-size: 10px;
	color: #666666;
	line-height: 125%;
}
.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-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.linklist {
	line-height: 160%;
	margin-top: 7px;
}
.nobottommargin {
	margin-bottom: 0;
}
.smtopmargin {
	margin-top: 5px;
}
.smtopnobottommargin {
	margin-top: 7px;
	margin-bottom: 0;
}
.redtext {
	color: #900;	
}
div.spm { display:none; color: #FFF; }
p.intranetnav { font-size: 12px; text-decoration:none; color:#FFFFFF; font-weight: bold; line-height: 140%; margin-bottom: 0px; margin-top: 8px; }
a.intranetnav:link { font-size: 12px; text-decoration:none; color:#F6921E; font-weight: bold; }
a.intranetnav:visited { font-size: 12px; text-decoration:none; color:#F6921E; font-weight: bold; }
a.intranetnav:active { font-size: 12px; text-decoration:none; color:#F6921E; font-weight: bold; }
a.intranetnav:hover{ font-size: 12px; text-decoration:none; color:#FFFFFF; font-weight: bold; }
a.intranetnavtop:link { font-size: 12px; text-decoration:none; color:#FFFFFF; font-weight: bold; }
a.intranetnavtop:visited { font-size: 12px; text-decoration:none; color:#FFFFFF; font-weight: bold; }
a.intranetnavtop:active { font-size: 12px; text-decoration:none; color:#FFFFFF; font-weight: bold; }
a.intranetnavtop:hover{ font-size: 12px; text-decoration:none; color:#F6921E; font-weight: bold; }

a#hidden {
	display:block;
	width:376px;
	height: 97px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(images/CT-Summit-Web-Banner-2012.png) left no-repeat;
/*	text-indent: -9999px; */
}
