/* Start of CMSMS style sheet 'fms' */
/* @charset "utf-8"; */
body {
	background: #fff url(images/fms/bg.jpg) repeat-x top left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #000000;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
}
h1, h2, h3, h4, h5, h6 { text-align: center; font-variant: small-caps; margin: 0.3em auto -0.1em auto;
}
h1 { font-size: 200%; }
h2 { font-size: 175%; }
h3 { font-size: 150%; }
h4 { font-size: 125%; }
h5 { font-size: 100%; }
h6 { font-size: 90%; }
p { margin-top: 0.7em; padding-top: 0; margin-bottom: 0; padding-bottom: 1em; }
.oneColLiqCtrHdr #container {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	overflow: visible;
	position: relative;
	padding-bottom: 10px;
}
.oneColLiqCtrHdr #header {
	width: 100%;
	padding: 0;
	height: 270px;
	text-align: center;
	position: relative;
	background: url(images/fms/sunrise.png) no-repeat center -5px;
}
#stage1, #stage2, #crowdMid { position: absolute; height: 100%; width: 50%; 	top: 1px; }
#stage1 { left: 0px; background: url(images/fms/audience-l.png) no-repeat left bottom; z-index: 2; }
#crowdMid { background: url(images/fms/audience-mid.png) no-repeat center bottom; z-index: 4; width: 100%; }
#stage2 { right: 0px; background: url(images/fms/audience-r.png) no-repeat right bottom; z-index: 1; }

.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zero the margin of last element in div to avoid margin collapse - an odd space between divs. If the div has a border around it, that also avoids collapse */
	padding: 0;
	z-index: 5;
	position: relative;
}
#logo {
	background: url(images/fms/logo.png) no-repeat center -6px;
	margin: 0px;
	padding: 0px;
	height: 246px;
	overflow: hidden;
}
#tagline {
	margin: 0;
	padding: 0px;
	background: url(images/fms/tagline.png) no-repeat center top;
	overflow: hidden;
	height: 48px;
	z-index: 6;
	position: relative;
	top: -24px;
}
.ir { text-indent: -5000px; }

#mainContent { padding: 0 20px; margin: 10px 0 50px 0; position: relative; top: 30px; }
#content, #sub1, #sub2 { padding: 0; margin: 0 260px 0 0;  text-align: left; }
#rightCol { float: right; position: absolute; top: 0; right: 20px; z-index: 1; }

#login, #donate {padding: 0; margin: 0 0 30px 0;  width: 240px; text-align: left; margin-left: -250px; float:right; }
#centreLogin {padding: 0; margin: 0 0 30px 0;  width: 240px; text-align: left; margin-left: -250px; }
#login form, #centreLogin form { margin: 0; padding: 0; }
#donate { text-align: center; }

.roundBox { background: url(images/fms/box-l.png) no-repeat top left; position: relative; }
.boxContent { background: url(images/fms/box-r.png) no-repeat top right; padding: 15px 15px 5px 10px; margin-left: 5px; }
.boxBase { background: url(images/fms/box-l.png) no-repeat bottom left; position: absolute; width: 100%;}
.boxBaseRight {background: url(images/fms/box-r.png) no-repeat bottom right; height: 10px; margin-left: 5px; }

#footer { margin: 10px 0 0 0; text-align: center; clear: both; bottom: 0px; } 

a.nolink { text-decoration: none; color: #000; }
a span.showlink { text-decoration: underline; color: #00f; }

img.photo, img.photoLeft, img.photoRight, .slidePhotoLeft, .slidePhotoRight  {
	background: #FFF;
	border-top: 1px solid #DDD;
	border-right: 3px solid #aaa;
	border-bottom: 3px solid #aaa;
	border-left: 1px solid #DDD;
	padding: 10px;
	margin: 0 10px 10px 10px !important;
}
img.photoLeft, .slidePhotoLeft { float: left; margin: 0 10px 10px 0 !important; }
img.photoRight, .slidePhotoRight { float: right; margin: 0 0 10px 10px !important; clear: none;  }

.highlights { margin: 0px 0px 0px 20px;	padding: 0px 0px 0px 5px; }
.highlights li { list-style: url(images/fms/star.png) outside; list-style-type: none; padding-top: 0.5em; }
.highlights li span { font-weight: bold; padding-left: 5px; }
.highlights li p {
	padding-top: 0em;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#menu { margin: 0; padding: 0px; position: absolute; top: 270px; z-index: 10; }
#menu ul { margin: 0; padding: 0px; height: 30px; position: relative; }
#menu ul li, #menu ul li a { color: #FFF; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif !important; }
#menu ul li { list-style: none; margin: 0; padding: 0 20px; float:left; text-align: center; font-size: 15px; font-variant: small-caps; line-height: 30px; width: 100px; }
#menu li.menuactive { font-weight: bold; }
#menu li.menuactive li { font-weight: normal; }

#menu li.menuparent ul { display: none; }
#menu li.menuparent ul, #menu li.menuparent ul li { margin-left: -10px; }
#menu li.menuparent li { float:none; font-size: 10px; background-color: #9f9; border: 1px solid #000; color: #000; line-height: 22px; height: 22px; }
#menu li.menuparent li a { color: #000; }
#menu .menuparent li:hover { background-color: #bfb; }
#menu li.menuparent:hover ul { display: block; }
#menu li.menuparent ul li.menuparent ul { display: none; margin-left: 128px; margin-top: -23px; }
#menu li.menuparent ul li.menuparent:hover ul { display: block; }
#menu li.menuparent ul li.menuparent ul li { width: 120px; }

#menu li.menuparent li.menuparent li.menuparent ul { display: none; margin-left: 148px; margin-top: -23px; }
#menu li.menuparent li.menuparent li.menuparent:hover ul { display: block; }
#menu li.menuparent li.menuparent li li.menuparent ul { width: 120px; }


.formWidthText { width: 50%; margin-left: auto; margin-right: auto;}

#mainContent  p { text-align: left; }
#mainContent .clearfix { clear:both; font-size: 4px; line-height: 4px;}
#mainContent .triCol, #mainContent .triColmid { float: left; width: 32%; margin: 0; }
#mainContent .triColmid { width: 32%; margin: 0 2%; }
#mainContent .triCol p, #mainContent .triColmid p { padding-left: 10px; padding-right: 10px; }
#mainContent  ul { margin: 0; padding: 0 15px; }

form .contactform label { width: 150px; display: block; float: left; clear: left }

#login form p, #centreLogin form p {clear: both; margin: 3px 0;  }
#login form input[type=password], #login form input[type=text], #centreLogin form input[type=password], #centreLogin form input[type=text] { width: 140px; margin: 3px 0; }
#login form input[type=password], #centreLogin form input[type=password] { margin-left: -3px; }
fieldset { margin-bottom: 5px; }

/* End of 'fms' */

