/* this clears all browser defaults and creates a level playing field, cross-browser */
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#007ec8; /* tz blue */
	text-decoration:none; /* no underline on links */
}
a:hover {
	color:#666666; /* light grey */
	text-decoration:underline; /*underline when hover over */
}
blockquote {
	background:#d8ebff; /* tz light blue */
	border-left:2px solid #007ec8; /* tz blue */
	color:#444444; /* dark grey */
	display:block; /* this makes a block of text with a line space at top & bottom */
	font-style:oblique; /* italics */
	margin:0 0 0 10px; /* small indent on left side */
	padding:0 0 0 10px; /* small indent on left side */
}
.left { /* use in 'class' when placing images */
	float:left; /* align left */
	margin:0 10px 0 0; /* small margin on right */
}
.right { /* use in 'class' when placing images */
	float:right; /* align right */
	margin:0 0 0 10px; /* small margin on left */
}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.float-center {float: none; }
.align-left  { text-align: left; }
.align-right { text-align: right; }


/* images */
img {
	border: 0px;
}
img.float-right {
  margin: 5px 5px 5px 5px;  
}
img.float-left {
  margin: 5px 5px 5px 0px;
}
img.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto
}

/* body */
body {
	background:#ffffff url('image/background_body1.jpg') repeat-x top; /* similar bg colour to image and repeated across the top to stretch to full screen no matter what resolution is used */
	color:#666666; /* grey */
	font:0.8em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif; /* em to enable cross browser text resizing and fonts in quotes if more than one word */
}
/* banners */
#banana {
	height:70px;
	margin:0 auto;
	width:760px;
	text-align:center;
}
/* header */
#header {
	background:url('image/bg_header.gif'); /* image in header matches image in body background */
	height:225px; /* height of header space */
	margin:0 auto; /* no margin at the top and then centered in bottom, left & right */
	position:relative; /* is in the normal flow of the page unless followed by top, left etc. to offset it */
	width:760px; /* width of header space */
}
#header:after { /* clears all floats made in the header */
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header h1 { /* relative to TOZNET title */
	color:#000000;
	font-size:40px;
	font-weight:400;
	left:2px;
	letter-spacing:-2px;
	position:absolute;
	top:22px;
	height: 51px;
}
#header h1 a { /* link to homepage overiding CSS rules */
	text-decoration:none;
	color:#000000;
}
#header p { /* relative to TOZNET slogan */
	bottom:84px;
	color:#fcfcfc;
	font-size:150%;
	position:absolute;
	right:355px;
	width:398px;
}
/* content */
#content {
	height:auto; /* matches the heights of the columns */
	margin:0 auto;
	width:780px;
}
#content:after { /* clears the float orders after the content */
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
} 
#content ul {
	margin:5px 0px 5px 25px; /* moves the links in a little from the rest of the margin */
}
#content ul li {
	padding:5px 0px 0px 25px;
}

/* sidebar */
#sidebar {
	float:left; /* makes sure that the sidebar is displayed on the left */
	width:130px;
	padding-top:10px; /* creates a bit of space between the menu & the start of the sidebar bit */
	padding-left:10px;

}
#sidebar h1 { /* settings for the headings in the sidebar */
	border-bottom:2px solid #007ec8; /* puts a tz blue line under the headings */
	color:#444444; /* colour of the text in the sidebar heading */
	font-size:145%; /* size of the sidebar heading */
	font-weight:400; /* sort of 'half bold' */
	line-height:30px;
	padding:0 10px;
}

#sidebar p { /* settings for the text in the sidebar paragraphs */
	color:#555555; /* text colour */
	display:block; /* this makes a block of text with a line space at top & bottom */
	font-size:90%; /* slightly smaller text size than normal */
	line-height:10px;
	margin:5px 0;
	padding:10px;
	font-weight:bold;
}
#sidebar p a.more { /*& settings for the 'read more' link */
	display:block; /* puts another block under the one above to make it seamless */
	text-align:right;
}
#sidebar ul {
	margin:5px; /* moves the links in a little from the rest of the margin */
}
#sidebar ul li {
	border-bottom:1px solid #D8EBFF; /* puts a tz blue line under each link */
	list-style:none; /* leaves out the bullet point */
	padding:2px 2px;
}
#sidebar ul li a {
	color:#007EC8; /* light grey */
	display:block; /* this makes a block of text with a line space at top & bottom */
	font-family:Verdana;
	padding:5px;
	text-decoration:none;
	font-weight:bold;
}
#sidebar ul li a:hover { /* changes the text properties on hover */
	color:#444444;
	background:#D8EBFF;
}
/* Main */
#main {
	padding-top:10px; /* creates a bit of space between the menu & the start of the main bit */
	padding-left:30px;
	padding-right:20px;
	float:left; /* makes sure that the main content area is on the right */
	width:450px;
}
#main p {
	color:#555555; /* colour of the text in the main area */
	line-height:20px;
	padding:10px;
}
#main h1 { /*settings for the heading in main area */
	border-bottom:2px solid #007ec8; /* puts a tz blue line under the headings */
	color:#444444; /* colour of the text in the main heading */
	font-size:165%; /* size of the main heading */
	font-weight:400; /* sort of 'half bold' */
	line-height:30px;
	padding:0 10px;
}
#main h2 { /*settings for the heading in main area */
	border-bottom:1px solid #007ec8; /* puts a tz blue line under the headings */
	color:#444444; /* colour of the text in the main heading */
	font-size:125%; /* size of the main heading */
	font-weight:300; /* sort of 'half bold' */
	font-style:italic;
	line-height:30px;
	padding:0 10px;
}

#main h3 { /*settings for the heading in main area */
	border-bottom:1px solid #007ec8; /* puts a tz blue line under the headings */
	color:#444444; /* colour of the text in the main heading */
	font-size:110%; /* size of the main heading */
	font-weight:300; /* sort of 'half bold' */
	font-style:italic;
	line-height:30px;
	padding:0 10px;
}

#main p a.more { /*& settings for the 'read more' link */
	display:block; /* puts another block under the one above to make it seamless */
	text-align:right;
}

/* sidebar1 */
#sidebar1 {
	float:left; /* makes sure that the sidebar is displayed on the left */
	width:130px;
	padding-top:10px; /* creates a bit of space between the menu & the start of the sidebar bit */
	padding-left:10px;

}
#sidebar1 h1 { /* settings for the headings in the sidebar */
	border-bottom:2px solid #007ec8; /* puts a tz blue line under the headings */
	color:#444444; /* colour of the text in the sidebar heading */
	font-size:145%; /* size of the sidebar heading */
	font-weight:400; /* sort of 'half bold' */
	line-height:30px;
	padding:0 10px;
}

#sidebar1 p { /* settings for the text in the sidebar paragraphs */
	color:#555555; /* text colour */
	display:block; /* this makes a block of text with a line space at top & bottom */
	font-size:90%; /* slightly smaller text size than normal */
	line-height:10px;
	margin:5px 0;
	padding:10px;
	font-weight:bold;
}
#sidebar1 p a.more { /*& settings for the 'read more' link */
	display:block; /* puts another block under the one above to make it seamless */
	text-align:right;
}
#sidebar1 ul {
	margin:5px; /* moves the links in a little from the rest of the margin */
}
#sidebar1 ul li {
	border-bottom:1px solid #D8EBFF; /* puts a tz blue line under each link */
	list-style:none; /* leaves out the bullet point */
	padding:2px 2px;
}
#sidebar1 ul li a {
	color:#007EC8; /* light grey */
	display:block; /* this makes a block of text with a line space at top & bottom */
	font-family:Verdana;
	padding:5px;
	text-decoration:none;
	font-weight:bold;
}
#sidebar1 ul li a:hover { /* changes the text properties on hover */
	color:#444444;
	background:#D8EBFF;
}
/* footer */
#footer {
	margin:10px auto;
	width:760px;
}
#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#footer p {
	border-top:2px solid #007ec8; /* puts a tz blue line above to separate from main area and sidebar */
	color:#555555; /* text colour in footer */
	font-size:90%;
	line-height:25px;
	padding:10px;
	text-align:center;
}

#main input {
	background:#f1f1f1;
	color:#555;
	margin:10px;
	padding:5px;
	width:120px;
}
#main textarea {
	background:#f1f1f1;
	color:#555;
	margin:10px;
	padding:5px;
	width:240px;
}
#main select {
	background:#f1f1f1;
	color:#555;
	margin:10px;
	padding:5px;
	width:120px;
}
label {
	text-align:right;
}
textarea
{
color: #781351;
background: #fee3ad;
border: 1px solid #007ec8;

}
select
{
color: #781351;
background: #fee3ad;
border: 1px solid #007ec8;

}

input
{
color: #781351;
background: #fee3ad;
border: 1px solid #007ec8;

}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #007ec8;
margin-left: 4em;

}
table.stats
{text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
width: 280px;
background-color: #666667;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;
margin-left:auto;
margin-right:auto;}

table.stats td
{background-color: #fffff0;
color: #000;
padding: 4px;
text-align: center;
border: 1px #fff solid;}

