@charset "UTF-8";
/* esltutors.com.au cascading style sheet */
/* &copy; Andrew Harrison 2008 */

/* CSS Reset from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	background:url(images/bg.png) repeat-x #38628C; 
}

/* my stuff starts here */

body { 
	background: url(images/bg.png) repeat-x #ffffff;
}

#pagecontainer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
}


#logo {
	height: 125px;
	width: 100px;
	float: left;
}

ul#navlist {
	list-style: none; 
	padding: 0; 
	margin: 0px; 
	text-align:center;
	float:right;
	padding: 37.5px 0 0 0;
}

ul#navlist li {
	float: left; 
	height: 50px; 
	margin: 0px 0px 0px 0px; 
	padding: 0; 
	width: 125px;
	vertical-align:middle;
	border-right: 1px solid #c2d4e8;

}

ul#navlist li a {
	display: block; 
	padding: 0 7px 0px 7px;
	color: #4296ed; 
	font-family:helvetica, arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.3;
	text-decoration: none;

}

ul#navlist li#active a {
	color: #0f4781;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
	color: #0f4781;
}

#contentarea {
	clear:both;
	width: 860px;
	height: auto;
	border: 1px solid #c2d4e8;
	padding: 15px 20px;
	padding-bottom: 50px;
	clear: both;
}

#contentarea h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	color: #0f4781;
	line-height:1.5;

}

#contentarea h2 {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #0f4781;
	line-height:1.5;

}

#contentarea p {
	width: 620px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	color: #000;
	line-height:1.3;
	padding-bottom: 20px;
	text-align:justify;
}

#contentarea li a {
	text-decoration:none;

}

#contentarea li a:hover {
	text-decoration:underline;
}

#contentarea a {
	color: #000;
	text-decoration: underline;
}

#contentarea a:hover {
	color:#0f4781;
	text-decoration:underline;
}

#contentarea ul {
	font-family:Helvetica, Arial, sans-serif;
	list-style:square;
	font-size: 0.95em;
	color: #0f4781;
	line-height:1.3;
	padding-bottom: 20px

}

#contentarea li {
	margin-left: 50px;
	color: #000;
}

#contentarea img {
	float:right;
}

.testimonial {
	padding-bottom: 20px;
	clear:both;
}

.testimonial img {
	float:right;
	padding-bottom: 15px;
}

#footer {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 0.75em;
	color: #0f4781;
	line-height:1.5;
	vertical-align: middle;
	height: 20px;
	padding: 5px 0 20px 0;
}

#footer a {
	color: #0f4781;
}

#footer a:hover {
	color: #000000;
}

#footer img { 
	padding-right: 5px;
}

#footerleft { 
	float:left;
}

#footerright {
	float:right;
}

.googlepower {
	color:#666666;
}

.googlepower a {
	color:#666666;
	text-decoration: none;
}

.googlepower a:hover {
	color:#666666;
	text-decoration:underline;
}


form {
  margin: 0;
  padding: 0;
  padding-top: 15px;
  font-size: 0.9em;
  width: 525px;
}

label {  
	float: left;  
	width: 100px;  
	margin-right: 20px; 
}

input{
	text-align:left;
	border: 1px solid #7c6d58;
	width: 400px;
}

textarea {
	text-align:left;
	border: 1px solid #7c6d58;
	width: 400px;
	height: 150px;
}

.button {
	border: 1px solid #7c6d58;
	background: #fff;
	height: auto;
	width: auto;
	text-align:center;
	padding-right: 8px;
	padding-left: 8px;
}
