/* 3-column layout by http://matthewjamestaylor.com/blog/perfect-3-column.htm */

body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	background: #fff;
	min-width: 600px;	/* Minimum width of layout - remove line if not required */
	font: .83em/1.33 Verdana, Geneva, Arial, helvetica, sans-serif;
}
a {
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
h1, h2, h3 {
	margin: .8em 0 .2em 0;
	padding: 0;
}
p, table {
	margin: 0 0 1em 0;
	padding: 0;
}
ul {
	margin: 0 0 0 .8em;
	padding: 0 0 1em .8em;
}
ul ul {
	margin: 0 0 0 .8em;
	padding: .5em 0 0 .8em;
}
img {
	border: none;
}
a img {
	vertical-align: -3px;
}

#header {
	clear: both;
	float: left;
	width: 100%;
}
/* 'widths' sub menu */
#layoutdims {
	clear: both;
	background: #eee;
	border-top: 4px solid #000;
	margin: 0;
	padding: 6px 15px !important;
	text-align: right;
}
/* column container */
.colmask {
	position: relative;	/* This fixes the IE7 overflow hidden bug */
	clear: both;
	float: left;
	width: 100%;		/* width of whole page */
	overflow: hidden;	/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float: left;
	width: 100%;		/* width of page */
	position: relative;
}
.col1,
.col2,
.col3 {
	float: left;
	position: relative;
	padding: 1em 0;		/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here */
	overflow: hidden;
}
.col2 {
	text-align: right;
}
/* 3 Column settings */
.threecol {
	background: #E6F5E4;	/* right column background colour */
}
.threecol .colmid {
	right: 25%;		/* width of the right column */
	background: #fff;	/* center column background colour */
}
.threecol .colleft {
	right: 50%;		/* width of the middle column */
	background: #fff;	/* left column background colour */
}
.threecol .col1 {
	width: 46%;		/* width of center column content (column width minus padding on either side) */
	left: 102%;		/* 100% plus left padding of center column */
}
.threecol .col2 {
	width: 21%;		/* Width of left column content (column width minus padding on either side) */
	left: 31%;		/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width: 21%;		/* Width of right column content (column width minus padding on either side) */
	left: 85%;		/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
.centre {
	text-align: center;
}
.size1 {
	font-size: 105%;
}
.size2 {
	font-size: 130%;
}
.invite {
	font-size: 210%;
	line-height: 1;
	padding-top: .5em;
}
.logo {
	margin: 15px 0;
}
.heading {
	color: #fff;
	font-weight: bold;
	padding: 1px .5em;
}

#footer {
	clear: both;
	float: left;
	width: 100%;
}
#footer p {
	padding: 10px;
	margin: 0;
	font-size: 82%;
	text-align: right;
}

.col3 li {
	padding: 0 0 .5em 0;
}
.col3 li.last {
	padding: 0;
}
.col3 a {
	display: block;
	padding: .2em;
	text-decoration: none;
}
.pic-right {
	float: right;
	clear: right;
	padding-bottom: 1.3em;
}
.pic-left {
	float: left;
	clear: left;
	padding-bottom: 1.3em;
}
.ext-ref {
	background: url(images/extlink.png) no-repeat 100% 50%;
	padding-right: 13px;
}
iframe.video {
	padding: 0;
	margin: 0;
	width: 480px;
	height: 460px;
}

