@charset "UTF-8";
/* CSS Document */



/********************************************
   BASICS
********************************************/ 


* {
	margin: 0;
	padding: 0;
}

img {
	border:none;
	padding: 0;
	margin: 0;
}


body {
	background: #fff url(images/strip2.jpg) repeat-x left top;
	text-align: left;
	font-size:100%;	
}


p {
	font: 12px/16px "Lucida Grande", Trebuchet MS, sans-serif;
	color: #666666;
}


h1, h2, h3 {
	color: #01539c;
}



/********************************************
   LISTS
********************************************/ 



ul, ol {
	margin: 5px 0px;
	padding: 0 20px;
}

ul {
	list-style: none;
}


p, ol, ul {
	margin-bottom: 0px;
	line-height: 22px;
	padding: 0px;
}

a {
	color: #3CB7FF;
}

a:hover {
	text-decoration: none;
}



/********************************************
   LOGO
********************************************/ 



div.logo {
	width: 212px;
	height: 74px;
	margin-top:20px;
	border:0;
	padding: 0;
}

div.logo a {
	text-decoration: none;
}



/********************************************
   MAIN NAVIGATION
********************************************/ 



#menu {
	margin-top: 0px;
	margin-left: 300px;
	position: absolute;
	width: 968px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	height: 42px;
}

#menu a {
	display: block;
	padding: 4px 15px 4px 15px;
	background: #3CB7FF;
	margin-right: 2px;
	text-decoration: none;
	text-align: center;
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
}

#menu .last {
	margin-right: 0;
	padding-right: 0;
}

#menu .current_page_item {

}

#menu .current_page_item a {
	background: #ff3100;
	color: #FFFFFF;
}


#menu li a:hover, #menu li a.current{
	background: #ff3100;
	color: #FFFFFF;
}


/********************************************
   HOME BANNER
********************************************/ 



div.homebanner {
	margin-top: 56px;
	width: 968px;
	position: absolute;
}

div.homebanner h1{
	color:#fff;
	font-family: Georgia, serif;
	font-size:36px;
	line-height:50px;
	padding-right: 20px;
	padding-left: 0px;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 10px;
}


div.homebanner h2 {
	color:#3cb7ff;
	font-family: Georgia, serif;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	font-style:normal;
	padding-left: 0px;
	padding-top: 10px;
}

div.homebanner a {
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	font-size:14px;
	font-style: normal;
	text-decoration:none;
	padding-top: 10px;
}

div.homebanner a:hover {
	color:#fff;
	text-decoration:none;
}

/********************************************
   HOME PAGE SPACER
********************************************/

.homespace{
	clear:both;
	width:10px;
	height:30px;
}


/********************************************
   BANNER
********************************************/ 



div.banner {
	margin-top: 50px;
	width: 968px;
	position: absolute;
}

div.banner h1{
	color:#fff;
	font-family: Georgia, serif;
	font-size:30px;
	line-height:40px;
	padding-right: 20px;
	padding-left: 0px;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 10px;
}


div.banner h2 {
	color:#3cb7ff;
	font-family: Georgia, serif;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	font-style:normal;
	padding-left: 0px;
	padding-top: 10px;
}

div.banner a {
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	font-size:14px;
	font-style: normal;
	text-decoration:none;
	padding-top: 10px;
}

div.banner a:hover {
	color:#fff;
	text-decoration:none;
}



/********************************************
   WRAP
********************************************/ 


#wrap {
	position: relative;
	width: 968px;
	text-align: left;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}


#content-wrap {
	position: relative;
	clear: both;
	float: left;
	width: 968px;
	padding: 0;
	margin-left: 15px;
	display: inline;

}



/********************************************
   IMAGE BLOCK
********************************************/ 


div.pic {

}

div.pic	img {
	border:none;
	float: left;
	padding-right: 30px;
	padding-top: 10px;
}



/********************************************
   HOME IMAGE
********************************************/ 


.home img {
	border:none;
	float: left;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-bottom: 0px;
}


/********************************************
   EVENTS PAGE CLASSES
********************************************/ 

.event{
	
}


.event img{
	border:none;

}


.event h4 a:hover {
	color: #ff3100;
	text-decoration:underline;
}

	
.eventdate {
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding-top: 20px;
	color: #666666;
}

.eventdesc {
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	line-height: 14px;
	padding: 10px 0 10px 0;
}

/********************************************
   DIVIDER RULE
********************************************/ 


.artdiv {
	height: 1px;
	width: 400px;
	background-color:#999999;
	margin: 10px 0 10px 0;
}


/********************************************
   LEFT COLUMN 
********************************************/ 


#leftcol {
	float: left;
	width: 190px;
	margin-top: 205px;
	display: inline;
	margin-left: 0px;
	margin-right: 90px;
	padding-right: 0px;
}


#leftcol h1 {
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	color:#01539c;
	font-size:14px;
	line-height:20px;
	font-style: normal;
	text-decoration:none;
	font-weight: normal;
}


#leftcol a {
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	color:#01539c;
	font-size:14px;
	line-height:20px;
	font-style: normal;
	text-decoration:none;
	font-weight: normal;
}


#leftcol a:hover {
	color:#01539c;
}


#leftcol a:visited {
} 



#leftcol ul li {
	list-style: none;
	border-bottom: 1px solid #EBEBEB;
	padding: 5px 0 5px 0;
	
}



#leftcol ul li a {
	text-decoration: none;
	color: #3cb7ff;
	padding: 5px 0 5px 0;
	
}

#leftcol a.disablelink, #leftcol a.disablelink:hover{
	/*cursor: default;*/
	color:#01539c;
	font-weight:normal!important;

}

/********************************************
   LEFT COLUMN PRODUCT
********************************************/ 


#leftcolprod {
	float: left;
	width: 190px;
	margin-top: 216px;
	display: inline;
	margin-left: 0px;
	margin-right: 90px;
	padding-right: 0px;
}


#leftcolprod h1 {
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	color:#01539c;
	font-size:14px;
	line-height:20px;
	font-style: normal;
	text-decoration:none;
	font-weight: normal;
}


#leftcolprod a {
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	color: #3cb7ff;
	font-size:14px;
	line-height:22px;
	font-style: normal;
	text-decoration:none;
	font-weight: normal;
}


#navlist {

}

#navlist a:hover {
	color:#01539c;

}

#navlist li {
	color: #3cb7ff;
	padding-left: 0px;
	list-style: none;
	
}

#navlist ul li a {
	text-decoration: none;
	color: #3cb7ff;
	padding: 5px 0 5px 0;
	
}


#subnavlist li {
	list-style: none; 
	margin-left:15px;
	border-bottom: 1px solid #EBEBEB;
}
	

#navlist a.disablelink, #navlist a.disablelink:hover{
	cursor: default;
	color:#01539c;
	font-weight:normal!important;
}





/********************************************
   LEFT PRISM SUB
********************************************/ 


.prismsub {
	margin-top: 0;
	padding: 0px;
}


.prismsub a {
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:14px;
	font-style: normal;
	text-decoration:none;
}


.prismsub a:hover {
	color:#01539c;
}


.prismsub ul li {
	list-style: none;
	/*border-bottom: 1px solid #EBEBEB;*/
	padding: 0px 0 5px 0;
	margin: 0;
	/*background-color: #FFFFFF;*/
}


.prismsub ul li a {
	text-decoration: none;
	color: #3cb7ff;	
	
}

.prismsub a.disablelink, .prismsub a.disablelink:hover{
	cursor: default;
	color:#01539c;
	font-weight:normal!important;
}



/********************************************
   LEFT SUBSUB MENU
********************************************/ 


#leftsubsub {
	margin-top: -5px;
	padding: 0px;
}


#leftsubsub a {
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:18px;
	font-style: normal;
	text-decoration:none;
}


#leftsubsub a:hover {
	color:#ff3100;
}


#leftsubsub ul li {
	list-style: none;
	border-bottom: 1px solid #EBEBEB;
	padding: 5px 0 5px 0;
	margin: 0;
}


#leftsubsub ul li a {
	text-decoration: none;
	color: #333333;	
	
}

#leftsubsub a.disablelink, #leftsubsub a.disablelink:hover{
	cursor: default;
	color:#ff3100;
	font-weight:normal!important;

}




/********************************************
   LEFT COLUMN NAMES
********************************************/ 


#leftnames {
	margin-top: -8px;
	padding: 0px;
}


#leftnames a {
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:18px;
	font-style: normal;
	text-decoration:none;
}


#leftnames a:hover {
	color:#3cb7ff;
}


#leftnames ul li {
	list-style: none;
	border-bottom: 1px solid #EBEBEB;
	padding: 5px 0 5px 0;
	margin: 0;
}


#leftnames ul li a {
	text-decoration: none;
	color: #333333;	
	
}



/********************************************
   RIGHT COLUMN 
********************************************/ 



#rightcol {
	float: right;
	width: 180px;
	margin-top: 195px;
	display: inline;
}

#rightcol h1 {
	margin-top: 0px;
	padding: 10px 0 10px 0;
	font: 14px "Lucida Grande", Trebuchet MS, sans-serif;
	color: #01539c;
	margin-left: 0px;
	border-bottom: 0px solid #EBEBEB;
	font-style: normal;
	font-weight: normal;
}

#rightcol h2 {
	margin-top: 0px;
	padding: 3px 0 3px 0;
	font: normal 11px "Lucida Grande", Trebuchet MS, sans-serif;
	color: #666666;
	line-height: 14px;
}


#rightcol a {
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	font-size:11px;
	color:#01539c;
	font-style: normal;
	text-decoration:none;
}


#rightcol a:hover {
	color:#3cb7ff;
}


#rightcol h3 {
	padding: 10px 0 10px 40px;
	font: 14px "Lucida Grande", Trebuchet MS, sans-serif;
	color: #01539c;
	margin-left: 0px;
	border-bottom: 0px solid #EBEBEB;
	font-style: normal;
	font-weight: normal;
	background-image: url(images/pdfIcon.gif);
	background-repeat: no-repeat;
	background-position: left;
}





#rightcol ul li {
	list-style: none;
	border-bottom: 1px solid #EBEBEB;
	padding: 5px 0 5px 0;
	margin: 0;
}



#rightcol ul li a {
	text-decoration: none;
	background-image: none;
	color: #3cb7ff;
	
}



/********************************************
   PRODUCT COLUMN
********************************************/ 



#product {
	float: left;
	width:	400px;
	margin-top: 210px;
	display: inline;
}


#product h1 {
	font-family: Georgia, serif;
	font-size: 24px;
	line-height: 28px;
	color: #01539c;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	margin-top: 0px;
	border-bottom: 1px solid #ebebeb;
	padding: 5px 0 15px 0;
}


#product h2 {
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	margin-top: 10px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	padding: 5px 0 10px 0;
}


#product h3 {
	font-family: Georgia, serif;
	font-size: 18px;
	color: #01539c;
	margin-top: 10px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	padding: 10px 0 10px 0;
}

/*news article heading*/

#product h4 {
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 22px;
	font-weight:normal;
	color: #ff3100;
	padding: 16px 0 0 0;
}


/*picture caption*/

#product h5 {
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-style:normal;
	font-weight:bold;
	color: #3cb7ff;
	padding: 10px 0 10px 0;
}


#product h6 {
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-style:normal;
	font-weight:bold;
	color: #333333;
	padding: 10px 0 5px 0;
	border-bottom: 1px dotted #EBEBEB;
}


#product h6 {
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	font-size: 14px;
	font-style:normal;
	font-weight:bold;
	color: #3CB7FF;
	padding: 0;
	}


#product img {
	border: solid #ccc thin;
	padding: 0;
	margin: 10px 0 10px 0;
}


#product p {
	font: 12px/18px "Lucida Grande", Trebuchet MS, sans-serif;
	color: #666666;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
}


#product ul li {
	font: 12px/18px "Lucida Grande", Trebuchet MS, sans-serif;
	list-style: none;
	border-bottom: 1px dotted #EBEBEB;
	padding: 8px 0 8px 0;
	margin: 0 0 0 0px;
	color: #333333;
}


#product ul li a {
	text-decoration: none;
	background-image: none;
	color: #3cb7ff;
	
}

#product ol{
	padding-bottom:10px;
}


#product ol li {
	font: 12px/18px "Lucida Grande", Trebuchet MS, sans-serif;
	list-style: decimal;
	border-bottom: 1px dotted #EBEBEB;
	padding: 8px 0 8px 0;
	margin: 0 0 0 16px;
	color: #333333;
}


#product a {
	text-decoration: none;
	color: #3cb7ff;
	
}

#product a:hover {
	color: #01539c;
	
}



/********************************************
   VIDEO GALLERY
********************************************/ 



.gallery {
	float: left;
	width:	400px;
	margin-top: 215px;
}


ul.gallery li {
	font: 12px/18px "Lucida Grande", Trebuchet MS, sans-serif;
	list-style: none;
	color: #333333;
}


.gallery li a {
	text-decoration: none;
	background-image: none;
	color: #3cb7ff;
	
}

.gallery li.videotitle {
	font-family: Georgia, serif;
	font-size: 24px;
	line-height: 28px;
	color: #01539c;
	font-style: normal;
	font-weight: normal;
	padding: 0 0 20px 80px;
}

.gallery  li.video {
	font: 16px "Lucida Grande", Trebuchet MS, sans-serif;
	padding: 0 0 5px 80px;
	color: #3CB7FF;
	font-weight: bold;
}

.gallery  li.videodescription {
	font: 12px/18px "Lucida Grande", Trebuchet MS, sans-serif;
	color: #666666;
	border-bottom: dashed #ccc 1px;
	padding-left: 80px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}


.gallery img {
	float:left;
}



/*ul.pagination li.total {
	display:block;
	left:734px;
}*/



/********************************************
   TABLE
********************************************/ 




table {
	border-collapse: collapse;
	width: 400px;
	font: 12px/16px "Lucida Grande", Trebuchet MS, sans-serif;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	clear: both;
	text-align: left;
}


td,th {
	border: 1px solid #ccc;
	padding: 4px 6px 6px 10px;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	text-align: center;
}

th {
	background-image: url(criticalblue_products/images/th_bg.png);
	color: white;
	text-align: center;
	border-color: #01539c;
}

tr.alt td {
	/*background-image: url(images/td_bg.png) no-repeat left top;*/
}

tr.row-a {
	background: #F8F8F8;
}

tr.row-b {
	background: #EFEFEF;
}
	
	
tr:hover {
	cursor:pointer;
	background-color:#fff;
	color:#333333;
}



/********************************************
   DATASHEET COLUMN 
********************************************/ 

#datasheet {
	float: left;
	width:	400px;
	margin-top: 210px;
	display: inline;
}


#datasheet h1 {
	font-family: Georgia, serif;
	font-size: 24px;
	line-height: 28px;
	color: #01539c;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	margin-top: 0px;
	border-bottom: 1px solid #ebebeb;
	padding: 5px 0 15px 0;
}


#datasheet h2 {
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	margin-top: 10px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	padding: 5px 0 10px 0;
}


#datasheet h3 {
	font-family: Georgia, serif;
	font-size: 18px;
	color: #01539c;
	margin-top: 10px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	padding: 10px 0 10px 0;
}

/*news article heading*/

#datasheet h4 {
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 22px;
	font-weight:normal;
	color: #ff3100;
	padding: 16px 0 0 0;
}


#datasheet p {
	font: 12px/18px "Lucida Grande", Trebuchet MS, sans-serif;
	color: #666666;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
}


#datasheet ul {

	
}

#datasheet li {
	background-image: url(images/pdfIcon.gif);
	background-repeat: no-repeat;
	background-position: left;
	font: 12px/14px "Lucida Grande", Trebuchet MS, sans-serif;
	border-bottom: 1px dotted #EBEBEB;
	padding: 20px 0 20px 40px;
	margin: 0;
	color: #333333;
}


#datasheetul li a {
	text-decoration: none;
	color: #3cb7ff;
	
}


#datasheet a {
	text-decoration: none;
	color: #3cb7ff;
	
}

#datasheet a:hover {
	color: #01539c;
	
}

/********************************************
   RESOURCES
********************************************/ 

#resources {
	float: left;
	width:	400px;
	margin-top: 210px;
	display: inline;
}



#resources h1 {
	font-family: Georgia, serif;
	font-size: 24px;
	line-height: 28px;
	color: #01539c;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	margin-top: 0px;
	border-bottom: 1px solid #ccc;
	padding: 5px 0 15px 0;
}


#resources h2 {
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	margin-top: 10px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	padding: 5px 0 10px 0;
}



#resources p {
	font: 11px/17px "Lucida Grande", Trebuchet MS, sans-serif;
	color: #666666;
	text-align: left;
	border-bottom: 0px solid #EBEBEB;
	padding-bottom: 10px;
	padding-top: 10px;
}



#resources ul {
	font: 11px/17px "Lucida Grande", Trebuchet MS, sans-serif;
	color:#666;
	font-style: normal;
	font-weight:normal;
	padding-left: 0px;
}


#resources ul li {
	list-style: none;
	border-bottom: 1px solid #EBEBEB;
	padding: 10px 0 10px 0;
	margin: 0;
}


#resources ul li a {
	text-decoration: none;
	background-image: none;
	color: #3cb7ff;
	
}

#resources a {
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	font-size:11px;
	color:#3cb7ff;
	font-style: normal;
	font-weight:normal;
	text-decoration:none;
}


#resources a:hover {
	color:#01539c;
}





/********************************************
   LEGALS
********************************************/ 


#legals {
	float: left;
	width:	400px;
	margin-top: 205px;
	display: inline;
}



#legals h1 {
	font-family: Georgia, serif;
	font-size: 24px;
	line-height: 28px;
	color: #01539c;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	margin-top: 0px;
	border-bottom: 1px solid #ccc;
	padding: 5px 0 15px 0;
}



#legals h2 {
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	margin-top: 10px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	padding: 5px 0 10px 0;
}

#legals h5 {
	font: 12px/16px "Lucida Grande", Trebuchet MS, sans-serif;
	color: #333333;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 10px;
	font-weight: normal;
}

#legals h6 {
	font: 11px "Lucida Grande", Trebuchet MS, sans-serif;
	color: #666666;
	text-align: left;
}

#legals p {
	font: 11px/17px "Lucida Grande", Trebuchet MS, sans-serif;
	color: #666666;
	text-align: left;
	border-bottom: 0px solid #EBEBEB;
	padding-bottom: 10px;
	padding-top: 10px;
}



#legals ul {
	font: 11px/17px "Lucida Grande", Trebuchet MS, sans-serif;
	color:#666;
	font-style: normal;
	font-weight:normal;
	padding-left: 13px;
}


#legals ul li {
	list-style: disc;
	border-bottom: 0px solid #EBEBEB;
	padding: 0;
	margin: 0;
}


#legals ul li a {
	text-decoration: none;
	background-image: none;
	color: #3cb7ff;
	
}

#legals a {
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	font-size:12px;
	color:#3cb7ff;
	font-style: normal;
	font-weight:normal;
	text-decoration:none;
}


#legals a:hover {
	color:#01539c;
}





/********************************************
   NEWS COLUMN 
********************************************/ 



#newscol {
	float: left;
	width:	400px;
	margin-top: 210px;
	display: inline;
}


#newscol img {
	margin-top: 0px;
	float: left;
	padding: 10px 20px 10px 0;
}


#newscol h1 {
	font-family: Georgia, serif;
	font-size: 24px;
	line-height: 28px;
	color: #01539c;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	margin-top: 0px;
	border-bottom: 1px solid #999999;
	padding: 5px 0 15px 0;
}



#newscol h2 {
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	margin-top: 10px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	padding: 5px 0 10px 0;
}


#newscol h3 {
	font-family: Georgia, serif;
	font-size: 14px;
	color: #01539c;
	margin-top: 10px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	padding: 10px 0 10px 0;
}

/*news article heading*/

#newscol h4 {
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight:normal;
	color: #ff3100;
	padding: 16px 0 0 0;
}


/*news article link*/

#newscol h4 a {
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 22px;
	font-weight:normal;
	color: #ff3100;
	padding: 30px 0 0 0;
}


#newscol h4 a:hover {
	color: #ff3100;
	text-decoration:underline;
}


/*news article text*/

#newscol h5 {
	font: 12px/16px "Lucida Grande", Trebuchet MS, sans-serif;
	color: #333333;
	text-align: left;
	padding-top: 10px;
	font-weight: normal;
}

/*news article date*/

#newscol h6 {
	font: 11px "Lucida Grande", Trebuchet MS, sans-serif;
	color: #666666;
	text-align: left;
	font-weight: bold;
}



#newscol p {
	font: 11px/17px "Lucida Grande", Trebuchet MS, sans-serif;
	color: #333333;
	text-align: left;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 10px;
	padding-top: 10px;
}


#newscol a {
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	font-size:12px;
	color:#3cb7ff;
	font-style: normal;
	font-weight:normal;
	text-decoration:none;
}


#newscol a:hover {
	color:#01539c;
}

#newscol ul {
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	font-size:12px;
	color:#666;
	font-style: normal;
	font-weight:normal;
}


#newscol ul li {
	list-style: none;
	border-bottom: 0px solid #EBEBEB;
	padding: 5px 0 5px 0;
	margin: 0;
}


#newscol ul li a {
	text-decoration: none;
	background-image: none;
	color: #3cb7ff;
	
}





/********************************************
   MIDDLE COLUMN 
********************************************/ 



#midcol {
	float: left;
	width:	400px;
	margin-top: 210px;
	display: inline;
}


#midcol img {
	margin-top: 20px;
	float: left;
	padding: 0 20px 10px 0;
}


#midcol h1 {
	font-family: Georgia, serif;
	font-size: 24px;
	line-height: 28px;
	color: #01539c;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	margin-top: 0px;
	border-bottom: 1px solid #ccc;
	padding: 5px 0 15px 0;
}



#midcol h2 {
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	margin-top: 10px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	padding: 5px 0 10px 0;
}


#midcol h3 {
	font-family: Georgia, serif;
	font-size: 14px;
	color: #01539c;
	margin-top: 10px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	padding: 10px 0 10px 0;
}

/*news article heading*/

#midcol h4 {
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 22px;
	font-weight:normal;
	color: #ff3100;
	padding: 16px 0 0 0;
}


/*news article link*/

#midcol h4 a {
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight:normal;
	color: #ff3100;
	padding: 30px 0 0 0;
}


#midcol h4 a:hover {
	color: #ff3100;
	text-decoration:underline;
}


/*news article text*/

#midcol h5 {
	font: 12px/16px "Lucida Grande", Trebuchet MS, sans-serif;
	color: #333333;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 10px;
	font-weight: normal;
}

/*news article date*/

#midcol h6 {
	font: 11px "Lucida Grande", Trebuchet MS, sans-serif;
	color: #666666;
	text-align: left;
}



#midcol p {
	font: 11px/17px "Lucida Grande", Trebuchet MS, sans-serif;
	color: #333333;
	text-align: left;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 10px;
	padding-top: 10px;
}


#midcol a {
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	font-size:12px;
	color:#3cb7ff;
	font-style: normal;
	font-weight:normal;
	text-decoration:none;
}


#midcol a:hover {
	color:#01539c;
}

#midcol ul {
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	font-size:12px;
	color:#666;
	font-style: normal;
	font-weight:normal;
}


#midcol ul li {
	list-style: none;
	border-bottom: 0px solid #EBEBEB;
	padding: 5px 0 5px 0;
	margin: 0;
}


#midcol ul li a {
	text-decoration: none;
	background-image: none;
	color: #3cb7ff;
	
}


#midcol2 {
	float: left;
	width:	600px;
	margin-top: 210px;
	display: inline;
}


#midcol2 img {
	margin-top: 20px;
	float: left;
	padding: 0 20px 10px 0;
}


#midcol2 h1 {
	font-family: Georgia, serif;
	font-size: 24px;
	line-height: 28px;
	color: #01539c;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	margin-top: 0px;
	border-bottom: 1px solid #ccc;
	padding: 5px 0 15px 0;
}



#midcol2 h2 {
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	margin-top: 10px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	padding: 5px 0 10px 0;
}


#midcol2 h3 {
	font-family: Georgia, serif;
	font-size: 14px;
	color: #01539c;
	margin-top: 10px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	padding: 10px 0 10px 0;
}



#midcol2 h4 {
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 22px;
	font-weight:normal;
	color: #ff3100;
	padding: 16px 0 0 0;
}

/********************************************
   NEWS POSTS
********************************************/ 


#postbox {
	padding: 5px 5px 5px 10px;
	margin: 20px 0px 15px 0;
	color: #666;
	border: 1px solid #ccc;
	background: #e2eeff;
	width: 380px;
}

.news a {
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 24px;
	font-weight:normal;
	color: #ff3100;
	padding: 30px 0 0 0;
}




/********************************************
   HOME PAGE 
********************************************/ 


.home {
	margin-bottom: 20px;
	padding-top: 15px;
}


.home {
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	font-size:12px;
	line-height:16px;
	font-style: normal;
	margin-top: 0px;
	text-align: left;
	width: 600px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}

.home a {
	font-weight: normal;
	text-decoration:none;
}

.home a:hover {
	color: #01539c;
}



.home ul {
	margin:0;
	padding:0px;
	text-decoration: none;
}

.home p {
	font: 12px/14px "Lucida Grande", Trebuchet MS, sans-serif;
	font-weight: normal;
	margin-left:260px;	
}



.home li {
	list-style: none;
	/*background-image: url(images/picon1.gif);
	background-repeat: no-repeat;*/
	padding: 0 0 10px 0;
	color: #333333;
	background-position: 286px;
}


.eval{
	margin-top: 20px;
	margin-bottom: 20px;
}

.eval img{
	padding:0 0 20px 0;
	float: left;
}




/********************************************
   FEEDBACK
********************************************/ 


.feedback {
	text-align: left;
	width: 400px;
	float: left;
	padding-left: 20px;
}

.feedback_left {
	text-align: left;
	width: 170px;
	float: left;
	margin-right:10px;
}


.feedback_left h1{
	font-family: Georgia, serif;
	font-size: 24px;
	line-height: 30px;
	color: #ff3100;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	margin-top: 0px;
	padding: 10px 0 14px 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #ccc;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
}

.feedback h2{
	font: 11px/15px "Lucida Grande", Trebuchet MS, sans-serif;
	font-weight:normal;
	color: #666666;
	padding-top: 10px;
}



.feedback_left img {
	border:dotted thin #ccc;
	width:170px;
	height:100px;
	margin-bottom: 10px;
}

.feedback p {
	font: 12px/18px "Lucida Grande", Trebuchet MS, sans-serif;
	color: #666666;
	font-weight:bold;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 10px;
}


.feedback a {
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	font-size:11px;
	line-height:16px;
	font-weight: normal;
	text-decoration:none;
	color:#3cb7ff;
}



.feedback a:hover {
	color: #ff3100;
}






/********************************************
   LOGO CELLS
********************************************/ 



.spacer {
	width:10px;
	clear:both;
	height: 0px;
}



.cell {
	text-align: left;
	width: 600px;
	float: left;
}

.cell1 {
	border:dotted thin #ccc;
	width:170px;
	height:100px;
	float: left;
	margin-right: 30px;
	margin-top: 20px;
	}
	
	.cell1link {
	width:170px;
	float: left;
	margin-right: 32px;
	padding-top: 5px;
	}
	
	.cell2link {
	border:none;
	width:170px;
	height:50px;
	float: left;
	padding-top: 5px;
	}
	
	
	
.cell img {
	padding:0px;
}
	
.cell1 p{
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	font-size:11px;
	line-height:14px;
	font-style: normal;
	float: left;
}


.cell2 {
	border:dotted thin #ccc;
	width:170px;
	height:100px;
	float: left;
	margin-top: 20px;
	}
	
	
.cell2 p{
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	font-size:11px;
	line-height:14px;
	font-style: normal;
}

.cell3 {
	border:dotted thin #ccc;
	width:170px;
	height:100px;
	float: left;
	margin-right: 30px;
	margin-top: 0px;
	}


.cell4 {
	border:dotted thin #ccc;
	width:170px;
	height:100px;
	float: left;
	margin-top: 0px;
	}
	

.cell h1 {
	font-family: Georgia, serif;
	font-size: 24px;
	line-height: 30px;
	color: #01539c;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	margin-top: 0px;
	padding: 10px 0 14px 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #ccc;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
}

.cell a {
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	font-size:11px;
	line-height:14px;
	font-weight: normal;
	text-decoration:none;
	color:#333333;
}

.cell a:hover {
	color: #ff3100;
	
}



/********************************************
   HOME COLUMN LEFT
********************************************/ 



#main {
	width: 620px;
	display: inline;
	float: left;
	margin-top: 205px;
	border-right: dotted #ccc thin;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 0;
}

#main_right {
	width: 200px;
	display: inline;
	float: left;
	margin-top: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}

#main h1 {
	font-family: Georgia, serif;
	font-size: 24px;
	line-height: 27px;
	color: #01539c;
	margin-top: 0px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	padding-bottom: 12px;
}

#main h1 a {
	color: #01539c;
	text-decoration: none;
}

#main h1 a:hover {
	/*color: #01539c;*/
	text-decoration: underline;
}


#main ul li {
	
}



/********************************************
   HOME SIDEBAR
********************************************/ 	



#sidebar {
	float: right;
	width: 270px;
	padding: 0 0 0 0;
	margin-right: 0px;
	margin-top: 205px;
	clear: none;
}

#sidebar img {
	padding-top:5px;
	padding-bottom: 5px;
}

	
#sidebar h3 {
	margin-top: 10px;
	padding: 5px 0 5px 0;
	font: bold 16px Georgia, serif;
	color: #01539c;
	margin-left: 2px;
}


#sidebar h4 {
	margin-top: 0px;
	padding: 0px 0 5px 0;
	font: normal 16px Georgia, serif;
	color: #ff3100;
	line-height: 18px;
}

div.hilites {
	margin-left:2px;
}


#sidebar h4 a {
	color: #ff3100;
	text-decoration: none;
	
}

#sidebar h4 a:hover {
	text-decoration:underline;
}



#sidebar h5 {
	margin-top: 0px;
	padding: 5px 0 15px 0;
	font: normal 15px Georgia, serif;
	color: #333333;
	line-height: 18px;
}


#sidebar h6 {
	margin-top: 0px;
	padding: 5px 0 5px 0;
	font: normal 10px "Lucida Grande", Trebuchet MS, sans-serif;
	color: #666666;
	line-height: 18px;
	font-weight: bold;
}


#sidebar p {
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	font-size:10px;
	color: #333333;
	line-height:16px;
	padding-left: 5px;
}

#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 10px 10px 0px;
	padding: 0;
	text-decoration: none;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 10px;
}

#sidebar ul.sidemenu li {
	list-style: none;
	padding: 5px 0 0 5px;
	margin: 0;
}


#sidebar ul.sidemenu li a {
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	font-size:12px;
	text-decoration: none;
	background-image: none;
	color: #3cb7ff;
	
}

#sidebar ul.sidemenu li a:hover {
	color: #01539c;
}



/********************************************
  HOME PAGE RIGHT COLUMN CLASSES
********************************************/ 



div.date {
	margin-left:2px;
	padding-top: 10px;
}

div.more {
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	font-size:12px;
	margin-left:2px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EBEBEB;
}

div.more a {
		
	text-decoration: none;
	color: #3cb7ff;
}


div.more a:hover {
	text-decoration: none;
	color: #01539c;
}


/********************************************
   PRESS RELEASE
********************************************/ 



#release {
	float: left;
	width:	400px;
	margin-top: 210px;
	display: inline;
}


#release h1 {
	font-family: Georgia, serif;
	font-size: 24px;
	line-height: 28px;
	color: #01539c;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	margin-top: 0px;
	border-bottom: 1px solid #ebebeb;
	padding: 5px 0 15px 0;
}


#release h2 {
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	margin-top: 10px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	padding: 5px 0 10px 0;
}


#release h3 {
	font-family: Georgia, serif;
	font-size: 18px;
	color: #01539c;
	margin-top: 10px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	padding: 10px 0 10px 0;
}

/*news article heading*/

#release h4 {
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 22px;
	font-weight:normal;
	color: #ff3100;
	padding: 16px 0 0 0;
}


/*picture caption*/

#release h5 {
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-style:normal;
	font-weight:bold;
	color: #3cb7ff;
	padding: 10px 0 10px 0;
}


#release h6 {
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-style:normal;
	font-weight:bold;
	color: #333333;
	padding: 10px 0 5px 0;
	border-bottom: 1px dotted #EBEBEB;
}


#release h6 {
	font-family: "Lucida Grande", Trebuchet MS, sans-serif;
	font-size: 16px;
	font-style:normal;
	font-weight:bold;
	color: #3CB7FF;
	padding: 0;
	}


#release img {
	border: solid #ccc thin;
	padding: 0;
	margin: 10px 0 10px 0;
}


#release p {
	font: 12px/18px "Lucida Grande", Trebuchet MS, sans-serif;
	color: #666666;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
}


#release ul li {
	font: 12px/18px "Lucida Grande", Trebuchet MS, sans-serif;
	list-style:disc;
	padding: 8px 0 8px 0;
	color: #333333;
	margin: 0 0 0 15px;
}


#release ul li a {
	text-decoration: none;
	background-image: none;
	color: #3cb7ff;
	
}

#release ol{
	padding-bottom:10px;
}


#release ol li {
	font: 12px/18px "Lucida Grande", Trebuchet MS, sans-serif;
	list-style: decimal;
	border-bottom: 1px dotted #EBEBEB;
	padding: 8px 0 8px 0;
	margin: 0 0 0 16px;
	color: #333333;
}


#release a {
	text-decoration: none;
	color: #3cb7ff;
	
}

#release a:hover {
	color: #01539c;
	
}




/********************************************
   FLASH FORM
********************************************/ 



.flashform {
	padding-left:8px;
}


/********************************************
   FOOTER
********************************************/ 



#footer {
	padding: 20px 0 40px 0;
	background: #fff url(images/foot.jpg) repeat-x left top;
	width: 100%;
	left: 0px;
	bottom: 0px;
	
}

#footer p {
	margin-bottom: 12px;
	text-align: center;
	line-height: normal;
	font-size: 10px;
}

#footer a {
	padding: 0 5px;
	text-decoration: none;
	color: #187BD9;
}

#footer a:hover {
 	color: #187BD9;
}
