html, body {
	margin: 0; padding: 0;
	font-family: helvetica , arial , sans-serif;
}

body {
	font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6 , p  {
	margin: 0; padding: 0;
	font-size: 1em;
	font-weight: normal;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

ul, ol , form {
	margin: 0; padding: 0;
	list-style-type: none;
}



/***GENERIC ***/

#wrapper {
	width: 949px;
	margin: 18px auto 0 auto;
}

#holder {
	padding: 10px 0 20px 0;
}

.more {
	text-decoration: underline;
}


/***HEADER ***/

#header {
	overflow: hidden;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #c0d5e0;
}

#logo , #tagline {
	width: 91px;
	height: 91px;
	text-indent: -5000px;
	float: left;
	margin: 0 5px 0 0;
}

#logo {
	background: url(../images/logo.png) no-repeat;
}

#tagline {
	background: url(../images/tagline.png) no-repeat;
}


#contact_info {
	float: right;
	width: 300px;
	text-align: right;
	font-size: 1.2em;
	padding: 0 0 15px 0;
}

#contact_info a {
	color: #71CBD2;
}

#contact_info a:hover {
	color: #307498;
}

#search {
	clear: right;
	float: right;
}

#search .searchbox {
	border: 1px solid #aac5da;
	width: 159px;
	color: #005581;
	font-size: 1.1em;
	padding: 4px 0 4px 8px;
}

#search .go {
	background: #005480;
	border: none;
	color: #ffffff;
	font-weight: bold;
	height: 23px;
	.height: 22px !important;
	padding: 1px 0 4px 0;
	.padding: 2px 0 3px 0 !important;
}

#smallnav {
	clear: right;
	float: right;
	overflow: hidden;
	padding: 10px 0 0 0;
}

#smallnav ul {
	overflow: hidden;
}

#smallnav li {
	background: url(../images/stick.png) no-repeat center right;
	float: left;
	padding: 0 6px;
	font-size: 1.2em;
}

#smallnav .last {
	background: none;
}

#smallnav a {
	color: #636363;
}

#smallnav a:hover {
	text-decoration: underline;
}


/*** SIDEBAR ***/

#sidebar {
	float: left;
	width: 220px;
}

#nav {
	background: url(../images/border.png) no-repeat left bottom;
	overflow: hidden;
	padding: 0 0 10px 0;
	
}

#nav li {
	padding: 0 0 3px 0;
}

#nav a {
	display: block;
	font-family:Arial Black;
	font-size:2.2em;
	letter-spacing: -0.1em;
	color:#71CBD2;
	line-height:0.9em;	
	text-transform:uppercase;
}

#nav a:hover,
#nav .active{
color:#005480;
}

/*
#nav #home a {
	//background-position: 0 0;
	//width: 53px;
}

#nav #home a:hover , #nav #home .active {
	//background-position: 0 -15px;
}

#nav #work a {
	//background-position: -53px 0;
	//width: 179px;
}

#nav #work a:hover , #nav #work .active {
	//background-position: -53px -15px;
	
}

#nav #services a {
	//background-position: -232px 0;
	//width: 79px;
}

#nav #services a:hover , #nav #services .active {
	//background-position: -232px -15px;
}

#nav #members a {
	//background-position: -311px 0;
	//width: 86px;
}

#nav #members a:hover , #nav #members .active {
	//background-position: -311px -15px;
}

#nav #staff a {
	//background-position: -397px 0;
	//width: 50px;
}

#nav #staff a:hover , #nav #staff .active {
	//background-position: -397px -15px;
}
*/

#subnav {
	padding: 5px 0 0 0;
}

#subnav a {
	color: #72ccd2;
	font-size: 1.2em;
}

#subnav a:hover,
#subnav .active a  {
	color: #005480;
}

#subnav .inactive a {
	color: #72CCD2;
}

#subnav li {
	padding: 0;
}

/*#subnav ul li {
	padding: 0 0 0 0;
} */

#subnav ul li ul li ul li {
	padding: 0 0 0 12px;
}

#subnav ul li ul li ul {
	padding: 0 0 4px 0;
}




/***CONTENT/WYSIWYG STYLES***/

#content {
	overflow: hidden;
	padding: 0;
	color: #7d7d7d;
}

#content .title {
	color: #005581;
	font-family: Myriad Pro, Helvetica, Arial, Sans-Serif;
	font-size: 2.4em;
}

#content .subtitle {
	color: #005581;
	padding: 22px 0 3px 0;
}

#content p {
	padding: 0 0 10px 0;
	font-size: 1.2em;
}

#content h1 {
	font-size: 2em;
	padding: 0 0 8px 0;
}

#content h2 {
	font-size: 1.7em;
	padding: 0 0 3px 0;
}

#content h3 {
	font-size: 1.4em;
	padding: 0 0 3px 0;
}



.warning {
	color: red;
	font-weight: bold;
}

.error {
	color: #005480;
	font-weight: bold;
	padding: 0 0 20px 0;
}

.highlight {
	background: yellow;
	padding: 1px;
}

.wysiwyg {
	margin: 0 10px 10px 10px;
}

.wysiwygleft {
	margin: 0 10px 10px 0;
}

.wysiwygright {
	margin: 0 0 10px 10px;
}

#content li {
	list-style: disc;
	margin: 0 0 0 10px;
	font-size: 1.2em;
	
}


#content ol , 
#content ul {
	padding: 3px 0 3px 12px;
	margin: 0 0 0 15px;
}

#content ol li {
	list-style-type: decimal;
}

#content a {
	color: #71cbd2;
}

#content a:hover {
	color: #307498;
}

/***COL***/

.col {
	float: right;
	width: 228px;
	padding: 0 0 0 25px;
}

.col h3 {
	font-size: 1.3em;
	padding: 10px 0 10px 0;
	font-weight: bold;
}

.light h3 {
	color: #72ccd2;
}

.dark h3 {
	color: #005581;
}

.content {
	padding: 13px;
	margin: 0 0 2px 0;
}

.content a {
	text-decoration: underline;
}

.light .content {
	background: #72ccd2;
	color: #ffffff;
}

.dark .content  {
	background: #005581;
	color: #ffffff;
}

.content p {
	font-size: 1.2em;
}

.light , .dark {
	margin: 0 0 15px 0;
}

.light a , .dark a {
	color: #ffffff;
}



/***LIST***/

.list {
	margin: 0 0 2px 0;
}

.item {
	padding: 13px;
}

.name {
	margin: 0 0 3px 0;
	font-size:1.3em;
	font-weight:bold;
}

.name a {
	font-weight:bold;
	padding:0pt 0pt 2px;
	text-decoration: underline;
}

.date {
	font-weight: bold;
	padding: 0 0 2px 0;
	font-size: 1.2em;
}

.time {
	font-size: 1.2em;
}

.email {
	font-size: 1.2em;
}

.link {
	font-size: 1.2em;
}

#links .link {
	text-decoration: underline;
}

.job ,
.company {
	font-size: 1.1em;
}

.item p {
	font-size: 1.2em;
}

.dark .item {
	background: #005581;
	color: #ffffff;
	margin: 0 0 2px 0;
}

.light .item {
	background: #72ccd2;
	color: #ffffff;

}



#news .item,
#assignment_box .item {
	margin: 0 0 2px 0;
}

#assignment_box .description {
	font-size: 1.2em;
}

#eventlist .item,
#link_page .item {
	padding: 13px 13px 0 0;
}

#link_page .summary {
	font-size: 1.2em;
}

#member_list .job , #member_list .company , .jobtitle {
	font-size: 1.2em;
}

#member_list .name {
	color: #71CBD2;
}


.jobtitle {
	font-weight: bold;
}

.description {
	padding: 2px 0;
}

#member_list .item {
	padding: 13px 13px 13px 0;
}

#resources li {
	padding: 6px 0 6px 0;
	border-bottom: 1px solid #ffffff;
}

#resources a {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

#resources li img {
	display: none;
}

/*** GENERIC BOX STYLES ***/

.generic_box a {
	text-decoration: underline;
}

.generic_box h1 {
	font-size: 2.4em;
	font-weight: bold;
	padding: 3px 0;
}

.generic_box h2 {
	font-size: 1.9em;
	font-weight: bold;
	padding: 3px 0;
}

.generic_box h3 {
	font-size: 1.6em;
	font-weight: bold;
	padding: 3px 0;
	color: #ffffff;
}

.dark .generic_box .highlight {
	background: #72CCD2;
}

.light .generic_box .highlight {
	background: #005581;
}

.generic_box ul,
.generic_box ol {
	padding: 6px 0;
}

.generic_box li {
	margin: 0 0 0 20px;
	font-size: 1.2em;
	padding: 1px 0;
}

.generic_box ul li {
	list-style: disc;
}

.generic_box ol li {
	list-style: decimal;
}

/***STAFF LIST***/

#stafflist {
	padding: 10px 0 0 0;
	overflow: hidden;
}

#stafflist .item {
	height: 246px;
	width: 227px;
	padding: 0 16px 0 0;
	margin: 0 0 20px 0;
	overflow: hidden;
	float: left;
	font-size: 1.2em;
	border-bottom: 1px solid #c0d5e0;
}

#stafflist .name {
	color: #005581;
	font-weight: bold;
}

#stafflist .jobtitle {
	color: #72ccd2;
	font-weight: bold;
}

#stafflist .email {
	color: #72ccd2;
	text-decoration: underline;
}

/***INSETNAV***/

#insetnav {
	width: 500px;
	overflow: hidden;
	padding: 0 0 30px 0;
}

#insetnav li {
	float: left;
	width: 250px;
	margin: 0;
	list-style: none;
	font-size: 1.2em;
}

#insetnav .active {
	color: #307498;
}

/***FORM***/

.generic_form {
	font-size: 1.2em;
	overflow: hidden;
	padding: 0 0 20px 0;
}

.generic_form .label {
	padding: 9px 0 1px 0;
}

.generic_form table {
	padding: 15px 0 10px 0;
}

.generic_form .submit {
	margin: 10px 0 0 0;
}

.generic_form #captcha {
	margin: 10px 0 0 0;
}

.formSectionTitle {
	color: #005581;
	font-weight: bold;
}

/***SEARCH***/

#site_search {
	font-size: 1.2em;
	padding: 10px 0;
}

#site_search select {
	margin: 0 5px;
}

.searchitem a {
	text-decoration: underline;
}

.searchitem {
	color: #71CBD2;
}

.searchitemsummary {
	color: #7D7D7D;
}

.searchitemsummary {
	padding: 2px 0 7px 0;
}

.searchitemrank , 
.searchresultrank {
	display: none;
}

.searchresult {
	padding: 3px 0;
}

.searchresultclass {
	display: none;
}

.pagination {
	font-size: 1.2em;
	padding: 5px 0;
}

.pagination .currentPage , .pagination a {
	padding: 0 3px;
}


/***SITEMAP***/

#sitemap_page {
	font-size: 1.2em;
	padding: 10px 0 30px 0;
}

#content #sitemap {
	margin: 0;
	padding: 0 0 3px 10px;
}

#sitemap li {
	background: url(../images/chevron.png) no-repeat left 3px;
	list-style: none;
	padding: 0 0 0 15px;
	font-size: 14px;
}


/*** ASSIGNMENTS ***/

#assignments {
	padding: 3px;
}

#assignments table {
	border-collapse: collapse;
	width: 720px;
	font-size: 1.2em;
}

#assignments table th {
	text-align: left;
	padding: 5px;
}

#assignments table th a {
	background: url(../images/chevron_sort.png) no-repeat left center;
	padding: 0 0 0 15px;
}

#assignments table #id {
	width: 75px;
}

#assignments table #year {
	width: 55px;
}

#assignments table #institution {
	width: 149px;
}

#assignments table td {
	border: 1px solid #7d7d7d;
	padding: 5px 5px 5px 10px;
	text-align: left;
}


.assignment_details {
	overflow: hidden;
}

.assignment_details h2 {
	clear: left;
	float: left;
	padding: 4px 5px 4px 0 !important;
	font-size: 1.2em !important;
	font-weight: bold;
}

.assignment_details p {
	float: left;
	margin: 0;
	padding: 4px 0 !important;
}

.assignment_details .tor h2,
.assignment_details .assignment_summary h2 {
	float: none;

}

/*.assignment_details .tor p,
.assignment_details .assignment_summary p {
	padding-top: 0 !important;
}*/

.eventInfo {
	padding: 0 !important;
	margin: 5px 0;
	font-size: 1.3em !important;
	font-weight: bold;
}

.eventInfo span {
	padding: 0 7px 0 0;
}

.bookingLink {
	padding: 5px 0 !important;
	border-top: 1px solid #71CBD2;
	border-bottom: 1px solid #71CBD2;
	margin: 10px 0 0 0;
}

.bookingLink a {
	font-weight: bold;
}

.bigText{font-weight:bold}


