/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
	font-family: Verdana, Calibri, Arial, sans-serif;
}

#container {

}

#social_networks {
	float: right;
	width: 120px;
	text-indent: -2000px;
	font-size: 12px;
	
}

#social_networks ul {
	margin: 0;
	padding: 0;
}

#social_networks ul li {
	float: left;
	padding-right: 3px;
	list-style: none;
}

#social_networks ul li a {
	float: left;
	margin: 0;
	padding: 0;	
	height: 105px;	
}

#twitter {
	width: 35px;
	background: url(../images/jv_twitter.png) no-repeat top left;
}

#facebook {
	width: 35px;
	background: url(../images/jv_facebook.png) no-repeat top left;
}

#linkedin {
	width: 35px;
	background: url(../images/jv_link.png) no-repeat top left;
}

#social_networks a:hover {
	background-position: top right;
}

#navigation {
	padding-top: 20px;
}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation ul li {
	float: left;
}

#navigation a {
	color: #333333;
	text-decoration: none;
	float: left;
	height: 35px;
	text-indent: 0px;
	font-size: 16px;
}

#navigation a:hover {
	color: #000000;
	text-decoration: underline;
}

#nav_venues {
	padding-right: 20px;
	float: left;
}

#nav_meetings {
	padding-right: 20px;
	float: left;
}

#nav_events {
	padding-right: 20px;
	float: left;
}

#nav_conferences {
	padding-right: 20px;
	float: left;
}

#nav_team {
	padding-right: 20px;
	float: left;
}

#nav_training {
	padding-right: 20px;
	float: left;
}

#nav_product {
	padding-right: 20px;
	float: left;
}

#navigation a:hover, #navigation .nav_selected {
	background-position: top right;
}


#header {
	height: 170px;
	background: url(../images/jv_nav_bkg.jpg) repeat-x bottom left;
	margin-bottom: 1px;
}

#footer {
	background: url(../images/footer_back.jpg) repeat-x top left;
	min-height: 50px;
	margin-top: 1px;
}

#content {
	
}

.grey {
	background: url(../images/jv_content_bkg.jpg) repeat-x top left;
	background-color: #333333;
	color: #ffffff;
}

p.textlink a {
    text-decoration: none;
    color: cccccc;
}
 
p.textlink a:hover {
    text-decoration: underline;
}

a {
	color: cccccc;
}

#content .large {
	font-size: 105%;
	line-height: 1.5rem;
}

#content ul {
	margin: auto;
}

#padded_content {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
	min-height: 500px;
}

#copy_content {
	width: 70%;
	margin: 0 15%;
}

#padded_header {
	width: 900px;
	margin: 0 auto;
}

/*#page_image  {
	float: right;
	margin-left: 20px;
}*/

.just_title  {
	background: url(../images/just_title.png) no-repeat top left;
	width: 404px;
	height: 100px;
}

.just_title h2 {
	text-indent: -9999px;
	margin: 0;
}

#just_venues {
	background-position: 0 0;
}

#just_meetings {
	background-position: 0 -100px;
}

#just_events {
	background-position: 0 -200px;
}

#just_conferences {
	background-position: 0 -300px;
}

#just_team_building {
	background-position: 0 -400px;
}

#just_training {
	background-position: 0 -500px;
}

#just_product {
	background-position: 0 -600px;
}

#just_contact {
	background-position: 0 -700px;
}

.intro_block {
	width: 800px;
	color: #363A4F;
	float: left;
}

.intro_block h3 {
	font-weight: normal;
	font-size: 130%;
}

.clear {
	clear: both;
	
}

#light-link {
	color: #ffffff;
	padding: 20px 0;
}

#contacts {
	text-align: center;
	color: #001C4D;
	padding-bottom: 60px;
}