/* LAYOUT */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

/* BASIC ELEMENTS
-----------------------------*/
h1 {
	margin: 40px 0 0 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 250%;
	font-weight: normal;
}

h1.reduce-h1 {
	font-size:2.3em;
}



h2 {
	margin: 12px 0 0 18px;
	font-size: 180%;
	font-weight: normal;
	letter-spacing: -1px;
	color: #5b398e;
}

h3 {
	margin: 5px 0 0 10px;
	font-size: 120%;
	font-weight: bold;
}

h3 span {
	font-weight: normal;
	font-size: 85%;
}

h4 {
/*	float: left; 
	display: inline; */ /* EC: Removed due to issues on /exams/exams-info/faqs/index.html */
	width: 606px;
	margin: 5px 0 0 10px;
	font-weight: bold;
}

h5 {
	margin-left: 10px;
	font-weight: bold;
	font-style: italic;
}

a:link {
	color: #006699;
	text-decoration:underline;
	
}

a:visited {
	color: #800080;

}

a:hover, a:focus, a:active {
	background: #428db1;
	color: #fff;
}

body.homepage a:link, body.homepage a:visited, body.homepage a:focus, body.homepage a:hover, body.homepage a:active {
	background: none;
	color: #006699;
	text-decoration: none;
}

body.homepage a:hover {
	text-decoration: underline;
}

a.no-bg {
	background: none;
}

a:hover img {
	color: #006699;
}

p {
	margin: 15px 0 15px 0;
}

#content-primary ul {
	margin: 0 0px 10px 14px;
	list-style: disc;
	list-style-position:inside;
	text-decoration:none;
	
}

#content-primary ul li.nobullet {
	list-style: none;
	font-size:20px;
	position:absolute;
}

#content-primary ol {
	margin: 15px 40px;
	list-style: decimal;
}

#content-primary ul li, #content-primary ol li {
	margin: 5px 0;
	line-height: 160%;	
	padding-right:35px;
}

#content-primary ol.no-bullet {
	margin: 15px 25px;
	list-style: none;
}

#content-secondary-greek {
	position:absolute;
}

table {
	margin: 10px auto;
	border-collapse: collapse;
	width: 550px;
}

th {
	background: #eee;
	font-weight: bold;
	text-align: center;
}

th, td {
	border: 1px solid #ccc;
	padding: 8px ;
}

#dataform {
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	height:331px;
}

#form1 table {	
	width:623px;
	padding:5px;
}

#form1 table #textfield, #form1 table #textfield2 {
	width:235px;
}

table.nooutline td {
	border:none;
}

table.nooutline td span {
	border:none;
}

#textarea  {
	margin-left:45px;
	width:237px;
	height:200px;	

}

td.move-top {
	outline:1px solid red;
	position:absolute;
	
}




table.background-colour {
	margin:10px;
	
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

address {
	margin: 0 0 0 10px;
	font-style: normal;
	line-height: 160%;
}

.left {
	float: left;
	text-align: left;
}

.right {
	float: right;
	text-align: right;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.fifteenpt {
	display: block;
	margin: 10px 0;
	font-size: 15.5pt;
}

.eighteenpt {
	display: block;
	margin: 10px 0;
	font-size: 18pt;
}

ul.margin-top { 
	position:relative;
	top:-19px;
	

}

/* =CONTAINER
--------------------------*/
#container {
	width: 866px;
	margin: 0 auto;	
}

#skip {
	margin: 0 0 0 -1000px;
}


/* =BRANDING
--------------------------------*/
#branding {
	margin: 0;
}

#logo {
	float: left;
}

#experts {
	float: right;
}

/* =BREADCRUMB
-------------------------------*/
ul#breadcrumb {
	float: left;
	display: inline;
	margin: 21px 0 12px 25px;
	width: 100%;
	font-size: 85%;
	color: #006699;	
}

ul#breadcrumb li {
	float: left;
}

ul#breadcrumb li a {
	background: url(../img/breadcrumb-divider.gif) 100% 70% no-repeat;
	margin: 0 4px 0 0;
	padding: 0 10px 0 0;
	font-weight: normal;
}

ul#breadcrumb li a:hover, ul#breadcrumb li a:focus, ul#breadcrumb li a:active {
	color: #006699;
	text-decoration: none;
}

body.homepage ul#breadcrumb {
	display: none;
}

/* =NAV-PRIMARY
-------------------------------*/
#nav-primary {
	background: #669999;
	float: left;
	width: 820px;
	padding: 5px 30px 6px 16px;
	/* border: 1px solid #ccc; */
	font-size: 110%;
}

body.homepage #nav-primary {
	margin:14px 0 0 0;
}

#nav-primary ul {
	float: left;
}

#nav-primary ul li {
	background: url(../img/nav-primary-divider-shadow.jpg) 100% 70% no-repeat;
	float: left;
	margin: 0;
	padding: 3px 9px 5px 7px;
}

#nav-primary ul li.last-item {
	background: none;
}

#nav-primary ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

#nav-primary ul li a:hover, #nav-primary ul li a:focus, #nav-primary ul li a:active {
	background: none;
	text-decoration: underline;
}

body.homepage #nav-home a, body.home #nav-home a, body.exams #nav-exams a, body.evenements #nav-events a, body.faq #nav-faq a, body.recognition #nav-recognition a, body.resources #nav-resources a, body.find-a-center #nav-find-a-center a, body.about-us #nav-about-us a {
	text-decoration: underline;
}

#nav-primary form {
	float: right;
}

#nav-primary form fieldset {
	width: 225px;
}

#nav-primary form #search-input {
	position: relative;
	top: -8px;
	left: 4px;
	width: 177px;
	margin: 0;
	padding: 2px 0 2px 10px;
	border: 1px solid #d0dbdb;
}

#nav-primary form #search-button {
	position: relative;
	top: 1px;
	left: 1px;
}

/* =NAV-SECONDARY
------------------------------*/
#nav-secondary {
	float: right;
	margin: 6px 0 0 0; 
}

#nav-secondary a:link, #nav-secondary a:visited
{
	/*color: #006699;*/
	color:#006699;
	text-decoration: none;
}

#nav-secondary a:hover, #nav-secondary a:focus, #nav-secondary a:active {
	color: #fff;
}

#nav-secondary li {
/*	float: left; */
	float: right;
	width: 184px;	
	padding: 10px 20px 10px 18px;
}

#nav-secondary li.first-item {
	padding: 10px 0 5px 20px;
	border: 1px solid #ccc;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
/*	font-style: italic; */
}

#nav-secondary li.wide {
	width: 110px;
}

#nav-secondary h3 {
	margin: 0 0 5px 0;
	font-size: 100%;
	font-weight: bold;
}

#nav-secondary li h3 a {
	font-weight: bold;
}

#nav-secondary li a {
	padding: 2px;
	padding-top: 0;
	font-weight: normal;
}

#nav-secondary li ul {
	float: left;
	margin: 0;
	
}

#nav-secondary li ul li {
	float: left;
	width: auto;
	margin: 0 3px 0 0;
	padding: 0;	
	line-height:1.4em;
}

#nav-secondary li ul li a {
	float:left;
	margin: 0 4px 0 0;
}

#nav-secondary li ul.bullet li a {
	margin-left: 15px;
}

#content-primary #newsleft {
	background:url(../img/news_background.jpg) no-repeat 0 0;
	height:275px;
	width:367px;
	margin:50px 92px 0 15px;	
	padding-left:0px;
	text-decoration:none;	
	clear: both;		
	
}
		
#newsleft li.greeklink {
	list-style-type:none;
	text-decoration:underline;
	text-align:right;
	margin-right:20px;
	margin-top:30px;
}

#newsleft li {
	padding-left:20px;
	list-style:inside;	
		
	
}

#newsleft li.first {
	padding-top:50px;
	line-height:200%;	
	
}

#newsleft p {
	padding-top:30px;
	padding-left:230px;
		
	
}

/*=HOME [NEEDS CHANGING WHEN HAVE COLOUR SHCEME] */
body.home #nav-secondary li {
	background: #f6f9f4 url(../img/exams-nav-secondary-bg-border.gif) bottom left no-repeat;
}

body.home #nav-secondary li.first-item {
	background: #dde6d7;
	color: #000;
	position: relative;
}

body.home #nav-secondary li.first-item span {
	background: url(../img/choose-your-route.gif) 20px 4px no-repeat;
	/*position: absolute;*/
	width: 100%;
	height: 100%;
	/*margin: -10px 0 0 -20px;*/
}

body.home #nav-secondary li.last-item {
	background: #f6f9f4 url(../img/exams-nav-secondary-bg.gif) bottom left no-repeat;
}

body.home #nav-secondary li ul li.last-item {
	background: none;
}

body.home #nav-secondary h3 {
	color: #006633;
}

/*=CENTRE-APPROVAL [NEEDS CHANGING WHEN HAVE COLOUR SHCEME] */
body.centre-approval #nav-secondary li {
	background: #f6f9f4 url(../img/exams-nav-secondary-bg-border.gif) bottom left no-repeat;
}

body.centre-approval #nav-secondary li.first-item {
	background: #dde6d7;
	color: #000;
	position: relative;
	height: 20px;
}

body.centre-approval #nav-secondary li.first-item span {
	background: url(../img/becoming-a-centre.gif) 20px 4px no-repeat;
	/*position: absolute;*/
	width: 100%;
	height: 100%;
	/*margin: -10px 0 0 -20px;*/
}

body.centre-approval #nav-secondary li.last-item {
	background: #f6f9f4 url(../img/exams-nav-secondary-bg.gif) bottom left no-repeat;
}

body.centre-approval #nav-secondary li ul li.last-item {
	background: none;
}

body.centre-approval #nav-secondary h3 {
	color: #006633;
}

/*=EXAMS*/
body.exams #nav-secondary li {
	background: #f6f9f4 url(../img/exams-nav-secondary-bg-border.gif) bottom left no-repeat;
}

body.exams #nav-secondary li.first-item {
	background: #dde6d7;
	position: relative;
	height: 20px;
	color: #000;
}
body.exams #nav-secondary li.first-item span {
	background: url(../img/exams.gif) 20px 10px no-repeat;
	/*position: absolute;*/
	width: 100%;
	height: 100%;
	/*margin: -10px 0 0 -20px;*/
}

body.exams #nav-secondary li.last-item {
	background: #f6f9f4 url(../img/exams-nav-secondary-bg.gif) bottom left no-repeat;
}

body.exams #nav-secondary li ul li.last-item {
	background: none;
}

body.exams #nav-secondary h3, body.exams #nav-secondary li h3 a:link, body.exams #nav-secondary li h3 a:visited{
	color: #006633;
}

body.exams #nav-secondary li h3 a:hover, body.recognition #nav-secondary li h3 a:hover, body.resources #nav-secondary li h3 a:hover, body.about-us #nav-secondary li h3 a:hover, body.exams #nav-secondary li h3 a:focus, body.exams #nav-secondary li h3 a:active  {
	color: #fff;
}


/*=FIND A CENTER*/
body.find-a-center #nav-secondary li {
	background:#FFCCCC url(../img/find-a-center-nav-secondary-bg-border.gif) bottom left no-repeat;
}

body.find-a-center #nav-secondary li.first-item {
	background:#336600;
	position: relative;
	height: 20px;
	color: #fff;
}
body.find-a-center #nav-secondary li.first-item span {
	background: url(../img/find-a-center.gif) 20px 10px no-repeat;
	/*position: absolute;*/
	width: 100%;
	height: 100%;
	/*margin: -10px 0 0 -20px;*/
}

body.find-a-center #nav-secondary li.last-item {
	background: #F8F9ED url(../img/find-a-center-nav-secondary-bg.gif) bottom left no-repeat;
}

body.find-a-center #nav-secondary li ul li.last-item {
	background: none;
}

body.find-a-center #nav-secondary h3, body.find-a-center #nav-secondary li h3 a:link, body.find-a-center #nav-secondary li h3 a:visited {
	color: #5b398e;
}
body.find-a-center #nav-secondary li h3 a:focus, body.find-a-center #nav-secondary li h3 a:active {}


/*=RECOGNITION*/
body.recognition #nav-secondary li {
	background: #e9eff1 url(../img/recognition-nav-secondary-bg-border.gif) bottom left no-repeat;
}

body.recognition #nav-secondary li.first-item {
	background: #007ca4;
	position: relative;
	height: 20px;
	color: #fff;
}
body.recognition #nav-secondary li.first-item span {
	background: url(../img/recognition.gif) 20px 10px no-repeat;
	/*position: absolute;*/
	width: 100%;
	height: 100%;
	/*margin: -10px 0 0 -20px;*/
}

body.recognition #nav-secondary li.last-item {
	background: #e9eff1 url(../img/recognition-nav-secondary-bg.gif) bottom left no-repeat;
}

body.recognition #nav-secondary li ul li.last-item {
	background: none;
}

body.recognition #nav-secondary h3, body.recognition #nav-secondary li h3 a:link, body.recognition #nav-secondary li h3 a:visited {
	color: #5b398e;
}
body.recognition #nav-secondary li h3 a:focus, body.recognition #nav-secondary li h3 a:active {}

/*=RESOURCES*/
body.resources #nav-secondary li {
	background: #f6f5ed url(../img/resources-nav-secondary-bg-border.gif) bottom left no-repeat;
}

body.resources #nav-secondary li.first-item {
	background: #b8b482;
	position: relative;
	color: #fff;
}
body.resources #nav-secondary li.first-item span {
	background: url(../img/resources.gif) 20px 10px no-repeat;
	/*position: absolute;*/
	width: 100%;
	height: 100%;
	/*margin: -10px 0 0 -20px;*/
}

body.resources #nav-secondary li.last-item {
	background: #f6f5ed url(../img/resources-nav-secondary-bg.gif) bottom left no-repeat;
}

body.resources #nav-secondary li ul li.last-item {
	background: none;
}

body.resources #nav-secondary h3, body.resources #nav-secondary li h3 a:link, body.resources #nav-secondary li h3 a:visited 
{
	color: #5b398e;
}

body.resources #nav-secondary li h3 a:focus, body.resources #nav-secondary li h3 a:active {}

/*=EVENEMENTS*/
body.evenements #nav-secondary li {
	background: #f6f5ed url(../img/resources-nav-secondary-bg-border.gif) bottom left no-repeat;
}

body.evenements #nav-secondary li.first-item {
	background: #b8b482;
	position: relative;
	color: #fff;
}
body.evenements #nav-secondary li.first-item span {
	background: url(../img/resources.gif) 20px 10px no-repeat;
	/*position: absolute;*/
	width: 100%;
	height: 100%;
	/*margin: -10px 0 0 -20px;*/
}

body.evenements #nav-secondary li.last-item {
	background: #f6f5ed url(../img/resources-nav-secondary-bg.gif) bottom left no-repeat;
}

body.evenements #nav-secondary li ul li.last-item {
	background: none;
}

body.evenements #nav-secondary h3, body.evenements #nav-secondary li h3 a:link, body.evenements #nav-secondary li h3 a:visited 
{
	color: #5b398e;
}

body.evenements #nav-secondary li h3 a:focus, body.evenements #nav-secondary li h3 a:active {}

/*=WHAT WE DO*/
body.about-us #nav-secondary li {
	background: #f9f2f8 url(../img/what-we-do-nav-secondary-bg-border.gif) bottom left no-repeat;
}

body.about-us #nav-secondary li.first-item {
	background: #885e80;
	position: relative;	
	color: #fff;
}

body.about-us #nav-secondary li.first-item span {
	background: url(../img/what-we-do.gif) 20px 5px no-repeat;
	/*position: absolute;*/
	width: 100%;
	height: 100%;
	/*margin: -10px 0 0 -20px;*/
}

body.about-us #nav-secondary li.last-item {
	background: #f9f2f8 url(../img/what-we-do-nav-secondary-bg.gif) bottom left no-repeat;
}

body.about-us #nav-secondary li ul li.last-item {
	background: none;
}

body.about-us #nav-secondary h3, body.about-us #nav-secondary li h3 a:link, body.about-us #nav-secondary li h3 a:visited {
	color: #5b398e;
}

body.about-us #nav-secondary li h3 a:focus, body.about-us #nav-secondary li h3 a:hover, body.about-us #nav-secondary li h3 a:active {
	color: #fff;
}

body.about-us table
{
clear: left;
}


/* =DIVIDERS*/
body.exams #nav-secondary li ul li,
body.recognition #nav-secondary li ul li,
body.resources #nav-secondary li ul li,
body.about-us #nav-secondary li ul li {
	background: url(../img/nav-secondary-divider.gif) right 60% no-repeat;
}

body.exams #nav-secondary li ul.bullet li, body.exams #nav-secondary li ul.bullet li.last-item,
body.recognition #nav-secondary li ul.bullet li, body.recognition #nav-secondary li ul.bullet li.last-item,
body.resources #nav-secondary li ul.bullet li, body.resources #nav-secondary li ul.bullet li.last-item,
body.about-us #nav-secondary li ul.bullet li, body.about-us #nav-secondary li ul.bullet li.last-item {
	background: url(../img/bullet-triangle.gif) left 5px no-repeat;
	float: left;
	width: 178px;
	margin: 2px 0;

}

body.exams h1.resultsonlineh1 {
	margin-top:0;
	color:#000;
	padding-top:45px;

}


/* =CONTENT
-------------------------------*/
#content {
	float:left;
	width: 865px;
}

body.homepage div#content {
	margin-top: 20px;
}

body.homepage a:hover {
	background: none;
}

/* =CONTENT-PRIMARY
-------------------------------*/
#content-primary {
	float: left;
	width: 616px;
	margin: 0 10px 0 0;
	padding: 0;
}

body.faq #content-primary {
	width: 854px;
}

body.one-col #content-primary {
	width: 854px;
}

#content-primary p {
	margin-left: 10px;
	margin-right: 10px;
	line-height: 160%;	
}

#content-primary p.homewidth {
	float: left;
	width:405px;		
	padding-left:5px;
	padding-bottom:15px;
	font-size:95%;
}

body.homepage div#content-primary {
	width: 480px;
	margin: 0;
	padding: 0 10px;
}

/* =CONTENT-SECONDARY
-------------------------------*/
#content-secondary {
/*	float: right; */
	float: left;
/*	position:absolute; */
	margin:0;
/*	margin:-90px 0 0 644px; */
	margin: 0;
	padding:0;	
	width: 239px;
}

#nav2 {
	float: right;
	position:absolute;
	margin:0;
	margin:100px 0 0 644px;
	padding:0;	
	/*	width: 222px; */
	width: 230px;
}

body.one-col #content-secondary {
	display: none;
}

body.homepage div#content-secondary {
	width: 344px;
	border-left: 1px solid #e0e0e0;
	margin: 0;
	padding: 0 10px;
	font-size: 0.85em;
}

/* =CONTENT-BOTTOM
-------------------------------*/
#content-bottom {
	float: left;
	display: inline;
	clear: both;
	width: 863px;
	text-align: center;
	margin-top: 9px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

/* =SITE-INFO
-------------------------------*/
div#site-info {
	float: left;
	clear: both;
	width: 860px;
	margin: 10px 0 0 0;
	padding-top: 15px;
	border-top: 1px solid #e0e0e0;
}

/*
#site-info {
	margin-left:100px; 
	left: 180px;
	float: left;
	display: inline;
	clear: both;	
	padding: 20px 0;
	width:650px;
} */

div#site-info a:hover {
	background: #fff;
}

div#site-info img#cambridge-uni-footer-logo {
	width: 265px;
}

div#site-info ul {
	float:left;
	margin-left: 120px;
	margin-top: 20px;
	display: inline;
}

div#site-info li {
	background: url(../img/site-info-divider.gif) 100% 70% no-repeat;
	float: left;
	padding: 5px 6px 5px 5px;
}

div#site-info li.last-item {
	background: none;
}

div#site-info li a {
	font-size: 85%;
	font-weight: normal;
	text-decoration: none;
	color: #000;	
}

div#site-info li a:hover, div#site-info li a:focus, div#site-info li a:active {
	background: none;
	text-decoration: underline;
}


ul#breadcrumb li a {
	background: url(../img/breadcrumb-divider.gif) 100% 70% no-repeat;
	margin: 0 4px 0 0;
	padding: 0 10px 0 0;
	font-weight: normal;
}

img.newsimg {
	padding-right:8px;
	padding-bottom:0px;
	}