﻿/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/* ADMINISTRATION TOP LEVEL MENU */

#PrimaryNavigation
{
    width: 902px;
    height: 37px;
    z-index: 2;
    float: left;
    left: 0px;
    top: 0px;
    position: relative;
    background-image: url('../Template/CilantroNavBkgd.jpg');
    background-repeat: repeat-x;
}

#PrimaryNavigation ul
{

    margin: 0; 
    padding: 0; 
    list-style-type: none; 
    vertical-align: text-bottom;
}


#PrimaryNavigation li
{
    float: left;
    height: 36px;
    width: 100px;
    display: block;
    text-align: center;
    font-size: 12px;
}

#PrimaryNavigation a
{
    width: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #999999;
    display: block;
    text-decoration: none;
    background-image: url('../Template/CilantroNavInActive.jpg');
}

#PrimaryNavigation a:hover
{
    width: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    display: block;
    text-decoration: none;
    background-image: url('../Template/CilantroNavActive.jpg');
}

#PrimaryNavigation a.Selected
{
    width: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    display: block;
    text-decoration: none;
    background-image: url('../Template/CilantroNavActive.jpg');
}



/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/* ADMINISTRATION TOP LEVEL MENU */

#SecondaryNavigation
{
    width: 225px;
    z-index: 3;
    float: left;
    top: 0px;
    position: relative;
    height: 260px;
    background-image: url('../Template/SecondaryNavBkgd.jpg');
    padding-top: 30px;
    padding-left: 30px;
}

#SecondaryNavigation ul
{
    margin: 0; 
    padding: 0; 
    list-style-type: none; 
    vertical-align: text-bottom;
}

#SecondaryNavigation li
{
    float: left;
    height: 29px;
    width: 200px;
    display: block;
    text-align: right;
    font-size: 12px;
}

#SecondaryNavigation a
{
    width: 180px;
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 10px;
    color: #999999;
    font-family: Arial;
    font-size: 13px;
    text-decoration: none;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #DDDDDD;
}

#SecondaryNavigation a:hover
{
    width: 180px;
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 10px;
    color: #666666;
    font-family: Arial;
    font-size: 13px;
    text-decoration: none;
    border-right-style: solid;
    border-right-width: 8px;
    border-right-color: #999933;
}

#SecondaryNavigation a.Selected
{
    width: 180px;
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 10px;
    color: #666666;
    font-family: Arial;
    font-size: 13px;
    text-decoration: none;
    border-right-style: solid;
    border-right-width: 8px;
    border-right-color: #999933;
}



/*/////////////////////////////////////////////////////////
/////////// INCLUDE FILES - NAVIGATION LEVEL THREE ///////////////////////// */

#Level3{
	width: 160px;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	font-family: Verdana;
	background-color: #FFFFFF;
	color: #333;
	z-index: 2;
    float:left;
    left: 0px;
    top: 3px;
	}
	
#Level3 ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#Level3 li
{
    margin: 0;
    list-style: none;
    list-style-image: none;
    width: 100%;
}

#Level3 li a
{
    display: block;
    padding: 8px 8px 8px 0.5em;
    color: #FFFFFF;
    text-decoration: none;
    width: 100%;
    font-weight: bold;
    font-size: 11px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
    font-family: 'Arial Narrow';
    background-color: #3366CC;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #FFFFFF;
}
		
#Level3 li a:hover
{
    display: block;
    padding: 8px 8px 8px 0.5em;
    color: #FFFFFF;
    text-decoration: none;
    width: 100%;
    font-weight: bold;
    font-size: 11px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
    font-family: 'Arial Narrow';
    background-color: #8DA9E2;
}


/*/////////////////////////////////////////////////////////
/////////// INCLUDE FILES - NAVIGATION LEVEL THREE ///////////////////////// */

#MainLinks
{
    z-index: 1;
    right: 1px;
    top: 0px;
    width: 250px;
    height: 250px;
    position: relative;
    float: right;
    background-color: #F8F8F8;
}
	
#MainLinks ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#MainLinks li
{
    margin: 0;
    list-style: none;
    list-style-image: none;
    width: 100%;
}

#MainLinks li a
{
    display: block;
    padding: 20px 5px 20px 30px;
    color: #3366CC;
    text-decoration: none;
    width: 200px;
    font-weight: normal;
    font-size: 15px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #B8C9ED;
    font-family: Corbel;
}
		
#MainLinks li a:hover
{
    display: block;
    padding: 20px 5px 20px 30px;
    color: #000099;
    text-decoration: none;
    width: 200px;
    font-weight: bold;
    font-size: 15px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #B8C9ED;
    font-family: Corbel;
}



/*/////////////////////////////////////////////////////////
/////////// INCLUDE FILES - PROJECTS ///////////////////////// */



a.clancy
{
    width: 200px;
    height: 90px;
    display: block;
    text-decoration: none;
    background-image: url('../Images/Projects/ClancyQuay_Thumbnail.jpg');
}
    
a:hover.clancy
{
    width: 200px;
    height: 90px;
    display: block;
    text-decoration: none;
    background-image: url('../Images/Projects/ClancyQuay_Thumbnail_hover.jpg');
}


a.wyckham
{
    width: 200px;
    height: 90px;
    display: block;
    text-decoration: none;
    background-image: url('../Images/Projects/Wyckham_Thumbnail.jpg');
}
    
a:hover.wyckham
{
    width: 200px;
    height: 90px;
    display: block;
    text-decoration: none;
    background-image: url('../Images/Projects/Wyckham_Thumbnail_hover.jpg');
}



a.parklands
{
    width: 200px;
    height: 90px;
    display: block;
    text-decoration: none;
    background-image: url('../Images/Projects/Parklands_Thumbnail.jpg');
}
    
a:hover.parklands
{
    width: 200px;
    height: 90px;
    display: block;
    text-decoration: none;
    background-image: url('../Images/Projects/Parklands_Thumbnail_hover.jpg');
}


a.carrington
{
    width: 200px;
    height: 90px;
    display: block;
    text-decoration: none;
    background-image: url('../Images/Projects/carrington_Thumbnail.jpg');
}
    
a:hover.carrington
{
    width: 200px;
    height: 90px;
    display: block;
    text-decoration: none;
    background-image: url('../Images/Projects/carrington_Thumbnail_hover.jpg');
}


a.archerswood
{
    width: 200px;
    height: 90px;
    display: block;
    text-decoration: none;
    background-image: url('../Images/Projects/Archerswood_Thumbnail.jpg');
}
    
a:hover.archerswood
{
    width: 200px;
    height: 90px;
    display: block;
    text-decoration: none;
    background-image: url('../Images/Projects/Archerswood_Thumbnail_hover.jpg');
}


a.southmede
{
    width: 200px;
    height: 90px;
    display: block;
    text-decoration: none;
    background-image: url('../Images/Projects/Southmede_Thumbnail.jpg');
}
    
a:hover.southmede
{
    width: 200px;
    height: 90px;
    display: block;
    text-decoration: none;
    background-image: url('../Images/Projects/Southmede_Thumbnail_hover.jpg');
}


a.yeetree
{
    width: 200px;
    height: 90px;
    display: block;
    text-decoration: none;
    background-image: url('../Images/Projects/YeeTree_Thumbnail.jpg');
}
    
a:hover.yeetree
{
    width: 200px;
    height: 90px;
    display: block;
    text-decoration: none;
    background-image: url('../Images/Projects/YeeTree_Thumbnail_hover.jpg');
}


a.balbriggan
{
    width: 200px;
    height: 90px;
    display: block;
    text-decoration: none;
    background-image: url('../Images/Projects/Balbriggan_Thumbnail.jpg');
}
    
a:hover.balbriggan
{
    width: 200px;
    height: 90px;
    display: block;
    text-decoration: none;
    background-image: url('../Images/Projects/Balbriggan_Thumbnail_hover.jpg');
}

a.clane
{
    width: 200px;
    height: 90px;
    display: block;
    text-decoration: none;
    background-image: url('../Images/Projects/Clane_Thumbnail.jpg');
}
    
a:hover.clane
{
    width: 200px;
    height: 90px;
    display: block;
    text-decoration: none;
    background-image: url('../Images/Projects/Clane_Thumbnail_hover.jpg');
}

a.fingal
{
    width: 200px;
    height: 90px;
    display: block;
    text-decoration: none;
    background-image: url('../Images/Projects/FingalBay_Thumbnail.jpg');
}
    
a:hover.fingal
{
    width: 200px;
    height: 90px;
    display: block;
    text-decoration: none;
    background-image: url('../Images/Projects/FingalBay_Thumbnail_hover.jpg');
}


