* {
 	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	clear: both;
}
#container {
	width: 787px;
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
}

#logo {
	width: 200px;
	height: 125px;
	margin: 0;
	padding: 0;
	float: left;
}

#header {
	width: 587px;
	height: 125px;
	margin: 0;
	padding: 0;
	font-size: x-small;
	text-align: right;
	color: #999999;
	float: left;
}

#left {
	width: 200px;
	height: auto;
	margin: 0;
	padding: 0px 0px 0px 0px;
	float: left;
}

/* Navigation List Starts*/
#navlist {
	padding: 1px;
	margin-left: 0;
	font: 11px verdana, sans-serif;
	width: 200px;
	color: gray; 
}

#navlist li {
	list-style: none;
	margin: 0px;
	border-left: 0px;
	text-align: left;
}
/* Navigation Colour Selected Pages Begin*/
#navlist li.red {
	list-style: none;
	padding: 0.5em 0.5em 0.5em 0.9em;
	margin: 0px;
	text-align: left;	
	font-weight:bold;
	color: #FF0000;
	background: #FFFFFF;
	border-left: 5px #FF0000 solid;
	border-bottom: 1px #FF0000 dotted;
}

#navlist li.blue {
	list-style: none;
	padding: 0.5em 0.5em 0.5em 0.9em;
	margin: 0px;
	text-align: left;	
	font-weight:bold;
	color: #0099FF;
	background: #FFFFFF;
	border-left: 5px #0099FF solid;
	border-bottom: 1px #0099FF dotted;
}

#navlist li.pink {
	list-style: none;
	padding: 0.5em 0.5em 0.5em 0.9em;
	margin: 0px;
	text-align: left;	
	font-weight:bold;
	color: #FF0099;
	background: #FFFFFF;
	border-left: 5px #FF0099 solid;
	border-bottom: 1px #FF0099 dotted;
}

#navlist li.yellow {
	list-style: none;
	padding: 0.5em 0.5em 0.5em 0.9em;
	margin: 0px;
	text-align: left;	
	font-weight:bold;
	color: #FF9900;
	background: #FFFFFF;
	border-left: 5px #FF9900 solid;
	border-bottom: 1px #FF9900 dotted;
}

#navlist li.green {
	list-style: none;
	padding: 0.5em 0.5em 0.5em 0.9em;
	margin: 0px;
	text-align: left;	
	font-weight:bold;
	color: #CC33CC;
	background: #FFFFFF;
	border-left: 5px #CC33CC solid;
	border-bottom: 1px #CC33CC dotted;
}
/* Navigation Colour Selected Pages Ends*/
#navlist li a {
	display: block;
	padding: 0.5em 0.5em 0.5em 0.9em;
	text-decoration: none;
	border-bottom: 1px #000000 dotted;
}

#navlist li a:link { 
	color: #000000; 
}
#navlist li a:visited { 
	color: #000000; 
}

#navlist li a:hover {
	font-weight:bold;
	color: #000000;
	background: #FFFFFF;
	border-left: 5px #000000 solid;
	border-bottom: 1px #000000 dotted;

}
/* Navigation Colour Rollvers Begin*/
#navlist li a.red:hover {
	font-weight:bold;
	color: #FF0000;
	background: #FFFFFF;
	border-left: 5px #FF0000 solid;
	border-bottom: 1px #FF0000 dotted;

}

#navlist li a.blue:hover {
	font-weight:bold;
	color: #0099FF;
	background: #FFFFFF;
	border-left: 5px #0099FF solid;
	border-bottom: 1px #0099FF dotted;

}

#navlist li a.pink:hover {
	font-weight:bold;
	color: #FF0099;
	background: #FFFFFF;
	border-left: 5px #FF0099 solid;
	border-bottom: 1px #FF0099 dotted;

}

#navlist li a.yellow:hover {
	font-weight:bold;
	color: #FF9900;
	background: #FFFFFF;
	border-left: 5px #FF9900 solid;
	border-bottom: 1px #FF9900 dotted;

}

#navlist li a.green:hover {
	font-weight:bold;
	color: #33CC33;
	background: #FFFFFF;
	border-left: 5px #33CC33 solid;
	border-bottom: 1px #33CC33 dotted;

}
/* Navigation Colour Rollvers End*/

/* Navigation Colour Headers Begin*/
#navlist li h3.red {
	display: block;
	margin-top: 20px;
	padding: 0.5em 0.5em 0.5em 0.9em;
	text-decoration: none;
	font: 11px verdana, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
}

#navlist li h3.blue {
	display: block;
	margin-top: 20px;
	padding: 0.5em 0.5em 0.5em 0.9em;
	text-decoration: none;
	font: 11px verdana, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0099FF;
}

#navlist li h3.pink {
	display: block;
	margin-top: 20px;
	padding: 0.5em 0.5em 0.5em 0.9em;
	text-decoration: none;
	font: 11px verdana, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0099;
}

#navlist li h3.yellow {
	display: block;
	margin-top: 20px;
	padding: 0.5em 0.5em 0.5em 0.9em;
	text-decoration: none;
	font: 11px verdana, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
}

#navlist li h3.green {
	display: block;
	margin-top: 20px;
	padding: 0.5em 0.5em 0.5em 0.9em;
	text-decoration: none;
	font: 11px verdana, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #33CC33;
}
/* Navigation Colour Headers End*/
/* Navigation List Ends*/

#main {
	width: 557px;
	height: auto;
	margin: 0;
	padding: 3px 0px 10px 20px;
	float: left;
	font: 11px/15px verdana, sans-serif;
	color: #333333; 
}

h2 {
	font: bold 14px/19px verdana, sans-serif;
}
h2.red {
	width: auto;
	text-align: right;
	color: #333333;
	border-bottom: 2px solid #FF0000;
}
h2.blue {
	width: auto;
	text-align: right;
	color: #333333;
	border-bottom: 2px solid #0099FF;
}
h2.pink {
	width: auto;
	text-align: right;
	color: #333333;
	border-bottom: 2px solid #FF0099;
}
h2.yellow {
	width: auto;
	text-align: right;
	color: #333333;
	border-bottom: 2px solid #FF9900;
}
h2.green {
	width: auto;
	text-align: right;
	color: #333333;
	border-bottom: 2px solid #33CC33;
}
h3 {
	font-size: 12px;
}

h3.red {
	font-weight: bold;
	color: #FF0000;
}

h3.blue {
	font-weight: bold;
	color: #0099FF;
}

h3.pink {
	font-weight: bold;
	color: #FF0099;
}

h3.yellow {
	font-weight: bold;
	color: #FF9900;
}

h3.green {
	font-weight: bold;
	color: #33CC33;
}

h4 {
	font-size: 11px;
}
h4.grey {
	color: #999999;
}
.greytext {
	color: #999999;
}

table {
	font: 10px/18px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	margin: 0 auto 0 auto;
	text-align: left;
	vertical-align: top;
	}

th {
	padding: 0 0.5em;
	text-align: left;
	}


td {
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
	vertical-align: top;
	}

/*td:first-child {
	width: 90px;
	}*/

td+td {
	border-left: 1px solid #CCC;
	}
	
	
	tr.red td {
	font-weight: bold;
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	background-color: #FF9999;
	}

tr.blue td {
	font-weight: bold;
	border-top: 1px solid #0099FF;
	border-bottom: 1px solid #0099FF;
	background-color: #CCCCFF;
	}

tr.pink td {
	font-weight: bold;
	border-top: 1px solid #FF0099;
	border-bottom: 1px solid #FF0099;
	background-color: #FFCCCC;
	}

tr.yellow td {
	font-weight: bold;
	border-top: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
	background-color: #FFCC66;
	}

tr.green td {
	font-weight: bold;
	border-top: 1px solid #33CC33;
	border-bottom: 1px solid #33CC33;
	background-color: #CCFF99;
	}
	
.clear {
 	clear: both;
	background: none;
}


a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
	color: #333333;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
	color: #333333;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	color: #333333;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	color: #333333;
}

blockquote {
	margin: 0px;
	padding-left: 40px;
	background-color: transparent;
	background-image: url(images/openquotes.gif);
	background-repeat: no-repeat;
	background-position: left -10px;
}

blockquote p {
	margin: 0px;
	padding-right: 40px !important;
	padding-bottom: 25px;
	background-image: url(images/closequotes.gif);
	background-repeat: no-repeat;
	background-position: right 25px;
	text-align: center;
}

blockquote.pink {
	margin: 0px;
	padding-left: 40px;
	background-color: transparent;
	background-image: url(images/openquotespink.gif);
	background-repeat: no-repeat;
	background-position: left -10px;
}

blockquote.pink p {
	margin: 0px;
	padding-right: 40px !important;
	padding-bottom: 25px;
	background-image: url(images/closequotespink.gif);
	background-repeat: no-repeat;
	background-position: right 25px;
	text-align: center;
}

.whitehide {
	color: #FFFFFF;
}
.pictureLeft {
	float: left;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.pictureLeft1 {
	float: left;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
}
.pictureRight {
	float: right;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

/*Footer Area Begins*/
#footer {
	width: 772px;
	height: auto;
	margin: 0;
	padding: 0px 25px 0px 0px;
	float: left;
	font: x-small verdana, sans-serif;
	color: #999999;
	text-align: right; 
}

.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: x-small;
}
a.info:link {
	text-decoration: none;
	border: none;
	color: #999999;
}
a.info:visited {
	text-decoration: none;
	border: none;
	color: #999999;
}
a.info:hover {
	color: #000000;
	text-decoration: underline;
	border: none;
}
a.info:active {
	color: #000000;
	text-decoration: underline;
	border: none;
}
/*Footer Area Ends*/

/*Contact Form Styling Begins*/

fieldset {width: 95%; border: 1px dotted #FF9900; padding: 10px; text-align: left;}
legend {font-size: 100%; font-weight: bold; background-color: #FF9900; color: white; padding: 2px 4px;}
dt {float: left; clear: left; width: 25%; padding: 5px; text-align: right; font-weight: normal; color: #333333;}
dd {text-align: left; padding: 5px;}

textarea {font-family: Verdana, Arial, Helvetica, sans-serif; border: 1px solid #FF9900; padding: 2px;}
.input {border: 1px solid #FF9900; padding: 2px;}
.btn {background-color: #FF9900; color: #fff; padding: 4px; font-size: 110%; font-weight: normal;}
.asterisk {color: #FF9900;}
.alignRight {text-align: right;}

/*Contact Form Styling Ends*/
