/* The following CSS developed © 2009 Dynamic Art and Text */ 

/*------------------------------------------------------
TWO COLUMN - FIXED WIDTH - FLUSH TOP - FLOAT MARGIN
------------------------------------------------------*/


/* DIVS and CLASSES for MAIN Positional Containers */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.125em;
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
	background-position: center bottom;
	background-color: #DDCDB4;
	color: #666666;
	background-repeat: no-repeat;
}


#bgWrap {
	width: 900px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}


#banner {
	width: 900px;
	height: 160px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../images/tltBanner.png);
	background-repeat: no-repeat;
	}

#navBar {
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	height: 33px;
}

#mainContainer {
	width: 800px;
	height: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#contentLeft {
	float: left;
	height: auto;
	width: 170px;
	padding-top: 90px;
	padding-right: 10px;
}


#navBox{
	height: auto;
	width: 150px;
	padding-left: 20px;
	line-height: 200%;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CC9999;
}
	
#contentRight {
	height: auto;
	width: auto;
	margin-left: 200px;
	padding-top: 10px;
	padding-right: 20px;
}

#contentRight p {
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}

#singleColumn {
	clear: both; 
	padding-top: 20px;
}

#footer {
	font-size: .75em;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer p {line-height: 1.25em;}

/* -------------------------------------------- */
/* Classes for Incidental content styling */

	
A.linknav:link {
	color: #000000;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.125em;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
A.linknav:hover {
	color: #666699;
	text-decoration: underline;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.125em;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
A.linknav {
	color: #000000;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.125em;	
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}


A.linknav2:link {
	color: #333333;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1em;
}

A.linknav2:hover {
	color: #666699;
	text-decoration: underline;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1em;
}

A.linknav2 {
	color: #333333;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1em;
}

/* use in a break-tag to clear floats */
.clearBoth { clear: both; }

p {	font-size: 0.75em;}

p.navbar {	color: #CC9999;}
		
h1 {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: bottom;
}
h2 {
	font-size: 1.125em;
	line-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}

hr.fine {
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #cccccc;
	margin-bottom: 5px;
	width: 90%;
}

.imgPadRight  {
	padding-right: 10px;
}
.imgPadLeft {margin-left: 15px}

.imgPadBoth {margin-left: 15px;
margin-right: 10px;}

/* colours */

.col-contrast {
	color: #FF0066;
	font-family: Helvetica, Arial, sans-serif;
}

.col-black {
	color: #000000;
}
.col-difference     { 	color: #333399; }
.col-alert {
	color: #339900;
}
.cell-contrast {	background-color: #eeeeee;	color: #333333;}
.cell-White {	background-color: #FFFFFF; }
.photoCaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
	font-style: italic;
	color: #999999;
	text-align: center;
}
