@charset "utf-8";
/* CSS Document */

* {
    padding:0;
    margin:0;
}

html {
     overflow: -moz-scrollbars-vertical;
}

body {
	background-color: #08807f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(../images/body-bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	font-size: 12px;
	margin-left: -1px; /* counters scrollbar breaking alignment in firefox */
}

p {
	font-size: 1.0em;
	margin-bottom: 1.2em;
	line-height: 1.3em;
}

p.small-font{
	font-size: 0.8em;
	margin-bottom: 1.2em;
	line-height: 1.3em;	
}

tr.colored-background {
	background-color: #Efffff;
}

#pageWrapper {
	margin: auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 1000px;
	overflow: auto; /* this prevents scrollbar breaking alignment in firefox */
	background-color: #EEE;
	
}

a:link {color:#003366} /* unvisited link */
a:visited {color:#003366} /* visited link */
a:hover {color:#039} /* mouse over link */
a:active {color:#0000CC} /* selected link */

#header {
	padding: 0;
	background-image: url(../images/header-bg.jpg);
	background-color: #FFF;
	height: 97px;
}

.headerText {
	float: left;
	padding: 30px 0 0 20px;
}

.headerText h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.6em;
	color: #000066;
	letter-spacing: -0.05em;
	#letter-spacing: -0.1em; /* different in IE */
}

/* style for topMenu */ 
.topMenu {
	font-size: 0.9em;
	padding: 2px 0 0 0;
	margin: 0 0 0 0;
} 

.topMenu ul {
	
}

/* float each topMenu link horizontally inline */
.topMenu li {
	float: left;
	display: inline;
}

/* style each topMenu link as individual block with padding */
.topMenu a {
	display: block;
	padding: 6px 19px 5px 32px;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

.topMenu a:visited {
	color: #FFF;
}

.topMenu a:hover {
	color: #036;
}

#navTop .currentPage a {
	color: #FFF;
}

h1 {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	color: #003;
}

h1.pageHeading {
	text-align: left;
	font-size: 1.4em;
	color: #006;
	border-bottom: 1px solid #08807F;
	margin-bottom: 1.25em;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	color: #000066;
	font-weight: bold;
	margin-bottom: 0.8em;

}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #000;
	font-weight: bold;
	margin: 1.5em 0 0.8em 0;
}

h2.menuCategory {
	font-size: 1em;
	border-bottom: none;
	padding: 1em 0 0 1.8em;
}

/* by floating the container 'bodyWrapper', it allows for style to be assigned to this element  "overflow: auto" prevents the extra width of the border from extending to the right 
*/
 
#bodyWrapper {
	float: left;
	background-color: #EEE;
}

#navLeft {
	float: left;
	width: 165px; /* setting the width here fixes IE6 issue of pageContent appearing below bottom of navLeft */
	background-color: #EEE;
	padding: 0;
	margin: 0;
}

#navLeft ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

.leftMenu li {
	padding: 0 0 0 0;
	width: 100%;
}

.leftMenu a {
	text-decoration: none;
	color: #006;
	display: block;
	padding: 0.4em 0.5em 0.4em 1.7em;
	border-bottom:1px dotted #a0a0a0;
}

.leftMenu a:hover, .leftMenu a:active {
	color: #08807F;
	background-color: #FFF;		
	background-image: url(../images/leftMenu-hover-bg2.jpg);
	text-decoration:none;
}

.current a, .current a:hover {
	color: #08807F;
	background-image: url(../images/leftMenu-current-bg.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
}

#bodyCentre {
	float: left;
	width: 625px; /* add left and right padding for actual column width */
	padding: 20px 20px 40px 20px; /* top,right,bottom,left */
	background-color: #FFF;
	min-height: 500px;
}

#bodyCentre .homeCentre {
	padding: 0 10px;
}

#bodyNoRightCol {
	float: left;
	width: 795px;
	padding: 20px 20px 40px 20px; /* top,right,bottom,left */
	background-color: #FFF;
	min-height: 500px;
}

#rightColumn {
	float: right;
	background-color:#EEE;
	width: 150px;
	padding: 20px 5px 30px 15px; /* 10px padding on all sides */

}

.rightColButton {
	padding: 0 0 10px 0;
}

.rightColButton img {
	border: none;
}

/* add <div class="clear"></div> to bottom of bodyWrapper container to get menu bg to be fluid with pageContent */
.clear {
	clear: both;
}

/* padding values go clockwise from top to left */
/* logo image has class "logo" assigned, thus img.logo is the selector */
img.logo {
	padding: 18px 0 0 23px;
	margin: 0 0 0 0;
	float: left;
	border: none;
	}
	
img.featurePic {
	margin-left: 120px; /* plus 10px padding makes 140px */
	padding: 10px 0;
}

.contentPics {
	padding: 0 0 10px 15px;
}

img.icon {
	float: left;
	padding-right: 3px;
	border: none;
}
	
#pageContent tr.tableHeader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	color: #000066;
	font-weight: bold;
}

#bodyCentre ul li, #bodyNoRightCol ul li {
	margin: 0 0 10px 15px;
	list-style-image: url(../images/list-blue-dot.gif);
	#line-height: 0.8em;
	line-height: 1.3em;
}

#bodyCentre .about-us ul li {
	margin: 10px 0 0 16px;
	line-height: 0.8em;	
}

#bodyCentre .about-us tr td .regoins li {
	font-weight: bold;
	list-style-image: url(../images/list-blue-dot.gif);
}

#bodyCentre .about-us tr td .regions ul li  {
	margin: 10px 0 0 30px;
	line-height: 0.2em;
	font-weight: normal;
	list-style-image: url(../images/list-green-dot.gif);
}

#bodyCentre .formSteps {
	float: right;
	font-size: 0.8em;
	margin-top: -25px;
}

.orderFormContent {
	margin-left: -2px;
	border: solid 2px #EEE;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.orderFormContent td {
	padding: 5px;
}

.orderFormContent .tableHeader {
	font-weight: bold;
}

.darkBackground{
	background-color: #eee;
}

.slideshow {
	margin: 0 0 0 -5px;
}

.emphasis {
	font-weight: bold;
	color: #C00;
}

#homeContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
}

.faqs ol, .tcs ol {
	list-style-type: decimal;
	margin: 0 0 0 25px;
}

#bodyCentre .faqs ul li {
	list-style-image: none;
	display: block;
	margin: 2px 0 0 0;
	line-height: 1.1em;
}

.faqs ol li, .tcs ol li {
	margin: 0 0 3px 0;
}

.faqs h3, .tcs h3 {
	font-size: 12px;	
	font-weight: bold;
	color: #000066;
	margin-bottom: 15px;
}

.faqTop, .tcTop {
	font-size: 10px;
	text-align: right;
}

.faqs ul li {
	margin: 0 0 10px 15px;
}

.tcs ul li {
	margin: 0 0 0 20px;
}

.faqs a, .tcs a {
	color: #0055A5;
}

/* "clear: both" pushes the footer down below either left or right floating elements */
#footer {
	clear: both;
	padding: 8px 0 0 0;
	background-color: #999;
	height: 22px;
	width: 1000px;
	margin: auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	border-top: solid 2px #666;
	border-bottom: solid 2px #666;
}

#footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	margin: 0 0 0 0;
}

#subFooter {
	background-color: #DDD;
	height: 40px;
}

#subFooter p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #AAA;
	text-align: center;
	padding: 5px 0 0 0;
}

.astro a {
	color: #AAA;
}

.astro a:hover {
	color: #F90;
}

.printFooter {
	display: none;
}

#pageWrapper #pageContent #bodyCentre .faqs ul li {
	list-style-type: none;
}

.banner {
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	color: red;
	padding: 2px 0;
}

