/*------STYLES FOR ENTIRE SITE-------*/

body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #003366;
	background-color: #dae3f2;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 70%;
	min-width:700px;
	position: relative;
	margin-top: 30px;
	padding: 0px;
	margin-bottom: 0px;
	border-top: 1px solid #003366;
	border-right: 1px solid #003366;
	border-bottom: 8px solid #0052A5;
	border-left: 1px solid #003366;
	background-color: #FFF;
	background-image: url(images/layout/bg-stripe.gif);
	background-repeat: repeat-y;
}

/*------BRANDING SECTION-------*/
#branding {
	background-color: #0052a5;
	background-image: url(images/e-englishteacher.gif);
	background-repeat: no-repeat;
	height: 100px;
	background-position: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
#branding h1, #branding p {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}

/*------NAVIGATION SECTION-------*/
#navigation {
	position: absolute;
	top: 101px;
	background-color:#6B92CC;
	width: 150px;
	border-right-width: 1px;
}
#navigation ul {
	margin: 30px 0px 0px;
	padding: 0px;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #2664CC;
	font-size: 12px;
}
#navigation li {
}
#navigation li a:link, #navigation li a:visited {
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6B92CC;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	background-color: #2664CC;
}
#navigation li a:hover, #navigation li a:active {
	background-color: #B6D2F2;
	color: #003366;
}
#navigation .current { /*DELETE AFTER MENU IS STANDARDISED*/
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6B92CC;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	background-color: #B6D2F2;
	font-weight: bold;
}
/*--current link style--*/
#navigation a:link.current, #navigation a:visited.current {
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6B92CC;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	background-color: #B6D2F2;
	font-weight: bold;
}
#navigation li a:hover.current , #navigation li a:active.current {
	font-weight:normal;
}

/*------MAIN TEXT SECTION-------*/
#main_text {
	margin: 0px 0px 0px 150px;
	padding: 10px 0px;
}
/*--titles--*/
#main_text h2 {
	font-size: 1.6em;
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 10px;
	margin-right: 20px;
	padding-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#main_text h3 {
	font-size: 1.2em;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px;
	color: #0092A5;
}
/*--paragraphs--*/
#main_text p {
	line-height: 16px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
/*--lists--*/
#main_text ul {
	margin: 0px 0px 5px 20px;
	padding: 2px 20px 5px;
}
#main_text li {
	margin-top: 2px;
	margin-bottom: 2px;
}
/*--links for paragraphs, lists, tables--*/
#main_text p a:link, #main_text li a:link, #main_text table a:link {
	color: #2664CC;
	font-weight: bold;
	text-decoration: none;
}
#main_text p a:visited, #main_text li a:visited, #main_text table a:visited {
	color: #6355E8;
	font-weight: bold;
	text-decoration: none;
}
#main_text p a:hover, #main_text p a:active, #main_text li a:hover, #main_text li a:active, #main_text table a:hover, #main_text table a:active {
	font-style: italic;
	text-decoration: underline;
	color: #CC3300;
}
/*--extra text styles--*/
#main_text strong {
	font-size: 1.1em;
}
p#indent {
	font-style: italic;
	padding-left: 10px;
}
#main_text .breadcrumbs {
	font-size: 0.9em;
	margin: 0px 0px 5px 20px;
	padding: 0px;
	color: #0092A5;
}
#main_text .breadcrumbs a:link, #main_text .breadcrumbs a:visited {
	color: #0092A5;
	font-weight: normal;
}

/*------MAIN TEXT ICON LIST-------*/
table#iconlist {
	margin-left: 20px;
}

/*------MAIN TEXT TABLE-------*/
#main_text table#options  {
	width: 90%;
	margin-left: 20px;
	border-collapse: collapse;
}
#main_text #options th#col, #main_text #options th#firstcol, #main_text #options th#lastcol {
	background-color: #6B92CC;
	color: #FFFFFF;
	font-weight: normal;
	width: 20%;
	padding: 5px;
	vertical-align: top;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
}
#main_text #options th#firstcol{
	border-left-color: #003366;
}
#main_text #options th#lastcol{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003366;
}
#main_text #options th#row, #main_text #options th#bottomrow{
	background-color: #6B92CC;
	color: #FFFFFF;
	font-weight: normal;
	width: 20%;
	padding: 5px;
	vertical-align: top;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-color: #003366;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#main_text #options th#bottomrow{
	border-bottom-color: #003366;
}
#main_text #options td {
	padding: 5px;
	vertical-align: top;
	background-color: #DAE3F2;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #003366;
	border-bottom-color: #003366;
}

/*------TESTIMONIAL SECTION-------*/
#testimonial {
	color: #666666;
	text-align: right;
	font-size: 0.95em;
	margin: 20px 0px 0px;
	padding: 0px;
	height: 80px;
	border-top: 1px dotted #0052A5;
	clear: both;
}
#testimonial h3 {
	display: none;
}
#testimonial blockquote {
	margin: 5px 10px 0px 10px;
	padding: 10px 0px 0px 10px;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
	font-size: 1.1em;
	text-align: left;
	line-height: 16px;
}
#testimonial p {
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
#testimonial a:link {
	color: #2664CC;
	padding-right: 10px;
	padding-bottom: 5px;
}
#testimonial a:visited {
	color: #6355E8;
	padding-right: 10px;
	padding-bottom: 5px;
}
#testimonial a:hover, #testimonial a:active {
	color: #CC3300;
}

/*------IMAGE SECTION-------*/
#image_photo {
	width: 201px;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
#image_photo img {
	border-top: 1px solid #6b92cc;
	border-bottom: 1px solid #6b92cc;
	border-left: 1px solid #6b92cc;
}

/*------TELL A FRIEND SECTION-------*/
#tell_a_friend {
	background-image: url(images/tell_a_friend.gif);
	background-repeat: no-repeat;
	height: 70px;
	background-position: right center;
	display: block;
	width: 201px;
	line-height: 68px;
	text-align: right;
	margin-right: -10px;
	font-size: 12px;
}
#tell_a_friend a:link, #tell_a_friend a:visited{
	color:#FFFFFF;
	padding-right: 5px;
	font-weight: normal;
}
#tell_a_friend a:hover, #tell_a_friend a:active{
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
}

/*------NEWSLETTER SECTION-------*/
#newsletter {
	background-image: url(images/newsletter.gif);
	background-repeat: no-repeat;
	height: 42px;
	background-position: right center;
	display: block;
	width: 201px;
	line-height: 42px;
	text-align: right;
	margin-right: -10px;
	font-size: 12px;
}
#newsletter a:link, #newsletter a:visited{
	color:#FFFFFF;
	padding-right: 5px;
	font-weight: normal;
}
#newsletter a:hover, #newsletter a:active{
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
}

/*------SITE INFO SECTION---DELETE ONCE FOOTER IS STANDARDISED----*/
#site_info {
	font-size: 0.9em;
	color: #FFFFFF;
	position: absolute;
	bottom: 20px;
	width: 120px;
}
#site_info ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#site_info li {
	margin-left: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#site_info a:link, #site_info a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#site_info a:hover, #site_info a:active {
	color: #003366;
}
/*------NEW FOOTER-------*/
#footer {
	clear:both;
	font-size: 0.9em;
	color: #DAE3F2;
	background-color: #1351A5;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align:center;
}
#footer li {
	margin: 0 10px;
	display:inline;
}
#footer a:link, #footer a:visited {
	color: #DAE3F2;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #FFFFFF;
}



/*------STYLES FOR PARTICULAR PAGES-------*/
/*------TESTIMONIAL PAGE-------*/
#testimpage {
	margin: 10px 0px 0px;
	padding: 0px;
	border-top: 1px dotted #0052A5;
	position: relative;
	clear: both;
}
#testimpage h3 {
}
#testimpage blockquote {
	margin: 5px 10px 0px 10px;
	padding: 10px 0px 0px 10px;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
	font-size: 1em;
	text-align: left;
	line-height: 16px;
}
#testimpage p {
	margin: 0px 10px 0px 0px;
	padding: 3px 0px;
}
#testimpage ul {
}
#testimpage a:link, #testimpage a:visited {
	color: #2664CC;
	padding-right: 10px;
	padding-bottom: 5px;
}
#testimpage a:hover, #testimpage a:active {
	color: #CC3300;
}
#testimpage ul {
	margin-top: 10px;
	list-style-type: none;
}
#testimpage .imgrightflow {
	margin-right: 20px;
}



/*------STYLES FOR FORMS-------*/
#tellform, #contactform, #regform {
	background-color: #B6D2F2;
	margin-left: 20px;
	margin-right: 0px;
	border: 1px solid #0052A5;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 93%;
}
/*--sections--*/
div.section {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1351A5;
	padding-bottom:10px;
}
#message {
	margin-left: 20px;
	font-style: italic;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 0px;
	border: 1px solid #003366;
}
/*--paras--*/
#textinput p, #ielts_info p, #ielts_test p {
	clear: both;
	height: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#options p {
	clear: both;
	margin-top: 7px;
	margin-bottom: 7px;
}
#question p {
	clear: both;
	margin-top: 10px;
	margin-bottom: 15px;
}
/*--strong--*/
#textinput strong, #ielts_info strong, #question strong {
	width: 200px;
	text-align: right;
	display: block;
	float: left;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#ielts_test strong {
	width: 250px;
	text-align: right;
	display: block;
	float: left;
	line-height: 20px;
}
#options strong {

}
/*--inputs--*/
#tellform input {
	border: 1px solid #0052A5;
	height: 20px;
	margin-left: 10px;
	width: 220px;
}
#textinput input, #ielts_info input, #ielts_test input {
	border: 1px solid #0052A5;
	height: 20px;
	margin-left: 10px;
}
#textinput select.date, #ielts_info select.date, #ielts_test select.date {
	margin-left: 10px;
}
#radios {
	position: relative;
	height: 70px;
}
#radiobuttons {
	display: inline;
	width: 250px;
	position: absolute;
	left: 240px;
}
#question textarea  {
	border: 1px solid #0052A5;
	margin-left: 10px;
	width: 240px;
	height: 80px;
}
textarea.available  {
	border: 1px solid #0052A5;
	margin-left: 10px;
	width: 170px;
	height: 120px;

}
/*--submits--*/
#tellform .submit, #regform .submit {
	width: 120px;
	height: 30px;
	margin-left: 300px;
}
#contactform .send, #regform .send {
	width: 100px;
	height: 30px;
	margin-left: 210px;
	margin-top: 10px;
	border: 1px solid #0052A5;
}
/*--regform specific--*/
div#available  {
	width: 270px;
	text-align: right;
	display: block;
	float: left;
	line-height: 20px;
	margin-left: 20px;
	padding:0px;
	margin-bottom: 15px;
}
#pref_topics ul {
	list-style-type: none;
	margin: 0px 0px 0px 50px;
	padding: 0px;
}
#pref_topics ul li {
	margin: 0px 0px 5px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.option-box {
	margin-left: -25px;
}




/*------CLASS STYLES-------*/
.super {
	font-size: 0.8em;
	vertical-align: super;
}
.required {
	color: #003366;
	font-size: 0.9em;
}
.rightalign {
	text-align: right;
}
.imgleftflow {
	border: 1px solid #0052A5;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.imgrightflow {
	border: 1px solid #0052A5;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
.noborder {
	border: none;	
}
.1-col {
	width: 100%;
	float: none;
	text-align: center;
}
.clear {
	clear: both;
}



/*------BLOG STYLES-------*/
.narrowcolumn {
	margin-right: 190px;
}
/*--headings--*/
h2 a:link, h2 a:visited {
	color: #003366;
	text-decoration:none;
}
h2 a:hover, h2 a:active {
	font-style:italic;
	text-decoration:underline;	
}
h2 em {
	font-weight:normal;
	font-style:normal;
	font-size:0.8em;
}
#content h3 {
	font-size:1.4em;	
}
h3 a:link, h3 a:visited {
	color: #0092A5;
	text-decoration:none;	
}
h3 a:hover, h3 a:active {
	font-style: italic;
	text-decoration: underline;
	color: #003366;
}
/*--posts--*/
.post {
	border-top:1px dotted #003366;
	margin-bottom: 3px;
	padding-bottom: 10px;
	clear:left;
}
#content small {
	margin-top: 6px;
	border:3px solid #f4f8fd;
	border-left:7px solid #f4f8fd;
	background-color:#f4f8fd;
}
#content small.block-padded {
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px;
	display:block;
}
p.postmetadata {
	font-size:0.8em;
	border:3px solid #f4f8fd;
	border-left:7px solid #f4f8fd;
	background-color:#f4f8fd;
	margin-bottom:15px;
}
/*--navigation--*/
.navigation {
	font-size:0.8em;
	margin-left: 20px;
	padding-bottom:10px;
}
.navigation a:link {
	color: #2664CC;
	font-weight: bold;
	text-decoration: none;
}
.navigation a:visited {
	color: #6355E8;
	font-weight: bold;
	text-decoration: none;
}
.navigation a:hover, .navigation a:active {
	font-style: italic;
	text-decoration: underline;
	color: #CC3300;
}
.navigation .alignleft {
	float:left;
	line-height:15px;
}
.navigation .alignright {
	text-align:right;
	margin-right:20px;
	line-height:15px;
}
/*--more--*/
.more-link {
	background-color: #b6d2f2;
	padding: 2px 5px;
	margin-top:5px;
	text-align: right;
	display: block;
}
/*------SIDEBAR STYLES-------*/
#sidebar {
	width: 160px;
	background-color: #F4F8FD;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	border: 1px solid #1351A5;
	border-top: 4px solid #1351A5;
	float: right;
}
/*--text--*/
#sidebar h2 {
	margin: 0px 0px 3px;
	padding: 3px 3px 3px 5px;
	background-color: #6b92cc;
	color: #FFF;
	font-size: 1.1em;
	font-weight: normal;
	border-top: 1px solid #036;
}
#sidebar small {
	margin: 4px 0px 0px 7px;
	font-size:0.8em;
	display:block;
}
#sidebar a img {
	border:none;
	margin:3px 3px 7px 0px;
	vertical-align:sub;	
}
/*--lists--*/
#sidebar ul {
	margin: 0px;
	padding: 0px 0px 6px;
	list-style-type: none;
}
#sidebar li {
	margin: 0px 0px 6px;
	padding: 0px;
}
#sidebar ul ul li {
	margin-right: 5px;
	margin-left: 7px;
}
#sidebar li p {
	margin: 0px 5px 0px 7px;
	padding: 0px;
}
/*--searchform--*/
#searchform {
	padding-bottom:10px;
}
#searchform input {
	border: 1px solid #0052A5;
	height: 20px;
	margin: 4px 0px 0px 7px;
}
#s {
	width: 140px;
}
#searchsubmit {
	width: 60px;
}
/*--bookmarkify--*/
.bookmarkify {
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0px 0px 6px;
	border:3px solid #f4f8fd;
	border-left:7px solid #f4f8fd;
	background-color:#f4f8fd;
	display:block;
}
.bookmarkify div{
	display: inline;	
}
.bookmarkify .title {
	font-weight:bold;
	font-size: 1.1em;
}
.bookmarkify .linkbuttons {
	margin: 0px 6px;
}
.bookmarkify div.brand {
	padding: 0px;
	text-align: right;	
}
.bookmarkify .brand small {
	margin: 0px;
	padding:0px;
	display:block;
}
.bookmarkify .brand a:link, .bookmarkify .brand a:visited {
	font-size:0.9em;
	color:#2664CC;
	text-decoration: none;
}
.bookmarkify a img {
	padding-top:5px;
	border: none;
	margin:0px 3px;
	vertical-align:sub;
}
/*--feedburner--*/
#feedburner {
	border-top: 1px dotted #6E91CC;
	padding-top: 5px;
}
#feedburner input {
	border: 1px solid #0052A5;
	height: 20px;
	margin: 4px 0px 0px 7px;
}
#feedburner p {
	font-weight: bold;
	color: #2664CC;
}
