/* CSS Document */

/* tell me more button */

a.tellmemore {
	display: block;
	background: #ACC4EB url(../images/btn-tellmemore.gif) no-repeat 0% 0%;
	width: 271px;
	height: 52px;
	text-decoration: none;

	}

a.tellmemore strong {
	display: block;
	margin-left: 47px;
	padding-top: 9px;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: -1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;

	}

a.tellmemore:hover { background-color: #668ED8; }

/* image container 3 column*/

#subpage-wrap:after {
		content: "."; 
		display: block; 
		height: 0;
		clear: both; 
		visibility: hidden;
		}
		

#subpage-wrap {
	border: 1px #ccc solid;
	padding: 8px;
	display: inline-table;
	background-color: #fff;
	background-image: url(../images/grey_grad.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
		}
		/* Hides from IE-mac \*/
		* html #subpage-wrap {height: 1%;}
		#subpage-wrap {display: block;}
		/* End hide from IE-mac */
	
		div.pageblock {
		float: left;
		display: inline;
		width: 170px;
		margin: 0 10px 0 0;
		}
		
		div.pageblock.norightmargin{margin-right: 0px;}
		div.pageblock a {background-image: none; text-decoration:none;}
		div.pageblock img {margin-bottom: 10px; border:1px solid #999999;}
		div.pageblock p {font-size: 1em; line-height:120%;}.websiteresources {
	padding: 10px;
	border: 1px solid #F68B13;
	background-color: #FFFFED;
}
.websiteresources strong {
	color: #F68B13;
}
/* Local navigation box */

/*#navcontainer {
padding: 4px;
border: 1px solid #cccccc;
background: url(../images/outline_pattern.gif);
margin: 0 0 24px 0;
}*/

#navcontainer {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	background-image: url(../images/grey_grad.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

 #navlist
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	padding-top: 10px;
}

#navlist li
{
padding-left: 10px;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}

#navlist ul { list-style: none; }




#caution {
	padding: 15px;
	display: block;
	margin-bottom: 20px;
	background-color: #FFFFDC;
}
#caution img {
	float: left;
}
#caution h4 {
	font-size: 1.4em;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#caution h4 a {
	text-decoration: none;
}
#caution p {
	margin: 0;
	padding: 0;
}
.caution {
	padding-left: 50px;
	padding-r

