/* Colours
 *
 * Grey Text	#333
 * Orange			#eaa73c
 * Green			#a2b356
 * Blue				#3875d7
 *
 */

body {
	background-color: #999;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13pt;
	margin: 0;
	padding: 0;
}

a, a:link, a:active, a:visited {
	color: #3875d7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

abbr {
	border-bottom: 1px dotted #333;
	cursor: help;
}

h2 {
	font-size: 11pt;
	margin: 0 0 5px 0;
}

img {
	border: 0;
}

div.clearBoth {
	clear: both;
}

#pageContainer {
	margin: 20px auto 0 auto;
	width: 985px;
}

#pageTop {
	background: url(/assets/images/page-bg-top.png) top left no-repeat;
	height: 39px;
}

#pageMiddle {
	background: url(/assets/images/page-bg.png) top left repeat-y;
}

#pageBottom,
#pageBottomVertical {
	background: url(/assets/images/page-bg-bottom.png) top left no-repeat;
	height: 40px;
}

#pageBottom {
	position: relative;
}

#pageBottom div.mask {
	background: url(/assets/images/bottom-wave.png) top left no-repeat;
	background-size: 965px 60px;
	height: 60px;
	left: 10px;
	position: absolute;
	top: -35px;
	width: 965px;
	z-index: 10;
}

#pageBottom div.words {
	position: absolute;
	top: -6px;
	z-index: 15;
}

#pageBottom div.words div {
	color: #fff;
	float: left;
	font-size: 14pt;
	letter-spacing: 0.1em;
	text-align: center;
	width: 320px;
}

#pageBottom div.words div.left {
	margin-top: -5px;
}

#pageBottom div.words div.middle {
	margin-top: -3px;
}

#bannerTop {
	background: url(/assets/images/banner-bg-top2.png) top left no-repeat;
	height: 39px;
}

#contentContainer {
	margin: 0 12px;
	padding-bottom: 40px;
	position: relative;
}

#bannerMiddle {
	background: url(/assets/images/banner-bg2.png) top left repeat-x;
	height: 116px;
}

#logo {
	background: url(/assets/images/logo2.png) top left no-repeat;
	background-size: 253px 100px;
	cursor: pointer;
	float: left;
	height: 102px;
	left: 35px;
	position: relative;
	top: 4px;
	width: 269px;
}

#logo p {
	display: none;
}

#contact {
	float: right;
	text-align: right;
	margin-right: 20px;
	margin-top: 10px;
}

#contact div.name {
}

#contact div.profession {
	margin-top: -10px;
}

#contact div.addressPhone {
	margin-top: 4px;
}

#mainTop {
	background: url(/assets/images/horizontal/banner-bg-bottom.png) 0 2px no-repeat;
	height: 43px;
	left: 0;
	position: absolute;
	top: 116px;
	width: 961px;
	z-index: 100;
}

#nav {
	position: relative;
	top: -12px;
	z-index: 20;
}

#nav div.left {
	background: url(/assets/images/horizontal/nav-left.png) top left repeat-y;
	float: left;
	width: 10px;
	height: 50px;
}

#nav div.center {
	background: url(/assets/images/horizontal/nav-bg.png) top right repeat-x;
	float: left;
	height: 50px;
	text-align: center;
	width: 941px;
}

#nav div.right {
	background: url(/assets/images/horizontal/nav-right.png) top left no-repeat;
	float: right;
	height: 50px;
	width: 10px;
}

#navContainer {
	margin: 0 auto 0 auto;
	width: 700px;
	padding: 0 0 0 120px;
}

#navContainer ul {
	border-left: 2px solid #e9f1c9;
	height: 35px;
	list-style: none;
	margin: 8px 0 0 45px;
	padding: 0;
}

#navContainer ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#navContainer ul li a {
	border-right: 2px solid #e9f1c9;
	color: #444;
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#navContainer ul li a:hover {
	color: #3875D7;
	text-decoration: none;
}

#navContainer ul li.active a {
	background-color: #e1e9b9;
	color: #3875D7;
}

#subNav {
	clear: both;
	margin: 0 auto;
	position: relative;
	width: 367px;
}

#subNav div.left {
	background: url(/assets/images/horizontal/subnav-left.png) top left repeat-y;
	float: left;
	height: 35px;
	width: 15px;
}

#subNav div.center {
	background: url(/assets/images/horizontal/subnav-bg.png) top right repeat-x;
	float: left;
	height: 35px;
	width: 337px;
}

#subNav div.right {
	background: url(/assets/images/horizontal/subnav-right.png) top left no-repeat;
	float: left;
	height: 35px;
	width: 15px;
}

#subNavContainer {
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	width: 337px;
}

#subNavContainer ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
}

#subNavContainer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	text-align: center;
}

#subNavContainer ul li a {
	border-right: 1px solid #9ca17f;
	color: #444;
	font-size: 10pt;
	margin-top: 1px;
	padding: 2px 15px 5px 15px;
}

#subNavContainer ul li.last a {
	border-right: none;
}

#subNavContainer ul li a:hover {
	color: #3875D7;
	text-decoration: none;
}

#subNavContainer ul li.active a {
	color: #3875D7;
}

#photoBanner {
	margin-top: 15px;
}

#content {
	color: #333;
	padding-top: 50px;
	position: relative;
	z-index: 5;
}

#content h1 {
	font-size: 16pt;
	font-weight: normal;
	margin: 40px 42px 0;
}

#content h2 {
	background: url(/assets/images/header2-bg.png) top left no-repeat;
	background-size: 412px 45px;
	color: #fff;
	height: 45px;
	letter-spacing: 0.05em;
	line-height: 36px;
	margin-left: 35px;
	margin-top: 35px;
	padding-left: 20px;
	width: 412px;
}

#content h2.long {
	background: none;
	display: block;
	padding: 0;
	width: auto;
}

#content h2.long span.text {
	background-image: url(/assets/images/header2-bg-long.png);
	background-size: 965px 45px;
	display: block;
	float: left;
	height: 45px;
	padding-left: 25px;
	padding-right: 10px;
}

#content h2.long span.cap {
	background-image: url(/assets/images/header2-bg-long-cap.png);
	background-size: 21px 45px;
	display: block;
	float: left;
	height: 45px;
	width: 17px;
}

#content p {
	color: #3875d7;
	font-size: 10.5pt;
	line-height: 1.5em;
	margin-left: 41px;
	margin-right: 41px;
}

#content ul {
	margin: 5px 0 0 30px;
	width: 400px;
}

#content ul li {
	font-size: 8pt;
	margin: 4px 0;
}

#content ul li span {
	color: #3875d7;
	display: block;
	font-size: 10.5pt;
	padding-top: 2px;
}

#content ul li span p {
	margin: 4px 0 0 8px;
}

#content p.list {
	background: url(/assets/images/bullet.png) 0 8px no-repeat;
	background-size: 6px 6px;
	color: #3875d7;
	margin-bottom: 2px;
	margin-top: 8px;
	margin-left: 50px;
	padding-left: 12px;
}

#content p.subList {
	background: url(/assets/images/bullet-small.gif) 0 6px no-repeat;
	background-size: 5px 6px;
	color: #3875d7;
	font-size: 9pt;
	margin-bottom: 4px;
	margin-top: 4px;
	margin-left: 80px;
	padding-left: 10px;
}

#photos {
	padding-top: 15px;
}

#photosBottom {
	position: relative;
	top: -18px;
}

#photoMaskBottom {
	background: url(/assets/images/photo-mask-bottom.png) top left no-repeat;
	height: 35px;
	margin-top: -25px;
	position: relative;
	width: 962px;
	z-index: 2;
}

#photoBorderBottom {
	background: url(/assets/images/orange-line.png) top left no-repeat;
	background-size: 961px 28px;
	height: 28px;
	position: relative;
	top: 24px;
	width: 962px;
	z-index: 50;
}

#photoMaskTop {
	background: url(/assets/images/photo-mask-top.png) top left no-repeat;
	background-size: 961px 24px;
	height: 24px;
	position: relative;
	top: 2px;
	width: 962px;
	z-index: 2;
}

div#insetFrame p {
	font-size: 10pt;
}

#content div.roundedRect {
	background: url(/assets/images/blue-rounded-rectangle.png) top left no-repeat;
	background-size: 702px 65px;
	height: 65px;
	margin: 0 auto;
	text-align: center;
	width: 702px;
}

#content div.roundedRect p {
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 18px 0 0 0;
	width: auto;
}

#content div.roundedRect p span {
	font-size: 13px;
}

#footer {
	font-size: 8pt;
}

#footer,
#footer a {
	color: #333;
	margin-bottom: 15px;
}

#creator {
	color: #555;
	float: left;
	margin-left: 30px;
}

#creator,
#creator a {
	color: #555;
}

#copyright {
	float: right;
	margin-right: 30px;
}

/* Rounded Rectangle Styles */

table.blueRoundedRect tr.t td {
	height: 30px;
	background: url(../images/rounded-blue/t.png) top left repeat-x;
}

table.blueRoundedRect tr.t td.l {
	width: 24px;
	background: url(../images/rounded-blue/tl.png) top left no-repeat;
}

table.blueRoundedRect tr.t td.r {
	width: 24px;
	background: url(../images/rounded-blue/tr.png) top right no-repeat;
}

table.blueRoundedRect tr.b td.l {
	background: url(../images/rounded-blue/bl.png) bottom left no-repeat;
}

table.blueRoundedRect tr.b td.r {
	background: url(../images/rounded-blue/br.png) bottom right no-repeat;
}

table.blueRoundedRect tr.b td.main {
	background: url(../images/rounded-blue/b.png) bottom left repeat-x;
}


table.greenRoundedRect tr.t td {
	height: 30px;
	background: url(../images/rounded-green/t.png) top left repeat-x;
}

table.greenRoundedRect tr.t td.l {
	width: 24px;
	background: url(../images/rounded-green/tl.png) top left no-repeat;
}

table.greenRoundedRect tr.t td.r {
	width: 24px;
	background: url(../images/rounded-green/tr.png) top right no-repeat;
}

table.greenRoundedRect tr.b td.l {
	background: url(../images/rounded-green/bl.png) bottom left no-repeat;
}

table.greenRoundedRect tr.b td.r {
	background: url(../images/rounded-green/br.png) bottom right no-repeat;
}

table.greenRoundedRect tr.b td.main {
	background: url(../images/rounded-green/b.png) bottom left repeat-x;
}

table.blueRoundedRect,
table.greenRoundedRect {
	border: 0;
	margin: 15px 33px;
	padding: 0;
}

table.blueRoundedRect tr td,
table.greenRoundedRect tr td {
	margin: 0;
	padding: 0;
}

table.blueRoundedRect tr.b td.main,
table.greenRoundedRect tr.b td.main {
	height: 80px;
	padding: 0 10px 30px;
}

#content table.blueRoundedRect tr.b td.main p,
#content table.greenRoundedRect tr.b td.main p {
  color: #fff;
	margin-left: 0;
	margin-top: 0;
}

#content table.greenRoundedRect tr.b td.main p {
	color: #333;
}

#content table.blueRoundedRect tr.b td.main p.author,
#content table.greenRoundedRect tr.b td.main p.author {
	text-align: right;
}

table.right {
	margin-left: auto;
}

#temporaryNote {
	background: #d97400;
	align-items: center;
	border-radius: 9px;
	border: 1px solid rgb(19, 18, 17);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	display: flex;
	font-size: 0.9em;
	margin: 10px 8px;
	padding: 6px 24px;
}

#temporaryNote,
#temporaryNote a,
#temporaryNote a:visited {
	color: #fff;
}

#temporaryNote a.hiddenLink {
	text-decoration: none;
}

#temporaryTitle {
	font-weight: bold;
	flex: 0 0 auto;
	padding: 0 18px 3px 0;
}

#temporaryBody {
	font-size: 0.85em;
	line-height: 1.5em;
}
