@import url("global.css");

	/* ---------- SUB PAGE CONTENT BOX ------------ */
	#MainContent{
	float:left;
	width:594px;
	}
		.MainHdrFrame	{ /*This is for the Header background*/
		background:url(../images/homehdrbg_white.jpg) no-repeat;
		height:55px;
		width:594px;}
		#MainContent p{
		line-height:135%}
			
	/* ---------- Subpages formating ------------ */
	iframe#map {
	margin:10px 20px;
	border:1px solid #FFF;
	}
	.colorgrey	{
	color:#333;
	}
	.mediabox, .cardbox  {
	float:left;
	width:217px;
	padding:15px 30px;
	}
	.mediaboxvid  {
	border-bottom:1px solid #CCC;
	margin:0 0 15px;
	padding:0 0 15px;
	position:relative;
	}
	.mediaboxarticle{
	height:200px;
	left:340px;
	position:absolute;
	top:30px;
	width:150px;
	}
	div .pullquote {
	background-color:#EFDBA2;
	display:block;
	float:right;
	margin:10px 20px 10px 10px;
	padding:20px;
	text-align:center;
	width:150px;}
	.line	{
	border-bottom:2px dotted #9c9579;
	margin:0 20px;
	}
	.linkTriangle2{ /*this is for the subpages emphasized links in the actual body*/
	background:url(../images/triangle.gif) no-repeat 0 3px;
	margin-left:20px;
	padding:0 0 0 15px;
	}
	.mediavideo	{
	padding:20px}

	img.paddme40{ /*padding for the gallery sample*/
	padding:20px 0 0 40px;}