
td {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #6B6A6A;
}

body {
	margin: 0px;
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#666666;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #999999;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

.header-turquoise {
	background-image: url(images/growth_turquoise.jpg);
	background-repeat: no-repeat;
	height: 167px;
}

.header-purple {
	background-image: url(images/growth_purple.jpg);
	background-repeat: no-repeat;
	height: 167px;
}

.sidenav_trainingEvents_home {
	background-image: url(images/sidenav_trainingEvents_home.jpg);
	background-repeat: no-repeat;
	height: 130px;
}

.sidenav_caseStudies_home {
	background-image: url(images/sidenav_caseStudies_home.jpg);
	background-repeat: no-repeat;
	height: 118px;
}
.sidenav_trainingEvents {
	background-image: url(images/sidenav_trainingEvents.gif);
	background-repeat: no-repeat;
	height: 120px;
}

.sidenav_caseStudies {
	background-image: url(images/sidenav_caseStudies.jpg);
	background-repeat: no-repeat;
	height: 118px;
}

.sidenav_learnMore {
	background-image: url(images/sidenav_learnMore.jpg);
	background-repeat: no-repeat;
	height: 189px;
}

.rightnav_login {
	background-image: url(images/rightnav_login.gif);
	background-repeat: no-repeat;
	height: 144px;
}

.rightnav_whatsNew {
	background-image: url(images/rightnav_whatsNew.gif);
	background-repeat: no-repeat;
	height: 126px;
}

.rightnav_hotCareers {
	background-image: url(images/rightnav_hotCareers.gif);
	background-repeat: no-repeat;
	height: 124px;
}

.footer_back {
	background-image: url(images/footer_back.gif);
	background-repeat: repeat-x;
	height: 101px;
}

.newstitle {
	font-size:10px;
	color:#24789A;
	font-weight: bold;
}

.newstext {
	font-size:10px;
}

#header_search {
	padding-left: 53px;
	padding-bottom: 35px;
}

#header_click {
	padding-left: 240px;
	padding-bottom: 50px;
}

#content {
	padding-left: 18px;
	padding-right: 30px;
	padding-bottom: 20px;
	line-height: 16px;
}

#content_calendar {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	
}

#content_login {
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}

#content_home {
	padding-bottom: 10px;
	line-height: 16px;
	width:283px;
}

a {
	font-family : Verdana;
	color: #24789a;
	text-decoration: underline;
}

a:visited {
	font-family : Verdana;
	color: #24789a;
	text-decoration: underline;
}

a:hover {
	font-family : Verdana;
	color: #24789a;
	text-decoration: none;
}

a.footerlink {	
	font-size: 10px;
	line-height: 16px;
	color: #3D4309;
	text-decoration: none;
	padding-right: 10px;
}

a.footerlink:visited {	
	font-size: 10px;
	line-height: 16px;
	color: #3D4309;
	text-decoration: none;
	padding-right: 10px;
}

a.footerlink:hover {	
	font-size: 10px;
	line-height: 16px;
	color: #3D4309;
	text-decoration: underline;
	padding-right: 10px;
}



a.newslinks {	
	font-size: 10px;
	line-height: 16px;
	text-decoration: none;
}

a.newslinks:visited {	
	font-size: 10px;
	line-height: 16px;
	text-decoration: none;
}

a.newslinks:hover {	
	font-size: 10px;
	line-height: 16px;
	text-decoration: underline;
}

.subtitle {
	font-weight: bold;
	color: #24789a;
	font-size : 14px;
}

table{border-style:none;}

/* BUTTONS */
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:10px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:2px 5px 2px 3px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */
button:hover, .buttons a:hover{
    background-color:#CECECE;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
.searchForm
{font-size:10px; color:#333333;}