@charset "utf-8";
/* CSS Document for LINK bus website - www.linkbus.co.nz
   Created by Rebecca Dai | bocapa.com Ltd */


/*-----------PAGE STRUCTURE-------------
---------------------------------------*/
body  {
	color:#2c3c2a;/*dark green*/
	line-height:19px;
	background: #6f9e32; /*green pantone*/
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
 #container { 
	position: relative; 
	width: 985px;  
	margin: 0 auto; 
	text-align: left;
	background-color:#8ec741;  /*green light*/
} 

#header {
	position:relative;
	width:985px;
	height:25px;
	background-color: #6f9e32;
} 

#header ul {
	position:absolute;
	right:1px;
	margin:0px;
	color:#dee460;
} 
#homeButtonImage {
	position:absolute;
	z-index:9;
	right:100px;
	top:110px;
	height:165px;
	width:265px;
	left: 20px;
} 
#menu {
	width:985px;
	height:33px;
	position:relative;
	z-index:10;
} 

#Content {
	position:relative;
	width:925px;
	margin: auto;
	padding: 230px 30px 10px 30px;
	z-index:5;
	background-image:url(../images/header-link.jpg);
	background-repeat: no-repeat;
} 


 #footer {
	position:relative;
	margin: 0 auto; 	
	padding: 0px;
	text-align: left;
	width:985px;
	height:35px;	
	color:#FFFFFF;
	font-size:0.8em;
} 
 #footer-menu {
	position:absolute;
	right:3px;
	top:10px;
} 

 #footer-copyright {
	position:absolute;
	left:3px;
	top:10px;
} 


/*------------MAIN MENU------------
----------------------------------------*/
#menu a:link, #menu a:visited {
	float:left;
	border-right:2px #2c3c2a solid; /*sets black spacer between two buttons*/
	text-align: left;
	font-size: 0.9em;
	/*height:24px;*/
	line-height:33px;
	/*padding-top:9px;*/
	padding-left: 20px;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff; /*text white*/
	cursor:pointer;
	background-image:url(../images/menu-anchor.gif);
	background-repeat:no-repeat;
	background-position:93% 13px;
}
#menu a:hover {
	background-color:#ccdb2b; /*lime green*/
	color:#28903b; /*green*/
	background-position:93% -22px;
}


#menu #about {	
	width:126px;
}
#menu #tickets {	
	width:199px;
}

#menu #services {	
	width:166px;
}

#menu #news {	
	width:143px;
}

#menu #community {	
	width:140px;
}
#menu #people {	
	width:81px;
	border:none;
}



/*-------------DROP DOWN MENU ---------
----------------------------------------*/
#sub-menu-about,
#sub-menu-tickets,
#sub-menu-services,
#sub-menu-news,
#sub-menu-community,
#sub-menu-people
 {
	position:absolute;	
	filter:alpha(opacity=90);
	opacity: 0.90;
	-moz-opacity:0.90;
	display:none;
	z-index:15;	
	/*filter:alpha(opacity=90);
	opacity: 0.90;
	-moz-opacity:0.90;*/
}
#sub-menu-about {
	width:146px;
}
#sub-menu-tickets {
	left:148px;	
	width:219px;
}
#sub-menu-services {
	left:369px;	
	width:186px;
}
#sub-menu-news {
	left:557px;	
	width:163px;
}

#sub-menu-community {
	left:722px;	
	width:160px;
}

#sub-menu-people {
	left:884px;
	width:101px;	
}


#sub-menu-about a:link, #sub-menu-about a:visited, 
#sub-menu-tickets a:link, #sub-menu-tickets a:visited, 
#sub-menu-services a:link, #sub-menu-services a:visited,
#sub-menu-community a:link, #sub-menu-community a:visited {
	background-color:#fff; 
	color:#28903b; /*green*/
	font-size: 0.9em;
	padding-left:20px;
	height:33px;
	text-align:left;
	text-decoration:none;
	line-height:33px;
	font-weight:bold;
	border-top:3px solid #2c3c2a;
	display:block;
	text-transform:uppercase;
}
#sub-menu-about a:hover,
#sub-menu-tickets a:hover,
#sub-menu-services a:hover,
#sub-menu-community a:hover {
	background-color:#ccdb2b; /*lime green*/
}
/*larger button for the Events and Promotions*/
a:link.sub-menu-news,  a:visited.sub-menu-news {
	background-color:#fff; 
	color:#28903b; /*green*/
	font-size: 0.9em;
	padding-left:20px;
	height:33px;
	text-align:left;
	text-decoration:none;
	line-height:33px;
	font-weight:bold;
	border-top:3px solid #2c3c2a;
	display:block;
	text-transform:uppercase;
}

 a:hover.sub-menu-news {
	background-color:#ccdb2b; /*lime green*/
}
a:link.sub-large,  a:visited.sub-large {
	background-color:#fff; 
	color:#28903b; 
	font-size: 0.9em;
	padding-left:20px;
	height:37px;
	text-align:left;
	text-decoration:none;
	line-height:18px;
	font-weight:bold;
	border-top:3px solid #2c3c2a;
	display:block;
	text-transform:uppercase;
}
a:hover.sub-large {
	background-color:#ccdb2b; 
}
/*larger button for the Careers at NZBUS*/
a:link.sub-menu-people-large,  a:visited.sub-menu-people-large {
	background-color:#fff; 
	color:#28903b; /*green*/
	font-size: 0.9em;
	padding-left:10px;
	height:37px;
	text-align:left;
	text-decoration:none;
	line-height:18px;
	font-weight:bold;
	border-top:3px solid #2c3c2a;
	display:block;
	text-transform:uppercase;
}

 a:hover.sub-menu-people-large {
	background-color:#ccdb2b; /*lime green*/
}


/*----- HEADER & FOOTER LINKS-------------
----------------------------------------*/

#header li a:link, #header li a:visited{
	color:#c1d72e;/*lime green*/
	font-weight:normal;
	font-size:1em;
	text-decoration:none;
}

#header li a:hover {
	text-decoration:underline;
}


#footer-menu a:link, #footer-menu a:visited {
 	float:left;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	margin-left:10px;
}
 #footer-menu a:hover {
 	text-decoration:underline;
}

#footer-copyright a:link, #footer-copyright a:visited {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}

 #footer-copyright a:hover {
	text-decoration:underline;
}


/*-----GENERAL LINKS FORMATTING----------
----------------------------------------*/
a:link,  a:visited {
	color:#dee460;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

#bocapa a:link, #bocapa a:visited {
	color:#AFD975;
	font-weight:normal;
	text-decoration:underline;
}

#bocapa a:hover {
	text-decoration:none;
}


/*----GENERAL TEXT, IMAGES, LISTS FORMATTING---
----------------------------------------------*/

img {
	border:none;
}

h1 {
	font-size: 2em;
	color: #fff; 
} 

h1.busfamily {
	color: #fff; 
	font-size:14px;
	margin-bottom:10px;
	margin-top:15px;
} 

h2{
	font-size: 1.2em; 
	text-transform: uppercase;
	color: #dee460; /*lime green*/
	padding-top: 10px;
}

h3{
	font-size: 1.1em; 
	color: #28903b; /*green*/
	padding-top: 10px;
}

#header li {
	margin-left:5px;
	padding-right:5px;
	display: inline;
	list-style-type:none;
} 

.flt-rt { /* to float an element right . */
	float: right;
	margin-left: 8px;
}
.flt-lft { /* to float an element left  */
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.notes {
	font-size:10px;
}
/*----FORM FORMATTING---
------------------------*/

.formMessage
{
    text-align:center;
    color:#FF0000;
}                                                       
.textBox
{
    width:250px;
    font-family: Verdana;
    font-size:12px;
    margin-bottom:4px;
    margin-top:4px;
}
.validationMsg
{
    color:red;
}
#formContent
{
    position:relative;
    margin-left:5px;
    padding: 0px;
    width: 670px;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;       
}
.formPass
{
    border:0;
    font-weight: bold;
    color: #000000;
    font-size: 11px;
    /*background-color: #23215a;  */  
}
.formFail
{
    border:0;
    font-weight: bold;
    color: #000000;
    font-size: 11px;
    background-color: #DEE460;
}
.formnotes
{   
    font-size:9px;
}

.formBox
{
    border:2px solid #29913C;
}

.formBar
{
    background-color:#29913C;
    padding-left:10px;
    font-size:0.9em;
    font-weight:bold;
}

/*---Calendar CSS---  
--------------------*/
.bambo_calendar_date h1
{
    color:#000;
}

.bambo_calendar_date {
    color: #000000;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    padding: 2px;
    z-index: 20;
}
.bambo_calendar_date h1{
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.bambo_calendar_date table tr td table tr th {
    font-family: "Courier New", Courier, mono;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    width: 26px;
    padding-left: 1px;
    text-align: center;
}
.bambo_calendar_date table tr td table {
    border-collapse: collapse;
}
.bambo_calendar_date table tr td table tr td {
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #CCCCCC;
    width: 26px;
    height: 26px;
}
.bambo_calendar_date table tr td table tr td a {
    font-family: "Courier New", Courier, mono;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #FF0000;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
}
.bambo_calendar_date table tr td table tr td a:hover {
    color: #000000;
    background-color: #C4DBFD;
    font-size: 11px;
    font-weight: bold;
}
.bambo_calendar_date table tr td table tr td strong a {
    font-family: "Courier New", Courier, mono;
    background-color: #C4DBFD;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #FF0000;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
}
.bambo_calendar_date .dayNumber {
    font-weight: bold;
    background-color: #0099FF;
    color: #FFFFFF;
}
.bambo_calendar_date .dayNumberSelected {
    font-weight: bold;
    background-color: #FFFFBB;
    color: #000000;
}
.bambo_calendar_date .left {
    text-align: left;
}
.bambo_calendar_date .left a, .bambo_calendar_date .right a{
    font-family:"Trebuchet MS";
    color:#000000;
    font-size:12px;
}
.bambo_calendar_date .right {
    text-align: right;
}


/*---- NZ Bus Family ---
------------------------*/



#container #Content #contentBox {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border:none;
	width: 925px;
}
#container #Content #contentBox #brandstealbgtop {
	background-color: #6f9e32;
	background-image: url(../images//busbrands/border-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#container #Content #contentBox #brandstealbgbottom {
	/*background-color: #0F6B80;*/
	background-color: #6f9e32;
	
	background-image: url(../images/busbrands/border-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


/*---Think Link CSS---  
--------------------*/

#thinkLinkImages{
	position:relative;
	width:940px;
	height:215px;
	margin:0px;
	padding:0px;
}

.thinkLinkImage{
	float:left;
	width:215px;
	height:215px;
	margin:0px;
	padding:0px;
}

.thinkLinkImageSpacer{
	float:left;
	width:20px;
	height:215px;
	margin:0px;
	padding:0px;
}
	
