/* --------------------- General ----------------------------- */
body{
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
	background: green;
	color: white;
	background-color: #CDC9C9;
	behavior: url(csshover.htc); /*---- Calls file for IE to handle Drop Down  ----- */
}
div.two{
	clear: both;
}
td{	
	vertical-align: top;
	font-size: 10pt;
}
.hide{
	display: none;
}
img.clear{
	display: block;
	clear: both;
}
p.emphasis{
	font-weight: bold;
	font-style: italic;
}
p.notice{
	font-size: 8pt;
	font-style: italic;
	margin-top: 0px;
}
#content p.title{
	font-weight: bold;
	margin-bottom: -3px;
	padding-bottom: 0px;
}
a.more{
	background-color: #2A78B8;
	padding: 2px;
	padding-left: 4px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 8pt;
/*	border: 1px solid #606060; */
	border-top: 1px solid #cecece;
  	border-bottom: 2px solid #4a4a4a;
 	border-left: 1px solid #cecece;
	border-right: 2px solid #4a4a4a;
	display: block;
	width: 75px;
	margin-top: 3px;
	margin-left: 3px;
}
a.more:hover{
	border-bottom: 1px solid #cecece;
 	border-top: 2px solid #4a4a4a;
  	border-right: 1px solid #cecece;
  	border-left: 2px solid #4a4a4a;
}
.emphasis{
	font-weight: bold;
}
/* ----------------------- Container ------------------------------ */
#container{
	width: 746px;
	text-align: left;
	margin: auto;
	position: relative;
	background-color: white;
	border: 1px solid #D1CFCF;
}

/*----------------------- Header --------------------------------- */
#header{
	padding: 0px;
	margin: 0px;
	width: 100%;
	margin: auto;
	height: 137px;
	border-bottom: 1px solid #D1CFCF;
	background-image:url(images/banner_building.jpg);

}
#header img{
	margin: 0px;
}

/* ----------------------- Navigation at left --------------------------- */
td.menu{
	width: 200px;
	border-right: 1px solid #D1CFCF;
	color: #000;
	background-color: #E4E4E0;
	padding: 0px;
	margin: 0px;
}
#navigation{
	position: relative;
	z-index: 500;
	width: 200px;
}
#navigation ul li, #navigation ul li ul li{
	padding: 0px;
	margin: 0px;
}
#navigation ul, #navigation ul ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 200px;
}
#navigation ul{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}
#navigation ul li, #navigation ul li:hover{
	position: relative;
}
* html #navigation ul li{
	float: left;
}
#navigation ul li ul{
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
	display: none;
}
#navigation ul, #navigation ul li:hover ul{
	margin: 0px;
	padding: 0px;
	display: block;
	list-style-type: none;
}
#navigation h2{
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	background: url(images/navheader.gif) -4px;
	font-size: 10pt;
	height: 20px;
	color: #FFF;
	text-indent: 21px;
	display: block;
}
#navigation a{
	padding: 0px;
	margin: 0px;
	width: 100%;
	display: block;
	background: #e4e4e0;
	border-top: 1px solid white;
	padding-top: 2px;
	height: 18px;
	text-decoration: none;
	color: #014b8a;
	font-weight: bold;
	text-indent: 21px;
}
*html #navigation a{
	width: 200px;
}
#navigation ul li ul li a{
	border: 1px solid #FFF;
	border-collapse: collapse;
	text-indent: 5px;
}
#navigation a:hover{
	background: #014c8f;
	color: #FFF;
}
#navigation a.category{
/*	background: url(images/navcat2.gif) -5px 0px no-repeat; */
	font-weight: bold;
    color: #014b8a;
}
#navigation li:hover a.category{
/*	background: url(images/navcatover.gif) -5px no-repeat; */
	color: white;
}
#navigation ul li.cvtc{
	border: 0px;
	background-color:#E4E4E0;
}
#navigation ul li.cvtc a{
	background: url(images/cvtclogo.gif) center center no-repeat #E4E4E0;
	height: 80px;
	text-indent: -9999px;
}
#navigation ul li.cvtc a:hover{
	background: url(images/cvtclogo.gif) center center no-repeat #E4E4E0;
}
	
/* -------------------------- Content -------------------------- */
#content{
	width: 553px;
	background-color: white;
	position: relative;
	color: #4B4B4B;
	padding-top: 0px;
	padding-bottom: 4px;
}
#content p{
	padding: 2px 3px 3px 3px;
	margin: 8px 0px 0px 0px;
	text-align: left;
}
#content a{
	color: #014b8a;
}

#content img{
	border: 1px solid #A6A2A6;
	float: right;
	margin: 5px;
}
#content img.special{
	border: 0px;
	marging-left: 8px;
}
#content img.map{
	float: none;
	margin: auto;
	display: block;
	text-align: center;
}
#content h1{
	font-size: 14pt;
	margin: 0px;
	padding: 0px;
	padding-top:2px;
	display: block;
	height: 30px;
	border-bottom: 1px solid #2F4A76;
	text-align: left;
	color: #014b8a;
	font-style: italic;
	font-weight: bold;
	text-indent: 3px;
}

#content h2{
	font-size: 12pt;
	color: #014b8a;
	font-style: italic;
	font-weight: bold;
	text-indent: 3px;
}

#content h3{
	font-size: 10pt;
	font-weight: bold;
	display: block;
	width: 75%;
	border-bottom: 1px solid black;
	padding: 0px;
	margin: 0px;
	margin-left: 2px;
	margin-top: 10px;
	text-indent: 3px;
}
#content p.address{
	text-align: center;
}
#content ul{
	display: block;
}
#content li.feature{
	font-weight: bold;
}
#content li ul li{
	font-weight: normal;
}
/*--------------------------- In The News ---------------------------------- */
#inthenews{
/*	background-color: #DECB84; */
/*	background-color: #F7F4EA; */
	background-color: #F4EFDF;
	color: #2F270B;
	border-top: 1px solid #846808;
	width: 546px;
	padding-bottom: 3px;
}
#inthenews h2{
	font-size: 10pt;
	color: #2F270B;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #846808;
	text-align: center;
	margin: 0px;
	padding: 2px 0px;
	background-color: #E8DFBF;
}
#inthenews p{
	padding-right: 3px;
	padding-left: 3px; 
}

/* ---------------------------------- Copyright ----------------------------- */
#copyright{
	background-color: #014b8a;
	background-image:url(images/footerbottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	border-top: 1px solid #D1CFCF;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	color: white;
	font-size: 8pt;
}
#copyright a{
	color: white;
}
#copyright table{
	margin: auto;
}
#copyright table td{
	text-align: center;
	font-size: 8pt;
	color: white;
	width: 25%;
	padding-bottom: 3px;
}
#copyright table td a{
	color: white;
}
/* -------------------------------- Main Photo ---------------------------- */
#mainphoto{
	width: 530px;
	display: block;
	text-align: center;
	border: 1px solid #000;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 25px;
	height: 300px;
	clear: both;
}
#mainphoto p{
	display: none;
}
body#facility #mainphoto p{
	display: block;
	text-align: center;
}
body#facility1 #mainphoto{
	background: url(images/cleanroomphoto1.jpg) center no-repeat;
}
body#facility2 #mainphoto{
	background: url(images/cleanroomphoto3.jpg) center no-repeat;
}
body#facility3 #mainphoto{
	background: url(images/cleanroomphoto2.jpg) center no-repeat;
}
body#facility4 #mainphoto{
	background: url(images/interiorbig.jpg) center no-repeat;
}
body#facility5 #mainphoto{
	background: url(images/exteriorbig.jpg) center no-repeat;
}
body#facility6 #mainphoto{
	background: url(images/floorplanbig2.gif) center no-repeat;
}
body.facility #content p.caption{
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
}
body.facility #content p.caption:first-line{
	font-weight: bold;
}
body.facility #content p.caption{
	display: none;
}
body#facility1 #content p#blueprint{
	display: block;
}
body#facility2 #content p#cleanroom1{
	display: block;
}
body#facility3 #content p#cleanroom2{
	display: block;
}
body#facility4 #content p#interior{
	display: block;
}
body#facility5 #content p#exterior{
	display: block;
}
body#facility6 #content p#floorplan{
	display: block;
}
/* -------------------------- Thumbnail ----------------------------- */
#content div.thumbnail{
	width: 33%;
	float: left;
	text-align: center;
}
#content div.thumbnail img{
	display: block;
	text-align: center;
	margin: auto;
	float: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
/* ----------------------- Additional Info form ----------------------- */
#content form table#requestform{
	width: 500px;
	margin: auto;
	margin-top: 15px;
}
#content form table#requestform td{
	width: 50%:
	vertical-align: bottom;
	color: #4B4B4B;
}
table#requestform td.labelcell{
	width: 50%:
}
table#requestform td.required{	
	font-weight: bold;
}
table#requestform td.buttons{
	text-align: center;
}
#validationbox{
	display: none;
}
/* --------------------- Flash ---------------------------------------- */
#flash{
	float: right;
	margin: 5px;
	border: 1px solid #A6A2A6;
	width: 200px;
	height: 150px;
}
#flash img{
	margin: 0px;
	border: 0px;
}
/* -------------------------- Newsletter Table ----------------------------------*/
form.news{
	text-align: center;
}
table.newsletter{
	margin: auto;
	text-align: left;
	width: 450px;
	border: 1px solid #1f4569;
}
table.newsletter th{
	background-color: #336699;
	color: #fff;
	padding: 3px 5px 3px 9px;
}
table.newsletter td{
	background-color: #e0f0ff;
	padding: 3px 5px 3px 9px;
}

#video{
	display: block;
	text-align: center;
	margin: auto;
	margin-bottom: 10px;
}

/* -------------------------------- Flyer Styles ------------------------------*/
div.flyer{
	background-color: #000000;
}
div.headerleft{
	float:left;
	width:49%;
}
div.headerlowerleft{
	float:left;
	width:41%;
}
p.headerleft{
	color:#fff;
}
div.headerright{
	float:right;
	width:50%;
}
p.headerright{
	color:#fff;
	font-size: 9pt;
}
div.headerlowerright{
	float:right;
	width:40%;
}
div.clear{
	clear:both;
}
p.flyertitle{
	margin-left: 5px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 18pt;
	color: #2642E9;
}
#content img.right{
	float: right;
	border: 0px;
}
#content img.left{
	display:block;
	float: left;
	border: 0px;
}
span.smallfont{
	font-size:6pt;
}
div#block{
	background: url(images/blockbottom.gif) 2px bottom no-repeat;
	display: block;
	width: 436px;
	height: 100%;
}
div#block h3{
	background: url(images/blocktop.gif) left top no-repeat;
	width: 436px;
	height: 31px;
	display: block;
	margin-bottom: -1px;
	text-indent: -9999px;
}
div#block p{
	background: url(images/blockmiddle.gif) left center repeat-y;
	margin-top: 0px;
	margin-left: 2px;
}
p.smallHeading{
	color: #fff;
}