/* Start of CMSMS style sheet 'Layout: ATTSNZ Home' */
* {
margin: 0;
padding: 0;
}
body {
	color: #000;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	background: #e1c982 url(../images/pagebg.gif) repeat-x top ;
	text-align: center;
	}	
#page {
	/*width: 776px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/wrapper-bg.png) repeat-y top ;*/
}	
#wrapper {
	color: #000;
	width: 768px;
	margin: 0 auto;
	background: #ffffff;
	text-align: center;
	border-top: 0px solid #6e6e6e;
	border-right: 0.5px solid #6e6e6e;
	border-bottom: 0px solid #6e6e6e;
	border-left: 0.5px solid #6e6e6e;
	}
.clear { 
	clear: both;
}

img {
	border:0;
	}
/* header */	
#header {
	background: url(../images/attsnz-header-left-menu.png) no-repeat center top;
	height: 130px;
	text-align: left;
}
#header h1 {
width: 668px;
height: 58px;
background: url(logo.png) no-repeat;
text-indent: -9999px;
overflow: hidden;
}

/* content */
#content {
	text-align: left;
	width: 462px;
	padding: 8px 0px 0px 8px;
	font-size: 1.2em;
	margin-top: -30px;
}
#content a, #content a:visited {
	color: #9E1D58;
	text-decoration: none;
	border-bottom:1px dotted;
}
#content a:hover {
	color: #0047be;
	text-decoration: none;
	border-bottom:1px solid;
}

#content h2 {
	margin: 0;
	padding: 0 0 0 15px;
	color: #686868;
	font: 2.5em Arial, Tahoma, sans-serif;
}
#content h3 {
	margin: 0;
	padding: 10px 0 0 15px;
	color: #686868;
	font: 1.8em Arial, Tahoma, sans-serif;
}

#content p {
		padding: 5px 0px 5px 10px;
}

#content img {
	float: right;
	margin: 0px -40px 10px 18px;
	padding: 3px;
	border: 3px solid #eee;
	background: #fff;
	overflow: visible;
	z-index: auto;
	}

/* eo content */

/* sidebar */
#sidebar {
	float: right;
	width: 256px;
	padding-top: 40px;
}


/* eo sidebar */

/**** footer
****/
#footer {
	position: relative;
	color: #000;
	background: #1783ab url(../images/attsnz-footer-2.png) no-repeat top;
	padding-top: 60px;
	margin: 0;
}

#footerwrapper {
        text-align: center;
        width: 748px;
		padding: 10px;
}
#footer p {
        margin-bottom: 0px;
}

#footer a:link,
#footer a:visited {
	text-decoration:none;
}	
#footer ul, #footer li {
margin: 0;
padding: 0;
}

#sitemap {
	float: left;
	width: 300px;
        text-align: left;
}

#sitemap .column {
	float: left;
	width: 150px;
}

#sitemap li, #linkmgr li {
	display: block;
	list-style: none;
	font: normal 1.1em/1em 'lucida grande',tahoma,sans-serif;
}

#sitemap li a, #linkmgr li a {
	display: block;
	clear: left;
	padding: .36em .18em;
	font-weight: bold;
	color: #ffffff;
}

#sitemap li li a {
	padding-left: 10px;
	font-size: .81em;
	line-height: 1em;
	font-weight: normal;
	color: #fefefe;
	background: url(../images/mini-arrow.gif) left center no-repeat;
}

#sitemap li a:hover, #linkmgr li a:hover {
	text-decoration: underline;
	color: black;
}

#sitemap li li a:hover {
	background-position: 2px 50%;
}
#linkmgr {
    float: left;
	width: 180px;
	text-align: left;
}

#copyright {
    margin-top: 0px;
	float: right;
	width: 250px;
	background: #15799e;
	border: 1px solid #137091;
}

#copyright p {
	margin: 15px 10px;
	font: normal 1em/1.2em 'lucida grande',tahoma,sans-serif;
	color: #fefefe;
}

#copyright strong {
	font-size: 1.2em;
	font-weight: normal;
	color: white;
}

#copyright a {
	font-weight: bold;
	color: #090909;
}

#copyright a:hover {
	text-decoration: underline;
	color: white;
}

/******* table
******/
table {
	border: 1px solid #999;
	width:512px;
	color:#000;
	background-color:#FFFFFF;
	border-collapse:collapse;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;	
  }
  td {
    padding:2px 4px;
  }
  tr.odd {
    background-color:#fff;
  }
  tr.even {
    background-color:#c2c1c1;
  }
  tr.region {
  	background-color:#9e1d58;
	}
	td.whitetext {
	color:#fff;
	}
/* LISTS */
/* lists in content need some margins to look nice */
div#content ul,
div#content ol,
div#content dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#content ul li,
div#content ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#content dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#content dl dd {
   margin: 0 0 1em 1em;
}

div#content dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */
/* End of 'Layout: ATTSNZ Home' */

