/* Start of CMSMS style sheet 'GD_styles' */
body, html {
	background-image: url(images/bg_pattern.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #eaeaea;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 30px;
	line-height: 24px;
	margin: 5px 0 33px 0;
	color: #000000;
}

h2 {
	font-size: 17px;
	margin: 0;
}

h3 {
	font-size: 13px;
	margin: 10px 0 5px 0;
}

h4 {
	font-size: 11px;
	margin: 10px 0 0 0;
	color: #000000;
}

h5 {
	font-size: 11px;
	margin: 0;
}

p {
	line-height: 17px;
	margin: 5px 0 5px 0;
}

a, a:visited {
	font-weight: bold;
	color: #000000;
}

a:hover {
	color: #8ebc42;
}

#container {
	width: 885px;
	margin: 0 auto;
	padding: 7px 0 0 0;
}

.clear {
	clear: both;
}

#header a.logo {
	background-image: url(images/logo_GD2.gif);
	background-repeat: no-repeat;
	width: 259px;
	height: 48px;
	display: block;
	float: left;
	text-indent: -9999px;
	margin-top: 18px;
}

#header .txt_Australiasia {
	float: right;
	background-image: url(images/logo_australiasia.gif);
	background-repeat: no-repeat;
	width: 206px;
	height: 74px;
	text-indent: -9999px;
}

#banner_homepage {
	float: left;
	height: 152px;
	padding: 0;
}

#banner_homepage img {
	display: block;
}

#primary_nav a {
	color: #FFFFFF;
	text-decoration: none;
}

#primary_nav a:hover {
	color: #8ebc42;
	text-decoration: underline;
}

#primary_nav ul {
	margin: 0 0 0 15px;
	padding: 0;
}

#primary_nav li {
	float: left;
	font-size: 12px;
	color: #FFFFFF;
	list-style: none;
	line-height: 16px;
	padding: 4px 15px 0 0;
}

#sub_nav {
	float: left;
	margin: 0 15px 0 0;
	padding: 20px 0 0 0;
	width: 155px;
/*	background-color: #99CCFF;*/
}

#sub_nav ul {
	margin: 0;
	padding: 0;
}

#sub_nav li {
	list-style: none;
	color: #000000;
	padding: 0 0 5px 10px;
}

#sub_nav li a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

#sub_nav li a:hover {
	color: #8ebc42;
}

#sub_nav li.active {
	background-repeat: no-repeat;
	background-position: left 5px;
}

#contentOuter {
	float: left;
	width: 883px;
	background-image: url(images/bg_content.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	min-height: 400px;
	border-left: 1px solid #818181;
	border-right: 1px solid #818181;
}

#contentInner {
	float: left;
	margin: 30px 0 0 0;
	padding: 0 25px 0 25px;
}

#contentInner .home_iso {
	background-image: url(images/img_iso.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 145px;
}

.home_column {
	width: 153px;
	float: left;
	margin: 0 17px 0 0;
}

.home_column a {
	text-decoration: none;
}

.home_column h3.blue {
	color: #0039a6;
}

.home_column h3.brown {
	color: #a73f1e;
}

.home_column h3.teal {
	color: #569099;
}

.home_column h3.yellow {
	color: #897a1a;
}

.home_column img {
	padding: 0 0 1px 0;
}

.home_column.blue img {
	border-bottom: 5px solid #0039a6;
}

.home_column.brown img {
	border-bottom: 5px solid #a73f1e;
}

.home_column.teal img {
	border-bottom: 5px solid #569099;
}

.home_column.yellow img {
	border-bottom: 5px solid #897a1a;
}

#home_news {
	float: left;
	width: 152px;
	background-image: url(images/bg_home_news_top.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #e8e8e8;
}

#home_news h3 {
	background-color: #cccccc;
	color: #000000;
	display: block;
	margin: 4px 0 0 0;
	padding: 3px 8px 3px 8px;
}

#home_news a{
	text-decoration: none;
}

#home_news p {
	padding: 0 8px 3px 8px;
	line-height: 13px;
	margin: 2px 0 0 0;
}

#home_news .home_news {
	background-image: url(images/bg_home_news_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	padding-bottom: 4px;
}

#content_internal {
	float: left;
	width: 485px;
	margin: 0 15px 0 0;
	padding: 15px 0 0 0;
}

#content_internal_rightColumn {
	float: left;
	width: 162px;
	padding: 15px 0 0 0;
}

#content_internal_rightColumn img {
	display: block;
}

#content_internal_relatedInfo {
	margin: 15px 0 0 0;
	padding: 12px 10px 6px 10px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer {
	background-image: url(images/bg_bottomRound.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 24px 0 20px 15px;
	font-size: 10px;
}

table.contactform input, table.contactform textarea {
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

hr {
	margin: 15px 0 15px 0;
}
/* End of 'GD_styles' */

