@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body  {
	font: 95% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #005187;
	background-color: #005187;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 3%;
}

h1 h2 h3 h4 h5 h6 {
	color: #005187;
}
h1 {
	font-size: 121%;
	font-weight: bold;
	text-align: left;
}

h2 {
	font-size: 115%;
	font-weight: bold;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	text-align: left;
}
.caption {
	font-style: italic;
	font-size: 80%;
}
hr {
	color: #005188;
	margin-bottom: 7px;
}


.colour_desc {
	font-size: 85%;
}

p {
	color: #000000;
	text-align: left;
}



.thrColHybHdr #container {
	width: 900px;
	background: #FFFFFF; /* this overrides the text-align: center on the body element. */
	text-align: left;
}  
.thrColHybHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
	background-color: #005187;
} 
#topnav {
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 3px;
}
#topnav  ul    li     {
	list-style-position: outside;
	list-style-type: none;
	display: inline;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #005187;
}
#mainContent ul {
	text-align: left;
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 15px;
}

#topnav a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 95%;
	font-weight: bold;
}
#navwrap {
	background-image: url(images/full_bg.jpg);
	background-repeat: repeat-y;
	height: 100%;
}

#navcontainer {
	width: 166px;
	background-image: url(images/nav_bg.jpg);
	float: left;
	line-height: 1em;
	background-repeat: repeat-y;
	height: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#navcontainer   ul 
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: 95%;
	color: #FFFFFF;
	font-weight: bold;
}

#navcontainer a
{
	display: block;
	padding: 8px;
	width: 150px;
	border-bottom: 1px solid #fff;
}

#navcontainer a:link, #navlist a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #005187;
	color: #fff;
}
#navcontainer img {
	padding-left: 10px;
	padding-top: 20px;

}


.thrColHybHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColHybHdr #sidebar2 {
	float: right;
	width: 166px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 10px;
}
.thrColHybHdr     #sidebar2     p, .thrColHybHdr     #sidebar2     h3               {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.thrColHybHdr #mainContent {
	margin-top: 0;
	margin-right: 190px;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1em;
} 

.thrColHybHdr #footer {
	padding: 0 10px;
	background-color: #005187;
	background-image: url(images/telephone.jpg);
	background-repeat: no-repeat;
	background-position: center;
} 
.thrColHybHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/* Miscellaneous classes for reuse */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 25px;
}
