﻿
body {
	margin: 0em;
	background-color: #0284A3; /*#005F74; */
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.707em;
	color: #FFFFFF;
}

#container {
	width: 770px;
	margin:0;
	border:0px solid #ff6600;
}

/*
#container * {
	border: 1px solid red;
	margin: 1em;
	color: black;
	background-color: white;
}

#container table.highlight {
	border-color: green;
	background-color: blue;
}
*/

/* One off for the home page */
#headerFrontPage {
	width:100%;
	height:360px;
	background-image: url(/images/La-Salle_master_lg.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	border:0px solid #ff6600;
	
}

/* Definition for Header for all other pages */
#header {
	width: auto;
	height: 158px;
	background-image: url(/images/La-Salle_master_sm.gif);
	background-repeat: no-repeat;
/*	Left alignment removed */
/*	background-position: 40px 0px; */
	background-position: top center;
}

/* Hide the text heading */
#header h1 , #headerFrontPage h1 {
	display: none;
}


/* Default Website Navigation */
#navigation {
	border-top: 2px solid #666666;
	margin: 1em 0em 0px 0em;
	padding: 0.5em 0em 0em 0em;
	text-align: center;
}

#navigation a {
	color: #aaaaaa;
	text-decoration: none;
}

#navigation a.selected , #navigation a:hover , #navigation a:active {
	color: #ffffff;
}

#smallPage {
	/* Adjust padding to allow for background image */
	padding: 0em 0em 0em 400px;
	float:left;

	/* Add the background image */
	background-image: url(/images/bridgefront.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#Link1 a, #Link1 a:link, #Link1 a:visited, #Link1 a:hover
{
	text-decoration:underline;
}

/* Container for general page content */
#content {
	/* overflow & height set to counteract height contraction when contents are floated */

	width: 100%; /* Percentage used as some pages have an alternate width setting */
}


/* Default declarations for all paragraphs in the content */
/* The AAA image is added at the top of all paragraphs */
#content p {
	margin: 0.0em 0em 0.75em 0em;
	padding: 2em 0em 0em 0em;
	text-align: justify;
	background-image: url(/images/aaa.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

/* Override for the first paragraph in any block */
/* Removes the display of the AAA image and the additional padding */
#content p.noWidget , #businessDetails p {
	padding-top: 0em;
	background-image: none;
}

/* Adjust text alignment for Special case pages */
#content p.centreTxt {
	text-align: center;
}


#content a {
	color: #FFFFFF;
}


/* Search Form */

#content TH {
	text-align:left;
	border-bottom: 1px dashed #88abb4; 
}

#businessSearch fieldset {
	display: inline;
	border: none;
	vertical-align: top;
	padding-top: 1em;
}


#businessSearch fieldset {
	display: inline;
}

#businessSearch fieldset legend {
	color: #ffffff;
	padding: 0em;
	margin: 0em;
}


#businessSearch fieldset label {
	white-space: nowrap;
	display: block;
	margin: 0em 0em 0em 0em;
}

#businessSearch fieldset label input {
	margin: 0.125em 0.25em 0.125em 0em;
	vertical-align: middle;
}

#searchSubmit {
	display: block;				/* Force break after inline form elements */
	margin: 0em 0em 0em auto;	/* Align to right of available space */
	padding: 0em 1em;			/* Additional spacing left and right*/
	font-size: 1em;				/* use standard font size */
}


/* Contact Us form */

#contactUs fieldset {
/*	display: inline; */
	border: none;
	vertical-align: top;
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
}

/*
#contactUs input {

}
*/


#contactUs fieldset.submitButtons {
	text-align: center;
}

/* Business Details page */

#businessDetails h2 {
	font-size: 1.5em;
	color: #aad5df;

	/*
	margin: 0em 0em 0.75em 0em;
	padding: 0.25em 0em;
	border-bottom: 1px dashed #88abb4;
	border-top: 1px dashed #88abb4;
	*/
}

#businessDetails h3 {
	font-size: 1.2em;
	color: #FFFFFF;
	margin: 0em 0em 0.5em 0em;
	padding: 0em 0em 0em 0em;
}


/* Divs to enable a two column layout */
/* Percentages used as overall width changes on various pages */

div.oneOfTwo {
	width: 49%;
	float: left;
}

div.twoOfTwo {
	width: 49%;
	float: right;
}

/* Decorative images that appear at the bottom of some pages */
div.squares img {
	padding: 0px 3px 3px 0px;
	margin: 0em;
	border: none;
}



/*
========================================
ERROR MESSAGES
========================================
*/

div.error h2 {
	font-size: 1.2em;
}


/*
========================================
VALUE PAIRS
========================================
Notes:
Current Style Declarations are only valid when used for a Definition List that has a single Definition per Term
If it is required that the Value Pair class needs to cater to multiple values, and hence Definitions, the style sheet will need to be updated
*/


dl.valuePair {
	position: relative;
	clear: both;
	width: 770px; /* Set overall width to prevent wrapping = Key.width + Item.margin-left + Item.width */
	overflow: auto; /* Allow the correct height of any the floating descendants to be added to this element */
/*	border: 1px solid red; */
	margin: 0em 0em 1em 0em;
}

dl.valuePair dd , dl.valuePair dt {
	padding: 0.25em 0em 0.25em 0em;
	margin: 0em 0em 0em 0em;
	border-top: 1px dashed #88abb4; 
}

/*
dl.valuePair dd.first , dl.valuePair dt.first {
	border-top: none;
}
*/

dl.valuePair dt {
	width: 15%;
	float: left;
	clear: left;
	color: #aad5df;
}

dl.valuePair dd {
	width: 80%;
	float: left;
	margin-left: 2%;
}
.regast
{
    COLOR: #ff0000
}
