﻿/*

FILE NAME: links.css
DESCRIPTION: This file sets all of the link-related css
CREATED BY: Jim Carson
CREATED ON: April 25, 2007
CREATED FOR: Travel CUTS - Innovative Group Travel
LAST UPDATE ON: May 4, 2007
LAST UPDATE BY: Jim Carson
VERSION NO: 1.0

*/

/************* SITE WIDE IDS ******************/

/*
There are 2 categories of links.

These are:  side_links
			primary links

*/

a.side
{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
text-align: justify;
color: #666;
}

a.side:hover
{
color: #B7482A;
}

/********************** PRIMARY LINKS **************************/

ul#primary_links
{
    margin: 5px 0px 0px 0px;
    padding: 0;
    width: 265px;
    height: 204px;
	background-color: #B7482A;
	border-bottom-color: #FFFFFF;
	border-bottom-style: dotted;
	border-bottom-width: thin;
    float: left;
    list-style: none;    
}



#primary_links a
{    
    height: 33px;	
    width: 265px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	text-indent: 5px;
	color: #FFFFFF;
	line-height: 2.2;
	border-top-style: dotted;
	border-top-width:thin;
	border-top-color: #FFFFFF;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
	display: block;
	list-style: none;
}

#primary_links a:hover
{
background-color: #D25E3C;
}



/********************** ANDY PRIMARY LINKS **************************/
ul#andy_primary_links
{
    margin: 5px 0px 0px 0px;
    padding: 0;
    width: 265px;
    height: 204px;
	background-color: #6564A1;
	border-bottom-color: #FFFFFF;
	border-bottom-style: dotted;
	border-bottom-width: thin;
    float: left;
    list-style: none;    
}



#andy_primary_links a
{    
    height: 33px;	
    width: 265px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	text-indent: 5px;
	color: #FFFFFF;
	line-height: 2.2;
	border-top-style: dotted;
	border-top-width:thin;
	border-top-color: #FFFFFF;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
	display: block;
	list-style: none;
}

#andy_primary_links a:hover
{
background-color: #A6A6CC;
}


/********************** VOLUNTEER LINKS **************************/

ul#volunteer_links
{
    margin: 0px 0px 0px 0px;
    padding: 0;
    width: 180px;
	background-color: #5781A9;
	border-bottom-color: #FFFFFF;
	border-bottom-style: dotted;
	border-bottom-width: thin;
    float: left;
    list-style: none;    
}

#volunteer_links a
{    
    height: 25px;	
    width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	text-indent: 10px;
	color: #FFFFFF;
	line-height: 1.88;
	border-top-style: dotted;
	border-top-width:thin;
	border-top-color: #FFFFFF;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
	display: block;
	list-style: none;
}

#volunteer_links a.sub
{    
    height: 20px;	
    width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
	text-indent: 20px;
	color: #FFFFFF;
	line-height: 1.88;
	border-top-style: dotted;
	border-top-width:thin;
	border-top-color: #FFFFFF;
	background-color: #7B9BBB;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
	display: block;
	list-style: none;
}


#volunteer_links a:hover
{
    background-color: #4F6780;
}



/********************** HOME LINKS **************************/

ul#home_links
{
    margin: 0px 0px 0px 0px;
    padding: 0;
    width: 260px;
	background-color: #5781A9;
	border-bottom-color: #FFFFFF;
	border-bottom-style: dotted;
	border-bottom-width: thin;
    float: left;
    list-style: none;    
}

#home_links a
{    
    height: 25px;	
    width: 260px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	text-indent: 10px;
	color: #FFFFFF;
	line-height: 1.88;
	border-top-style: dotted;
	border-top-width:thin;
	border-top-color: #FFFFFF;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
	display: block;
	list-style: none;
}

#home_links a.sub
{    
    height: 20px;	
    width: 260px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
	text-indent: 20px;
	color: #FFFFFF;
	line-height: 1.88;
	border-top-style: dotted;
	border-top-width:thin;
	border-top-color: #FFFFFF;
	background-color: #7B9BBB;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
	display: block;
	list-style: none;
}


#home_links a:hover
{
    background-color: #4F6780;
}



/************* #GENERAL INFORMATION NAVIGATION STYLES **************/

ul#general_nav{
	margin: -1px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

#general_nav a {
	list-style-type: none;
	color: #7D5615;
	font-size: 10px;
	font-weight: 400;	
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 5px 6px 3px;
	display: block;
}


#general_nav a:hover {
	background-color: #EBE3DE;
}

#general_nav_spacer
{
    margin: 0;
    padding: 0;
    height: 10px;
}





/************* PROGRAM TYPE NAVIGATION STYLES **************/

ul#program_nav{
	margin: -1px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

#program_nav a {
	list-style-type: none;
	color: #7D5615;
	font-size: 10px;
	font-weight: 400;	
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 5px 6px 3px;
	display: block;
}


#program_nav a:hover {
	background-color: #EBE3DE;
}

#program_type_spacer
{
    margin: 0;
    padding: 0;
    height: 10px;
}



/************* CONTENT WINDOW NAVIGATION STYLES **************/

ul#getting_started_nav{
	margin: -1px 0px 0px 0px;
	padding: 0px;
	background-image: url(../../newbc/images/backgrounds/page_title_images/green_content_right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
	list-style: none;
}

#getting_started_nav a {
	list-style-type: none;
	color: #1e5731;
	font-size: 10px;
	font-weight: 400;	
	font-family: Verdana, Arial, sans-serif;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 5px 6px 3px;
	display: block;
}


#getting_started_nav a:hover {
	background-color: #D5EFE5;
}

#getting_started_spacer
{
    margin: 0;
    padding: 0;
    height: 10px;
}


