/* CSS RESET =============================================== */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
table { border-collapse:collapse; border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal;}
ol,ul { list-style:none; }
caption,th { text-align:left;}
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:'';}
abbr,acronym { border:0;}


/* GLOBAL CSS =============================================== */
body {
	text-align:center;
	background:url(images/bg.jpg) repeat;
	font:12px Arial, Helvetica, sans-serif;
	color:#b4b3b3;
	margin:17px 0px 20px 0px;
}

a:link, a:visited, a:active {
	color: #a8b499;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}

.clear {
	clear:both;
}
.main {
	width:1000px;
	margin:auto;
}
/* GLOBAL CSS =============================================== */

/* TEXTSTYLE CSS downwards =============================================== */
.sydneywebdesign {
	color: #c5c5c5;
	font-size: 11px;
}

.sydneywebdesign a:link, .sydneywebdesign a:active, .sydneywebdesign a:visited {
	color: #c5c5c5;
	font-size: 11px;
}

.sydneywebdesign a:hover {
	color: #a8b499;
	font-size: 11px;
}

h1 {
	font:18px Century Gothic, Arial, Helvetica, sans-serif;
	color:#ffffff;
	line-height:20px;
	padding:15px 0 0 0;
}
h1 span {
	font-weight:bold;
}

h2 {
	font:16px Century Gothic, Arial, Helvetica, sans-serif;
	color:#ffffff;
	margin: 0;
}

.signature {
	padding:26px 0px 19px 0px;
}

/* TEXTSTYLE CSS upwards =============================================== */


/* DIV CONTENT =============================================== */

.logo {
	width:884px;
	float:left;
	height:137px;
	display:inline;
	background:url(images/content_bg.png);
	text-align:left;
}
.logoright {
	width:116px;
	float:right;
	display:inline;
	height:137px;
	background:url(images/logo_right.png) no-repeat left top;
}
.logocontainer {
	margin:11px 0px 0px 379px;
}
.content_innerwrapper {
	background:url(images/content_bg.png);
}
.banner {
	width:960px;
	height:314px;
	margin:auto;
}

.text_bg {
	background:url(images/text_bg.jpg) repeat-y 239px 0px #141414;
	width:960px;
	margin:auto;
}

.text_bg2 {
	background:#141414;
	width:960px;
	margin:auto;
}
.text_inner {
	width:912px;
	margin:auto;
	text-align:left;
}

.text_inner2 {
	width:912px;
	margin:auto;
	padding: 0 0 20px 0;
	text-align:left;
}

.footertop {
	background:url(images/footertop.png) repeat-x left bottom;
	width:100%;
	height:18px;
}
.footer {
	background:url(images/footer.png) repeat;
	line-height:10px;
	padding:29px 0px 26px 0px;;
}


/* Top Nav elements enclosed down ================================*/
.nev {
	width:960px;
	margin:auto;
	background:#b9c3ad;
}
.nev ul{
	list-style-type:none;
	margin:0px 0px 0px 112px;
}
.nev li{
	float:left;
	display:inline;
	margin:0px 0px;
	font:14px Century Gothic, Arial, Helvetica, sans-serif;
	color:#fffffe;
	line-height:10px;
	text-align:left;
}
.nev a, .nev a:visited  {
	font:14px Century Gothic, Arial, Helvetica, sans-serif;
	color:#fffffe;
	line-height:10px;
	padding:14px 10px 14px 47px;
	text-align:left;
	display:block;
	text-decoration:none;
}
.nev a:hover {
	background:url(images/nev_hover.jpg) no-repeat 6px 9px #566049;
}
.nev li.selected a{
	background:url(images/nev_hover.jpg) no-repeat 6px 9px #566049;
}
.nev_bottom {
	height:10px;
}