/* @override http://gromit.local/2bme.org.uk/one/styles.css */

/* MAIN LAYOUT */
HTML {
	height: 100%;
}

BODY {
	background-color: #000000;
	color: rgb(0, 82, 154);
	font-family: Helvetica, Arial, sans;
	font-size: 90%;
	margin: 0;
	height: 100%;
	line-height: 130%;
}

#banner {
	width: 974px;
	height: 174px;
	background-image: url(banner.png);
}

.clearfloats {
	clear: both;
	padding-bottom: 50px;
}

/* MAIN MENU */
#menu {
	width: 974px;
	height: 32px;
	background-image: url(menu.png);
	background-repeat: no-repeat;
	text-align: center;
	color: #333333;
}

#menu A {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	opacity: 0.9;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	display: inline-block;
}

#menu SPAN.bullet {
	opacity: 0.9;
	padding-top: 7px;
	padding-bottom: 7px;
	display: inline-block;	
}

#menu A:hover {
	background-color: black;
	opacity: 0.75;
}


/* SUBMENU, FRONTFLASH, FRONTEVENTS */
#submenu {
/*	border: 1px solid blue;*/
	float: left;
	position: relative;
	top: 30px;
	left: 25px;
	width: 150px;
}

#submenu A {
	text-decoration: none;
	color: rgb(0, 82, 154);
	display: block;
	line-height: 150%;
}

#submenu A.separated {
	margin-top: 6pt;
}

#frontflash {
	position: absolute;
	top: 235px;
	left: 10px;
	width: 180px;
}

#frontsocial {
	position: absolute;
	left: 795px;
	top: 507px;
	width: 138px;
	text-decoration: none;
	font-weight: bold;
	font-size: 70%;
}

table#frontevents {
	background-color: white;
	margin-top: 18px;
	line-height: 140%;
	font-size: 105%;
}

table#frontevents TD {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0;
	padding-bottom: 5px;
}

table#frontevents TD.toptitle {
	text-align: left;
	font-weight: normal;
	font-size: 120%;
	padding: 5px;
}

table#frontevents TD.title {
	padding: 5px;
	text-align: left;
	font-weight: normal;
	font-size: 120%;
}

table#frontevents TD.toptitle A, table#frontevents TD.title A {
	font-weight: normal;
	text-decoration: none;
}

table#frontevents TD.date {
	vertical-align: top;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0;
	padding-bottom: 0;}

table#frontevents TD.event {
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0;
	padding-bottom: 0;
	color: rgb(0, 125, 74);
}


/* ONE COLUMN PAGE */
#layout_onecol {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 974px;
	background-image: url(layoutback.png);
}

#layout_onecol #page {
	width: 974px;
	background-image: url(page.png);
	background-repeat: no-repeat;
}

#layout_onecol #content {
	margin-left: 30px;
	padding-top: 36px;
	margin-right: 30px;
}

#layout_onecol P, #layout_onecol H2, #layout_onecol H3 {
	margin-left: 200px;
	margin-right: 200px;
}

/* TWO COLUMN PAGE */
#layout_twocol {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 974px;
	background-image: url(layoutback_twocol.png);
}

#layout_twocol #page {
	width: 974px;
	background-image: url(page_twocol.png);
	background-repeat: no-repeat;
}

#layout_twocol #content {
	position: relative;
	float: left;
	left: 75px;
	top: 30px;
	margin-right: 30px;
	width: 704px;
}

#layout_twocol P {
}

#layout_twocol #content H1 {

}


/* THREE COLUMN PAGE */
#layout_threecol {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 974px;
	background-image: url(layoutback.png);
/*	border: 1px solid red;*/
}

#layout_threecol #page {
	width: 974px;
	background-image: url(page.png);
	background-repeat: no-repeat;
/*	border: 3px solid purple;*/
}

#layout_threecol #content {
/*	border: 1px solid green;*/
	/*position: relative;
		left: 230px;
		padding-top: 36px;*/
	position: relative;
	float: left;
	left: 75px;
	top: 30px;
	margin-right: 30px;
	width: 714px;
}

#layout_threecol P, #layout_threecol H1, #layout_threecol H2, #layout_threecol H3, #layout_threecol OL, #layout_threecol UL {
	margin-right: 200px;
}


/* OTHER STYLES */
#content H1 {
	color: rgb(0, 125, 74);
	margin-top: 6pt;
}

#content H2.subheading {
	color: rgb(0, 125, 74);
	font-size: 110%;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 6pt;
	font-style: italic;
}

#content H2 {
	color: rgb(0, 82, 154);
	font-size: 100%;
	font-weight: bold;
	margin-top: 18pt;
	margin-bottom: -9pt;
	font-style: normal;
}

#content H3 {
	font-family: Helvetica, Arial, sans;
	font-size: 120%;
	line-height: 130%;	
	color: rgb(0, 125, 74);
}

#content A {
	color: rgb(0, 82, 154);
	font-weight: bold;
}

#footer {
	background-color: #333333;
	width: 974px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #999999;
}

#footer P {
	margin: 0;
	padding: 5px;
	font-size: 75%;
}

#footer A {
	color: #999999;
	font-weight: bold;
}

IMG.shadowimage_left {
	float: left;
	padding: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(shadowimage.png);
	background-repeat: no-repeat;
}

IMG.shadowimage_right {
	float: right;
	padding: 10px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(shadowimage.png);
	background-repeat: no-repeat;
}

IMG.shadowimagetall_left {
	float: left;
	padding: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(shadowimagetall.png);
	background-repeat: no-repeat;
}

IMG.shadowimagetall_right {
	float: right;
	padding: 10px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(shadowimagetall.png);
	background-repeat: no-repeat;
}

P.logoline {
	text-align: center;
}

P.logoline IMG {
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}

DIV.linkbox {
	clear: both;
	margin-top: 25px;
}

DIV.linkbox P {
	position: relative;
	float: left;
	width: 534px;
	margin-top: 0;
	margin-left: 20px;
	margin-bottom: 30px;
}

DIV.linkbox DIV.imagebox {
	float: left;
	width: 150px;
	margin-top: 4px;
	text-align: right;
	margin-bottom: 30px;
}

/* NEWS LIST */
#content DIV.newslist DIV.item {
	clear: both;
	margin-top: 2em;
	margin-bottom: 2em;
}

#content DIV.newslist DIV.item P {
	margin-top: 0;
	margin-bottom: 6pt;
}

#content DIV.newslist DIV.item H1 {
	font-size: 150%;
	margin-bottom: 6pt;
}

#content SPAN.postedon {
	font-size: 90%;
	color: #666666;
	font-style: italic;
}

#content DIV.newslist DIV.item H1 A {
	text-decoration: none;
}

#content DIV.newspage H1 {
	color: rgb(0, 82, 154);
	line-height: 100%;