/* CSS by Jamie Johnson*/
#container { 
	min-height: 590px;
	background-image: url("image/inside/gradientUpperRight.png");
}
#subcontainer { 
	height: 450px;
	*height: 480px;
	background-image: url("images/inside/gradientLowerLeft.png"); 
	background-repeat: no-repeat;
	background-position: 0px -175px;
	*background-position: 0px -135px; 
}
#leftCol {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 7;
	margin-top: -25px;
	width: 160px;
	float: left;
	color: #6699cc; 
	font-size: 11px;
	text-align: left;
	padding-left: 15px;
	font-weight: bold;
	line-height: 2em; /* was 1.5em */
}
#leftCol a:link { 
	color: #6699cc; 
	text-decoration: none; 
	font-weight: normal; 
}
#leftCol a:visited { 
	color: #6699cc; ;
	text-decoration: none; 
}
#leftCol a:hover { 
	color: #004f96;
	text-decoration: none; 
}
#leftCol a:active { 
	color: #6699cc;
	text-decoration: none; 
}
#middleCol {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 7;
	float: left;
	margin-left: 15px;
	margin-top: -100px;
	text-align: left;
	width: 375px;
	height: 450px; 
	color: #585858; /* gray; #8a9297;*/
	font-family: helvetica;
	font-size: 11px;
	line-height: 1.5em; 
}
#middleCol h1 { 
	color: #990000; 
	font-family: helvetica;
	font-stretch: condensed;
	font-weight: bold;
	font-size: 18px;
}
#rightCol {
	float: right;
	margin-top: -120px;
	position: relative;
	top: 0px;
	right: 0px;
	z-index: 7;
}
#download { 
	clear: both;
	text-align: right;
	font-size: 11px; 
	padding-right: 10px; 
	padding-bottom: 10px;
}
#download a:link { color: #990000; text-decoration: none; font-weight: bold; }
#download a:visited { color: #990000; text-decoration: none; font-weight: bold; }
#download a:hover { color: #600000; text-decoration: none; font-weight: bold;  }
#download a:active { color: #600000; text-decoration: none; font-weight: bold;  }
#ft { top: 0px; }
#URpix {
	height: 125px;
	width: 230px;
	background-image: url("blank.gif");
	background-repeat: no-repeat;
	background-position: 21px 45px;
	overflow: hidden;
}
#smPapers { 
	height: 56px;
	width: 230px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: cambria, sans-serif;
	color: #990000; 
	padding-top: 15px; 
	background-image: url("images/inside/LCR.png");
	background-position: 15px 0px; /* added for above file */
	background-repeat: no-repeat;
}
#meetStaff {
	cursor: pointer;
	margin-top: -4px;
	width: 209px;
	background-image: url("images/inside/staffbg.jpg");
	background-repeat: no-repeat;
	overflow: hidden;
}
#storiesLink {
	width: 209px;
	height: 100px;
	margin-top: -20px;
	cursor: pointer;
}
#lcr { margin-left: 15px; }
#testimonial {
	height: 82px;
	width: 209px;
	background-image: url("blank.gif");
	cursor: pointer;
	color: white; 
	font-size: 11px; 
	font-family: helvetica; 
	text-align: center;
	font-weight: normal;
}

#tip { 
	background-image: url("images/inside/tipbox.jpg");
	width: 209px;
	height: 123px;
	margin-top: -18px; 
	*margin-top: -5px;
	color: white; 
	font-size: 11px; 
	font-family: helvetica; 
	text-align: left; 
	font-weight: normal;
}	
#tip p { padding: 10px;	font-weight: normal; }
