/*

	Main stylesheet

*/

/* =General
---------------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

ul, ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	background: #fff url('/images/wrapper/body-bg.png') top center repeat-x;
	font-family: 'Trebuchet MS', arial, verdana, sans-serif;
	font-size: 14px;
}

table tr td {
	font-family: 'Trebuchet MS', arial, verdana, sans-serif;
	font-size: 14px;
	vertical-align: top;
}


input, select, textarea {
	font-family: 'Trebuchet MS', arial, verdana, sans-serif;
	font-size: 13px;
}

img, a img {
	border: 0;
}

.clearit:after { 
    content: "."; 
    display: block; 
    clear: both; 
    height: 0; 
    visibility: hidden; 
}

.clearit { 
    min-height: 0; 
    height: 0; 
}

html>body .clearit { 
    height: auto; 
}

.clear {
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	font-size: 1px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

div.hr {
	clear: both;
	background: url('/images/wrapper/hr.gif') top center no-repeat;
	height: 1px;
	margin: 1.5em 0;
}

div.hr hr {
	display: none;
}

/* =Links
---------------------------------------------------------------------------------------------------- */
a, a:link {
	outline: none;
	color: #329fae;
}

a:focus {
	outline: none;
	color: #207a86;
}

a:hover {
	outline: none;
	color: #207a86;
}

.link {
	color: #329fae;
}


/* =Typography
---------------------------------------------------------------------------------------------------- */
p {
	line-height: 18px;
	margin: 0 0 18px 0;
	color: #000;
}

#ctl00_cpBody_DropZone2_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_CB p {
	line-height: 18px;
	margin: 0 0 18px 0;
	color: #000;
}


h1 {
	color: #497c33;
	font-size: 22px;
	font-family: 'Trebuchet MS', arial, verdana, sans-serif;
	margin: 0 0 16px 0;
}

h2 {
	color: #ca5700;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Trebuchet MS', arial, verdana, sans-serif;
	margin: 0 0 5px 0;
}

h2.arrow {
	background: url(/images/wrapper/arrow.gif) top right no-repeat;
	padding-right: 25px;
	display: inline;
}

h2.arrow a {
	text-decoration: none;
	color: #f77d20;
}


h3 {
	color: #264953;
	font-size: 16px;
	margin: 0 0 15px 0 !important;
	font-family: 'Trebuchet MS', arial, verdana, sans-serif;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: black;
	margin: 0 0 14px 0 !important;
	font-family: 'Trebuchet MS', arial, verdana, sans-serif;
}

strong {
	color: #777777;
}

sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}

.content strong {
	color: #f77d20;
}


/* =Lists
--------------------------------------------------------------------------------------------------- */
ul {
	margin: 0 0 18px 18px;
}

ul li {
}

#ctl00_cpBody_DropZone2_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_CB ul {
	margin: 18px 0 18px 35px;
}

#ctl00_cpBody_DropZone2_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_CB ul li {
	list-style: disc !important;
	margin-bottom: 4px !important;
}

#ctl00_cpBody_DropZone2_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_CB ol {
	margin: 20px 0 18px 35px;
}

#ctl00_cpBody_DropZone2_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_CB ol li {
	list-style: decimal !important;
	margin-bottom: 4px !important;
}

#ctl00_cpBody_DropZone2_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_CB ol ul {
	margin: 0 0 18px 35px;
}

#ctl00_cpBody_DropZone2_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_CB ol ul li {
	list-style: upper-alpha !important;
	margin-bottom: 4px !important;
}

#ctl00_cpBody_DropZone2_columnDisplay_ctl00_controlcolumn_ctl00_WidgetHost_WidgetHost_widget_CB .divider {
	background: url(/images/divider-dots.gif) top left repeat-x !important;
	height: 1px;
	margin: 15px 0 15px 0;
}




/* =Wrapper + Toolbar
---------------------------------------------------------------------------------------------------- */
#wrapper {
	width: 988px;
	margin: 0 auto 0 auto;
}

#toolbar {
	float: left;
	width: 962px;
	height: 42px;
	overflow: hidden;
	padding-right: 26px;
}

#toolbar li {
	float: left;
	background: url(/images/wrapper/toolbar-divider.gif) center right no-repeat;
	margin-left: 14px;
	padding-right: 16px;
	line-height: 42px;
}

#toolbar li.last {
	background: none;
	padding-right: 0;
}

#toolbar a {
	color: #fff;
	text-decoration: none;
}

#toolbar a:hover {
	color: #ddd;
	text-decoration: underline;
}


/* =Logo
---------------------------------------------------------------------------------------------------- */
#logo {
	clear: both;
	float: left;
	height: 75px;
	padding: 29px 0 0 38px;
}



/* =Nav
---------------------------------------------------------------------------------------------------- */
#nav {
	clear: both;
	float: left;
	height: 40px;
	margin-bottom: 14px;
	padding-left: 4px;
}

#nav ul {
	margin: 0;
	float: left;
	width: 980px;
}

#nav li {
	float: left;
	height: 40px;
}

#nav li a {
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -999px;
	height: 40px;
}

#nav .iam {
	background: url(/images/wrapper/nav-iam-off.gif) top left no-repeat;
	width: 146px;
}
#nav .iam:hover, #nav li.active .iam { background-image: url(/images/wrapper/nav-iam-on.gif); }

#nav .become {
	background: url(/images/wrapper/nav-become-off.gif) top left no-repeat;
	width: 165px;
}
#nav .become:hover, #nav li.active .become { background-image: url(/images/wrapper/nav-become-on.gif); }

#nav .hire {
	background: url(/images/wrapper/nav-hire-off.gif) top left no-repeat;
	width: 138px;
}
#nav .hire:hover, #nav li.active .hire { background-image: url(/images/wrapper/nav-hire-on.gif); }

#nav .registry {
	background: url(/images/wrapper/nav-registry-off.gif) top left no-repeat;
	width: 174px;
}
#nav .registry:hover, #nav li.active .registry { background-image: url(/images/wrapper/nav-registry-on.gif); }

#nav .news {
	background: url(/images/wrapper/nav-news-off.gif) top left no-repeat;
	width: 180px;
}
#nav .news:hover, #nav li.active .news { background-image: url(/images/wrapper/nav-news-on.gif); }

#nav .lounge {
	background: url(/images/wrapper/nav-lounge-off.gif) top left no-repeat;
	width: 177px;
}
#nav .lounge:hover, #nav li.active .lounge { background-image: url(/images/wrapper/nav-lounge-on.gif); }

/* FR */

#nav.fr .iam {
	background: url(/images/wrapper/fr-nav-iam-off.gif) top left no-repeat;
	width: 163px;
}
#nav.fr .iam:hover, #nav.fr li.active .iam { background-image: url(/images/wrapper/fr-nav-iam-on.gif); }

#nav.fr .become {
	background: url(/images/wrapper/fr-nav-become-off.gif) top left no-repeat;
	width: 148px;
}
#nav.fr .become:hover, #nav.fr li.active .become { background-image: url(/images/wrapper/fr-nav-become-on.gif); }

#nav.fr .hire {
	background: url(/images/wrapper/fr-nav-hire-off.gif) top left no-repeat;
	width: 169px;
}
#nav.fr .hire:hover, #nav.fr li.active .hire { background-image: url(/images/wrapper/fr-nav-hire-on.gif); }

#nav.fr .registry {
	background: url(/images/wrapper/fr-nav-registry-off.gif) top left no-repeat;
	width: 145px;
}
#nav.fr .registry:hover, #nav.fr li.active .registry { background-image: url(/images/wrapper/fr-nav-registry-on.gif); }

#nav.fr .news {
	background: url(/images/wrapper/fr-nav-news-off.gif) top left no-repeat;
	width: 130px;
}
#nav.fr .news:hover, #nav.fr li.active .news { background-image: url(/images/wrapper/fr-nav-news-on.gif); }

#nav.fr .lounge {
	background: url(/images/wrapper/fr-nav-lounge-off.gif) top left no-repeat;
	width: 225px;
}
#nav.fr .lounge:hover, #nav.fr li.active .lounge { background-image: url(/images/wrapper/fr-nav-lounge-on.gif); }

/* =Tables
---------------------------------------------------------------------------------------------------- */

table.rpc {
	width: 100%; 
}

table.rpc td {
	background: #fff;
	padding: 5px; 
}

table a.toc {
	margin-left: 330px;
}

table a.toc-e {
	margin-left: 360px;
}

div.rpc {
	background: #CCC;	
}

/* =Content
---------------------------------------------------------------------------------------------------- */
#content {
	clear: both;
	float: left;
	width: 949px;
	padding: 20px;
	min-height: 420px;
}

#left-col {
	float: left;
	width: 220px;
}

#left-col .item {
	margin-bottom: 19px;
}

#right-col {
	float: left;
	margin-left: 19px;
	width: 704px;
}

#sub-nav {
	background: url(/images/wrapper/subnav-top.gif) top left no-repeat;
	width: 220px;
	margin-bottom: 16px;
}

#sub-nav.fr {
	background: url(/images/wrapper/fr-subnav-top.gif) top left no-repeat;
}

#sub-nav ul {
	background: url(/images/wrapper/subnav-bottom.gif) bottom left no-repeat;
	padding: 45px 0 15px 0;
	margin: 0;
}

#sub-nav li {
	background: url(/images/wrapper/subnav-divider.gif) top center no-repeat;
}

#sub-nav a {
	/*line-height: 32px;*/
	display: block;
	padding: 11px 20px 11px 30px;
	color: #000000;
	text-decoration: none;
}

#sub-nav a.active, #sub-nav a:hover {
	background: url(/images/wrapper/subnav-active-bg.gif) 4px 2px no-repeat;
}

#breadcrumb {
	background: url(/images/wrapper/breadcrumb-bottom.gif) bottom left no-repeat;
	width: 704px;
	margin-bottom: 17px;
}

#breadcrumb div {
	background: url(/images/wrapper/breadcrumb-top.gif) top left no-repeat;
	width: 652px;
	padding: 12px 26px;
	font-size: 14px;
	color: #898989;
}

#breadcrumb a {
	color: #898989;
	margin: 0 4px;
	text-decoration: none;
}

#main-content {
	background: url(/images/wrapper/box-bg.jpg) top left no-repeat;
	padding: 22px 26px;
	width: 652px;
}

/*#in-this-section{
	float: right;	
	width: 180px;
	border: 1px solid #c6dbe0;
	padding: 15px;
	margin: 0 -23px 20px 20px;
	background: #f1fafd;
}*/

#in-this-section{
	float: left;	
	width: 645px;
	border: 1px solid #c6dbe0;
	padding: 15px;
	margin: 0 0 20px 0;
	background: #f1fafd;
}

#in-this-section ul li.odd{
	font-size: 12px;
	float: left;
	clear: left;
	width: 290px;
	background: url(/images/blue-bullet.gif) 0 7px no-repeat;
	padding-left: 15px;
	color: #329FAE;
	line-height: 22px;
	margin-left: -18px;
}

#in-this-section ul li.even{
	font-size: 12px;
	background: url(/images/blue-bullet.gif) 0 7px no-repeat;
	width: 290px;
	padding-left: 15px;
	float: left;
	color: #329FAE;
	margin-left: 15px;
	line-height: 22px;
}

/* =Content (Home)
---------------------------------------------------------------------------------------------------- */
#home #banner {
	clear: both;
	float: left;
	width: 949px;
	height: 273px;
	background: url(/images/home-banner-bg.jpg) top left no-repeat;
	margin-top: -9px;
	margin-bottom: 16px;
}

#home #banner.fr {
	background: url(/images/fr-home-banner-bg.jpg) top left no-repeat;
}

#home #banner-left {
	float: left;
	margin-left: 213px;
	margin-top: 108px;
	width: 396px;
}

#home #banner.fr #banner-left {
	margin-top: 102px;
}

#home #banner-right {
	float: left;
	margin-left: 46px;
	margin-top: 95px;
	width: 258px;
}

#home #banner-right-fr {
	float: left;
	margin-left: 46px;
	margin-top: 83px;
	width: 258px;
}

#home #banner-right p, #home #banner-right-fr p {
	color: #104c6e;
}

#home #banner-right-fr p {
	font-size: 12px;
}

#home #left-col {
	float: left;
	width: 614px;
}

#home #left-col .box {
	clear: left;
	float: left;
	background: url(/images/wrapper/box-bg.jpg) top left no-repeat;
	padding: 18px;
	width: 570px;
	margin-bottom: 0px;
}

#home #left-col .box-content {
	float: left;
	width: 461px;
	padding-left: 16px;
}

#home #right-col {
	float: left;
	width: 318px;
	margin-left: 16px;
}

#home #right-col .box {
	margin-bottom: 16px;
}

#home #right-col .box-orange {
	background: url(/images/poll-top.jpg) top left no-repeat;
	color: #000 !important;
	width: 318px;
	line-height: 23px;
}

#home #right-col .box-orange-2 {
	background: url(/images/poll-bottom.jpg) bottom left no-repeat;
	width: 262px;
	padding: 28px 28px 0 28px;
}

#home #right-col .box-orange .header {
	margin-top: -8px;
	display: block;
	margin-bottom: 8px;
}



/* =Page Forms
---------------------------------------------------------------------------------------------------- */

/*ol.design_list_vertical li input{
	width: 10px;
	float: left;
	margin-top: 5px;
	#margin-top: 25px;
}

ol.design_list_vertical li label{
	margin-left: 15px;
	display: block;
}*/

ol.design_list_vertical li{
	margin-bottom: 7px;
}

ol.design_list_vertical li input{
	float: left;
	width: 10px;
}

ol.design_list_vertical li label{
	float: left;
	clear: both;
	width: 245px;
	margin: -18px 0 10px 20px;
	#margin: -22px 0 2px 20px;
}

.button-orange {
	color: #d25205;
	background: #ffd375 url(/images/button-orange.gif) center right no-repeat;
	padding: 0 8px 0 0;
	margin: 10px 0 10px 14px;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}

.text-field {
	border: solid 1px #999;
	padding: 3px;
}



.form-button {
	border: solid 1px #999;
	background: #F0F0F0;
	padding: 3px;
	cursor: pointer;
	margin: 0 7px 7px 0;
}

.quiz tr td {
	padding: 3px;	
}


/* =Ektron Form objects
---------------------------------------------------------------------------------------------------- */

table.tblreport tr th{
	color:black;
	background: #ffd67e;
	margin-left:0px;
	padding-left:0px;
	padding-bottom:8px;
	text-align:left;
}
th.headreport{
	text-decoration:none !important;
	border:0px;
}
th.barcell{
margin-left:10px !important;
}
img.resultbar{
	background-color:#d25205 !important;
}
/* =Footer
---------------------------------------------------------------------------------------------------- */
#footer {
	clear: both;
	width: 951px;
	height: 64px;
	background: url(/images/wrapper/footer-bg.png) top left no-repeat;
	margin: 0 auto 25px auto;
}

#footer p {
	line-height: 64px;
	padding-left: 25px;
	font-size: 12px;
}

#footer a {
	font-family: 'Trebuchet MS', arial, verdana, sans-serif;
	font-size: 12px;
}