/* National Trust AGM, 2008 - Text */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#topNav a, #topNav span {
	position:relative;
	top: 5px;
	/*color: #ffffff;*/
color: #333;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
#topNav a:hover {
	text-decoration: underline;
}
#header a, #header img {
	border: none;
}
/* This for forms */
#formContainerButtons a {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #335755;
}
#formContainerButtons input {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #335755;
}
label {
	color: #335755;
}
label strong {
	font-weight: bold;
}
/****************************************************/

/* This for form acknowedgements */
.thankyou {
	color: #335755;
}
/*********************************/

/* This for holding site homepage + tech support */
#homepageText h3, #techSupportText h3, #homepageText p, #techSupportText p, #techSupportText ul, #techSupportText ol {
	color: #000000;
}
#techSupportText h3, #homepageText h3 {
	line-height: 0.4em;
}
#techSupportText a, #homepageText a {
	text-decoration: underline;
	color: #496DA3;
	font-weight: bold;
}
#techSupportText a:hover, #homepageText a:hover {
	text-decoration: underline;
}
/**********************************/

/* This for holding site testVideos */
a.viewVidLinkLeft {
	color: #2a433f;
	text-decoration: none;
	float:left;
	padding:3px;
	background-color:#333333;
	color:#FFFFFF;
}
a.viewVidLinkRight {
	color: #2a433f;
	text-decoration: none;
	float:right;
	clear:right;
	padding:3px;
	background-color:#333333;
	color:#FFFFFF;
}
a:hover.viewVidLinkLeft, a:hover.viewVidLinkRight {
	background-color:#666666;
}
.linkCont {
	background-color:#fff;
	width:435px;
	float:left;
	margin-top:3px;
}
/************************************/


/**********************************/

/* This for holding site archive */
a.viewVidLink {
	color: #000000;
	text-decoration: none;
	padding:1px;
}
a:hover.viewVidLink {
	color:#666666;
	text-decoration:underline;
}
.linkContArchive {
	z-index:15;
	float:right;
	text-align:right;
	margin-top:10px;
	margin-right: 25px;
}

.caption {
	width:384px;	
}
/************************************/



/*All text converted to percentages for resize function in browser*/


body {
	font-size: 100%;
}
#topNav a, #topNav span {
	font-size:80%;
}
#formContainerButtons a {
	font-size: 70%;
}
#formContainerButtons input {
	font-size: 70%;
}
label {
	font-size: 60%;
}
#homepageText h3, #techSupportText h3, #homepageText p, #techSupportText p, #techSupportText ul, #techSupportText ol {
	font-size: 70%;
}
#techSupportText a, #homepageText a {
	font-size: 100%;
}
a.viewVidLink {
	font-size: 70%;
}
a.viewSessionLink {
	font-size:80%!important;
}
