body {
	margin:0;
	font:12px Arial, Helvetica, sans-serif;
	background:#fff url(../images/bg-body.gif) repeat-x;
}
img{border-style:none;}
a{
	color:#000;
	text-decoration:underline;}
	
a:hover{text-decoration:none;}

#main-content h1 {
   
    margin-bottom: 10px;
    padding-bottom: 3px;
    color: #9d3994;
    font-size: 22px;}

#main-content h2 {
    font-size: 16px;
    line-height: 20px;
    color: #0077c1;}
    
#main-content h3 {
    font-size: 12px;
    line-height: 23px;
    color: #0077c1;
    margin: 0;}
    
#main-content p {
    color: #4d4c4d;
    line-height: 18px;
    margin: 0 0 12px 0;}
	
#main-content p.blue{color:#227a9d;font-size:16px;font-weight:bold;}
    
#main-content a, #main-content a:active, #main-content a:visited {color: #3375b0; text-decoration:underline;}
#main-content a:hover {text-decoration:none;}

#main-content ul {margin: 0 0 12px 0;}
#main-content li{list-image:none; display:inline;}
#main-content li.discme{margin-left:15px; display:block;}
input{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
/*wrapper*/
.wrapper{
	width:1001px;
	overflow:hidden;
	margin:0 auto;
	background:#fff;
}

/*header*/
/**********************************************************************************/
.clear { clear: both; }

body {
    background: #fffefe url(../images/bg.gif) repeat 0 0;
}
#wrapper {
    width: 100%;
    background: #fffefe url(../images/bg.gif) repeat 0 0;
}
header {
    width: 100%;
    background: #fff url(../images/bg-header.png) no-repeat center 0;
    border-bottom: 1px solid #e8e6e6;
    overflow: hidden;
    /*position: absolute;*/
    top: 0;
    left: 0;
    z-index: 1;
    text-align: left;
}
header a { text-decoration: none; }
header .top-bar {
    width: 100%;
    height: 30px;
    background: #014483;
    border-bottom: 2px solid #012a51;
    color: #fff;
    font-size: 11px;
}
header .top-bar div {
    width: 980px;
    margin: 0 auto;
    padding: 10px 0;
}
header .top-bar a { color: #fff; }
header .top-bar .links a:hover { text-decoration: underline; }
header .top-bar .links {
    list-style: none;
    margin: 1px 0 0;
    padding: 0;
    float: left;
}
header .top-bar .links li {
    height: 11px;
    border-right: 1px solid #fff;
    line-height: 11px;
    margin-right: 12px;
    padding-right: 11px;
    float: left;
}
header .top-bar .links li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}
header .top-bar .links li.last {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}
header .top-bar .social {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}
header .top-bar .social li {
    margin-left: 8px;
    float: left;
}
header .top-bar .social li a:hover { background-position: -1px -351px; }
header .top-bar .social li a {
    width: 22px;
    height: 22px;
    background: url(../images/buttons.png) no-repeat -1px -329px;
    font: 1px/1px sans-serif;
    text-indent: -99999px;
    margin-top: -5px;
    display: block;
}
header .top-bar .social li a.tw:hover { background-position: -1px -351px; }
header .top-bar .social li a.fb:hover { background-position: -23px -351px; }
header .top-bar .social li a.in:hover { background-position: -45px -351px; }
header .top-bar .social li a.me:hover { background-position: -67px -351px; }
header .top-bar .social li a.yt:hover { background-position: -89px -351px; }
header .top-bar .social li a.fl:hover { background-position: -111px -351px; }
header .top-bar .social li a.bn:hover { background-position: -133px -351px; }
header .top-bar .social li a.tw { background-position: -1px -329px; }
header .top-bar .social li a.fb { background-position: -23px -329px; }
header .top-bar .social li a.in { background-position: -45px -329px; }
header .top-bar .social li a.me { background-position: -67px -329px; }
header .top-bar .social li a.yt { background-position: -89px -329px; }
header .top-bar .social li a.fl { background-position: -111px -329px; }
header .top-bar .social li a.bn { background-position: -133px -329px; }
header .content {
    width: 980px;
    margin: 0 auto;
    padding: 10px 0 50px;
    overflow: hidden;
}
header h1 {
    width: 132px;
    height: 95px;
    font: 1px/1px sans-serif;
    text-indent: -99999px;
    margin: 0;
    float: left;
}
header h1 a {
    width: 132px;
    height: 95px;
    background: url(../images/logo_132x95.png) no-repeat 0 0;
    display: block;
}
header h2 {
    width: 280px;
    background: url(../images/bg-header-h2.png) no-repeat 0 center;
    /*border-left: 4px solid #e9e9e9;*/
    font: normal 13px/18px sans-serif;
    color: #555;
    margin: 17px 0 0 27px;
    padding: 11px 0 13px 30px;
    float: left;
}
header h2 strong {
    color: #014483;
    text-transform: uppercase;
}
header .content div {
    float: right;
}
header .content .cta {
    list-style: none;
    margin: 9px 0 14px;
    padding: 0 20px 0 0;
    float: right;
}
header .content .cta li {
    height: 43px;
    font: bold 14px/16px sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    float: left;
}
header .content .cta li a:hover { color: #003260; }
header .content .cta li a {
    background: url(../images/buttons.png) no-repeat 0 0;
    color: #fff;
    padding-left: 20px;
    float: left;
}
header .content .cta li a em {
    font-style: normal;
    background: url(../images/buttons.png) no-repeat 100% 0;
    padding: 14px 32px 14px 14px;
    margin-right: -20px;
    display: block;
}
.ie7 header .content .cta li,
.ie7 header .content .cta li {
    margin-right: -20px;
}
.ie7 header .content .cta li a em,
.ie7 header .content .cta li a em {
    background-color: #fff;
    margin-right: 0;
}
header .content .cta li.one a { background-position: 0 0; }
header .content .cta li.one a em { background-position: 100% 0; }
header .content .cta li.two a { background-position: 0 -43px; }
header .content .cta li.two a em { background-position: 100% -43px; }
header .content .cta li.three a { background-position: 0 -86px; }
header .content .cta li.three a em { background-position: 100% -86px; }
header .content .searchform {
    float: right;
    clear: both;
    position: relative;
}
header .searchform input:focus { color: #636363; }
header .searchform input {
    width: 222px;
    background: #f8f7f7;
    border: 2px solid #ecebeb;
    font-size: 12px;
    color: #c8c5c4;
    padding: 5px 13px;
    outline: none;
}
header .searchform .btn {
    width: 30px;
    height: 29px;
    background: transparent url(../images/buttons.png) no-repeat -217px -354px;
    border: none;
    font: 1px/1px sans-serif;
    text-indent: -99999px;
    padding: 0;
    margin: 0;
    float: none;
    position: absolute;
    top: 0; right: 0;
}

footer { background-color: #066f9a; text-align: left; }
footer a 
{
    color: #0E85B6;
    text-decoration: none;
}
footer section {
    overflow: hidden;
}
footer section.one {
    background: #a6c4d2 url(../images/bg-footer.png) no-repeat center 0;
    font-size: 11px;
    color: #363636;
    padding-bottom: 45px;
}
footer section.one div {
    width: 980px;
    padding: 24px 0 0;
    margin: 0 auto;
}
footer section.one div div:last-child { border: none; margin-right: 0; }
footer section.one div div.last { border: none; margin-right: 0; clear: right; }
footer section.one div div {
    width: 234px;
    border-right: 2px solid #adcddc;
    margin: 0 12px 0 0;
    padding: 0 33px 0 47px;
    float: left;
}
footer section.one div div.contact
{
    background: url("../images/speech_balloons.gif") no-repeat;
}
footer section.one div div.contact a:hover
{
    text-decoration: underline;
}
footer section.one div div.navigation
{
    background: url("../images/nav_wheel.gif") no-repeat;
}
footer ul.footerNav
{
    margin: 0;
    padding: 0;
    list-style: none;
}
footer ul.footerNav li
{
    margin-bottom: 4px;
}
footer .footerNav a
{
    display: block;
    width: 100px;
    color: #444;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-left: 5px;
}
footer .footerNav a:hover
{
    background-color: 0e85b6;
    color: #fff;
}
footer section.one h3 {
    font-size: 12px;
    color: #306983;
    text-transform: uppercase;
    margin: -4px 0 12px;
    position: relative;
    z-index: 2;
}
footer section.one p { margin-top: 0; }
footer section .contact h3 {
    background: url(../images/ftr-icons.png) no-repeat 0 -53px;
    margin-bottom: 1px;
    margin-left: -48px;
    padding: 4px 0 5px 48px;
}
footer section .contact .contacts {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer section .contact .contacts li {
    list-style: none;
    margin: 0 0 6px;
    padding: 0;
    display: block;
}
footer section .contact .contacts li span { float: left; }
footer section .contact .contacts li a { float: right; }
footer section div div {
    width: 234px;
    border-right: 2px solid #adcddc;
    margin: 0 12px 45px 0;
    padding: 0 33px 0 47px;
    float: left;
}
footer section .tw-feed h3 {
    background: url(../images/ftr-icons.png) no-repeat -40px -27px;
    margin-bottom: 1px;
    margin-left: -48px;
    padding: 4px 0 5px 48px;
}
footer section .tw-feed ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer section .tw-feed ul li {
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
}
footer section .subscribe h3 {
    background: url(../images/ftr-icons.png) no-repeat -77px 0;
    margin-bottom: 1px;
    margin-left: -42px;
    padding: 4px 0 5px 42px;
}
footer section.two {
    width: 980px;
    margin: 0 auto;
    padding: 12px 0;
    font-size: 11px;
    color: #fff;
}
footer section.two a:hover { text-decoration: underline; }
footer section.two a { color: #fff; }
footer section.two p { margin: 0 0 4px; font-size: 11px; }
footer section.two ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
footer section.two ul li {
    border-right: 1px solid #fff;
    line-height: 10px;
    margin-right: 5px;
    padding-right: 4px;
    float: left;
}
footer section.two ul li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}
footer section.two ul li.last {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}
.shadowBox  
{
    -moz-box-shadow: 0 2px 8px #c3c3c3;
    -webkit-box-shadow: 0 2px 8px #c3c3c3;
    box-shadow: 0 2px 8px #c3c3c3;
}
#container 
{ 
    width: 980px; 
    margin-top: -28px;
    background-color:transparent;
    overflow: visible;
}
#container .menu 
{
    width: 980px;
    height: 56px;
    margin-bottom: 15px;
    color: #014483;
    background: #85a61f;
    font: normal 11px/13px "Eau SansBook", sans-serif;
    z-index: 9999;
}
#container .menu #menuFiller
{
    float: left;
    width: 381px; 
    height: 54px;
    margin-left: 1px;
    background-color: #A6C938;
}
#container .menu a { text-decoration: none; }
#container .menu li {
    float: left;
    position: relative;
    z-index: 2;
}
#container .menu li a {
    background: #a6c938;
    border-right: 1px solid #85a61f;
    border-left: 1px solid #85a61f;
    border-bottom: 2px solid #85a61f;
    color: #014483;
    padding: 20px 22px 17px 16px;
    display: block;
}
#container .menu li a strong {
    font: bold 15px/17px "Eau SansBold", sans-serif;
    text-transform: uppercase;
    display: block;
}
#container .menu li.active a,
#container .menu li:hover a,
#container .menu li a:hover {
    background: #0e85b6;
    border-right: 1px solid #0e85b6;
    border-left: 1px solid #0e85b6;
    border-bottom: 2px solid #0e85b6;
    color: #fff;
}
#container .menu li:hover div { display: block; }
/*#container .menu li:last-child div { left: auto; right: 0; }*/
#container .menu li div {
    width: 539px;
    background: #0e85b6;
    padding: 18px 0;
    overflow: hidden;
    position: absolute;
    top: 56px; left: 0;
    display: none;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}
#container .menu li div ul:last-child { border-right: none; }
#container .menu li div ul.last { border-right: none; }
#container .menu li ul {
    width: 140px;
    border-right: 1px solid #70b4d1;
    font: bold 13px/18px sans-serif;
    padding: 0 19px;
    float: left;
}
#container .menu li div > ul { min-height: 130px; }
#container .menu li li:first-child { margin-top: -3px; }
#container .menu li li {
    width: 100%;
    margin: 7px 0;
    float: left;
}
#container .menu li li a:hover { text-decoration: underline; }
#container .menu li li a {
    background: transparent !important;
    border: none !important;
    color: #fff;
    padding: 0;
    display: block;
}
#container .menu li li ul {
    width: auto;
    border: none;
    font: normal 12px/16px sans-serif;
    padding: 0;
    margin: 10px 0 0;
    float: none;
}
#container .menu li li li {
    margin: 0 0 4px 4px;
    float: none;
}
#container h2
{
    /*font-family: 'Eau SansBold', sans-serif;*/
    font: bold 13px/15px "Eau SansBold", sans-serif;
    font-weight: bold;
    color: #00529c;
}
#leftNavContainer 
{
    float: left;
    width: 180px;
    padding-bottom: 2px;
    margin-bottom: 15px;
    background-color: #fff;
}
#leftNavContainer h2
{
    padding: 10px 15px;
    margin: 0;
    background-color: #fff;
}
#leftNavContainer ul
{
    list-style: none;
    font-size: 0.91em;
}
#leftNavContainer ul li
{
    margin-bottom: 2px;
    background-color: #f1f1f1;
}
#leftNavContainer ul li:hover
{
    background-color: #e1e1e1;
}
#leftNavContainer ul li a
{
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}
#leftContentContainer
{
    float: left;
    clear: left;
    width: 158px;
    padding: 10px;
    border: 1px solid #bdd5e0;
    background-color: #d1e3eb;
    text-align: center;
}
#leftContentContainer .lastBioFairImg
{
    border: 3px solid white;
    width: 154px;
}
.rightContentContainer
{
    float: right;
    clear: right;
    width: 180px;
    padding: 10px 2px 10px 3px;
    margin-bottom: 15px;
    background-color: #fff;
    text-align: center;
}
.rightContentSeparator
{
    width: 140px;
    margin: 0 20px;
    border-top: 1px solid #ccc;
}
#mainContentContainer
{
    width: 540px;
    margin: 0px auto;
    padding: 15px;
    background-color: #fff;
    margin-bottom: 15px;
}

.jobSeekerLoginTableSpacerHorizontal
{
    padding-top: 8px;
}
.registerLinkPad
{
    padding-left: 10px;
}
/**********************************************************************************/



#header{
	/*height:1%;
	padding:17px 21px 0 20px;*/
}
#header:after{
	content:"";
	display:block;
	clear:both;
}
/*navigation-box*/
.navigation-box{
	width:1001px;
	padding:6px 0 1px;
	overflow:hidden;	
	margin:0 auto;
}

/*top-navigation*/
.top-nav{
	margin:-2px 0 0;
	
	list-style:none;
	float:right;
	font-size:11px;
	font-weight:bold;
}
/*list-item*/
.top-nav li{
	float:left;
	padding:4px 15px 4px 15px;
	background:url(../images/sep-top-nav.gif) no-repeat 0 50%;
}
.top-nav li:first-child{
	background:none;
}
/*link*/
.top-nav a{
	color:#fff;
	text-decoration:none;
}
.top-nav a:hover{
	text-decoration:underline;
}
/*box*/
#header .box{
	width:100%;
}
#header .box:after{
	content:"";
	display:block;
	clear:both;
}
/*logo*/
#header .logo{
	width:180px;
	height:175px;
	float:left;
	position:relative;
	z-index:15;
	display:inline;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo.png) no-repeat;
}
/*link*/
#header .logo a{
	height:95px;
	display:block;
	position:relative;
}
/*date box*/
#header .date{
	width:777px;
	float:right;
	position:relative;
}
/*banner*/
#header .date .banner{
	bottom:14px;
	display:block;
	height:55px;
	position:absolute;
	right:81px;
	width:377px;
}
/*image*/
#header .date .banner img{
	display:block;
}
#header .date span{
	position:absolute;
	line-height:18px;
	margin:135px 0 0;
	float:left;
	font-size:16px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	
}
/*image*/
#header .date img{
	float:right;
	_margin-right: -3px;
}
/*holder box*/
#header .box .holder{
	width:100%;
	overflow:hidden;
}
#header .nav-holder{
	width:100%;
	background:#958993 url(../images/bg-top-nav.gif) repeat-x;
}
#header .nav-holder:after{
	content:"";
	display:block;
	clear:both;
}
/*main navigation*/
#nav{
	margin:0;
	padding:0;
	width:100%;
	font-size:14px;
	font-weight:bold;
	list-style:none;
	background:url(../images/sep-nav.gif) no-repeat 428px 50%;
}
#nav:after{
	content:"";
	clear:both;
	display:block;
}
/*list-item*/
#nav li{
	float:left;
	padding:0 0 0 1px;
	background:url(../images/sep-nav.gif) no-repeat 0 50%;
}
#nav li.first{
	background:none;
}
/*link*/
#nav a, #nav a:visited{
	color:#fff;
	float:left;
	padding:13px 20px 12px 21px;
	text-decoration:none;
}
/*rollover state*/
#nav .active a,
#nav a:hover,
#nav li.hover a,
#nav li:hover a{
	background:#943092 url(../images/bg-top-nav-h.gif) repeat-x;
}
#nav li.hover,
#nav li:hover{
	position: relative;
}
#nav li.hover ul,
#nav li:hover ul {
	display: block;
}
/*drop-down stage 1*/
#nav ul{
	margin:0;
	padding:0;
	display: none;
	position: absolute;
	left:1px;
	top:39px;
	z-index:1;
	width:185px;
	list-style:none;
	background:#a94598;
}
#nav ul:after{
	content:"";
	clear:both;
	display:block;
}
/*list item*/
#nav li ul li{
	float:left;
	width:100%;
	padding:0 !important;
	background:none;
}
/*link*/
#nav li ul li a{
	float:none;
	width:135px;
	display:block;
	font-size:11px;
	color:#fff;
	padding:5px 25px;
	text-transform:none;
	background:none !important;
}
#nav ul li.hover a,
#nav ul li:hover a{
	background:#c364a7 !important;
}
#nav ul li.hover li,
#nav ul li:hover li{
	position: relative;
}
/*drop-down stage 2*/
#nav ul ul{
	display: none !important;
	left:185px;
	width:107px;
	top:-24px;
	z-index:2;
}
/*list-item*/
#nav ul ul li{
	padding:0 !important;
}
#nav ul ul a{
	padding:5px 28px 1px 14px !important;
	width:65px !important;
}
#nav ul li.hover ul,
#nav ul li:hover ul {
	display: block !important;
}
#nav ul li.hover ul ul,
#nav ul li:hover ul ul{
	display: none !important;
}
/*drop-down stage 3*/
#nav ul ul ul{
	display: none !important;
	left:107px;
	width:115px !important;
	top:0;
	z-index:2;
}
/*link*/
#nav ul ul ul a{
	padding:4px 15px 3px 13px !important;
	width:87px !important;
}
#nav ul li.hover ul a,
#nav ul li:hover ul a{
	background:none !important;
}
#nav ul ul li.hover ul,
#nav ul ul li:hover ul{
	display: block !important;
}
#nav ul ul li a:hover,
#nav ul ul li.hover a,
#nav ul ul li:hover a{
	background:#d482b6 !important;
}
#nav ul ul ul li a:hover,
#nav ul ul ul li.hover a,
#nav ul ul ul li:hover a{
	background:#e099c6 !important;
}
/*main*/
#main{
	/*height:1%;*/
	overflow:hidden;
	padding:19px 15px 0;
}


/*location navigation*/
#main .breadcrumbs{
	margin:-16px 0 0;
	/*height:1%;*/
	padding:0 0 0 18px;
	overflow:hidden;
	list-style:none;
	font-size:10px;
}

.employernavtop {}

/*main-box*/
#main .main-box{
	width:100%;
	overflow:hidden;
	/*padding:19px 21px 0;*/	
}
/*list-item*/
#main .breadcrumbs li{
	float:left;
	color:#00529c;
	margin:0 7px 0 -7px;
	padding:0 3px 0 9px;
	background:url(../images/sep-location.gif) no-repeat 0 50%;
}
#main .breadcrumbs li:first-child{
	background:none;
}
/*link*/
#main .breadcrumbs li a{
	color:#00529c;
	text-decoration:none;
}
#main .breadcrumbs li a:hover{
	text-decoration:underline;
}
/*content box*/
#content{
	width:754px;
	float:left;
}
/*gallery box*/
#content .gallery{
	width:753px;
	margin:0 0 4px;
	overflow:hidden;
	border:1px solid #a89ea8;
}
/*image*/
#content .gallery img{
	display:block;
}
/*column box*/
#content .column{
	width:215px;
	_width: 200px;
	padding:3px 0 0;
	float:left;
}
/*main-holder*/
#content .main-holder{
	width:100%;
	
}
/*accordion navigation*/
.column .accordion {
	padding:0 0 5px;
	margin:0;
	_margin-top: 18px;
	list-style:none;
	width:205px;
	font-size:13px;
}
/*list-item*/
.column .accordion li {
	margin:0 0 1px;
}
/*box*/
.column .accordion li .box{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-accordion.gif) repeat-y;
}
/*holder*/
.column .accordion li .holder{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-accordion-top.gif) no-repeat;
}
/*frame box*/
.column .accordion li .frame{
	overflow:hidden;
	padding:8px 0 8px 18px;
	/*height:1%;*/
	background:url(../images/bg-accordion-bottom.gif) no-repeat 0 100%;
	
}
.column .accordion li .frame a, .column .accordion li .frame a:visited, .column .accordion li .frame a:active {
    color: #fff;
    text-decoration: none;}
    
.column .accordion li .frame a:hover {
    color: #983494;
    text-decoration: none;}
    
/*opener box*/
.column .accordion .opener{
	color:#fff;
	/*height:1%;*/
	cursor:pointer;
	font-weight:bold;
	background:none;
}
.column .accordion .ui-state-active .box{
	background:url(../images/bg-accordion-h-purple.gif) repeat-y; /* orginal image:(../images/bg-accordion-h.gif) */
}
.column .accordion .ui-state-active .holder{
	margin:-2px 0 0;
	background:url(../images/bg-accordion-top-h-purple.gif) no-repeat 0 -5px; /* orginal image:(../images/bg-accordion-top-h.gif) */
}
.column .accordion .ui-state-active .frame{
	padding:10px 0 8px 18px;
	background:url(../images/bg-accordion-bottom-h-purple.gif) no-repeat; /* orginal image:(../images/bg-accordion-bottom-h.gif) */
}
/*slide box*/
.column .accordion li .slide{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-slide-purple.gif) repeat-y; /* orginal image:(../images/bg-slide.gif) */
}
/*slide davigation*/
.column .accordion li .slide ul{
	margin:0;
	/*padding:0 0 0 18px;*/
    padding:0px;
	list-style:none;
	font-size:13px;
	font-weight:bold;
}
/*list-item*/
.column .accordion li .slide li{
	padding:0px;
}
/*link*/
.column .accordion li .slide li a{
	color:#fff;
	text-decoration:none;
	padding:6px 2px 6px 18px;
    display:block;
}
/*rollover state*/
.column .accordion li .slide li a:hover{
	/*text-decoration:underline;*/
    background:#c364a7;
}
/*banner-box*/
.column .banner-box{
	width:100%;
	margin:0 0 3px;
	position:relative;
	overflow:hidden;
}
/*image*/
.column .banner-box img{
	display:block;
}
/*button*/
.column .banner-box .learn-more{
	width:73px;
	height:20px;
	display:block;
	position:absolute;
	right:21px;
	bottom:13px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/btn-learn-more.gif) no-repeat;
}
/*button*/
.column .banner-box .show-it{
	width:73px;
	height:20px;
	display:block;
	position:absolute;
	right:10px;
	bottom:15px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/btn-show-it.gif) no-repeat;
}
/*buzz-box*/
.column .buzz-box{
	/*height:1%;*/
	width: 195px;
	_width: 205px;
	margin:-2px 9px 0 0;
	padding:3px 4px 3px;
	overflow:hidden;
	position:relative;
	border:1px solid #d2d2d2;
}
.column .buzz-box .heading-holder{
	/*height:1%;*/
	overflow:hidden;
	padding:4px 0 4px 6px;
	margin:1px 0 12px;
	background:#9a8c95 url(../images/bg-buzz-box-top.gif) repeat-x;
}
/*heading h2*/
.column .buzz-box h2{
	margin:0;
	color:#fff;
	font-size:14px;
}
/*link*/
.column .buzz-box .view-all{
	text-decoration:none;
	float:right;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	display:inline;
	margin:2px 7px 0 0;
	padding:0 8px 0 0;
	background:url(../images/bg-view-arrow.gif) no-repeat 100% 50%;
}
/*rollover state*/
.column .buzz-box .view-all:hover{
	text-decoration:underline;
}
/*heading h3*/
.column .buzz-box h3{
	margin:0;
	font-size:11px;
	color:#4d4c4d;
}
/*buzz-box navigation*/
.buzz-box ul{
	margin:0;
	padding:0 0 50px 4px;
	list-style:none;
	/*height:1%;*/
	overflow:hidden;
	background:url(../images/bg-buzz-nav.gif) no-repeat 50% 100%;
}
/*list-item*/
.buzz-box li{
	width:100%;
	padding:9px 0 4px;
	/*float:left;*/
	padding-top: 0;
	border-top:1px solid #e3dfe2;
}
.buzz-box li:first-child{
	border:0;
}
/*picture box*/
.buzz-box li .picture{
	text-align: center;
	/*width:52px;
	border:1px solid #e9e5e8;*/
}
/*image*/
.buzz-box li .picture img{
	display:block;
}
/*text-box*/
.buzz-box li .text-box{
	width:128px;
	float:right;
}
/*heading h4*/
.buzz-box li .text-box h4{
	margin:0;
	color:#00529c;
	font-size:11px;
	line-height:11px;
}
/*paragraph*/
.buzz-box li .text-box p{
	margin:0;
	color:#4d4c4d;
	font-size:11px;
	line-height:11px;
}
/*link*/
.buzz-box li .text-box a{
	color:#00529c;
	font-size:11px;
	float:left;
	clear:both;
	text-decoration:none;
}
/*rollover state*/
.buzz-box li .text-box a:hover{
	text-decoration:underline;
}
/*button*/
.buzz-box .vote-now{
	width:88px;
	height:24px;
	display:block;
	position:absolute;
	bottom:19px;
	left:74px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/btn-vote-now.gif) no-repeat;
}
/*content-holder*/
#content .content-holder{
	/*height:1%;*/
	padding:19px 17px 0 23px;
	overflow:hidden;
}
* html #content .content-holder{
	padding:19px 17px 0 23px;
}
#content .content-holder .heading,
#content .inner-holder .heading{
	width:100%;
	overflow:hidden;
	padding:0 0 3px;
	margin:0 0 10px;
	border-bottom:1px solid #998e98;
}
/*heading h2*/
#content .content-holder h2,
#content .inner-holder h2{
	margin:0;
	color:#9d3994;
	font-size:22px;
}
#content .content-holder .heading{
	margin:0 0 14px;
}
/*rss link*/
#content .content-holder .rss{
	text-decoration:none;
	float:right;
	margin:9px 8px 0 0;
	display:inline;
}
/*image*/
#content .content-holder img{
	float:left;
	margin:0 10px 0 0;
}
/*pargraph*/
#content .content-holder p{
	margin:0 0 12px;
	font-size:12px;
	line-height:17px;
	color:#4d4c4d;
}
/*heading h3*/
#content .content-holder h3{
	margin:0;
	clear:both;
	font-size:16px;
	color:#0077c1;
}
#content .content-holder h3 span{
	display:block;
	line-height:20px;
}
/*companies navigation*/
#content .companies-nav{
	margin:0;
	padding:4px 0 13px;
	list-style:none;
}
/*list-item*/
#content .companies-nav li{
	color:#4d4c4d;
	padding:0 0 0 10px;
	margin:0 0 5px;
	background:url(../images/bg-company-nav.gif) no-repeat 0 50%;
}
/*inner-holder*/
#content .inner-holder{
	/*height:1%;*/
	padding:0 10px 0 23px;
	overflow:hidden;
}
* html #content .inner-holder{
	padding:0 17px 0 20px;
}
/*image*/
#content .inner-holder img{
	float:left;
	margin:4px 10px 0 0;
}
/*heading h3*/
#content .inner-holder h3{
	margin:0;
	font-size:16px;
	line-height:17px;
	color:#0077c1;
}
/*heading h4*/
#content .inner-holder h4{
	margin:0;
	font-size:12px;
	line-height:23px;
	color:#0077c1;
}
/*paragraph*/
#content .inner-holder p{
	line-height:18px;
	margin:0 0 12px;
	font-size:12px;
	color:#4d4c4d;
}
/*link*/
#content .inner-holder p a{
	color:#3375b0;
	text-decoration:underline;
}
/*rollover state*/
#content .inner-holder p a:hover{
	text-decoration:none;
}
/*inner-holder navigation*/
#content .inner-holder ul{
	margin:0;
	padding:0 0 19px;
	list-style:none;
}
/*list-item*/
#content .inner-holder li{
	padding:0 0 0 7px;
	margin:0 0 2px;
	background:url(../images/bullit.gif) no-repeat 0 50%;
}
/*link*/
#content .inner-holder li a{
	color:#4d4c4d;
	text-decoration:none;
}
/*rollover state*/
#content .inner-holder li a:hover{
	text-decoration:underline;
}
/*table*/
.table-hold{
	overflow:hidden;
	width:100%;
	margin:0 0 22px;
	background:url(../images/bg-table.gif) repeat-y;
}
#content .inner-holder table{
	border-collapse:collapse;
	border:0;
	margin:0 0 0 -1px;
	font-size:12px;
	background:url(../images/bg-table.gif) repeat-y 100% 0;
}
#content .inner-holder table td{
	vertical-align:middle;
	padding:7px 11px 7px;
}
/*table cell*/
#content .inner-holder table thead td{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	background:#953293 url(../images/bg-table-top.gif) repeat-x;
}
#content .inner-holder table .first{width:244px;}
#content .inner-holder table tbody td{
	color:#4d4c4d;
	border-bottom:1px solid #949494;
	background:url(../images/bg-table.gif) repeat-y;
}
/*form-info*/
#content .inner-holder .form-info{
	width:100%;
	padding:12px 0 0;
	overflow:hidden;
}
#content .inner-holder .form-info div{
	width:392px;
	margin:0 0 13px;
	overflow:hidden;
}
/*label*/
#content .inner-holder .form-info label{
	float:left;
	font-weight:bold;
	font-size:12px;
	color:#4d4c4d;
}
/*text-field*/
#content .inner-holder .form-info .text{
	float:right;
	width:336px;
	padding:2px 0;
	color:#4d4c4d;
	border:1px solid #a6a6a6;
	background:none;
	font:12px Arial, Helvetica, sans-serif;
}
/*button*/
#content .inner-holder .form-info .image{
	float:left;
	display:inline;
	margin:8px 0 0 56px;
}
/*sidebar*/
#sidebar{
	clear:right;
	float:right;
	position:relative;
	z-index:999;
	/*padding:19px 21px 0;*/
}
#sidebar .button-list{
	margin:0 0 0 -1px;
	padding:0;
	list-style:none;
}
#sidebar .button-list li{
	/*float:left;*/
	
}
/*button*/
#sidebar .register,
#sidebar .home-register{
	width:185px;
	height:22px;
	margin:3px 0 4px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/btn-register-now.gif) no-repeat;
}
#sidebar .home-register{
	margin:0 0 4px;
}
/*button*/
#sidebar .book{
	width:185px;
	height:22px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/btn-book-housing.gif) no-repeat;
}
/*slide box*/
#sidebar .slide{
	width:100%;
	padding:9px 0 0;
	margin:0 0 11px;
	overflow:hidden;
}
/*image*/
#sidebar .slide img{
	display:block;
}
/*sponsors-box*/
#sidebar .sponsors-box{
	
	margin:0 0 24px;
	overflow:hidden;

}
/*heading h2*/
#sidebar .sponsors-box h2{
	margin:0;
	text-align:center;
	color:#9d3994;
	font-size:16px; 
}
/*sponsors-box navigation*/
#sidebar .sponsors-box ul{
	margin:0;
	padding:15px 9px 0;
	overflow:hidden;
	/*height:1%;*/
	list-style:none;
}
/*list-item*/
#sidebar .sponsors-box li{
	float:left;
	width:100%;
	overflow:hidden;
	background:url(../images/bg-sponsors-nav.gif) no-repeat 50% 0;
	padding:15px 0 0 0;
	text-align:center;
	color: #0077c1;
	font-weight: bold;
}
/*link*/
#sidebar .sponsors-box li a{
	display:block;
}
/*image*/
#sidebar .sponsors-box li img{
	display:block;
	margin:0 0 0 -3px;
}
/*link*/
#sidebar .sponsors-box .abbott a{
	background:#fff;
	padding:0 0 15px;
}
/*link*/
#sidebar .sponsors-box .astrazeneca a{
	background:#fff url(../images/bg-sponsors-nav-astrazeneca.gif) repeat-x 0 100%;
	padding:0 0 15px;
}
/*link*/
#sidebar .sponsors-box .nycomed a{
	background:#e9e9e9;
	padding:0 0 15px;
}
/*bio-box*/
#sidebar .bio-box{
	width:100%;
	overflow:hidden;
	position:relative;
}
/*image*/
#sidebar .bio-box img{
	display:block;
	margin:0 0 0 -2px;
}
/*faces*/
#sidebar .bio-box .faces{
	width:165px;
	display:block;
	position:absolute;
	left:7px;
	top:-3px;
	font-size:14px;
	font-weight:bold;
	color:#255398;
}
/*strong*/
#sidebar .bio-box strong{
	margin:0 0 0 4px;
	font-size:10px;
	line-height:11px;
	color:#255398;
}
/*paragraph*/
#sidebar .bio-box p{
	margin:0 0 0 3px;
	font-size:10px;
	color:#4d4c4d;
}


#main-content {
width: 530px;
float: right;
margin: 0;
_margin-top: 10px;
clear:right;
}


/*bio-address*/
#main .bio-address{
	/*height:1%;*/
	overflow:visible;
	display:block;
	height: 25px;
}
/*picture box*/
#main .bio-address .picture{
	float:left;
	height:100px;
	padding:0 0 0 20px;
	width:111px;
}
/*image*/
#main .bio-address .picture img{
	display:block;
	left:-10px;
	position:relative;
	top:-8px;
}
/*address-box*/
.bio-address .address-box{
	float:left;
left:130px;
position:relative;
top:-50px;
	
}
.bio-address .address-box span{
	color:#4d4c4d;
	font-size:12px;
	line-height:11px;
	font-style:normal;
}
/*footer*/
#footer{
	position:relative;
	top:35px;
	width:1001px;
	padding-bottom:35px;
	background:#e2e2e2;
    display: block;
	
}
/*footer navigation*/
#footer ul{
	margin:0;
	padding:0;
	position:absolute;
	margin:10px 0 0 123px;
	font-weight:bold;
	font-size:12px;
	list-style:none;
	
}
/*list-item*/
#footer li{
	float:left;
	padding:7px 3px 9px 8px;
	background:url(../images/sep-footer-nav.gif) no-repeat 0 50%;
	color:#000;
}
#footer li:first-child{
	background:none;
}
/*link*/
#footer li a{
	color:#0078be;
	text-decoration:none;	
	padding-right:5px;
}
/*rollover state*/
#footer li a:hover{
	text-decoration:underline;
}
/*paragraph*/
#footer p{
	margin:0;
	color:#4D4C4D;
	
	font-size:11px;
	line-height:20px;
	padding-right:15px;
}

#main-content div.buttonspan {height: 40px; margin-bottom: 15px;}

.lefted {float: left;}
.righted {float: right;}
.paddingleft10 {padding-left: 10px;}

/*link-navigation*/
#footer .link-nav{
	float:right;
	margin:15px 0 0 40px;
	padding:0 0 0 23px;
	width:180px;
}
#footer .link-nav strong{
	font-size:11px;
	line-height:18px;
	font-weight:bold;
	color:#000;
	left:-17px;
	position:relative;
}
#footer .link-nav ul{
	float:left;
	margin:-20px 0px 0px -25px;
	padding:0 0 3px;
	list-style:none;
	
}
#footer .link-nav li{
	
	color:#fff;
	margin:15px 0px 0 0;
}
/*link*/
#footer .link-nav a{
	color:#fff;
	width:17px;
	height:18px;
	display:inline;
	
	overflow:hidden;
}
/*#footer .link-nav .linkedin a{
	background:url(../images/bg-link-list-ico01.gif) no-repeat;
}
#footer .link-nav .twitter a{
	background:url(../images/bg-link-list-ico02.gif) no-repeat;
}
#footer .link-nav .facebook a{
	background:url(../images/bg-link-list-ico03.gif) no-repeat;
}
#footer .link-nav .flickr a{
	background:url(../images/bg-link-list-ico04.gif) no-repeat;
}
#footer .link-nav .youtube a{
	background:url(../images/bg-link-list-ico05.gif) no-repeat;
}*/

#space{height:30px;}
