/* CSS Wedgewood */

body {
	background:#FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	padding:0;
	font-family: Arial, Lucida Grande, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 0.75em; /* this roughly 12px size */
	letter-spacing:.01em;
	text-align:center;
	margin: 0px;
	line-height:16px;
}

clear {
	clear:both;
}

/* HOMEPAGE STYLES */
/* sets white box border */
#white_border_box {
	position:relative;
	width:770px;
	margin-right:auto;
	margin-left:auto;
	padding: 20px 0 20px 0;
	text-align:left;
	background: #FFFFFF;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
	/*background-image:url(../images/shadow_bg.jpg);
	background-repeat:repeat-y;*/
}

/*#main {
	padding:0 20px 20px 20px;
	background-image:url(../images/shadow_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}*/

#content_area {
	width:770px;
	margin-right:auto;
	margin-left:auto;
	padding:0 0 50px 0;
}

#header {
	background-image: url(../images/blue_header.gif);
	background-repeat: repeat-x;
	padding:0;
	height:60px;
}

/* this area is where logo goes */
#logo_area {
	float:left;
	width:286px;
	height:64px;
	background:#FFFFFF;
	margin-bottom:5px;
	padding-left:20px;
}

/* this area is where sub links, such as team site, client, login, ... */
#logo_sublinks_area {
	float:right;
	width:430px;
	text-align:right;
	font-size:90%;
	margin-bottom:25px;
	text-decoration:none;
	padding-right:20px;
}

/* sets initial and visited states for sub links */
#logo_sublinks_area a:link, #logo_sublinks_area a:visited {
	text-decoration:none;
	color:#333333;
}

/* how sub links area reacts to rollovers */
#logo_sublinks_area a:hover {
	color:#CC2929;
	text-decoration:underline;
}

/* sets area (length and width) for homepage story */
#homepage_image {
	width:770px;
	height:180px; /* change back to 300 for bigger ads*/
	border-top:1px solid #666666;
	border-bottom:3px solid #666666;
	background-color:#CCCCCC;
}

/* sets homepage opening text area */
#developing_ppl {
	float:left;
	width:513px;
	background:#FFFFFF;
	margin-bottom:25px;
	margin-top:0px;
	padding:15px 15px 0 15px;
	background-image: url(../images/bg_gray_box.jpg);
	background-repeat: repeat-x;
}

/* sets homepage Developing People title text */
#developing_ppl .title {
	font-size:170%;
	font-weight:normal;
	color:#003F5F;
	margin:0;
	padding:0;
	line-height:24px;
}

/* sets homepage news and events area */
#news_event {
	width:193px;
	background:#FFFFFF;
	margin-bottom:25px;
	margin-top:0px;
	padding:15px 15px 0 15px;
	float:right;
	background-image: url(../images/bg_gray_box.jpg);
	background-repeat: repeat-x;
	font-size:100%;
}

/* sets homepage News Event title text */
#news_event .title {
	font-size:130%;
	font-weight:normal;
	color:#CC2929;
	margin-top:2px;
	padding:0;
	line-height:20px;
}

#news_event .title2 {
	font-size:130%;
	color:#0066FF;
	font-weight:normal;
	margin-top:2px;
	padding:0;
	line-height:20px;
}

#news_event .title3 {
	font-size:130%;
	color:#666666;
	font-weight:normal;
	margin-top:2px;
	padding:0;
	line-height:20px;
}

/* sets style for bullets within homepage news and events area */
#news_event ul {
	display:block;
	margin:0;
	padding-left:15px;
	list-style-type:none;
}

#news_event li {
	list-style:square;
	margin:0;
	padding-bottom:10px;
}

/* sets footer attributes */
#footer {
	width:730px;
	text-align:center;
	font-size:90%;
	line-height:20px;
	padding-top:20px;
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
	border-top:1px solid #CCCCCC;
	clear:both;
}

/* sets initial and visited states for footer */
#footer a:link, #footer a:visited {
	text-decoration:none;
	color:#333333;
}

/* how footer links area reacts to rollovers */
#footer a:hover {
	color:#333333;
	text-decoration:underline;
}

/* CONTENT PAGE STYLES */
hr {
	border:none;
	background-color:#CCCCCC;
	color:#CCCCCC;
	height:1px;
}

/* sets area (length and width) for content image */
#content_image {
	width:770px;
	height:100px;
	border-top:1px solid #666666;
	border-bottom:3px solid #666666;

}
				
#breadcrumbs {
	width:730px;
	font-size:90%;
	color:#999999;
	padding:15px 5px 35px 20px;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
	text-decoration:none;
	color:#999999;
}

#breadcrumbs a:hover {
	color:#999999;
	text-decoration:underline;
}

#wrapper {
	position:relative;
	text-align:left;
	width:730px;
	margin-right:auto;
	margin-left:auto;
	font-size:inherit;
}

/* Content navigation styles */
#content_navigation {
	float:left;
	width:150px;
	font-size:118%;
	padding-right:40px;
	margin-bottom:50px;
}

#content_navigation .normal {
	padding:0;
	font-size:90%;
}

#content_navigation .gray {
	font-size:110%;
	color:#666666;
}

#content_navigation .red {
	color:#CC2929;
}

#content_navigation .red a:link {
	color:#CC2929;
}

#content_navigation ul {
	list-style:none;
	margin:1em 0 0 0;
	padding:0;
	border:none;
	font-size:11px;
}

#content_navigation li {
	padding-left:10px;
	padding-bottom:7px;
	font-size:11px;
	font-weight:bold;
	color:#003F5F;
}

#content_navigation li a:link, #content_navigation li a:visited{
	text-decoration:none;
	color:#333333;
	font-weight:normal;
}

#content_navigation li a:hover{
	text-decoration:underline;
	color:#003F5F;
}

#content_navigation .highlight {
	font-weight:bold;
	color:#CC2929;
}

#content_navigation .highlight a:hover{
	text-decoration:underline;
	color:#CC2929;
}

/* Page title */
#content .title {
	font-size:170%;
	font-weight:normal;
	color:#003F5F;
	margin:0;
	padding:0;
	letter-spacing:-.03em;
	line-height:24px;
}

/* Content style */
#content {
	float:right;
	width:530px;
	padding:0 10px 40px 0;
	clear:both;
}

#content li {
	list-style:square;
	line-height:18px;
}

#content .breadcrumbs {
	font-size:90%;
}

#content .subtitle {
	font-size:140%;
	color:#CC2929;
	line-height:22px;
}

#content .successes {
	font-size:140%;
	color:#0066FF;
	line-height:22px;
}

#content .offer {
	font-size:140%;
	color:#666666;
	line-height:22px;
}

#content .black {
	font-size:140%;
	color:#000000;
	line-height:22px;
}

#content .red_highlight {
	color:#CC2929;
}
	
#clients {
	width:500px;
	padding:20px 4px 4px 0;
}

#clients li {
	list-style:square;
	line-height:22px;
}

#clients a:link, #clients a:visited {
	text-decoration:none;
	color:#333333;
}

#clients a:hover {
	color:#333333;
	text-decoration:underline;
}

#clients_highlight {
	background:#FFFFFF url(../images/bg_gray_box.jpg);
	background-repeat: repeat-x;
	border:1px solid #999999;
	padding:5px 5px 10px 5px;
	line-height:16px;
}

#clients_more {
	padding:10px 5px 5px 5px;
}

#clients_more a:link, #clients_more a:visited {
	text-decoration:none;
	color:#003F5F;
	font-weight:normal;
}

#clients_more a:hover {
	text-decoration:underline;
}

#client_solutions {
	background-image: url(../images/bg_gray_box.jpg);
	background-repeat: repeat-x;
	border:1px solid #999999;
	padding:5px;
	font-size:100%;
	color:#333333;
}

#client_solutions a:link, #client_solutions a:visited{
	text-decoration:none;
	color:#333333;
	font-weight:normal;
}

#client_solutions a:hover {
	text-decoration:underline;
}

#trainings {
	width:225px;
	background-image: url(../images/bg_blue_box.jpg);
	background-repeat: repeat-x;
	border:1px solid #3366CC;
	padding:5px;
	font-size:100%;
	color:#333333;
}

#trainings a:link, #trainings a:visited{
	text-decoration:none;
	color:#666666;
	font-weight:normal;
}

#trainings a:hover {
	text-decoration:underline;
}


#content_no_side {
	float:left;
	width:730px;
	padding:0 10px 40px 0;
	clear:both;
}

#content_no_side .title {
	font-size:170%;
	font-weight:normal;
	color:#003F5F;
	margin:0;
	padding:0;

}

.contest {
	font-family: Lucida Grande, Tahoma, Verdana, sans-serif;
	font-size: 9px;
	color: #333333;
	margin-top: 80px;
	/*background-color: #E6E6E6;*/
}

#indent_text {
	padding-left:20px;
}

#site_index_left {
	width:243px;
	margin-bottom:50px;
	float:left;
	line-height:24px;
}

#site_index_center {
	width:243px;
	margin-bottom:50px;
	float:left;
	line-height:24px;
}

#site_index_right {
	width:244px;
	margin-bottom:50px;
	float:right;
	line-height:24px;
}

#highlight {
	color:#666666;
	border:1px solid #666666;
	padding:0;
}

<!-- FORM STYLES -->
form.register label {
	font-weight:bold;
	color:#333333;
	
}

form.register label.fixedwidth {
	display:block;
	width:150px;
	float:left;
	padding-top:5px;
}

form.register .button {
	padding-top:20px;
}

<!-- TABLE STYLES -->
table.events {
	border-collapse:collapse;
	border:1px solid #D9D9D9;
}

table.events tr {
	vertical-align:top;
	background-image: url(../images/bg_gray_box.jpg);
	background-repeat: repeat-x;
}

table.events th, table.events td {
	padding:4px;
	border-bottom:1px solid #D9D9D9;
}

table.events th {
	text-align:left;
	background:#FFFFFF url(../images/blue_bg.jpg);
	font-size:95%;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:4px;
	border:1px solid #D9D9D9;
}

table.events td {
	font-size:90%;
	padding:10px 5px 10px 5px;
}

/*table.events tr.altrow {
	background-color:#D9D9D9;
}

table.events tr:hover {
	background-color:#CCCCCC;
}*/

table.webinars {
	border-collapse:collapse;
	border:1px solid #D9D9D9;
	width:100%;
}

.list_title {
	color:#333333;
	font-size:120%;
}

table.webinars tr {
	vertical-align:top;
	background-image: url(../images/bg_gray_box.jpg);
	background-repeat: repeat-x;
	border-bottom:1px solid #D9D9D9;
}

/*table.webinars tr.altrow {
	background-color:#E2E2E2;
}*/

table.webinars td {
	padding:5px 10px 15px 5px;
}

table.webinars a:link, table.webinars a:visited {
	text-decoration:none;
	color:#004D93;
	font-weight:normal;
}

table.webinars a:hover {
	text-decoration:underline;
}

.webinars_side {
	font-size:95%;
}

/* content navigation (left side frame) highlight box */
#content_nav_highlight {
	color:#009900;
}


