@charset "UTF-8";
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0; /* 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: #cccccc;
	background-image: url(../images/mainbkgd.png);
	font-family: Verdana, Geneva, sans-serif;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	position: relative;
	min-height: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: none;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ff8000;
	border-right-color: #ff8000;
	border-bottom-color: #ff8000;
	border-left-color: #ff8000;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #666;
}
.contentLeft {
	float: left;
	width: 500px;
	padding-right: 10px;
	padding-left: 20px;
	background-color: #666;
}
.contentRight {
	float: right;
	width: 130px;
	padding-right: 40px;
	padding-left: 40px;
	/*border-left-style: solid;
	border-left-width: .5px;
	border-left-color: #FFF;*/
	background-color: #666;
}
p {
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.contentLeft img {
	padding-right: 10px;
	padding-bottom: 10px;
	border: 0;
}
.contentRight img {
	padding-bottom: 10px;
	padding-right: 0px;
}
.imageLeft {
	padding-bottom: 4px;
	vertical-align: text-top;
}
.imageLeft img {
	width: 150px;
}
.imageRight {
	padding-right: 20px;
	padding-bottom: 4px;
	vertical-align: top;
}
.imageRight img {
	width: 150px;
}
#singlePic {
	padding-right: 20px;
}
.oneColFixCtrHdr #mainContent .mainContainer {
	text-align: left;
	float: none;
	background-color: #666;	/*padding-top: 30px;*/
	/*padding-bottom: 30px;*/
}
.oneColFixCtrHdr #headerContainer {
	/*background-image: url(../images/bluebkdhead.png);
	background-repeat: repeat-x;*/
	height: 95px;
	background-image: url(images/SlmAust_color_banner.jpg);
	background-repeat: no-repeat;
	z-index: 800;
}
.oneColFixCtrHdr #header {
	/*background-color: #174880;*/
	background-repeat: no-repeat;
	height: 95px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	/*background-image: url(images/butterfly161px.gif);*/
	background-position: left -20px;
	z-index:1000;
	position: absolute;
	font-family: "Courier New", Courier, monospace;
}
.oneColFixCtrHdr #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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
}


.oneColFixCtrHdr #footer {
	width: 780px;
	align: center;
	position: relative;
	/* padding: 0 10px; this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-top: -35px;
	height: 35px;/*	background-image: url(../images/footer.png);*/
	background-color: #660066;
	background-image: url(images/footer.jpg);
	background-repeat: repeat;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;/*	background-repeat: no-repeat;*/
}

.oneColFixCtrHdr #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 */
}

h1 {
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-indent: 10px;
}
a {
	color: #CCC;
	text-decoration: none;
}
#contactLinks {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	color: #CCC;
}
#contactLinks a {
	text-decoration: none;
	color: ccc;
	text-align: center;
}
.oneColFixCtrHdr #headerText {
	width: 612px;
	left: 169px;
	top: 59px;
	position:absolute;
	height: 57px;
}
.oneColFixCtrHdr h1 {
	margin-top: 32px;
	padding-top: 5px;
	padding-left: 10px;
}
.maintext_Bold {
	font-size: 16px;
	font-weight: bold;
}
.maintext_Subhead {
	font-size: 14px;
	font-weight: bolder;
	text-transform: capitalize;
}
.maintext_Body {
	font-size: 12px;
	color: #555;
	font-weight: bolder;
}

a img{
border:none;
}
.tableData {
	font-size: 11px;
	text-align: left;
}
table {
	text-align: left;
	line-height: normal;
}
#container .contactCountry h2 {
	text-indent: 10px;
	padding-left: 10px;
	margin-top: -20px;
}
.heading3 {
	font-size: 12px;
}
.heading4 {
	font-size: large;
}
.contentSingle {
	padding-left: 20px;
	padding-right: 20px;
}

