@charset "UTF-8";
/* CSS Document */

/*
Note - these styles should be common to ALL prospectus material (not just UG or PG)
Styles need centralising
*/


@import url(subsheets/sub_rightbox.css);

@import url(subsheets/sub_search.css);

@import url(subsheets/sub_forms.css);


#main-content.no_right_column{ 
	width:700px;
	padding-right:20px;
	padding-left:20px;
	float:right;
}


/* The following styles are ones that came with the templates */
#main-title {
	background-image:url(../img/structure/ttlbg-pg-pro.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #9a7b47;
}

.featurecolour1 {
	color: #354159;
	font-weight: normal;
}
.featurecolour2 {
	color: #354159;
}

h3, h4 {
	color: #9d7b47 !important;
}

h2 {
	color: #354159 !important;
}

h5 {
	color: #666666 !important;
	font-size: 105%;
}

#main-content table {
	margin-top: 20px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;

}

#main-content td {
	border: 1px solid #CCCCCC;
	padding:6px;
}
#main-content th {
	color: #FFFFFF;
	background-color: #354159;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	padding:6px;
	border: 1px solid #CCCCCC;
}
.pink {
	background-color: #FFCCCC;
}
.orange {
	background-color: #FFE6B3;
}
.yellow {
	background-color: #FFFFCC;
}
.pinktxt {
	color: #CC0066;
}
.purpletxt {
	color: #330066;
}
#form1 .form1 {
	width: 80%;
	border: 1px solid #AAAAAA;
}
#form1 p {
	margin-top: 10px;
	margin-bottom: 0px;
}
#form1 {
	padding-top: 20px;
}

#main-content ul {
	list-style-type: square;
}

#main-content ul li {
}

#main-content .fullwidthhr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 20px;
	margin-bottom: 0px;
}

#main-content .fullwidthhr hr {
	display: none;
}


blockquote {
	float: right;
	width: 40%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
blockquote p em {
	color: #666666;
	text-align: right;
	font-weight: normal;
	font-style: normal;
}
blockquote p {
	font-weight: bold;
	text-align: right;
	font-size: 85%;
	color: #333333;
}


#main-content p.qualification {
	font-size: 110%;
	color: #444444;
	font-weight: bold;
	margin-top: -12px;
	margin-bottom: 0px;
}
#main-content p.qualification span {
	font-size: 80%;
	color: #666666;
	font-weight: bold;
	margin-left: 1em;
}

#main-menu ul li a:hover, #main-menu ul li a.active{
	background-image:url(../img/bullets/menu-flash.jpg);
	background-color:#CCC;
	background-repeat: no-repeat;
	background-position: left top;
}

#main-menu ul li a.active{
		background-repeat: repeat;
		color:#FFF;
}

#main-menu ul li ul li a:hover, #main-menu ul li ul li a.active{
	padding-left:30px;
	border-left:none;
	background-position: left center;
}
