/* 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%; margin:0; }
q:before,q:after { content:'';}
abbr,acronym { border:0;}


html, body, #wrap {height: 100%;}
#wrap{
}
body > #wrap {height: auto; min-height: 100%;}
#main {padding-bottom: 10px;}

/* GLOBAL CSS =============================================== */
body {
	background: #fff url('../images/bg_main.jpg') repeat-x;
	background-position: top center;
	font-family: Arial, Verdana, san-serif;
	font-size: 12px;
	color: #828081;
}

a:link, a:visited, a:active {
	color: #357ca7;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}



/* TEXTSTYLE CSS downwards =============================================== */
.sydneywebdesign {
	width: 900px;
	margin: auto;
	color: #b5d6eb;
	font-size: 11px;
}

.sydneywebdesign a:link, .sydneywebdesign a:active, .sydneywebdesign a:visited {
	color: #b5d6eb;
	font-size: 11px;
}

.sydneywebdesign a:hover {
	color: #fff;
	font-size: 11px;
}

h1 {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 18px;
}

h2 {
	color: #646464;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.inputStyle {
	background: #e3e3e3;
	border: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #626161;
	padding: 3px;
}

.submit {
	background: #3b8dbe;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	padding: 5px;
}

.toggle{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity:1;
}

.toggle:hover{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.8;
opacity:0.8;
}

.list {
	list-style: disc;
	padding-left: 40px;
}

.list li {
	margin-top: 3px;
}
	
/* TEXTSTYLE CSS upwards =============================================== */



#wrapper {
	width: 900px;
	margin: auto;
}



/* DIV CONTENT =============================================== */
.header {
	width: 900px;
	margin-bottom: 30px;
	float: left;
}


#contentMAIN {
	width: 900px;
	float: left;
}

#contentTEXT {
	width: 900px;
	padding-bottom:105px;
	float: left;
}


#menu {
	width: 900px;
	float: left;
}


#footer {
	background: #357ca7;
	height: 65px;
	padding: 20px 0 20px 0;
	position: relative;
	margin-top: -105px; /* negative value of footer height */
	clear: both;
}

html>body #footer {	margin-top: -105px; /* negative value of footer height */}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Top Nav elements enclosed down ================================*/
#nav, #nav ul { /* all lists */
	padding: 0;
	list-style: none;
	float:right;
	width:505px;
}


#nav li { /* all list items */
	float: left;
	margin:0;
	padding:0;
	width:auto; /* width needed or else Opera goes nuts */
}


/* first level */
#nav li a:link, #nav li a:visited {
	width:101px;
	display:block;
	text-decoration:none;
}

#nav li a:hover, #nav li a.active:link, #nav li a.active:visited {
	background-position:0 -38px;
}



/* second level - dropdown menu */
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}


#nav li ul a{
	background:url('../images/navsub.jpg');
	width:101px;
	height:27px;
	margin-top: 1px;
	line-height: 27px;
	text-align: center;
	color:#fff;
	text-decoration:none;
	font-size:11px;
}

#nav li ul li a:hover, #nav li ul li a.active:link, #nav li ul li a.active:visited {
	background-position:0 -27px;
}


/*button background images are set underneath**/
#nav li a.nav1:link, #nav li a.nav1:visited {
	background-image:url('../images/nav1.jpg');
	height:38px;
}

#nav li a.nav2:link, #nav li a.nav2:visited {
	background-image:url('../images/nav2.jpg');
	height:38px;
}

#nav li a.nav3:link, #nav li a.nav3:visited {
	background-image:url('../images/nav3.jpg');
	height:38px;
}

#nav li a.nav4:link, #nav li a.nav4:visited {
	background-image:url('../images/nav4.jpg');
	height:38px;
}

#nav li a.nav5:link, #nav li a.nav5:visited {
	background-image:url('../images/nav5.jpg');
	height:38px;
}
/* Top Nav elements enclosed up */
