/* Layout CSS */
/*
@font-face
{
	font-family: TexGyreHeros;
	src: url('/fonts/texgyreheroscn-regular.otf');
}
*/
html,body {
	background-color:#eeeeee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9.5px;
	color:#707276;
}
ol, ul {
	list-style:inherit;
	margin-top:1em;
	margin-bottom:1em;
}
ol {
	list-style:decimal;
}
strong, b {
	font-weight:bold;
}
em, i {
	font-style:italic;
}
div#PagePosLayer {
	position:relative;
	width:1000px;
	margin:0 auto 0 auto;
}
div#Container {
	position:absolute;
	width:1000px;
	background-image:url(../images/PageBackground.jpg);
	background-repeat:repeat-y;
}
div#CompanyLogo {
	position:absolute;
	width:192px;
	left:67px;
	top:5px;
	height:100px;
}
/*div#NY {
	position:absolute;
	width:330px;
	left:300px;
	top:0px;
	height:90px;
	background-image:url(../images/CamCad_balls.png);
}*/
div#CompanyLogo a {
	display:block;
	height:100px;
	margin-top: 26px;
	/*background-image:url(../images/verosoftware.png);*/
	background-repeat:no-repeat;
	background-position: 0px center;
}
div#CompanyLogo a:hover {
	background-position: 0 center;
}
div#HandheldTopNav {
	display:none;
}
div#SearchBox {
	position:absolute;
	right:20px;
	top:0;
	padding:0;
	width:auto;
	min-width:300px;
	background-color:#F5F5F7;
	border:1px solid #c3c3c3;
}
div#SearchBox form {
	position:relative;
	margin:15px;
	text-align:right;
}
div#SearchBox #HeaderSearchTerm {
	width:150px;
	margin-right:5px;
	font-size:12.5px;
	padding:1px;
}
div#SearchBox input[type='button'], div#SearchBox input[type='submit'] {
	display:block;
	vertical-align:middle;
	float:right;
	width:auto; /* floating elements need to have a width declared */
	height:23px;
	font-size:13px;
	font-weight:bold;
	line-height:1em;
	color:#ffffff;
	border:1px solid #b5b5b5;
	background-color:#9e9d9d;
	background-image:url(../images/Button.jpg);
	background-position:right 0;
	padding:0 20px 2px 4px;
}

div#ContactNumber {
	position:absolute;
	right:20px;
	top:72px;
	width:auto;
	line-height:18px;
	height:18px;
	font-size:18px;
	font-weight:bold;
}
div#ContactNumber img {
	vertical-align:middle;
}
div#SearchResultsTop {
	position:absolute;
	display:none;
	left:629px;
	top:45px;
	z-index:101;
	background-image:url(../images/SearchResultsBGGrey.png);
	background-repeat:repeat;
	width:340px;
	max-height:400px;
	padding:0 0 10px 10px;
	border:1px solid #b5b5b5;
}
div#SearchResultsTopInner {
	max-height:390px;
	overflow:auto;
	font-size:9px;
}
div#SearchResultsTopInner a {
	text-decoration:none;
}
div#SearchResultsTopInner div.ResultsRowOdd, div#SearchResultsTopInner div.ResultsRowEven {
	padding:5px 2px;
	border-top:1px dotted #b5b5b5;
}
div#SearchResultsTopInner div.ResultsRowOdd {
	background-image:url(../images/SearchResultsBGRow1.png);
}
div#SearchResultsTopInner div.ResultsRowEven {
	background-image:url(../images/SearchResultsBGRow2.png);
}
div#SearchResultsTopInner a div.ResultsRowOdd, div#SearchResultsTopInner a div.ResultsRowEven {
	line-height:normal;
	color:#6B6B6B;
	text-decoration:none;
}
div#SearchResultsTopInner a:hover div.ResultsRowOdd, div#SearchResultsTopInner a:hover div.ResultsRowEven {
	background-image:none;
	background-color:#565656;
	color:#FCFCFC;
}
div#SearchResultsTopInner h1 {
	margin:0 0 3px 0;
	font-size:11px;
	font-weight:bold;
}
div#SearchResultsTopInner a:hover div.ResultsRowOdd h1, div#SearchResultsTopInner a:hover div.ResultsRowEven h1 {
	color:#fcfcfc;
}



div#SearchResultsBody {
	height:400px;
	overflow:auto;
}
div#SearchResultsBody div.ResultsRowOdd, div#SearchResultsBody div.ResultsRowEven {
	padding:5px 2px;
	font-size:11px;
	border-top:1px dotted #b5b5b5;
}
div#SearchResultsBody div.ResultsRowOdd {
	background-image:url(../images/SearchResultsBGRow1.png);
}
div#SearchResultsBody div.ResultsRowEven {
	background-image:url(../images/SearchResultsBGRow2.png);
}
div#SearchResultsBody div.ResultsRowOdd h1, div#SearchResultsBody div.ResultsRowEven h1 {
	margin:0 0 3px 0;
	font-size:11px;
	font-weight:bold;
}
div#SearchResultsBody a div.ResultsRowOdd, div#SearchResultsBody a div.ResultsRowEven {
	color:#6B6B6B;
	text-decoration:none;
}
div#SearchResultsBody a:hover div.ResultsRowOdd, div#SearchResultsBody a:hover div.ResultsRowEven {
	background-image:none;
	background-color:#565656;
	color:#FCFCFC;
	text-decoration:none;
}
div#SearchResultsBody a:hover div.ResultsRowOdd h1, div#SearchResultsBody a:hover div.ResultsRowEven h1 {
	color:#fcfcfc;
}

div#UserStatusBox {
    position:absolute;
	top:106px;
	left:29px;
    width:500px;
	height:29px;
	line-height:29px;
	vertical-align:middle;
	font-size:10px;
    z-index:100;
	overflow:hidden;
}
div#UserStatusBox a {
	color:#565656;
	text-decoration:none;
}
div#UserStatusBox a:hover {
	color:#707276;
	text-decoration:underline;
}


#Header {
	position:absolute;
	left:19px;
	top:135px;
	width:962px;
	height:227px;
	z-index:1;
	overflow:hidden;
	background-color:#B7B8BA;
}
#Header img {
	/* This required to fix a bug in FF with transparency in jQuery Cycle fade transitions */
	background-color:#FFFFFF;
}
#Header h1 {
	position:absolute;
	margin:0;
	padding:0;
	left:550px;
	top:75px;
	width:400px;
	font-size:24px;
	font-weight:normal;
	line-height:1em;
	color:#ffffff;
	background-color:transparent; /* set background colour with color set to suppress validation warnings */
	z-index:1;
}
#HeaderURL {
	position:absolute;
	margin:0;
	padding:0;
	right:65px;
	top:167px;
	height:50px;
}
#HeaderURL a {
	height:23px;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	background-color:#9e9d9d;
	background-image:url(../images/Button.jpg);
	background-position:right 0;
	padding:2px 20px 3px 4px;
	text-decoration:none;
}
#Breadcrumbs {
	position:absolute;
	/*
	left:270px;
	*/
	left:20px;
	top:362px;
	width:700px;
	height:36px;
	line-height:36px;
	font-size:11px;
	color:#bdbdbd;
	overflow:hidden;
}
#Breadcrumbs span#BreadcrumbsCaption {
	font-weight:bold;
	color:#747679;
}
#Breadcrumbs ul {
	display:inline;
	margin:0 0 0 10px;
	list-style-type:none;
}
#Breadcrumbs li {
	display:inline;
	margin:0;
}
#Breadcrumbs a {
	color:#bdbdbd;
	font-weight:normal;
	text-decoration:none;
}
#Breadcrumbs a:hover {
	color:#A2A2A2;
}
#Breadcrumbs a.selected {
	color:#9a9b9d;
}
#LocaleSetting {
	position:absolute;
	right:20px;
	top:362px;
	width:auto;
	height:36px;
	line-height:36px;
	font-size:11px;
	color:#bdbdbd;
	overflow:hidden;
}
#LocaleSetting a {
	color:#bdbdbd;
	font-weight:normal;
	text-decoration:none;
}
#LocaleSetting a:hover {
	color:#A2A2A2;
}
div#MainContent {
	position:relative;
	margin:398px 0 0 0;
}
a img {
	border:none;
}
.BigQuoteStart {
	display:block;
	position:relative;
	float: left;
	margin:15px 10px -10px 0;
	width: 10px;
	height: 10px;
	font-size: 50px;
	color:#565656;
}
.BigQuoteEnd {
	display:block;
	position:relative;
	float: right;
	margin:15px 10px -10px 0;
	width: 10px;
	height: 10px;
	top:0;
	margin-left: 20px;
	font-size: 50px;
	color:#565656;
}

div#LeftBox {
	display:block;
	position:relative;
	float:left;
	width:255px;
	overflow:hidden;
	margin-left:-809px;
}
div.LeftPod {
	width:249px;
}
div.LeftPodTop {
	width:230px;
	margin:0 0 0 19px;
}
div.LeftPodTop div.PodTop h1 a {
	width:210px;
}
div.LeftPodContent {
	margin:0 0 0 19px;
}


ul.LocalisedSiteLink li a:hover {
	background-image:url(../images/backgroundovernoarrow.jpg);
}
ul.LocalisedSiteLink li a.selected {
	background-image:url(../images/backgroundovernoarrow.jpg);
}
ul.LocalisedSiteLink li a img {
	position:absolute;
	right:20px;
}

div.LeftPodBottom {
	width:228px;
	margin:0 0 0 20px;
}

div#RightBox {
	display:block;
	position:relative;
	float:left;
	width:153px;
	overflow:hidden;
	margin-left:19px;
}
div.RightPod {
	width:153px;
}
div.RightPodTop {
	width:153px;
	margin:0;
}
div.LeftPodTop div.PodTop h1 a {
	width:133px;
}
div.RightPodContent {
	margin:0;
}
div.RightPodBottom {
	width:153px;
	margin:0;
}





div#MidBox {
	display:block;
	position:relative;
	width:540px;
	float:left;
	font-size:1.1em;
	/*line-height:1.6em;*/
	margin-left:269px;
	margin-bottom:10px;
}
div#MidBox h1 {
	font-size:19px;
	line-height:1.1em;
	color:#565656;
	margin:0.5em 0 1.5em 0;
	font-weight:bold;
	clear:both;
}
div#MidBox h2, #PageContent div.accordion h2 {
	color:#565656;
	font-size:1.1em;
	margin:0 0 1.5em 0;
	font-weight:bold;
	clear:both;
}
div#MidBox h3, #PageContent div.accordion h3 {
	color:#565656;
	font-size:1.0em;
	font-weight:bold;
	clear:both;
	margin-top:0.5em;
}
div#MidBox p {
	margin:0 0 1.5em 0;
}
div#MidBox a {
	color:#565656;
	text-decoration:underline;
}
div#MidBox a:hover {
	color:#707276;
}
hr {
  background: none; 
  clear: both; 
  float: none; 
  width: 100%; 
  height: 1px;
  margin: 2.5em 0 1.5em 0;
  border: none; 
  border-top: #707276 dotted 1px;
}
div.hr {
	clear:both;
	border-bottom:1px dotted #707276;
	margin:5px 0 10px 0;
}
div#MidBox div.CrossLinks {
	clear:both;
	border:1px solid #e2e3e4;
	margin-top:10px;
	padding:10px;
}
.ColouredText {
	color:#565656;
}


#PageMenuContainer{ /*create a styles for our navigationContainer div to hold our navigation */
	display:block;
    position:relative;
	/*
	width:540px;
	*/
	height:25px;
	overflow:visible;
	z-index:2;
}
#PageMenu, #PageMenu ul {
	float:left;
    padding: 0;
    margin: 0;
    list-style: none;
	font-size:12px;
	line-height: 1.5em;
	width:auto; /* floating elements need to have a width declared */
}
#PageMenu {
	margin-left: 10px;
}
#PageMenu li {
	float: left;
	position: relative;
	width: auto; /* width needed or else Opera goes nuts */
	margin: 0 2px 0 0;
}
#PageMenu li a {
	display: block;
	width: auto; /* width needed or else Opera goes nuts */
 	float: left;
	text-decoration:none;
	color:#747679;
	font-weight:bold;
 	height:25px;
	padding:4px 10px 0 0;
	margin:0;
	background: url(../images/PageMenuBG.jpg) no-repeat top right;
}
#PageMenu li a span {
	background: url(../images/PageMenuBG.jpg) no-repeat top left;
    float: left;  
	width:auto; /* floating elements need to have a width declared */
    padding-right: 5px;  
    display: block;  
    margin-top: -4px;  
 	height:25px;
}
#PageMenu li a:hover {
	color:#747679;
	background: url(../images/PageMenuBG_over.jpg) no-repeat top right;
 	height:29px;
	z-index:100;
}
#PageMenu li a:hover span {
	background: url(../images/PageMenuBG_over.jpg) no-repeat top left;
 	height:29px;
	z-index:100;
}
#PageMenu li a.selected {
	background: url(../images/PageMenuBG_over.jpg) no-repeat top right;
	color:#565656;
}
#PageMenu li a.selected span {
	background: url(../images/PageMenuBG_over.jpg) no-repeat top left;
}

div#PageContentContainer {
	position:relative;
	background-color:#FEFEFE;
	background-image:url(../images/PageContentBG.jpg);
	background-position:0 -1px;
	background-repeat:repeat-x;
	padding:10px 0;
	min-height:300px;
}
div#PageContent {
	position:relative;
	margin:0 10px;
	font-size:1.1em;
}

div#SocialBookmarks {
	position:relative;
	margin:0 19px 0 19px;
	border:1px solid #dbddd7;
	width:940px;
	height:32px;
	padding:10px;
	clear:both;
	font-size:13px;
	background-image:url(../images/SocialBookmarksBG.jpg);
	background-repeat:repeat-x;
	overflow:hidden;
}
div#SocialBookmarks div.Left {
	width:400px;
}
div#SocialBookmarks div#Share {
	height:32px;
	display:inline-block;
	vertical-align:middle;
	line-height:32px;
}
div#SocialBookmarks div#AddThis {
	height:16px;
	display:inline-block;
	vertical-align:middle;
	line-height:16px;
	width:200px;
}
div#SocialBookmarks div#AddThis img {
	vertical-align:middle;
}
div#SocialBookmarks p {
	display:block;
	float:left;
	width:auto; /* floating elements need to have a width declared */
	height:32px;
	line-height:32px;
	margin:0;
	padding:0;
}
div#SocialBookmarks ul {
	list-style:none;
	margin:0;
	padding:0;
	line-height:32px;
}
div#SocialBookmarks img {
	vertical-align:middle;
}
div#SocialBookmarks ul li {
	text-align:center;
	display:inline;
	margin:0;
}
div#SocialBookmarks ul li a {
	display:block;
	float:left;
	width:auto; /* floating elements need to have a width declared */
	background:none;
	color:#797b7f;
	text-decoration:underline;
	margin:0 5px;
}
div#SocialBookmarks ul li a:hover {
	text-decoration:none;
	background:none;
}
div#SocialBookmarks .Left ul li a {
	width:26px;
	height:26px;
	background-repeat:no-repeat;
	background-position:0 0;
}
div#SocialBookmarks .Left ul li a:hover {
	background-position:-26px 0;
}
div#SocialBookmarks .Left ul li.delicious a {
	width:27px;
	background-image:url(../images/delicious.gif);
}
div#SocialBookmarks .Left ul li.delicious a:hover {
	background-position:-27px 0;
}
div#SocialBookmarks .Left ul li.digg a {
	background-image:url(../images/digg.gif);
}
div#SocialBookmarks .Left ul li.reddit a {
	background-image:url(../images/reddit.gif);
}
div#SocialBookmarks .Left ul li.facebook a {
	background-image:url(../images/facebook.gif);
}
div#SocialBookmarks .Left ul li.stumbleupon a {
	width:27px;
	background-image:url(../images/stumbleupon.gif);
}
div#SocialBookmarks .Left ul li.stumbleupon a:hover {
	background-position:-27px 0;
}
div#SocialBookmarks .Left ul li.twitter a {
	width:26px;
	background-image:url(../images/twitterbird.png);
}
div#SocialBookmarks .Left ul li.twitter a:hover {
	background-position:-26px 0;
}
div#Footer {
	position:relative;
	margin:20px 19px 38px 19px;
	width:962px;
	height:auto;
	clear:both;
	font-size:13px;
	color:#fdfeff;
	padding:20px 0;
	text-align:center;
	background-color:#AAAAAA;
	background-image:url(../images/FooterBG.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
div#Footer ul {
	list-style-type:none;
}
div#Footer li {
	display:inline;
	margin:0;
}
div#Footer li a {
	display:inline-block;
	margin:0 15px 0 15px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
div#Footer li a:hover {
	text-decoration:underline;
}


div#ResellerFooterContainer {
	position:relative;
	margin:20px 19px 38px 19px;
	width:962px;
	height:160px;
	clear:both;
	font-size:13px;
	color:#fdfeff;
	background-image:url(../images/PlanitLinks.jpg);
	background-repeat:repeat-x;
}
div#ResellerFooterContainer h1 {
	position:absolute;
	margin:0;
	top:35px;
	left:88px;
	font-size:19px;
	font-weight:bold;
	color:#fdfeff;
}
div#ResellerFooterContainer div#ResellerFooter {
	position:absolute;
	margin:0;
	top:55px;
	left:88px;
	width:786px;
	font-size:15px;
	line-height:1.2em;
	color:#dbddd7;
}
div#ResellerFooterContainer div#ResellerFooter a {
	color:#dbddd7;
	font-weight:bold;
	text-decoration:none;
}
div#ResellerFooterContainer div#ResellerFooter a:hover {
	text-decoration:none;
	color:#ffffff;
	background-color:transparent; /* set background colour with color set to suppress validation warnings */
}
div.Pod {
	overflow:hidden;
}
div.Pod ul.normalbullets li {
	margin-left:2em;
}
div.PodTop {
	position:relative;
	height:36px;
	background-image:url(../images/header.jpg);
	background-repeat:repeat-x;
}
div.PodTop h1 {
	position:absolute;
	margin:0;
	padding:0;
	top:0;
	left:10px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	background-color:transparent; /* set background colour with color set to suppress validation warnings */
	line-height:36px;
	height:36px;
	overflow:hidden;
}
div.PodTop h1 a {
	color:#ffffff;
	text-decoration:none;
	display:block;
	width:210px;
	height:36px;
}
div.PodTop h1 a:hover {
	color:#F4F4F4;
}
div.PodContent {
	background-image:url(../images/PodBG.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	border:1px solid #dbddd7;
	padding:10px;
	font-size:10px;
	line-height:1.1em;
}
div.PodContent h1 {
	margin:0;
	color:#565656;
	font-size:11px;
	font-weight:bold;
}
div.PodContent h2 {
	margin:0;
	color:#565656;
	font-size:11px;
	font-weight:bold;
}
div.PodContent p {
	margin:5px 0;
}
div.PodContent a {
	color:#565656;
	text-decoration:underline;
}
div.PodContent .PodLink a {
	color:#565656;
	font-weight:bold;
	text-decoration:none;
}
div.PodContent .PodLink a:hover {
	color:#707276;
}
div.PodContent p.MoreLink a {
	color:#565656;
	font-weight:bold;
}
div.PodBottom {
	height:1px;
}


/* Non-layout CSS */

.Hidden {
	display:none;
}
.Visible {
	display:block;
}
.NoBreak {
	white-space:nowrap;
}
.ErrorBorder {
	border:1px solid #FF0000;
	padding:10px 5px;
	font-size:11px;
	background-color:#FEF3F3;
}
.NoteBorder {
	border:1px solid #E0E0E0;
	padding:10px 5px;
	font-size:11px;
	background-image:url(../images/NotesBoxBG.gif);
	background-repeat:repeat;
}
input.ErrorBorder {
	padding:2px;
}
#PageContent table {
	width:100%;
	border-collapse:collapse;
	border-spacing: 0px 0px;
	background-color:#FFFFFF;
}
#PageContent div.Results table {
	margin:0 1%;
	width:98%;
}
#PageContent table.FitContents {
	width:auto;
}
#PageContent table tr.alt td {
	background-color:#FFFFEC;
}
#PageContent td, #PageContent th {
	border:1px solid #E0E0E0;
	padding:2px;
	vertical-align:top;
}
#PageContent th {
	background-color:#EAEAEA;
	font-weight:bold;
}
#PageContent th.col {
	text-align:center;
}
#PageContent th.row {
	text-align:left;
}
#PageContent th[scope='col'] {
	text-align:center;
}
#PageContent th[scope='row'] {
	text-align:left;
}
#PageContent td img, #PageContent th img {
	vertical-align:middle;
}
#PageContent table.noborder {
	border:none;
}
#PageContent table.noborder th, #PageContent table.noborder td {
	border:none;
}
#PageContent label, #PageContent input, #PageContent select, #PageContent textarea {
	display:inline-block;
	margin:0.4em 0;
	vertical-align:middle;
	width:auto; /* floating elements need to have a width declared */
	font-size:1em;
}
#PageContent label {
	margin:0.7em 0.5em 0.7em 0;
	clear:both;
	width:25%;
	text-align:left;
	font-weight:bold;
}
#PageContent label.error {
	color:#FF0000;
	width:auto;
	clear:none;
	margin-left:1em;
	font-size:0.8em;
}
#PageContent form br {
	clear:both;
}
#PageContent label.inline {
	clear:none;
	float:none;
	width:auto;
	margin:0.4em 1em 0.4em 0;
	display:inline-block;
}
#PageContent input[type='text'],
#PageContent input[type='password'],
#PageContent select,
#PageContent textarea {
	border:1px solid #E0E0E0;
	padding:2px;
}
#PageContent input[type='text']:focus,
#PageContent input[type='password']:focus,
#PageContent select:focus,
#PageContent textarea:focus {
	border:1px solid #999999;
}
#PageContent input[type='password'] {
	font-family:"Courier New", Courier, monospace;
}
#PageContent input[type='radio'], #PageContent input[type='checkbox'] {
	float:none;
	margin-right:5px;
}
#PageContent input[type='button'], #PageContent input[type='submit'] {
	display:block;
	border:1px solid #b5b5b5;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
	padding:0.2em 0.4em 0.2em 0.25em;
	background-color:transparent; /* set background colour with color set to suppress validation warnings */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	background-color:#EAEAEA;
}
#PageContent a.buttonlink, #PageContent a:hover.buttonlink {
	position:relative;
	height:1.5em;
	border:1px solid #b5b5b5;
	font-size:14px;
	color:#ffffff !important;
	font-weight:bold;
	padding:0.25em 1.5em 0.25em 0.5em;
	text-decoration:none;
	background-color:transparent; /* set background colour with color set to suppress validation warnings */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	background-color:#EAEAEA;
	white-space:nowrap;
}

#PageContent a.buttonlink:after, #PageContent a:hover.buttonlink:after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	background-image:url(../images/ButtonArrow.png);
	background-position:right center;
	background-repeat:no-repeat;
}

#PageContent a.buttonlink.bottom {
	position:absolute;
	bottom:10px;
	left:10px;
	height:16px;
}

#PageContent p.bottomlink {
	position:absolute;
	display:block;
	bottom:0;
	right:0;
	left:0;
	height:25px;
	margin:0;
	text-align:right;
	background-color:#a6a699;
}
#PageContent p.bottomlink a {
	position:absolute;
	display:inline-block;
	color:#FFFFFF !important;
	background-color:#a6a699;
	bottom:0;
	right:0;
	left:0;
	height:15px;
	font-size:12px;
	font-weight:bold;
	padding: 5px 23px 5px 0;
	text-align:right;
	background-image:url(../images/ButtonArrow.png);
	background-position:right center;
	background-repeat:no-repeat;
}
#PageContent p.bottomlink a:hover {
	color:#eeeeee !important;
}

#PageContent textarea {
	font-size:1em;
}
#PageContent fieldset {
	border:1px solid #E0E0E0;
	background-color:#FDFDFD;
	padding:10px;
	background-image:url(../images/FieldsetBG.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
#PageContent fieldset legend {
	font-style:italic;
	font-weight:bold;
}
#PageContent ul li, #PageContent ol li {
	margin-left:2em;
}
#PageContent div.InnerPodsLeftContainer {
	width:250px;
	float:left;
}
#PageContent div.InnerPodsRightContainer {
	width:250px;
	float:right;
}
#PageContent div.InnerLeftPod {
	clear:both;
	float:left;
	width:auto; /* floating elements need to have a width declared */
}
#PageContent div.InnerRightPod {
	float:right;
	width:auto; /* floating elements need to have a width declared */
}
#PageContent div.Pod {
	width:250px;
	margin:0;
	padding:0;
}
#PageContent div.PodTop {
	width:250px;
	margin:0;
	padding:0;
	height:8px;
	background-image:url(../images/InnerPodTop.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}
#PageContent div.Pod h1 {
	display:none;
}
#PageContent div.PodContent {
	width:230px;
	margin:0;
	padding:10px 12px 10px 8px;
	background-image:url(../images/InnerPodBG.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	border:none;
	overflow:hidden;
}
#PageContent div.PodContent ul.Menu {
	margin-left:-25px;
}
#PageContent div.PodBottom {
	width:250px;
	margin:0;
	padding:0;
	height:8px;
	background-image:url(../images/InnerPodBottom.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}
#PageContent div.Columns2 {
	float:left;
	width:48%;
	margin:0 1% 10px 1%;
}
#PageContent div.Columns2_1 {
	clear:both;
	float:left;
	width:45%;
	margin:0 auto 10px 0;
}
#PageContent div.Columns2_2 {
	float:right;
	width:45%;
	margin:0 0 10px auto;
}
#PageContent div.Columns3 {
	float:left;
	width:31%;
	margin:0 1.15% 10px 1.15%;
}
#PageContent div.Columns3_1 {
	clear:both;
	float:left;
	width:30%;
	margin:0 auto 10px 0;
}
#PageContent div.Columns3_2 {
	float:left;
	width:30%;
	margin:0 5% 10px 5%;
}
#PageContent div.Columns3_3 {
	float:right;
	width:30%;
	margin:0 0 10px auto;
}
#PageContent div.MenuBox {
	float:left;
	display:block;
	width:228px;
	margin:0 10px 20px 0;
	padding:0;
	border:1px solid #E0E0E0;
	background-color:#FDFDFD;
	padding:10px;
	background-image:url(../images/FieldsetBG.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
#PageContent div.MenuBox li {
	list-style-type:none;
}
#PageContent blockquote {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.2em;
	font-weight:bold;
	font-style:italic;
	margin-left:2em;
	padding:0 10px;
	border-left:5px solid #6CA232;
	background-color:#F6F6F6;
	margin-bottom:1em;
}
#PageContent blockquote p {
	padding:1em;
	margin:0;
}

/* Ajax grid control styles - NOW SEPARATE */


p.NewsFeedLink {
	text-align:right;
}
p.NewsFeedLink a img {
	vertical-align:middle;
	border:none;
}

.Handheld {
	display:none;
}

.SmallText {
	font-size:0.8em;
	line-height:1.3em;
}

.LargeText {
	font-size:1.2em;
	line-height:1.3em;
}

ul.Menu {
	margin:-10px -10px 10px -10px;
}
ul.Menu a {
	color:#707276;
	text-decoration:none;
}
ul.Menu li {
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	font-weight:bold;
	font-size:12px;
}
ul.Menu li a, #PageContent ul.Menu li a {
	display:block;
	width:208px;
	padding:10px 0 4px 18px;
	background-image:url(../images/background.jpg);
	height:20px;
	color:#707276;
	text-decoration:none;
	overflow:hidden;
}
ul.Menu li a:hover, #PageContent ul.Menu li a:hover {
	background-image:url(../images/backgroundover.jpg);
	color:#ffffff;
	background-color:transparent; /* set background colour with color set to suppress validation warnings */
}
ul.Menu li a.selected, #PageContent ul.Menu li a.selected {
	background-image:url(../images/backgroundselected.jpg);
	color:#ffffff;
	background-color:transparent; /* set background colour with color set to suppress validation warnings */
}
#PageContent ul.Menu li a {
	width:222px;
	padding-left:10px;
}
.RightPod ul.Menu li a {
	padding-left:5px;
}
.RightPod ul.Menu li ul li a {
	background-image:url(../images/background2.jpg);
}
.RightPod ul.Menu li a:hover {
	background-image:url(../images/backgroundover.jpg);
}
ul.Menu li ul {
	margin:0;
}
ul.Menu li ul li {
	list-style:none;
	font-weight:normal;
}
ul.Menu li ul li a {
	background-image:url(../images/background2.jpg);
}
#LeftNavMenu ul.Menu {
	margin-bottom:-10px;
}
#MainContent .Pod ul.Menu li ul li {
	margin-left:0;
}
#MainContent .Pod input[type='button'], #MainContent .Pod input[type='submit'], .Pod input[type='button'], .Pod input[type='submit'] {
	display:block;
	height:18px;
	border:1px solid #b5b5b5;
	font-size:9px;
	color:#ffffff;
	font-weight:bold;
	background-color:#9e9d9d;
	background-image:url(../images/Button.jpg);
	background-position:right -4px;
	padding:0 15px 3px 1px;
}

.yui-tt { /* Tooltip styling */
color: #444;
font-size:9px;
border: 1px solid #444;
background-color: #FFC;
padding: 5px;
width:250px;
}

/* Accordion styles */
#PageContent div.accordion {
	margin:auto auto 1em auto;
}

#PageContent div.accordion h2 {
	font-size:inherit;
	margin:auto;
	clear:none;
}

/* TimeEntry styles */
.timeEntry_control {
	vertical-align: middle;
	margin-top: 3px;
	margin-left: 2px;
}
* html .timeEntry_control { /* IE only */
	margin-top: -4px;
}

/* PrettyPhoto styles */
a[class^='prettyPhoto'] {
	position:relative;
	display:inline-block;
	margin:0 1em 1em 0;
	padding:10px;
	border:1px solid #B8B8B8;
	background-color:#FEFEFE;
	filter:alpha(opacity=100);
	opacity:1;
}
a[class^='prettyPhoto']:hover {
	filter:alpha(opacity=80);
	opacity:0.80;
}
a[class^='prettyPhoto'] span.overlayicon {
	position:absolute;
	opacity:0.9;
	filter:alpha(opacity=90);
	top:8px;
	left:8px;
}
a[class^='prettyPhoto'] span.overlayicon img {
	position:absolute;
	opacity:1;
	filter:alpha(opacity=100);
	height:24px;
	width:24px;
	top:0;
	left:0;
	border:none !important;
}
.BodyCellMenu a[class^='prettyPhoto'], .BodyCellMenu a[class^='prettyPhoto']:hover {
	background-color:none;
	filter:alpha(opacity=0);
	opacity:0;
}
#AdminBox {
	position:fixed;
	bottom:0;
	padding:5px 1%;
	left:93%;
	width:98%;
	height:20px;
	color:#ffffff;
	background-image:url(../images/AdminBoxBG.png);
}
#AdminBox:hover {
	left:0;
}
#AdminBox a {
	color:#ffffff;
}
#AdminBoxMenu {
	float:right;
	width:90%;
	text-align:right;
}

#PageContent div.BodyCellMenu {
	position:relative;
	height:80px;
	overflow:hidden;
	background-color:#F2F2F2;
	border-left:solid 5px #565656;
	border-right:solid 45px #565656;
	padding:10px 10px 10px 140px;
	margin:0 0 2px 0;
	text-align:left;
}
#PageContent div.BodyCellMenu:hover {
	background-color:#ffffff;
}
#PageContent div.BodyCellMenu img {
	position:absolute;
	top:0;
	left:0;
	width:130px;
	height:100px;
}
#PageContent div.BodyCellMenu h1 {
	margin:0 0 0.2em 0;
	font-size:1.3em;
	color:#565656;
}
#PageContent div.BodyCellMenu p {
	margin:0;
	font-size:11.2px;
}
#PageContent div.BodyCellMenu a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:9999;
	background-image: url(../images/blank.gif);
}

#PageContent div.ImageColumn {
	position:relative;
	margin:-10px -10px 10px -10px;
	float:left;
	background-image:url(../images/ImageColumnLeftBG.png);
	background-repeat:repeat-y;
	background-position:-1px 0;
	width:540px;
}
#PageContent div.ImageColumnImages {
	position:relative;
	margin:0;
	padding:0;
	width:162px;
	height:100%;
	overflow:hidden;
	float:left;
	background-color:#FFF;
}
#PageContent div.ImageColumnImages a[class^='prettyPhoto'] {
	margin:0;
	padding:0;
	border:none;
}
#PageContent div.ImageColumnImages img {
	display:block;
	clear:both;
	margin:0 0 2px 0;
	padding:0;
	border:1px solid #E0E0E0;
    max-width:160px;
    max-height:160px;
}
#PageContent div.ImageColumnText {
	position:relative;
	float:left;
	width:348px;
	padding:10px 15px;
	text-align:justify;

	background-color:#FEFEFE;
	background-image:url(../images/PageContentBG.jpg);
	background-repeat:repeat-x;
	background-position:0 -1px;
}





#PageContent div.RightImageColumn {
	position:relative;
	margin-bottom:10px;
	float:left;
}
#PageContent div.RightImageColumnText {
	position:relative;
	float:left;
	width:60%;
	padding:0;
	text-align:justify;
}
#PageContent div.RightImageColumnImages {
	position:relative;
	float:right;
	width:250px;
	margin:0;
	overflow:hidden;
	text-align:center;
}
#PageContent div.RightImageColumnImages a[class^='prettyPhoto'] {
	margin:0;
	padding:0;
	border:none;
}
#PageContent div.RightImageColumnImages p {
	font-weight:bold;
	color:#333333;
	font-size:0.8em;
	margin:2px 0;
}
#PageContent div.RightImageColumnImages p > img {
	margin-top:15px;
}

#AssociatedSiteFlags {
	position:absolute;
	top:10px;
	right:-25px;
	width:32px;
	height:auto;
	overflow:hidden;
	z-index:3000;
}
#AssociatedSiteFlags a {
	display:block;
	position:relative;
	text-decoration:none;
	width:32px;
	height:27px;
	overflow:hidden;
	margin-bottom:3px;
	left:-8px;
	opacity:0.40;
}
#AssociatedSocialMediaLinks {
	position:absolute;
	top:10px;
	left:-35px;
	width:40px;
	height:auto;
	overflow:hidden;
	z-index:3000;
}
#AssociatedSocialMediaLinks a {
	display:block;
	position:relative;
	text-decoration:none;
	width:40px;
	height:36px;
	overflow:hidden;
	margin-bottom:3px;
	right:-12px;
	opacity:0.40;
}
#AssociatedSocialMediaLinks a img {
	width:40px;
	height:40px;
}
.SliderBlock {
	width:942px;
	height:350px;
	overflow:hidden;
}
.SliderBlock div {
	position:relative;
}
.SliderBlock div h1 {
	position:absolute;
	width:850px;
	top:44px;
	right:43px;
	font-size:46px !important;
	font-weight:bold !important;
	text-align:right;
	z-index:+1;
}
.SliderBlock div h2 {
	position:absolute;
	width:850px;
	top:130px;
	right:43px;
	font-size:27px !important;
	color:#66BC29 !important;
	line-height:32px;
	text-align:right;
	letter-spacing:-0.06em;
	font-weight:normal !important;
	z-index:+1;
}
.SliderBlock div h2 a  {
	text-decoration:none !important;
	color:#66BC29 !important;
}
.SliderBlock div h3 {
	position:absolute;
	width:800px;
	top:230px;
	right:90px;
	font-size:20px !important;
	color:#989A90 !important;
	line-height:32px;
	text-align:right;
	letter-spacing:-0.06em;
	font-weight:normal !important;
	z-index:+1;
}
.SliderBlock div h3 a  {
	text-decoration:none !important;
	color:#989A90 !important;
}
.SliderBlockNav {
	position:relative;
	top:-30px;
	height:20px;
	text-align:right;
	z-index:999;
	margin:0 35px -30px 35px;
}
.SliderBlockNav a {
	display:inline-block;
	width:20px;
	height:20px;
	text-decoration:none;
	margin:0 3px;
	background-image:url(../images/SliderNavCircles.png);
	background-position:0 center;
}
.SliderBlockNav a:hover {
	background-position:40px center;
	text-decoration:none;
}
.SliderBlockNav a.activeSlide {
	background-position:20px center;
	text-decoration:none;
}
#CookieBannerContainer {
	position:fixed;
	top:0;
	margin:0;
	padding:0;
	text-align:center;
	width:100%;
	height:95px;
	background-image:url(../images/CookieBannerBG.png);
	color:#ffffff;
	left:-96.5%;
	opacity:0.90;
	z-index:3000;
	overflow:hidden;
}
#CookieBanner {
	position:relative;
	margin:0 auto;
	padding:0;
	width:1000px;
	height:95px;
	text-align:center;
}
#CookieBanner a {
	color:#ffffff;
	text-decoration:underline;
	font-weight:bold;
}
#CookieBanner a:hover {
	color:#ff0000;
}
#CookieBannerCol1 {
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:25px 10px;
	width:230px;
	font-size:20px;
	font-weight:bold;
	vertical-align:middle;
	height:95px;
	line-height:1.2em;
}
#CookieBannerCol2 {
	position:absolute;
	top:0;
	left:250px;
	margin:0;
	padding:10px;
	width:480px;
	height:95px;
	font-size:11px;
	line-height:1.2em;
}
#CookieBannerCol3 {
	position:absolute;
	top:0;
	left:750px;
	margin:0;
	padding:10px;
	width:230px;
	height:95px;
	font-size:14px;
	line-height:1.2em;
}
#CookieBannerTitle {
	position:absolute;
	right:-20px;
	top:30px;
	width:65px;
	height:15px;
	margin:0;
	padding:10px;
	background-color:#000000;
	font-size:14px;
	font-weight:bold;
	line-height:1em;
	-webkit-transform: rotate(-90deg); /* Safari */
	-moz-transform: rotate(-90deg); /* Firefox */
	-ms-transform: rotate(-90deg); /* IE */
	-o-transform: rotate(-90deg); /* Opera */
	/*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/ /* Internet Explorer */
	text-align:center;
}
#PageContent div.FeaturePod {
	position:relative;
	text-align:justify;
	text-align-last:left;
	margin:3px 0 1em 0;
	border:1px solid #dbddd7;
	padding:10px;
	font-size:1em;
	line-height:1.3em;
	/* http://www.colorzilla.com/gradient-editor/ */
	background: rgb(254,254,254); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(254,254,254,1) 70%, rgba(240,240,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(70%,rgba(254,254,254,1)), color-stop(100%,rgba(240,240,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(254,254,254,1) 70%,rgba(240,240,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(254,254,254,1) 70%,rgba(240,240,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(254,254,254,1) 70%,rgba(240,240,238,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(254,254,254,1) 70%,rgba(240,240,238,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f0f0ee',GradientType=0 ); /* IE6-9 */
}
#PageContent div.FeaturePod h1 {
	margin:-10px -10px 10px -10px;
	padding:10px 10px;
	text-align:left;
	font-size:14px;
	line-height:1.4em;
	font-weight:bold;
	color:#ffffff;
	background-color:transparent; /* set background colour with color set to suppress validation warnings */
	width:100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	background-color:#EAEAEA;
}
#PageContent div.FeaturePod a {
	text-decoration:none;
	color:inherit;
}
#PageContent div.FeaturePod h1 a {
	text-decoration:none;
	display:block;
	width:100%;
	height:auto;
}
#PageContent div.FeaturePod h1 a:hover {
	color:#F4F4F4;
}
#PageContent div.FeaturePod img {
	max-width:100%;
	height:auto;
}
#PageContent div.FeaturePod h2 {
	text-align:left;
	margin-bottom:0.25em;
}
#PageContent div.FeaturePod h2 img {
	display:inline-block;
	margin:2px 5px 5px 0;
	float:left;
	max-width:auto;
}
#PageContent div.FeaturePod h2 a {
	text-decoration:none;
}
#PageContent div.FeaturePod p.Summary {
	text-align:left;
	clear:both;
	margin:0;
}
#PageContent div.FeaturePod div.item {
	max-height:80px;
	overflow:hidden;
	margin:0;
	padding:0;
	-webkit-transition: max-height 1.25s ease;
	-moz-transition: max-height 1.25s ease;
	-ms-transition: max-height 1.25s ease;
	-o-transition: max-height 1.25s ease;
	transition: max-height 1.25s ease;
}
#PageContent div.FeaturePod div.item:hover {
	max-height:999px;
	-webkit-mask-image: none;
}
iframe#MainVideo {
	width:690px;
	height:385px;
}

/*
#PageContent div.FeaturePod div.FeaturePodVideoWallImage {
	position:relative;
	margin:0 auto 14px auto;
	width:100%;
	max-height:119px;
	overflow:hidden;
}
#PageContent div.FeaturePod div.FeaturePodVideoWallImage img {
	width:100%;
}
*/

#PageContent div.FeaturePod div.FeaturePodVideoWallImage {
	position:relative;
	margin:0 auto 14px auto;
	width:100%;
	height:119px;
	overflow: hidden;
}
 
#PageContent div.FeaturePod div.FeaturePodVideoWallImage iframe,
#PageContent div.FeaturePod div.FeaturePodVideoWallImage object,
#PageContent div.FeaturePod div.FeaturePodVideoWallImage embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	overflow: hidden;
}


#PageContent div.FeaturePod div.FeaturePodVideoWallImage span.OverlayPlayIcon {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	background-position:center center;
	top:0;
	left:0;
	background-image:url(../images/Playgrey.png);
	background-size:80px;
	background-repeat:no-repeat;
	z-index:999;
	opacity:0.8;
	filter:alpha(opacity=80);
}
#PageContent div.FeaturePod div.FeaturePodVideoWallImage span.OverlayPlayIcon:hover {
	background-image:url(../images/Playwhite.png);
	cursor:pointer;
}
/*#nybg {
	position:absolute;
	width:100%;
	height:100%;
z-index:99;
background:url('../images/NYtree.png') 0 0 no-repeat fixed, url('../images/NYtree.png') no-repeat fixed top right;
}*/