/* IELTS USA main CSS */

/* RESET ALL STYLES SO CONSISTENT ACROSS ALL BROWSERS
/* Taken 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, 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;
}

em {
	font-style:italic;
	}
/* 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: "" "";
}


/* Simple IELTS USA starts here */

* {
	margin: 0;
}

html {
	height: 100%;
}

body {
    margin:0 0;
    padding:0;    
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	text-align:center;
	height: 100%;
}
		
#skip	{
	margin: 0 0 0 -2000px;
	padding: 0;
	height: 0;
	font-size:0.5em;
	}
		
#container
	{
	margin: 0 auto;
	margin-top:3px;
	text-align:left;
	width:958px;
	border: 1px solid #CCCCCC;
	}
		
#header	{
	width:958px;
	height:120px;
/*	margin-top:-8px;   This will go in an IE only stylesheet */
	}
	
#header-logo	{
	float:left;
	}
	
#header-photo {
	float:right;	
	}	
	
#top-navigation	{
	width:100%;
	height:25px;
	padding:0px;
	margin:0px;
	background-color:#BB0035;
	}	

#top-navigation ul {	
	display: inline;
	}

#top-navigation ul li {	
	list-style: none;
	display: inline;
	}
	
#top-navigation .top-navigation-left a {
	text-decoration:none;
	float:left;
	padding-top:5px;
	padding-right:8px;
	padding-left:8px;
	padding-bottom:4px;
	background-color:#BB0035;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1em;
	}

#top-navigation .top-navigation-left a:hover {
	color:#BB0035;
	background-color:#F9F9F9;
	}

#top-navigation .top-navigation-right a {
	text-decoration:none;
	float:right;
	padding-top:5px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:4px;
	background-color:#BB0035;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1em;
	}
	
#top-navigation .top-navigation-right a:hover {
	color:#BB0035;
	background-color:#F9F9F9;
	}
		
#side-navigation	{
	float: left;
	width: 260px;
		}
		

#side-navigation #home-boxhead	{
	float:left;
	width: 258px;
	height:22px;
	border-top:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
	border-bottom:1px #CCCCCC solid;
	margin-top:15px;
	padding-top:6px;
	background-color:#00AEEF;	
	}	

#side-navigation #home-boxhead .boxhead-text-left {	
	float:left;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1em;
	padding-left:8px;
	}
	
#side-navigation #home-boxhead .boxhead-text-right a {	
	float:right;
	color:#FFFFFF;
	font-weight:bold;
	font-size:0.7em;
	padding-right:3px;	
	padding-top:7px;
	text-decoration:underline;	
	}
	
#side-navigation #home-boxhead .boxhead-text-right a:hover {	
	text-decoration:none;	
	}	

#side-navigation li {
	float: left; 	/* IE WHTESPACE BUG */
	clear: left;	/* IE WHTESPACE BUG */
	width: 258px; 	/* IE WHTESPACE BUG */
}

#side-navigation li a {
	width:248px;
	text-decoration:none;
	text-align:right;	
	color:#0055A6;	
	font-size:0.75em;
	padding-top:10px;
	padding-right:5px;
	padding-bottom:10px;
	padding-left:5px;
	display:block;
	background-color:#FFFFFF;
	border-right:1px solid #CCCCCC;
	}

#side-navigation li a:hover {
	text-decoration:underline;
	color:#BB0035;
	}

#side-navigation .bottom_link a {
	border-bottom:#CCCCCC solid 1px;
	padding-bottom:10px;	
	}

/*##############################################################*/

#side-navigation #home-boxhead-v2	{
	float:left;
	width: 258px;
	height:22px;
	border-top:1px #CCCCCC solid;
	border-right:1px #CCCCCC solid;
	border-bottom:1px #CCCCCC solid;
	margin-top:10px;
	padding-top:6px;
	background-color:#BD60A5;	
	}	

#side-navigation #home-boxhead-v2 .boxhead-text-left {	
	float:left;
	color:#FFFFFF;
	font-weight:bold;
	font-size:1em;
	padding-left:8px;
	}
	
#side-navigation #home-boxhead-v2 .boxhead-text-right a {	
	float:right;
	color:#FFFFFF;
	font-weight:bold;
	font-size:0.7em;
	padding-top:7px;
	padding-right:3px;
	text-decoration:underline;		
	}	
	
#side-navigation #home-boxhead-v2 .boxhead-text-right a:hover {	
	text-decoration:none;	
	}	


#side-navigation .testimonials {
	width:248px;
	text-decoration:none;
	color:#333333;	
	font-size:0.75em;
	padding-top:10px;
	padding-right:5px;
	padding-bottom:10px;
	padding-left:5px;
	display:block;
	background-color:#FFFFFF;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #F6F6F6;
	line-height: 110%;	
	}


#side-navigation .testimonials-bottom-link {
	width:248px;
	text-decoration:none;	
	color:#333333;	
	font-size:0.75em;
	padding-top:10px;
	padding-right:5px;
	padding-bottom:10px;
	padding-left:5px;
	display:block;
	background-color:#FFFFFF;
	border-bottom:#CCCCCC solid 1px;
	border-right:1px solid #CCCCCC;
	line-height: 110%;	
	}

#side-navigation .bold-testimonials {
	font-weight:bold;
	color:#333333;
	}
		
#side-navigation #greyBox {
float: left;
margin-top: 10px;
}	

		
#content {
	width:680px;
	float:left;	
	padding-left:8px;
	margin-left:2px;
	background-color:#FFFFFF;
	}
	
#content a{
color:#0055A6;
}

#content a:hover{
color:#BB0035;
}

#content .list-left{
margin-left:-10px;
margin-top:70px;
	}

#content li{
list-style: none;
background-image:url(../images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left: 20px;
}
	
#content ul {
	margin: 0px 0px 0px 15px;
	list-style: disc;
	font-size:0.8em;
}

#content ul li {
	margin: 10px 0;
	line-height: 160%;
}

#content li ul {
	font-size:1em;
	}
	
#content li ul li {
	background-image:url(../images/arrow-nest.gif);
	background-repeat: no-repeat;
	}
	
/*#content-footer-image {
text-align:center
}*/

#content-header {
}

#content-header-left {
float:left;
}	

#content-header-image-right {
float:right;
padding-top:10px;
}	

#content-footer {
}	
	
#content-footer-image-left {
float:left;
margin-left:3px;
padding-top:25px;
}

#content-footer-form {
float:right;
margin-right: 23px;
padding-top:25px;
}

#content-footer-image-right {
float:left;
margin-left:40px;
padding-top:10px;
}
	
		
#footer	{
	clear: both;
	height: 40px;
	text-align: right;
	padding-top:20px;
	padding-bottom:5px;
	}
		
#footer .left {
	float:left;
	}
		
#footer .right {
	float:right;
	padding-right:10px;
	padding-top:4px;
	}		

#footer .text {
    font-family:Arial, Helvetica, sans-serif;
	font-size:0.85em;
	font-weight:bold;
	}

#footer .redtext {
    font-family:Arial, Helvetica, sans-serif;
	font-size:0.95em;
	font-weight:bold;
	color:#BB0035;
	}

/* Styles */

p	{
	margin: 15px 0 15px 15px;
	font-size:0.8em;
	line-height: 160%;
	}
	
#pageheader h1	{
	margin: 0 0;
	font-size:1.8em;
	color:#BB0035;
	font-weight:bold;
	}
	
h2 {
	margin: 15px 0 15px 0;
	font-size:0.9em;
	font-weight:bold;
	color:#004B99;
	}
	
h3 {
	margin: 15px 0 15px 0;
	font-size:0.8em;
	font-weight:bold;
	color:#333333;
	}
	
.highlight {
	color:#BB0035;
	font-weight:bold;
	font-size:1em;
	}
	
#pageheader{
margin-top:5px;
padding-top:10px;
background-image:url(../images/ielts-usa.gif);
background-repeat: no-repeat;
/*background-position:right;*/
}
	
.homepage-header-red {
	margin: 12px 0 15px 0;
	color:#BB0035;
	font-weight:bold;
	font-size:2em;
	}
	
.homepage-header-blue {
	margin: 0px 0 15px 0;
	color:#004B99;
	font-weight:bold;
	}