/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Top Level Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

a {color: #1b1f76;}
a:visited {color: #1b1f76;}
a:hover {color: #0d6f69;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

* {
	padding: 0px;
	margin: 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	font: 0.75em/1.5em arial, verdana, sans-serif;
	color: #000000;
	background-color: #1a0a5f;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

td {
	vertical-align: top;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

img {
	border: none;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #1a0a5f;
	border-bottom: 1px dashed #1a0a5f;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
	}

h2 {
	font-size: 1.3em;
	color: #1a0a5f;
	margin: 0px 0px 4px 0px;
	}

h3 {

	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.pagerLink {
    padding: 3px;
    background: #E4E4E4;
    border: 1px solid #1B1F76;
    margin-left: 2px;
    }
    
    .pagerLink:hover {
        background: #1B1F76;
        color: #FFFFFF;
        }
        
        
    .pagerNumberLinkSelected {
        background: #1B1F76;
        color: #FFFFFF;
        text-decoration: none;
        }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	list-style-type: none;
	}
	
	ul li {
		background: transparent url(/App_Themes/Web/images/bullet.gif) no-repeat left 4px;
		padding: 0px 0px 9px 20px;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Individual Styles
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.hidden {
	display: none;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	height: 1px;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.left { float: left; }
.right { float: right; }

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.breakRule {
	clear: both;
	height: 13px;
	background: transparent url(/App_Themes/Web/images/breakrule.gif) no-repeat center center;
	margin: 25px 0px 25px 0px;
	}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.AlertError {
    display: block;
    color: red;
	border: 3px double red;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	}

.AlertOK {
    display: block;
    color: green;
	border: 3px double green;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.blueText {
	color: #1a0a5f;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
.formattedTable {
	width: 100%;
	}
	
	.formattedTable th, .formattedTable td {padding: 5px; text-align: left;}
	
	.formattedTable th {
		background-color: #1a0a5f;
		font: bold 13px arial, verdana, sans-serif;
		color: #ffffff;
		vertical-align: top;
		}
		
	.formattedTable .colorRow {
		background-color: #dedbec;
		}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.featureHolder {
	padding: 10px;
	border: 1px dashed #1a0a5f;
	background-color: #dedbec;
	margin: 0px 0px 22px 0px;
	}
	
	.featureHolder a {color: #0d6f69;}
	.featureHolder a:visited {color: #0d6f69;}
	.featureHolder a:hover {color: #1b1f76;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Website Framework
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#mainHolder {
	width: 940px;
	padding: 0px 10px 10px 10px;
	background-color: white;
	margin: 0px auto 0px auto;
	}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topArea {
	background: transparent url(/App_Themes/Web/images/background_toparea.jpg) no-repeat left top;
	height: 87px;
	border-bottom: 1px solid white;
	}
	
	#topArea a {float: right; width: 110px; height: 76px; text-indent: -10000px; outline: none;}
	
	#topArea a.kip {background-image: url(/App_Themes/Web/images/toparea_kip.gif);}
	#topArea a.kip:hover {background-image:url(/App_Themes/Web/images/toparea_kip_over.gif);}
	
	#topArea a.craobh {background: transparent url(/App_Themes/Web/images/toparea_craobh_over.gif) no-repeat left top;}
	#topArea a.craobh:hover {background-image: url(/App_Themes/Web/images/toparea_craobh_over.gif);}
	
	#topArea a.fairliequay {background: transparent url(/App_Themes/Web/images/toparea_fairliequay.gif) no-repeat left top;}
	#topArea a.fairliequay:hover {background-image: url(/App_Themes/Web/images/toparea_fairliequay_over.gif);}
	
/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#menuArea {
	float: left;
	width: 190px;
	padding: 0px 0px 100px 0px;
	}
	
	#menuArea #newsletterDownload {
		display: block;
		margin: 1px 0px 0px 0px;
		}
	
	#menuArea .topNav {display: block; color: #1b1f76; background-color: #dedbec; text-decoration: none; line-height: 22px; padding: 0px 0px 0px 10px; margin: 1px 0px 0px 0px;}
	#menuArea .topNav:visited {color: #1b1f76; background-color: #dedbec;}
	#menuArea .topNav:hover {color: #c4e7e3; background-color: #1a0b60;}
	
	#menuArea .subNav {display: block; color: #1b1f76; background-color: #e8e5f6; text-decoration: none; line-height: 22px; padding: 0px 0px 0px 20px; margin: 1px 0px 0px 0px;}
	#menuArea .subNav:visited {color: #1b1f76; background-color: #dedbec;}
	#menuArea .subNav:hover {color: #c4e7e3; background-color: #1a0b60;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#contentHolder {
	float: left;
	width: 750px;
	}
	
	#contentHolder .oneColumn {
		float: right;
		width: 150px;
		padding:1px;
		}
	
	#contentHolder .oneHalfColumn {
		float: left;
		width: 345px;
		padding: 15px;
		}
	
	#contentHolder .twoColumn {
		float: left;
		width: 530px;
		padding: 15px 7px 15px 15px;
		}
		
	#contentHolder .threeColumn {
		float: left;
		width: 730px;
		padding: 15px;
		}
	
	#contentHolder .greyColumn {background-color: #e4e4e4;}
	#contentHolder .blueColumn {background-color: #f2f1f7;}	
	

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	
#footerArea {
	margin: 0px 0px 0px 190px;
	padding: 30px 10px 30px 10px;
	background-color: #dedbec;
	color: #8b84ad;
	}
	
	#footerArea a {float: right; color: #8b84ad; text-decoration: none;}
	#footerArea a:visited {color: #8b84ad;}
	#footerArea a:hover {color: #8b84ad; text-decoration: underline;}