
/* --- MUSEO FONTS --- */

@font-face {
     font-family: Museo300;
     src: url( "museo300-regular.eot" );  /* For IE */
     src: local( "Museo 500" ),
          url( "museo300-regular.otf" ) format( "opentype" ); /* For other browsers */
}
@font-face {
     font-family: Museo500;
     src: url( "museo500-regular.eot" );  /* For IE */
     src: local( "Museo 500" ),
          url( "museo500-regular.otf" ) format( "opentype" ); /* For other browsers */
}
@font-face {
     font-family: Museo700;
     src: url( "museo700-regular.eot" );  /* For IE */
     src: local( "Museo 700" ),
          url( "museo700-regular.otf" ) format( "opentype" ); /* For other browsers */
}

/* --- PAGE LAYOUT DIVS --- */

body {
	background: #d9b947;
	margin: 0px;
	padding: 0px;
	font: 80% Verdana,sans-serif;
	line-height: 165%;
	color: #444;
}

div.extra_bg {
	width: 100%;
	height: 800px;
	margin-top: -10px;
	padding-top: 10px;
	background: url(/topfade.png) repeat-x top center;
}

// The following eliminate the PNG background images for IE6 which doesn't support PNG transparency
* html body {
	background-image: none;
}

* html div.extra_bg {
	background-image: none;
}

div.top {
	width: 958px;
	height: 140px;
	margin: 20px auto 0px auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
}

div.main {
	width: 918px;
	margin: 0px auto;
	padding: 20px;
	background: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

div.bottom {
	width: 938px;
	margin: 0px auto 0px auto;
	padding: 10px;
	background: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

div.topstrip {
	float: left;
	width: 918px;
	margin-bottom: 20px;
	clear: both;
	background: #d9b947;
}

div.badmsg {
	background: #c00;
}

div.leftcolumn {
	float: left;
	width: 630px;
	margin-right: 20px;
}

div.rightcolumn {
	float: left;
	width: 268px;
	margin-bottom: 20px;
}

div.maincolumn {
	float: left;
	width: 918px;
}

div.contentcolumn {
	float: left;
	width: 790px;
}

div.tabcolumn {
	float: left;
	width: 118px;
}

div.tabcolumn div.pad {
	padding: 10px;
}

div.tab {
	margin-bottom: 1px;
}

div.box { 		/* goes inside a column div */
	width: 100%;
	margin-bottom: 15px;	
}

div.updates {
	background: #ff9;
}

div.whitebox {
	width: 94%;
	background: white;
	padding: 20px;
}

div.darkbox {
	background: #d9b947;
	padding: 3px;
	margin: 12px 0px;
	color: #f7f2e2;
}

div.sillysign {
	background: white;
	padding: 5px;
	border: 2px solid black;
}

/* For putting rounded corners on boxes */

/* Background colour */
.bg {
	background: #f7f2e2 url(/boxbg.png);
}
.bg2 {
	background: #f2e9c7;
}
div.rightcolumn .bg {
	background: #f2e9c7 url(/boxbg.png);
}

// The following eliminate the PNG background image for IE6 which doesn't support PNG transparency
* html .bg {
	background-image: none;
}

* html div.rightcolumn .bg {
	background-image: none;
}

/* Top left corner graphic */
.tl {
	background: url(/corner1-white.gif) top left no-repeat;
}
/* Top right corner graphic */
.tr {
	background: url(/corner2-white.gif) top right no-repeat;
}
/* Bottom left corner graphic */
.bl {
	background: url(/corner3-white.gif) bottom left no-repeat;
}
/* Bottom right corner graphic */
.br {
	background: url(/corner4-white.gif) bottom right no-repeat;
}
/* Padding */
.pad {
	padding: 20px;
}
div.updates .pad {
	padding: 5px;
}
.clear {
	font-size: 1px;
	height: 1px;
	clear: both;
}

/* --- LINKS --- */

a:link,a:visited {
	color: #da8000;
	text-decoration: none;
}

a:hover,a:active {
	color: #da8000;
	text-decoration: underline;
}

div.darkbox a:link,div.darkbox a:hover,div.darkbox a:visited,div.darkbox a:active {
	color: #f7f2e2;
}

p.blurb a {
	background: #f2e9c7;
	padding: 2px;
}

div.updates a {
	font-weight: normal;
	color: #930;
}

/* --- HEADINGS AND PARAGRAPHS --- */

h1 {
	margin-top: 0px;
	font-family: Museo700,Verdana,sans-serif;
	font-size: 220%;
	font-weight: bold;
	color: #d9b947;
}

h2 {
	margin-top: 0px;
	font-family: Museo700,Verdana,sans-serif;
	font-size: 180%;
	font-weight: bold;
	color: #d9b947;
}

p.blurbdate {
	font: 85% Tahoma,sans-serif;
	color: #999;
	margin-top: -7px;
}

p.blurb {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #d9b947;
}

p.quotecaption {
	margin-top: -10px;
	font: 80% Tahoma,sans-serif;
	color: #888;
}

p.tabgrouplabel {
	margin: 5px 10px;
}

div.topstrip p {
	margin: 0px;
	font: 100% Tahoma,sans-serif;
	color: white;
	text-align: center;
}

div.goodmsg p,div.badmsg p {
	font: bold 140% "Trebuchet MS",sans-serif;
}

div.sillysign {
	font: bold 110% Arial,sans-serif;
	text-transform: uppercase;
}

div.rightcolumn p {
	margin: 10px 0px 0px 0px;
}

div.rightcolumn {
	text-align: center;
}

div.tabcolumn {
	font: 85% Tahoma,sans-serif;
}

div.bottom {
	font: 90% Tahoma,sans-serif;
	color: #999;
	text-align: center;
}

.red {
	color: #c00;
}

.small {
	font-size: 90%;
}

.smallgrey {
	font-size: 90%;
	color: #999;
}

.subcaption {
	font-size: 90%;
	color: #999;
}

.lighter {
	font-weight: normal;
	color: #f1f189;
}

div.updates p {
	font-size: 80%;
	margin: 0px;
	color: #930;
	line-height: 150%;
}


/* --- TABLES --- */

table.thumbnails td {
	text-align: center;
	margin: 0px 20px 20px 0px;
	padding: 10px 20px;
	font: 9pt Tahoma,sans-serif;
}
table.thumbnails img {
	margin-bottom: 5px;
}

td {
	border-bottom: 1px solid #ddd;
	padding: 7px;
	border-spacing: 0px;
}

/* IMAGES */

img {
	border: 0px;
}

.left {
	float: left;
	border: 1px solid black;
	margin-right: 15px;
}

.right {
	float: right;
	clear: none;
	border: 1px solid black;
	margin-left: 15px;
}

.noborder {
	border: 0px;
}

.blackborder {
	border: 1px solid black;
}

div.whitebox img {
	border: 0px;
}


/* FORMS */

input,textarea {
	border: 1px solid #d9b947;
	padding: 2px;
	font: 100% "Trebuchet MS",sans-serif;
	color: #444;
}

input.radio {
	border: 0px;
	position: relative;
	top: 1px;
}

input.warning,textarea.warning {
	border: 2px solid #c00;
	background: #fee;
}