@charset "UTF-8";
/* © 2009 Slingshot Graphic design & Web Development - www.slingshot.co.uk */

body{
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#8F9AAA;
	background-color: #000000;
	text-align: center;
	margin:0px;
	padding: 0;
}

#main_container{
	width:986px;
	height:100px;
	padding:0;
	text-align:left;
	position:relative;
	margin: 0 auto;
}

#main_logo{
	position:absolute;
	display:block;
	width:419px;
	height:182px;
	top:0px;
	z-index:1;
	left: 0px;
}

#home{
	position:absolute;
	display:block;
	background-image: url(../layout/bg-jv-home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:986px;
	height:993px;
	left: 0px;
	top: 0px;
}
#work{
	position:absolute;
	display:block;
	background-image: url(../layout/bg-jv-work.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:986px;
	height:1024px;
	left: 0px;
	top: 993px;
}
#learning{
	position:absolute;
	display:block;
	background-image: url(../layout/bg-jv-learning.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:986px;
	height:1019px;
	left: 0px;
	top: 2017px;
}

#contact{
	position:absolute;
	display:block;
	background-image: url(../layout/bg-jv-contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:986px;
	height:1027px;
	left: 0px;
	top: 3035px; /* had to adjust this as it doesn't add up???? should be 3044px*/
}

#clientlogin{
	position:absolute;
	display:block;
	background-image: url(../layout/bg-jv-clientlogin.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:986px;
	height:1019px;
	left: 0px;
	top: 4062px; /* minus 9px from above comment should be 4071px*/
}

#footer{
	z-index: 12;
	position:absolute;
	display:block;
	width:700px;
	height:80px;
	left: 215px;
	top: 4940px; /* minus 9px from above comment should be 4071px*/
}
#footer p{
	font-size: 10px;
}
#footer a{
	color: #8F9AAA;
	text-decoration: none;
}

#main_navigation{
	position: absolute;
	z-index: 2;
	height: 40px;
	width: 570px;
	left: 464px;
	top: 40px;
	text-align:left;
}

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

#main_navigation ul li{
	float:left;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	list-style-type: none;
	padding: 0px;
	margin: 0px 41px 0px 0px;
}
	
#main_navigation ul li a{
	color:#FFF;
	text-decoration:none;
}

#main_navigation ul li a:hover{
	color:#8F9AAA;
}

#main_navigation ul li a.home{
	color:#FF6633;
	cursor: default;
}


.sub_navigation{
	position: absolute;
	height: 40px;
	width: 570px;
	left: 215px;
	top: 40px;
	text-align:left;
}

.sub_navigation ul{
	margin:0;
	padding:0;
}

.sub_navigation ul li{
	float:left;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 26px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
	
.sub_navigation ul li a{
	color:#FFF;
	text-decoration:none;
}

.sub_navigation ul li a:hover{
	color:#8F9AAA;
}


.sub_navigation ul li a.work{
	color:#D01095;
	cursor: default;
}

.sub_navigation ul li a.learning{
	color:#99CC00;
	cursor: default;
}
.sub_navigation ul li a.contact{
	color:#FFBA00;
	cursor: default;
}
.sub_navigation ul li a.clientlogin{
	color:#8F9AAA;
	cursor: default;
}

.homecontent{
	z-index: 3;
	position: absolute;
	height: 500px;
	width: 745px; /* 4 columns wide */
	left: 25px;
	top: 210px;
}

.homecontent h1{
	color:#FF6633;
	font-size: 46px;
	font-weight: normal;
	margin: 0px;
}

.workcontent{
	z-index: 4;
	position: absolute;
	height: 500px;
	width: 745px; /* 4 columns wide */
	left: 215px;
	top: 120px;
}

.workcontent h1{
	color:#D01095;
	font-size: 46px;
	font-weight: normal;
	margin: 0px;
}

.work_navigation{
	/*position: absolute;
	height: 40px;
	width: 570px;
	left: 215px;
	top: 40px;*/
	padding:15px 0px 50px 0px;
	text-align:left;
}

.work_navigation ul{
	margin:0;
	padding:0;
}

.work_navigation ul li{
	float:left;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	list-style-type: none;
	margin-top: 0px;
	text-align: center;
	padding:4px 0px;
}

.work_navigation ul li a{
	color:#000000;
	text-decoration:none;
	height: 21px;
	padding-top: 4px;
	margin-right:6px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}

.btncorp{
	background-image: url(../layout/wrk_btn_corp.jpg);
	width: 135px;	
}

.btnpub{
	background-image: url(../layout/wrk_btn_pub.jpg);
	width: 162px;
}

.btnchar{
	background-image: url(../layout/wrk_btn_char.jpg);
	width: 107px;
}
.btncrea{
	background-image: url(../layout/wrk_btn_crea.jpg);
	width: 135px;
}

.work_navigation ul li a:hover{
	background-position: 0 -28px;
}

.work_navigation ul li a.current{
	background-position: 0 -28px;
}


.learningcontent{
	z-index: 5;
	position: absolute;
	height: 500px;
	width: 745px; /* 4 columns wide */
	left: 215px;
	top: 120px;
}

.learningcontent h1{
	color:#99CC00;
	font-size: 46px;
	font-weight: normal;
	margin: 0px;
}

.learningimage{
	margin: 60px 0px 0px -45px;
	padding: 0px;
	width: 500px;
}

.contactcontent{
	position: absolute;
	height: 500px;
	width: 745px; /* 4 columns wide */
	left: 215px;
	top: 280px;
}

.clientcontent{
	position: absolute;
	height: 500px;
	width: 745px; /* 4 columns wide */
	left: 215px;
	top: 120px;
}

.clientcontent h1{
	color:#8F9AAA;
	font-size: 46px;
	font-weight: normal;
	margin: 0px;
}


.body_copy{
	line-height: 18px;
	/*text-align: justify;*/
}

.black_text{
	color:#000000;
}

.black_text a{
	color: #000000;
}
.black_text a:hover{
	color: #FFFFFF;
}

.one_column{
	float: left;
	width: 175px;
	margin-right: 15px;
}

.one_column_end{
	width: 175px;
	margin-right: 15px;
}

.one_column_thin{
	float: left;
	width: 145px;
	margin-right: 45px;
	margin-left:15px;
	padding-top:15px;
}

.two_columns{
	width: 365px;
	margin-right: 15px;
	/*border: 1px dashed #FF0099;*/
	padding:0;
	float: left;
}

.two_columns h3{
	color:#FFFFFF;
	font-weight: normal;
}

.two_column_right{
	width: 365px;
	margin:0px 0px 15px 380px;
}

.two_column_bubbles{
	width: 365px;
	margin:-15px 0px 0px 380px;

}

.one_col_bubble_top{
	width: 175px;
	background-image: url(../layout/1-col-bubble-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	padding: 0px;
	margin: 0px;
}

.one_col_bubble_bg{
	background-color: #D01095;
	margin: 8px 0px 0px;
	padding: 6px 10px;
}

.one_col_bubble_bottom{
	background-image: url(../layout/1-col-bubble-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
	width: 175px;
}

 .one_col_bubble_bg h3{
	color:#FFFFFF;
	font-weight: normal;
	margin:0px 0px 6px 0px;
	padding:0;
	/*font-size: 16px;*/
}

.one_col_bubble_bg p{
	margin:0;
	padding:0;
}



.two_col_bubble_top{
	width: 365px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	background: url(../layout/2-col-bubble-top.gif) no-repeat left top;
}

.two_col_bubble_bg{
	background-color: #D01095;
	margin: 8px 0 0 0;
	padding: 0px 10px;
}

.two_col_bubble_bottom{
	background-image: url(../layout/2-col-bubble-bottom-2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 8px;
	width: 365px;
}

.two_col_bubble_bg h3{
	color:#FFFFFF;
	font-weight: normal;
	margin:0px 0px 6px 0px;
	padding:0;
	/*font-size: 16px;*/
}

.two_col_bubble_bg p{
	margin:0;
	padding:0;
}


.one_col_yel_bubble_top{
	width: 175px;
	background-image: url(../layout/1-col-yel-bubble-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	padding: 0px;
	margin: 15px 15px 0px 0px;
}

.one_col_yel_bubble_bg{
	background-color: #FFBA00;
	margin: 8px 0px 0px;
	padding: 6px 10px;
}

.one_col_yel_bubble_bottom{
	background-image: url(../layout/1-col-yel-bubble-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
	width: 175px;
}

 .one_col_yel_bubble_bg h3{
	color:#FFFFFF;
	font-weight: normal;
	margin:0px 0px 6px 0px;
	padding:0;
	/*font-size: 16px;*/
}

.one_col_yel_bubble_bg p{
	margin:0;
	padding:0;
}

.yel_text{
	color:#FFBA00;
}


.clear{
	clear:both;
	height:1px;
}
.contactcontent a {
	color: #FFBA00;
	text-decoration: none;
}
.contactcontent a:hover {
	color: #8F9AAA;
	text-decoration: underline;
}

.black_fields{
	font-weight: normal;
	color: #FFFFFF;
	background: #000000;
	width: 335px;
	border-style: none;
	height: 25px;
	font-size: 16px;
}

