html, body {
	margin: 0; padding: 0;
	font-family: 'Arial', sans-serif;
}

body {
	font-size: 62.5%;
	color: #646464;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
	font-size: 1em;
	font-weight: bold;
}

p {
	margin: 0;
	color: #646464;
	line-height: 1.3em;
	font-size: 1.2em;
	margin: 1em 0;
}

img {
	border: none;
}

a {
	text-decoration: underline;
	color: #646464;
}

a:hover {
	text-decoration: none;
}

ul {
	margin: 0; padding: 0;
	list-style-type: none;
	font-size: 1.2em;
}

ol {
	margin: 0; padding: 0;
	font-size: 1.2em;
}

.highlight {
	font-weight: bold;
	color: #ffffff;
	padding: 1px 2px;
}

.error {
	color: red;		
}

ul.error {	
	border: solid 1px #f00;
	padding:1em;
}

.wysiwygleft,
.wysiwyg-left {
	margin: 10px 20px 10px 0;
	float: left;
}
.wysiwygright,
.wysiwyg-right {
	margin: 10px 0 10px 20px;
	float: right;
}


.contenthighlight {
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.warning {
	font-weight: bold;
	color: red;
}

.EditorLink {
	float: left;
	vertical-align: top;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 13px 0 38px;
	/*overflow: hidden;*/

}

.paginationF {
	padding: 5px 0;	
}

.paginationF span,
.pagination span {
	padding: 3px 5px;
	font-weight: bold;
	color: #000000;
	border: 1px solid;
	margin: 0 3px;
}

.paginationF a,
.pagination a {
	padding: 3px 5px;
	margin: 1px 4px;
	text-decoration: none !important;
}

.paginationF a:hover,
.pagination a:hover {
	border: 1px solid;
	margin: 0 3px;
}

.resources {
	overflow: hidden;	
}
.resources a,
.resources a:hover span {
	text-decoration: none;	
}
.resources li {
	margin: 10px 0	
}
.resources img {
	padding: 0 5px 0 0 !important;
}
.resources span {
	vertical-align: middle;
	text-decoration: underline;
}
.resources .content {
	margin: 0 !important;	
}
.resources .content img {
	padding: 0 !important;
	vertical-align: top;
}

/*****RESULTS*****/

#results {
	overflow: hidden;
}

#results .input {
	padding: 15px 0;	
}

#results .paginationF {
	margin: 15px 0 0 0;	
}

/*****HEADER*****/

#header {
	padding: 0 0 10px 0;
	overflow: hidden;
}

#header #logo {
	float: left;
}

#header #tagline {
	float: left;	
}

#header #tagline a {
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	background: transparent url(../images/tagline.png) left top no-repeat;
	width: 204px;
	height: 80px;
}
#search 
{
	position: relative;
	float: right;
	width: 310px;
	overflow: hidden;
	display: block;
	height: 30px;
}

#topnav {
	padding: 0;
	overflow: hidden;
	position: absolute;
	top: 5px;
	left: 0;
}
#topnav .last 
{	
	float: left;
}
#topnav ul {
	font-size: 1em;	
}

#topnav li {
	float: left;
	padding: 0 5px 0 5px;
}

#topnav .last {
	background: none;
}

#topnav a {
	color: #646464;
	font-size: 1.1em;
	text-decoration: none;
}

#topnav a:hover {
	text-decoration: underline;
}

#search form 
{
	position: absolute;
	top: 2px;
	right: 0;
	
}
#search .submit {
	float: left;
	padding: 0 0 0 7px;
} 

#search .textbox {
	width: 120px;
	border: none;
	padding: 3px 6px 6px 8px;
	float: left;
	color: #646464;
}


/****MAIN NAV*****/

#nav {
	width: 940px;
	height: 34px;
	padding: 0 0 14px 0;
}

#nav li {
	float: left;
	padding: 0;
}

#nav a {
	background-repeat: no-repeat;
	display: block;
	text-indent: -5000px;
	height: 34px;
	overflow: hidden;
}

#nav .last {
	background: none;
}

/*****BANNER*****/
#flashbanner {
	height: 208px;
	position: relative;
}
#flash 
{
	width: 960px;
	height: 207px;
	position: absolute;
	top: 0;
	left: -10px;
	z-index: 1;
}
#banner {
	width: 940px;
	height: 208px;
	overflow: hidden;
	position: relative;
}

#banner .content {
	height: 100%; width: 100%;
}

#banner .text {
	width: 430px;
	float: left;
	text-align:right;
	padding: 32px 0 20px 44px;
}

#banner .text .slogan {
	color:#FFFFFF;
	font-size:3.3em;
	font-weight:lighter;
	font-family: helvetica;
}

#banner p {
	padding: 0 0 0 60px;
}

/*****INNERCONTENT*****/

#innercontent {
	overflow: hidden;
	padding: 15px 0 20px 0;
}

/*****MAINCONTENT*****/

#maincontent {
	overflow: hidden;
	padding: 0 19px;
}

.textContent ul li {
	list-style: disc;
	margin-left: 20px;
}

.textContent ol li {
	margin-left: 20px;
}

.textContent h1,
.textContent h2,
.textContent h3,
.textContent h4,
.textContent h5,
.textContent h6 {
	font-family: 'Arial' sans-serif;
	font-weight: normal;
}

.textContent h1 {
	font-size: 3em;
}
.textContent h2 {
	font-size: 2.4em;
}
.textContent h3 {
	font-size: 1.8em;
}
.textContent h4 {
	font-size: 1.4em;
}
.textContent h5 {
	font-size: 1.2em;
}
.textContent h6 {
	font-size: 1.0em;
}


.textContent .maintitle {
	color: #461864;
	font-family: helvetica , sans-serif;
	font-size: 3em;	
	font-weight: lighter;
}

.textContent .subtitle {
	color: #aaacd2;
	font-family: helvetica , sans-serif;
	font-size: 1.7em;
	padding-bottom: 12px;
}

.textContent .videolist ul {
	padding-bottom:1em;
}


.textContent .videolist ul li {
 list-style:none;
 padding-bottom:1em;
}

.textContent .video {
	float:left;
	width:300px;
}


/*****LEFTCOL*******/

#leftcol {
	width: 223px;
	min-height: 10px;
	float:left;
	overflow: hidden;
}

/*****SIDENAV*****/

#sidenav {
	padding: 3px;
	font-size: 1.2em;
}

#sidenav ul {
	font-size: 1em;	
}

#sidenav a {
	text-decoration: none;
	font-weight: bold;
	padding: 3px 0 5px 25px;
	display: block;
}

#sidenav a:hover {
	text-decoration: underline;
}

#sidenav .active a {
	text-decoration: underline;	
}

#sidenav .inactive a {
	text-decoration: none;	
}

#sidenav .inactive a:hover {
	text-decoration: underline;	
}

#sidenav .boxtitle a {
	padding: 0; line-height: 1em;
	font-weight: normal;	
}

.sublevel a{
	background: none !important;
	padding: 4px 0 5px 30px !important;
	font-weight: normal !important;
}

.sublevel a:hover {
	text-decoration: underline;
}


/*****RIGHTCOL*****/

#rightcol {
	width: 223px;
	float: right;
	min-height: 10px;
}

#rightcol .textContent {
	font-size: 1.1em;
}

#rightcol .textContent a {
	font-weight: bold;
	text-decoration: none;
}

#rightcol .textContent a:hover {
	text-decoration: underline;
}

#rightcol .textContent li {
	padding: 2px 0;
}

#rightcol .resources {
	font-size: 1.1em;
	font-weight: bold;	
}

.suite a {
	display: block;
	width: 221px;
	height: 63px;
	text-indent: -5000px;
	margin-bottom: 21px;
}

.suite .last {
	margin-bottom: 0;	
}

#rightcol .suite .last {
	margin-bottom: 21px;
}

/***BOX***/

.box {
	background: url('../images/box_rounded.png') top left no-repeat;
	/*border: 1px solid #d7d7d7;*/
	width: 221px;
	padding-top: 14px;
	float: left;
	margin: 0 18px 0 0;
}

#rightcol .box,
#leftcol .box {
	margin: 0 16px 16px 0;	
}
.home .box .content {
	min-height: 207px;	
}
.manpowerhome .box .content {
	min-height: 291px;	
}

.box .content {
	background: url('../images/box_rounded.png') bottom right no-repeat;
	padding: 0 11px 11px 11px;
	position: relative;
	overflow: hidden;
}

.box .content a {
	color: #76498B;
}

.box .content  p {
	padding: 0 0 3px 0;
}

.box .content img {
	padding-top: 13px;
}
.home .box .slideshow 
{
	position: absolute;
	top: 36px;
	left: 11px;
}
.manpowerhome .box .slideshow 
{
	position: absolute;
	top: 76px;
	left: 11px;
}
.box blockquote {
	
}

.box .footer {
	bottom: 11px; left: 11px;	
}


.image_box {
	width: 221px;
	float: left;
	margin: 0 18px 0 0;
	background: 0; 
	padding: 0;
}

.image_box .image {
	margin: 0;
}

.image_box .last {
	margin: 6px 0 0 0;		
}


.home .box {
	margin: 0 19px 0 0;
}
.home .image_box {
	margin: 0;
	width: 220px;
	overflow: hidden;
}
.home .endbox {
	margin: 0;	
}


.quote_box {
	background: url('../images/quote_top.png') top left no-repeat #e2e3e4;	
	padding: 18px 0 0 0;
	font-family: 'Verdana', sans-serif;
}

.quote_box .content {
	background: url('../images/quote_bottom.png') bottom left no-repeat;
	min-height: 123px;
	padding: 0 18px 18px 18px;
	font-size: 1.1em;
	line-height: 1.4em;
}

.quote_box blockquote {
	display: block;
	margin: 0 0 10px 0; padding: 0;	
	overflow: hidden;
}

.quote_box .start,
.quote_box .end {
	overflow: hidden;
	width: 23px;
	height: 19px;
	display: inline;
	display: inline-block;
	display: -moz-inline-block;
	*display: inline-block;
}

.quote_box .start {
	vertical-align: bottom;
	float: left;
	margin: 0 3px 0 0;
}
.quote_box .end {
	vertical-align: top;
}
.quote_box .quote {
	padding: 4px 0 0 0;
	display: block;
}
.quote_box .author {
	font-style: italic;
	padding: 3px 0 0 0;
	font-size: 0.95em;
	line-height: 1.3em !important;
	display: block;
}



.endbox {
	margin: 0;
}


.boxtitle {
	color: #76498b;
	font-family: helvetica;
	font-size: 1.7em !important;
	padding: 1px 0 0 26px;
	margin: 0 0 12px 0;
	min-height: 20px;
}

.boxtitle span,
.boxtitle a {
	font-size: 1.05em !important;
	line-height: 1em !important;
	text-decoration: none !important;
	padding: 0;	
	font-weight: bold;
}


/***LIST***/

.list {
	overflow: hidden;
	border-top: 1px solid #d7d7d7;
	margin: 0 0 15px 0;
	font-size: 1.2em;
	line-height: 1.3em;
}

.list .item {
	overflow: hidden;
	padding: 15px 0;
	border-bottom: 1px solid #d7d7d7;
}

.list .thumb {
	float: left;
	padding: 0 !important;
}

/*.list .thumb img {
	padding: 0 10px 0 0 !important;
}*/

.list .content {
	padding: 0 5px 0 10px;
	margin: 0 0 0 145px;
}

.list h5 {
	margin: 0 0 4px 0;
	font-weight: bold !important;
	font-family: 'Verdana', sans-serif !important;
}

.list h5 a {
	text-decoration: none;
}

.list h5 a:hover {
	text-decoration: underline;
}

.list .date {
	display: block;	
	margin: 0 0 3px 0;
	color: #a4a4a4;	
}

.list p {
	font-size: 1em;	
}

/***LATEST LIST (no thumbnail)***/

.latest .content {
	margin: 0;
	padding: 0;
	overflow: hidden;	
}


/***NEWS LIST***/

.news {
	overflow: hidden;	
	margin: 0; padding: 0 0 5px 0;
	font-size: 1.2em;
	line-height: 1.3em;
}

#rightcol .news {
	padding: 0 0 15px 0;
}

.news dt {
	font-weight: bold;
	margin: 0 0 4px 0;	
}

.news dt a {
	text-decoration: none;	
}

.news dt a:hover {
	text-decoration: underline;	
}

.news dd {
	margin: 0;
}

.news .date {
	display: block;	
	margin: 0 0 3px 0;
	font-size: 11px;
	color: #a4a4a4;	
}

/*****formsection*****/

.formsection {
	overflow: hidden;
}

.formsection .area {
	overflow: hidden;
	padding: 8px 0;
}

.formsection .two {
	overflow: hidden;	
}
.formsection .two .area {
	float: left;
	padding: 8px 15px 8px 0;
}
.formsection .two .title {
	padding-top: 17px;	
}
.formsection .two .first input,
.formsection .two .last input {
	width: 160px;
}

.formsection select {
	width: 165px;
	*width: 167px;
}

/*****REGISTER FORM*****/

#register_form legend {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 0 0; padding: 0;
}

#register_form .actually_important {	
	border: 0;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	padding: 10px 0;
	margin: 10px 0;
}


/*****LOGIN FORM*****/

#login_form form,
#login_form fieldset {
	margin: 0; padding: 0;
	overflow: hidden;	
}

#login_form legend {
	display: none;	
}

#login_form .submit {
	margin: 10px 0 5px 0;
	display: block;	
}

#login_form .links {
	margin: 0; padding: 5px 0;
}

#login_form .links li {
	list-style-type: none;
	margin: 0;
	padding: 3px 0;
}

#login_form .register {
	padding: 5px 0 25px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #D7D7D7;	
}

#login_form .register a {
	background: url('../images/button_register.png') no-repeat;
	display: block;
	width: 78px;
	height: 24px;
	overflow: hidden;
	text-indent: -5000px;	
}

/*****VIDEO****/

#video {
	overflow: hidden;
	padding: 10px 0;
}

#video h3 {
	margin: 0 0 10px 0;
	background: #ffffff;
}

#video .player {
	float: left;
	width: 460px;
	height: 258px;
	overflow: hidden;
}

#video .video_list {
	overflow: hidden;
	padding: 0 0 0 15px;
}

#video .video_list h3 {
	margin: 0 0 15px 0;	
}

#video .video_list ul {
	font-size: 1.2em;	
}

#video .video_list ul,
#video .video_list ul li {
	list-style-type: none;
	margin: 0; padding: 0;	
}

#video .video_list ul a {
	text-decoration: none;
	font-weight: bold;
	padding: 3px 0 5px 25px;
	display: block;
	zoom: 1;
}

#video .video_list ul a:hover {
	text-decoration: underline;
}

#video .summary {
	clear: both;
	padding: 15px 0 0 0;
	overflow: hidden;
}

#video .summary .text {
	display: none;	
	background: #ffffff;
	margin: 1em 0;
	padding: 0;
}

#video .summary .text p {
	margin: 0;	
}

#video .summary .first {
	display: block;	
}


.download_list {
	font-size: 1em;	
}
.download_list h4 {
	padding: 5px 0;
}
.download_list h5 {
	font-size: 1em;	
}
.download_list .resources {
	margin: 8px 0 5px;	
}
.download_list .content {
	padding: 0;	
}

/*****NEWS & EVENTS*****/

#news_events .subtitle {
	padding-bottom: 5px;	
}
#news_events .list {
	margin-bottom: 9px;
}
#news_events .news_list {
	padding: 0 0 30px 0;
}


/*****SITE MAP*****/

#sitemap {
	margin: 3px 0 0 10px;
	font-size: 12px;
}
#sitemap li {
	padding: 3px 0;	
}




/*****FOOTER*****/

#footer {
	overflow: hidden;
	padding: 15px 0 0 0;
	border-top: 1px solid #c0c0c0;	
}

#footer ul {
	font-size: 1em;
}

#footer li {
	float: right;
	padding: 4px 10px 5px 10px;
	font-size: 1.1em;
}

#footer .last {
	background: none;
}

#footer a {
	text-decoration: none;	
}

#footer a:hover {
	text-decoration: underline;
}

#footer #siteselector {
	height: 15px;
	margin: 2px 0 0 0;
	padding: 0 0 0 10px;
	float: right;
}

#footer label {	
	font-size: 1.1em;
	margin: 0 5px 0 0;
	position: relative;
	top: 2px;
	vertical-align: top;
}

#footer #siteselector select {
	background: url(../images/search.png) -10px -1px no-repeat;
	border: 1px solid #838382;
	color: #505050;
	font-size: 1.1em;
	font-family: 'Verdana', sans-serif;
}

/*
#footer #siteselector  select{
	border: 1px solid #838382;
	width: 148px;
	opacity: 0;
	filter: alpha(opacity=0);
}
*/
#header #siteselector {
	float: right;
	clear: right;
	margin-top: 10px;
	padding-right: 6px;
}
#header #siteselector label 
{
	font-size: 1.1em;
}
#header #siteselector select 
{
	font-size: 1.1em;
}