/*---------------------------------------------------------------------
 * COLOUR STYLES
 * Colour schemes for departmental variations.
 *--------------------------------------------------------------------*/

@import url("gold_img.css");
@import url("gold.css");

/*---------------------------------------------------------------------
 * TAGS
 * Basic global styles, set by tag.
 *--------------------------------------------------------------------*/

body
{
	font-size: 0.7em;
}

body#student #container
{
	border: none;
}

body, h1, h2, h3, h4, h5, h6, dl, dt, dd
{
	margin: 0;
	padding: 0;
}

hr
{
	margin: 10px 0;
	border: none;
	border-top: 1px dashed #888;
	width: 100%;
	color:white; 
	background:white;
	clear:both;
}

#content *
{
	/* fixes peek-a-boo bug! */
	line-height: 1.4em;
}

#content .box img
{
	max-width: 620px;
	height: auto;
}

p
{
	margin-bottom: 1em;
}

a
{
 	text-decoration: underline;
}

small, .small
{
	font-size: 88%;
}

h1
{
	/*---------------------------------------------------------------------
	 * Goldsmiths logo, displayed on every page.
	 * background-image set by colour-specific stylesheets.
	 *--------------------------------------------------------------------*/
	width: 180px;
	background-repeat: no-repeat;
	float: right;
	display: block;
	margin: 0;
	padding: 0;
}

h1 a
{
	/*---------------------------------------------------------------------
	 * Logo link.
	 * Block and height must be set to render empty box.
	 *--------------------------------------------------------------------*/
	display: block;
	height: 70px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}


h1 a span
{
	/*---------------------------------------------------------------------
	 * Text displayed by browsers that do not support images.
	 *--------------------------------------------------------------------*/
	display: none;
}


h2, h3, h4, h5
{
	margin: 10px 0 10px;
}

h2
{
	margin-top: 5px;
}
	

h4, h5
{
	font-weight: bold;
}

ul, ol  {
	margin: 0 1em 1em;
	padding: 0;
}

#homepage ul, ol  {
	margin: 0 !important;
	padding: 0;
}

#homepage ul li  {
	margin-left: 12px !important;
	padding: 2px;
}


ol {
	margin-left: 1.5em;
}

.spaced li
{
	margin: 0.5em 0.5em 0.8em 2em;
}

li, .spaced ul li {
	margin: 0 0 0 2em;
	padding-left: 0.5em;
}

ul li
{
	list-style-type:square;
}

/*---------------------------------------------------------------------
 * QUOTES
 * 
 *--------------------------------------------------------------------*/

blockquote
{
	margin: 1em 2em;
	color: #999;
}
blockquote cite
{
	display: block;
	text-align: right;
	margin-top: -0.5em;
}
blockquote cite:before
{
	content: "-  ";
}


/*---------------------------------------------------------------------
 * TABLES
 * 
 *--------------------------------------------------------------------*/

td, th
{
	padding: 3px 4px;
	padding: 4px 5px;
}



/*
 * Default to faint borders around tables, which can be overridden.
 *--------------------------------------------------------------------*/


table
{
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin: 1em 0;
}

td, th
{
	border: 1px dotted #ccc;
}

td
{
	vertical-align: top;
}

th
{
	background: #f0f0f0;
}

table td.header h3
{
	margin: 0.5em 0.5em;
}

table.homepage 
{
	border:1px solid #F3E9D8;
	border-collapse:collapse;
	background-color:#FFFFFF;
	width:195px;
	margin:0 !important;
}

table.homepage td
{
	vertical-align: top;
	padding-bottom: 0.5em;
}

/*
 * table.left: table with headers on the left-hand side
 *-------------------------------------------------------*/
table.left th, table.left td
{
	padding: 6px 8px;
}

table.left th
{
	text-align: right;
	vertical-align: top;
	padding-left: 12px;
}
table.left td
{
}



table.borderless, table.borderless td, table.borderless th
{
	border: none;
}

table.padded td, table.padded th
{
	padding: 12px;
}





/*---------------------------------------------------------------------
 * FORMS
 *--------------------------------------------------------------------*/

form
{
	/* still needed for many browsers (ie safari) */
	margin: 0;
}

input, button, textarea, select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: inherit;
	color: #333333;
	border-width: 1px;
	padding: 1px 2px;
}
input.submit, input[type="submit"]
{
	border-width: 2px;
	padding: 2px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}






/*---------------------------------------------------------------------
 * LISTS
 *--------------------------------------------------------------------*/

/*
 * ul.standardList: bulleted with double-arrows
 * background-image set in colour-specific stylesheets
 *-------------------------------------------------------*/
#content .standardlist 
{
	padding:5px;
}

#content .standardlist li, #homepageContent .standardlist li, #homepage .standardlist li
{
 	line-height: 1.5em;
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding: 0 0 0 15px;
	list-style: none;
	margin:0;
}

#content .list-pair
{
	width: 100%;
}



/*---------------------------------------------------------------------
 * STRUCTURAL
 *--------------------------------------------------------------------*/


/*
 * container: main centrally-aligned box
 *-------------------------------------------------------*/
#container
{
	padding: 0;
	width: 90%;
	margin: 0px auto;
}

/*
 * topbar: contains logo, accessibility + search box
 *-------------------------------------------------------*/
#topbar
{
	width: 100%; /* 775px + 5px padding = 790 */
	height: 70px;
	padding: 0;
	margin: 0;
}
	
/*
 * topmenu: global horizontal links list
 *-------------------------------------------------------*/
#topmenu
{
	width: 100%; 	
	padding: 0;
	margin: 0;
}

#main
{
	
 	width: 100%;

	/*---------------------------------------------------------------------
	 * Add light background to right navigation.
	 * background-image is specified in colour-specific stylesheets.
	 *---------------------------------------------------------------------*/
	background-repeat: repeat-y;
	background-position: 100% 0;
}

#content
{
	float: left;
	width: 100%;
	padding: 0;
	padding-bottom: 1em;
	margin: 0;
}

#homepageContent, #homepage
{
	/*float: left;
	width: 645px;*/
	padding: 0;
	padding-bottom: 1em;
	margin: 0;

	/* remove padding from #content */
	margin-bottom: -1em;
}

#content_top
{
        padding: 5px 10px;
}





/*---------------------------------------------------------------------
 * STANDARD COLUMNS
 *--------------------------------------------------------------------*/

.two_col_gold
{
	width: 310px;
	margin: 4px 0 8px 8px;
}

.two_col_l
{
	width: 300px;
	margin: 0 0 10px 0;
}

.two_col_r
{
	width: 290px;
	margin: 0 0 10px 10px;
	/* removed because putting out the two col template
	padding:10px; */
}

.two_col_l_prospectus
{
	width: 250px;
	margin: 0 0 10px 0;
}

.two_col_r_prospectus
{
	width: 340px;
	margin: 0 0 10px 10px;
	padding:10px;
}

.col
{
	width: 180px;
	float: left;
	margin-left: 2px;
	
}

.col_inner {
	padding: 5px;
}

.col1 {
	width: 175px;
	padding: 5px;
	float: left;
	background-color:#FFFFFF;
}

.col2 {
	width: 265px;
	float: left;
	margin-left: 2px;
}

.col3 {
	width: 180px;
	padding: 5px 5px 10px 5px;
	float: left;
	margin-left: 2px;	
}

.col1 p, .col2 p {
	font-size:1em;	
}

.homepageCol
{
	width: 220px;
	float: left;
	background-color:#FFFFFF;
	
}

.homepageCol2 {
	width: 225px;
	float: left;
	margin-left: 2px;
}

.homepageCol3 {
	width: 195px;
	float: left;
	margin-left: 2px;	
}

.homepageCol12
{
	width: 445px;
	float: left;
	margin-left: 2px;
}

#homepage table, #homepage td
{
	border: none;
}

#homepage td
{
	padding-bottom: 0.8em;
}

.threeCol1 {	
	width: 190px;
	float: left;
}

.threeCol2, .threeCol3 {
	width: 190px;
	float: left;
	margin-left: 20px;
}

.box
{
	padding: 8px 12px;
}

/* djj 20081008 - fix ie6 peekaboo bugs? */
/* removed - line-height solution used instead */
#content *
{
	/* position: relative */
}

#content a, #content input
{
	/* z-index: 5; */
}

.homepageBox
{
	padding: 12px;
}

#homepageContent .programmes, #homepage .programmes
{
	padding:10px 10px 15px 10px;
	margin: 2px 0;
}


/*body#student .box, body#staff .box, body#drama .box
{
	padding: 4px 8px 2px;
}*/

.newsItem
{
	padding: 4px;
	margin:4px 12px;
	border-bottom-style:dashed;
	border-width:1px;
	border-color:#ccc;
}

/*---------------------------------------------------------------------
 * STUDENT/STAFF PORTAL BOXES
 *--------------------------------------------------------------------*/

.gbox
{
	padding: 10px;
	margin: 8px 2px 14px;
	border: 1px solid #fff;
	clear: both;
	display: block;
	position: relative;
}

.gbox a
{
	text-decoration: none;
}

.gbox a:hover
{
	text-decoration: underline !important;
}

.gbox h3
{
	margin: -11px -10px 10px -10px;
	background: transparent url("../static/images/g.gif") top left no-repeat;
	padding:3px 3px 3px 23px;
	font-weight:normal;
	font-size:100%;
	position: relative;
}

.more, .gbox .more
{
	clear: both;
	margin-top: 12px;
	text-align: right;
	font-size: 95%;
	position: relative;
}
.more a, .gbox .more a
{
	text-decoration: underline !important;
	color: #999;
}
.gbox .more a:hover
{
	color: #444;
}

.gbox ul
{
	margin: 0;
	padding: 0;
}

.gbox_links
{
	background-color: #ede5d6;
	border-color: #e2dbcb;
	color: #7b5f31;
}

.gbox_links h3
{
	background-color: #e4d8c3;
	color:#927340 !important;
}

.gboxHomepage
{
	background-color: #ede5d6;
	border-color: #e2dbcb;
	color: #7b5f31;
	margin:0 0 10px 0;
}
	
.gboxHomepage h3
{
	background-color: #e4d8c3;
	color:#927340 !important;
}

#homepage .gbox a, #staff .gbox a, #student .gbox a
{
	text-decoration: none;
}
.gbox a
{
	text-decoration: underline;
}

#homepage .gboxHomepage ul.standardlist 
{
	padding:0 !important;
	margin-left:-10px !important;
}

#homepage .gboxEvents 
{
	padding: 10px;
	margin: 0;
	clear: both;
}

.gboxEvents h3
{
	background: transparent url("../static/images/g.gif") left no-repeat;
	margin: -11px -10px 10px -10px;
	padding:3px 3px 3px 23px;
	font-weight:normal;
	font-size:100%;
}

.testimonialsBox {
	padding:5px;
	background-color:#f8f5f0;
	border:1px solid #CEC6B8;
	margin-top:10px;
	}

.gbox_transparent
{
	border: 1px solid #dddde0;
	background: #f2f2f4;
}


/*
.gbox:hover h3
{
	background: url("../static/images/g.gif") #d9c5a3 left no-repeat;
	color: #7b5f31;
}
body .gbox_grey:hover h3
{
	background-color: #cbd4d8;
	color: #456;
}
*/

.newsFeatureStory:hover, .newsFeatureStory2:hover
{
	opacity:1.0;
}

.gbox_pale, .gbox_latest
{
	background-color: #f8f2f0;
	border-color: #f3e9d8;
}

.gbox_pale h3, .gbox_latest h3
{
	background-color: #f3e9d8;
	color:#927340 !important;
}

.gbox_pale .event_date
{
	color: #797470;
}

body .gbox_grey h3
{
	background: url("../static/images/greyBox.gif") #e0e0e0 left no-repeat;
	color: #909090;
}


.gbox_grey
{
	background-color: #f2f2f2;
	/*border-color: #e0e0e0;*/
	border:1px solid #E0E0E0;
}

body .gbox_grey .standardlist a
{
	color: #707790;
}


.newsFeatureStory, .newsFeatureStory2
{
	width:132px;
	float:left;
	/* border:#ceb993 solid 1px; */
	opacity:0.9;
	background: #e8e8e8;
	padding: 6px;
	margin: 4px 2px;
	border: 1px solid #d0d0d0;
	margin-bottom: 8px;
	font-size: 84%;
}


.newsFeatureStory2
{
	margin-left: 12px;
	margin-right: 0;
}


.newsFeatureStory img, .newsFeatureStory2 img
{
	width: 132px !important;
	height: 110px !important;
}

.newsFeatureStory span, .newsFeatureStory2 span
{
	padding: 4px;
	display: block;
	text-align: center;
	color: #555;
	height: 3em;
}

.newsFeatureStory a, .newsFeatureStory2 a
{
	text-decoration: none;
}

.newsImage {
	float:right;
	padding:0 0 10px 10px;
	border:none;
}



/*---------------------------------------------------------------------
 * TEXT SIZE SELECTOR
 *--------------------------------------------------------------------*/
ul#textChange
{
	padding-left: 10px;
	display: block;
	font-size: 0.9em;
	padding: 0px;
	margin: 0;
	float: left;
}

ul#textChange li
{
	list-style: none;
	padding: 0px 10px 2px;
	margin: 8px 12px 0 0;
	border-right: 1px dotted #ccc;
}

ul#textChange li a
{
	text-decoration: none;
	margin: 0px 1px;
}

ul#textChange li#skip
{
	display:none;
}

ul#textChange li a.med
{
	font-size: 1.3em;
}

ul#textChange li a.lar
{
	font-size: 1.5em;
	position: relative;
	top: 1px;
}

ul#textChange li a.contrast
{
	color:#FFFFFF;
	background-color:#000000;
	background-color:#555555;
	padding: 1px 2px;
	position: relative;
	top: -1px;
}






/*---------------------------------------------------------------------
 * SEARCH BAR
 *--------------------------------------------------------------------*/



#topbar ul, #topbar li
{
	margin: 0;
	padding: 0;
}

#sitesearch li
{
	margin: 0;
	padding: 12px 0;
	list-style:none;
}

#sitesearch .sitesearch_field
{
	margin: 0 0 0 0px;
	padding: 0;
	font-size: 0.9em;
  	float: left;
	width: 110px;
}


.sitesearch_btn
{
	width: 56px;
	height: 15px;
	padding: 15px 0 0;
	margin: 0;
	border: 0 !important;
	font-size:0.1em;
	line-height:1000em;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	/* cursor: hand; */ /* for IE 5.x */
}

#sitesearch .sitesearch_btn
{
	width: 56px;
	height: 15px;
	padding: 15px 0 0;
	margin: 0;
	border: 0 !important;
	font-size:0.1em;
	line-height:1000em;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	/* cursor: hand; */ /* for IE 5.x */
	float:left;
}

#homepage .sitesearch_btn
{
	width: 56px;
	height: 15px;
	padding: 15px 0 0;
	margin: 0;
	border: 0 !important;
	font-size:0.1em;
	line-height:1000em;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	/* cursor: hand; */ /* for IE 5.x */
	float:right;
}

#home .col3 .sitesearch_btn
{
	width: 56px;
	height: 15px;
	padding: 5px 0 0;
	margin: 0;
	border: 0 !important;
	font-size:0.1em;
	color:#FFFFFF;
	line-height:1000em;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	/* cursor: hand; */ /* for IE 5.x */
	
}



/*---------------------------------------------------------------------
 * NAVIGATION - TOP MENU
 * Also uses anylink.css
 *--------------------------------------------------------------------*/

#topmenu ul#topnav
{
	padding: 8px 12px;
	margin: 0;
}

#topmenu ul#topnav li
{
	display: inline;
	margin: 0;
	padding: 0 15px 0 0;
}

#topmenu ul#topnav li a:link, #topmenu ul#topnav li a:visited, #topmenu ul#topnav li a:hover, #topmenu ul#topnav li a:active 
{
	font-size:1em;
	text-decoration:none;
}

#topmenu ul#topnav li a:hover
{
	text-decoration:none;
}
	



/*---------------------------------------------------------------------
 * NAVIGATION - RIGHT
 *--------------------------------------------------------------------*/

#rightnav
{
	padding: 0;
	margin: 0;
	width: 145px;
	float: right;
	background-color: transparent; 
}	

#rightnav ul
{
	margin: 5px 10px 0 10px;
	padding: 0;
	list-style: none;
}	

#rightnav ul li 
{
	
	display: block;
	margin: 0;
	padding: 5px 0;
}
	
#rightnav ul li a
{
 	text-decoration: none;
 	
}	

#rightnav ul li a:hover
{
 	background-repeat: no-repeat;
	background-position: 8px 50%
}	

#rightnav ul li ul li
{
	font-size:1.0em;
	padding:1px 0 1px 8px;
}




/*---------------------------------------------------------------------
 * NAVIGATION - SECTION-SPECIFIC BAR BELOW TOPNAV
 *--------------------------------------------------------------------*/

#submenu ul
{
	padding: 0px;
	margin: 0;
	list-style: none;
}

#submenu ul li
{
	display: inline;
	margin: 0;
	padding: 0;
}



/*---------------------------------------------------------------------
 * BREADCRUMBS
 *--------------------------------------------------------------------*/

#crumbtrail, .crumbtrail
{
	color: #d0d0d0;
	padding: 8px 12px;
	background: #f2f2f2;
	background: #fff;
	background: transparent;
	text-indent: -1em;
	margin-left: 1em;
}

body #crumbtrail a, body .crumbtrail a
{
 	color: #a8a8a8;
	text-decoration:none;
	white-space: nowrap;
	line-height: 1.5em;
}

#crumbtrail a:hover, .crumbtrail a:hover
{
	color: #696969;
	border-bottom: 1px dotted #bbb;
}




/*---------------------------------------------------------------------
 * FOOTER
 *--------------------------------------------------------------------*/

#footer
{
	/*width: 100%;*/
	clear: both;
	padding: 4px 6px;
}

#footer hr
{
	display: none
}

#footer a
{
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}


.t4-edit {
	float:right;
	}


/*---------------------------------------------------------------------
 * SITEMAP
 *--------------------------------------------------------------------*/

.sitemap ul, .sitemap li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.sitemap ul
{
	padding-left: 1em;
	padding-top: 2px;
}

/*
 * hide deeply-nested branches of the tree
 *-----------------------------------------------------------*/

.sitemap li
{
	padding: 2px 0 3px 9px;
}
.sitemap li li
{
	border: 1px dotted #ca9;
	border-width: 0 0 1px 1px;
}
.sitemap li li
{
	position: relative;
	top: 1px;
}
.sitemap li a {
	margin: 0;
	padding-left: 0.5em;
	background: white;
	background: transparent;
	position: relative;
	top: 0.5em;
	display: block;
}
.sitemap li ul
{
	border-top: 1px dotted black;
	border: none;
	margin-left: -1em;
	padding-left: 2em;
}





ul.list
{
	margin: 10px;
	padding: 0 20px;
}

ul.list li
{
	list-style-type:square;
	padding: 2px;
}




/*---------------------------------------------------------------------
 * SITEMAP 2: EXPANDER
 *--------------------------------------------------------------------*/

.sitemap li.expanded, .sitemap li.collapsed
{
	cursor: pointer;
	display: block;
	max-width: 500px;
}

.sitemap ul li { 
	background: transparent url(/static/images/sitemap/none.gif) repeat-y 0px 0px;
}
.sitemap li.expanded { 
	background: transparent url(/static/images/sitemap/expanded.gif) no-repeat 0px 0px;
}
.sitemap li.collapsed { 
	background: transparent url(/static/images/sitemap/collapsed.gif) no-repeat 0px 0px;
}

.sitemap ul li
{
	border-left: none;
	border-bottom: none;
	padding-left: 14px;
}




/*---------------------------------------------------------------------
 * EVENTS CALENDAR WIDGET
 *--------------------------------------------------------------------*/

ul.events_list
{
	margin: 5px 0 10px !important;
	padding: 0;
}

.event_date
{
	display: block;
	font-weight: bold;
	font-size: 95%;
	margin: 10px 0 0;
}

/*#content ul.events_list li*/
ul.events_list li 
{
	margin-left: 0px;
	margin-bottom: 1.0em;
	padding: 0;
	list-style-type:none;
}

ul.events_list li a
{
	text-decoration: none;
}







/*---------------------------------------------------------------------
 * COLLAPSIBLE MENU IN RIGHT NAV
 *--------------------------------------------------------------------*/

div.sdmenu
{
	width: 145px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
	margin-top: 10px;
	color: #9C752A;
}
div.sdmenu span
{
	padding-left: 10px;
}

div.sdmenu span:hover
{
	cursor:pointer;

}

div.sdmenu div {
	overflow: hidden;
}
div.sdmenu ul, div.sdmenu li
{
	margin: 0;
	padding: 0;
}

div.sdmenu div.collapsed {
	height: 22px;
}

#rightnav div.sdmenu ul
{
	margin-bottom: 12px;
}
div.sdmenu span {
	display: block;
	
	font-weight: normal;
	color: #9C752A;
	cursor: default;
	/*border-bottom: 1px solid #ddd;*/
}
div.sdmenu .collapsed span {

}
div.sdmenu li a {
	display: block;
	color: #9b9385;
	text-decoration: none;
	
	color: #9b9385;
	text-decoration: none;
}

div.sdmenu a:hover {
	/*background : #e8dfb4 url(linkarrow.gif) no-repeat right center;*/
	color: #7B5F31;
	text-decoration: none;
	
}




/*---------------------------------------------------------------------
 * USEFUL CLASSES
 *--------------------------------------------------------------------*/

.floatleft
{
	float:left;

}

.floatright
{
	float:right;
}

.light
{
	color: #999;
}

.highlight
{
	color: #d11;
}

.darken
{
	opacity: 0.9;
}

.darken:hover
{
	opacity: 1.0;
}

.fullwidth
{
	width: 100%;
}

.half
{
	width: 50%;
}

.third
{
	width: 33%;
}

.clear
{
	clear: both;
}

img.left
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.right
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}


.boxout, .message
{
	clear: both;
        background: #eee;
        border: 1px solid #d1d1d1;
        padding: 1em;
        margin: 1em 0;
	position: relative;

	/* annoying stacking behaviour -- needed
	 * due to relative positioning hack for IE6 'peek-a-boo' display bugs */
	z-index: 5;
}



table.spaced td, table.spaced th
{
	padding: 1em;
	vertical-align: top;
}

table.alternating
{
	border-collapse: collapse;
}
table.alternating tr td
{
	background: #eee;
	background: #fdfdfd;
}
table.alternating tr.alt td
{
}
td.submit
{
	text-align: right;
	background: transparent !important;
}
th small i
{
	font-weight: normal;
	font-style: normal !important;
}


.home_selector
{
	padding: 6px 18px;
	background: #e8e8e2;
	text-decoration: none !important;
	margin-right: 4px;
}
.home_selector:hover
{
	background: #cec8c0;
	color: #321 !important;
}


/*---------------------------------------------------------------------
 * PHOTO GALLERY CLASSES
 *--------------------------------------------------------------------*/


.photogallery { 
 float: left; 
 display: block; 
 width: 150px; 
 clear: none; 
 height: 100px; 
 padding:3px 0 6px 9px; 
} 
.photo span { 
 clear: left; 
} 
/*.gallery_big { 
 width: 600px; 
} 
*/
.back
{
	margin-top: 12px;
	text-align: right;
	font-size: 95%;
}

.photogalleryThumbs { 
	float: left; 
	display: block; 
	clear: none; 
	padding: 1px 0px 5px 10px; 
} 

.photogalleryBordered
{
	border: 1px solid #ccc;
	background: #eee;
	margin: 12px 0 0px 12px;
}
 
.caption
{
	font-size: 95%;
	color: #888;
}

/*---------------------------------------------------------------------*/

.highlightBox {
	padding:20px;
	background-color:#F3E9D8;
	border:1px dashed #996633;
	min-height:100px;
	}

.highlightBox p.left {
	float:left;
	margin-left:60px;
} 

.highlightBox p.right {
	float:left;
	padding-left:100px;
	margin-left:100px;
	border-left:1px dashed #996633;
} 


/*---------------------------------------------------------------------
 * Big Draw
 *--------------------------------------------------------------------*/

.bigDrawImages table {
	border-collapse:collapse;
	border:none;
	margin:0;
	}
	
.bigDrawImages td, .bigDrawImages th {
	padding:2px;
	border:none;
}

/*---------------------------------------------------------------------
 * Staff profiles
 *--------------------------------------------------------------------*/

.staffPhoto 
{	
	width:160px;
	/*padding:0 20px 20px 0;*/
	float:left;
	margin-right:10px;
}

.staffDetailsCol
{
	width:200px;
	float:left;
	margin-right:10px;
}

/*---------------------------------------------------------------------
 * General website content with image template
 *--------------------------------------------------------------------*/

.imageandCaption 
{
	float:right;
	padding:0 0 20px 20px;
	max-width:250px;
	
	}

.imageCaption
{
	font-size: 95%;
	color: #888;
	padding:8px 0 0 0;
}

/*************************************************************************
    TERU PROJECT PAGE
*************************************************************************/	
.rowIndent {
padding-left:10px;
}

#project_list_table  {
	border: 1px solid #ccc;
	max-width: 625px; 
	 }

.project_list_title_row, .project_list_header_row, .project_list_data_row  {
	position:relative;
	top: 0;
	left: 0;
	float: none;
	max-width: 620px;
	min-height: 18px;
	padding: 10px;  }

.project_list_title_row  {
	color: #004066;
	background-color: #ccc;  } 
	
.project_list_header_row  {
	padding-top: 10px;  }

.project_list_title  {
	width: 49%;
	padding-right:5px;  }
	
.project_list_client  {
	width: 29%;  
	padding-right:5px;
	}
	
.project_list_date  {
	width: 19%;  }
		
.project_list_title_row div, .project_list_header_row div  {
	display: inline;
	float:left; 
	 }
	
	.border_bottom  {
	position: relative;
	float: none;
	border-bottom: 1px solid #ccc;
	
}

/*---------------------------------------------------------------------
 *  A week with the Warden
 *--------------------------------------------------------------------*/


a.wardensWeek {
	text-decoration: none;
	
}

a.wardensWeek:hover {
	position: relative;
	text-decoration: none;
	z-index: 1;
}

a.wardensWeek div {
	display: none;
}

 a.wardensWeek:hover div {
	display: block;
	position: relative;
	width:270px;
   	/*position: absolute; 
	top: 10px; 
	left: 0;*/
	/* formatting only styles */
   	padding: 5px; 
	margin-top: 10px;
	 /*z-index: 95; */
   	background: #f0f0f0; 
	border: 1px dotted #c0c0c0;
	opacity: 0.9;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none !important;
	/* end formatting */
}

.brightIdeas {
	z-index:10;
	}