﻿@font-face {
	font-family: 'DINProMedium';
	src: url('fonts/dinpro-medium-webfont.eot');
	src: local('☺'), url('fonts/dinpro-medium-webfont.woff') format('woff'), url('fonts/dinpro-medium-webfont.ttf') format('truetype'), url('fonts/dinpro-medium-webfont.svg#webfontplczxL0c') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background: #d4d4d4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 0 20px 0;
	margin: 0;
	line-height: 18px;
	color: #545d64;
	}
	
/* Baseline grid overrides */
/*#wrapper,
#header
 {
	background: none !important;
	}*/
	
	
hr, .hide, .flash_block_replaced_content {
	display: none;
	}
	
img {
	border: none;
	}
	
p {
	line-height: 18px;
	margin: 0 0 16px 0;
	}

/*  links */

a {
	color: #488ad0;
	text-decoration: none;
	}
	
a:hover {
	color: #f08613;
	}

li {
  min-height: 1px;
}
	
* html li {
	height: 1px;
	}

	
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #555d64;
	line-height: 18px;
	}
	
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6
  {
 	height: 1px;
	}
	
h1 object,
h2 object,
h3 object,
h4 object,
h5 object,
h6 object
	{
	display: block;
	position: relative;
	left: -3px;
	}	
	
h1 {
	font-size: 24px;
	line-height: 35px;
	margin: 0 0 16px;
	font-weight: normal;
	color:#555d64;
	text-transform: uppercase;
	font-family:'DINProMedium';
	}
	
	h1 strong {
	    color:#8897A2;
	}
	
h2, h3, h4 {
	font-size: 14px;
	margin: 24px 0 0;
	font-weight: bold;
	}
	
h2 {
	margin: 24px 0 10px 0;
	font-size: 18px;
	line-height: 24px;
	font-weight:normal;
	color:#555d64;
	font-family:'DINProMedium';
	}
	
h3 {
	margin: 24px 0 6px;
	}
	
h4 {
	}

h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	}
	
.note{
	color: #8897A2;
}
	
/* [ Wrapper ] */

#wrapper {
	margin: 0 auto;
	padding: 0 10px 30px 0;
	width: 960px;
	background:  url(other-wrapper.gif) repeat-y 0px 0;
	position: relative;
	min-height: 1px;
	}
	
* html #wrapper{
	height: 1px;
}

#wrapper_top{
	height: 10px;
	width: 10px;
	background: url(wrapper_top.gif) no-repeat right 0; 
	position: absolute;
	right: 0;	
	top: 0;
}

#wrapper_bottom{
	height: 10px;
	width: 970px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(wrapper_bottom.gif) no-repeat 0 bottom;
}
	
/* [ Site Header ] */
	
#site_header {
	height: 35px;
	margin: 0 auto;
	position: relative;
	}
	

	
/* [ Site Header Tools ] */
#site_header_tools {
	position: absolute;
	top: -54px;
	right: 0;
	font-size: 11px;
	color: #ccc;
	text-align: right;
	}
	
#site_header_tools a {
	color: #999;
	text-decoration: none;
	}
	
#site_header_tools a:hover {
	color: #999;
	background: none;
	}	
	
/* [ Page Header ] */

#page_header {
	height: 105px;
	padding: 0 250px 0 0;
	position: relative;
	/* background: url(main.gif) repeat-y right 0; */
	z-index: 1000;
	}
#page_header_logo {
	position: absolute;
	top: 20px;
    right: 240px;
	z-index: 1001;
	}
	
#logo-venues-events {
	position: absolute;
	top: 20px;
	left: 15px;
	z-index: 1001;
	}
	
#page_header_logo a {
	color: #fff;
	}

#user_area{
	width: 220px;
	position: absolute;
	right: 0;
	top: 0;
	color: #94999F;
}

#user_area h2{
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 10px;
}

#user_area .btn{
	height: 25px;
	display: block;
	margin: 0;
	background-position: 0 0px;
	background-repeat: no-repeat;
}

#user_area a{
	color: #F08613;
}

#user_area a:hover{
	color: #488AD0;
}

#user_area .btn:hover{
	background-position: 0 -25px;
}

#user_area .login_btn{
	background-image: url(vbase-recruitment-login.gif);
	width: 185px;
	margin: 0 0 0px 0;
}

#user_area .learning_btn{
	background-image: url(learning-development.gif);
	width: 185px;
	margin: 0 0 0px 0;
}

#user_area .roster_btn{
	background-image: url(your-roster.gif);
	width: 185px;
	margin: 0 0 0px 0;
}

#user_area .intra_btn{
	background-image: url(staff-intranet-login.gif);
	width: 185px;
	margin: 0 0 0px 0;
}

#user_area #login, #user_area #intra_login, #user_area #learning, #user_area #roster {
	position: absolute;
	left: 0px;
	font-size: 10px;
	width: 200px;
	padding: 0 0 0px 20px;
	background: url(login.gif) no-repeat 0 bottom;
}

#user_area #login {
    top: 20px;
    height: 65px;
}

#user_area #intra_login{
	top: 100px;
	height: 105px;
}

#user_area #learning {
    height: 65px;
    top:320px;
}

#user_area #roster {
    height: 85px;
    /*top:300px;*/
    top:220px;
}





#user_area h2{
	margin: 0 0 10px;
}

/* [ Main ] */

#main {
	position: relative;
	z-index: 1;
	min-height: 1px;
	/* background: url(main.gif) repeat-y right 0; */
	}
	
* html #main {
	height: 1px;
	}
	
#main:after {
	height: 0;
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	}
	
#breadcrumb{
	display: none;
}

/* Events */

#latest_news{
	margin: 0 0 20px;
	background: url(login.gif) no-repeat 0 bottom;
	padding: 0 20px 15px;
}

#latest_news a{
	display: block;
	padding: 0 0 10px;
}

#latest_news h2 a{
	padding: 0;
}

#latest_news a strong,
#latest_news a .news_desc{
	color: #545D64;
}



#events_wrapper{
	width: 220px;
	/*padding: 195px 0 0;*/
	padding:280px 0 0;
	float: right;
	line-height: 16px;
}

#events_wrapper h2{
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 10px;	
}

#events{
	padding: 0 5px;
}

#events_wrapper h2{
	margin: 0 0 10px 15px;
}

#events .event{
	margin: 18px 0 18px;
}

#events a:hover .date{
	color: #f08613;
}

#events .event .date{
	display: block;
}

#events .event img{
	display: block;
	margin: 2px 0 5px 0;
	background: #fff;
	padding: 3px;
	border: solid 1px #c5c5c5;
}

#events .event a{
	padding: 0 15px;
	display: block;
}

#events .event a:hover img{
	border: solid 1px #F08613;
	background: #fff;
}

#events .event .evt_description{
	color: #545D64;
	display: block;
}


#feature{
	height: 275px;
	padding: 0 0 10px;
	background: #d4d4d4 url(feature.gif) repeat-x 0 0;
	position: relative;
	margin: 0 0 10px;
}

#feature_text{
	position: absolute;
	left: 20px;
	width: 165px;
	bottom: 30px;
	color: #545d64;
	line-height: 15px;
}

#feature_text h3{
	
}

#feature_img{
	float: right;
}

/* [ Content ] */

#content_wrapper{
	float: left;
	width: 720px;
	z-index: 1;
}

#content {
	font-size: 12px;
	padding: 20px 0px 0; 
	color: #545d64;
	position: relative;
	min-height: 400px;
	z-index: 1;
	float: left;
	width: 500px;
}
	
* html #content {
	height: 400px;
	}

	
/* [ Sidebar ] */
#sidebar {
	width: 155px;
	float: left;
	position: relative;
	padding: 40px 25px 30px 20px;	
	z-index: 1000;
	}
	
.sidebar_panel a {
	display: block;
	color: #fff;
	background: #999;
	padding: 10px;
	margin: 10px 0;
	}
	
.sidebar_panel a h4 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	line-height: normal;
	margin: 0;
	padding: 0;
	}
	
.sidebar_panel a p {
	margin: 0;
	line-height: 14px;
	}

/* [ Footer ] */

#footer {
	width: 955px;
	margin: 0 auto;
	font-size: 11px;
	color: #7f7f7f;
	line-height: 16px;
	position: relative;
	clear: both;
	min-height: 1px;
	padding: 0px 0 25px;
	}
	
* html #footer {
	height: 1px;
	}
	
#footer p {
	margin: 0;
	}
	
#footer a {
	color: #7f7f7f;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: none;
	color: #484848;
	background: none;
	}
	
/* [ Datagrid ] */

.datagrid {
	width: 100%;
	border: 1px solid #666;
	border-collapse: collapse;
	}
	
	.datagrid th {
		background: #eee;
		border-bottom: 1px solid #666;
		text-align: left;
		padding: 2px 5px;
		}
		
	.datagrid td {
		border-bottom: 1px solid #ccc;
		padding: 2px 5px;
		}

/* [ Generic vCard ] */

.vcard {
	padding: 20px 0 0;
	}
	
	.fn {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 10px;
		}
	.adr{
		margin: 10px 0;
	}
	
	.type{
		color: #8897A2;
		width: 65px;
		float: left;
		display: block;
	}
		
	
.register_btn{
	width: 232px;
	height: 35px;
	display: block;
	background: url(register_button.gif) no-repeat 0 0;
}

.register_btn:hover{
	background: url(register_button.gif) no-repeat 0 -35px;
}

.view_more_button{
	height: 25px;
	width: 135px;
	display: block;
	background: url(view_more_button.gif) no-repeat 0 0;
	margin: 10px 0;
}

.view_more_button:hover{
	background: url(view_more_button.gif) no-repeat 0 -25px;
}

.opportunities_btn{
	height: 50px;
	width: 300px;
	display: block;
	background: url(opportunities.gif) no-repeat 0 0;
	margin: 25px 0;
}

.opportunities_btn:hover{
	background: url(opportunities.gif) no-repeat 0 -50px;
}


.summary{
	
}
