/* defaults / preliminaries
====================================*/
html { min-height:100%; margin-bottom:1px; } 
body {
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #bfbfbf;
}
.hide { display: none; }
div.spaced { margin-top: 2em; }
div.segment { padding: 0 0 1.5em; margin: 0 0 1.5em; border-bottom: 1px solid #A7AAAD; }

#wrap {
	margin: 0px auto;
	width: 800px;
	text-align: left;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #ffffff;
	position: relative;
	border-right: 1px solid #B8BAC0;
	border-left: 1px solid #B8BAC0;
	height: auto;
}

/* headings / text defaults
=================================*/	
h1 {
	color: #000000;
	font-size: 1.6em;
	font-weight: normal;
	padding: 5px 0px 0px;
	margin: 5px 0px 10px;
	line-height: 1.2em; }
	
h2 {
	color: #0D3A78;
	font-size: 1em;
	font-weight: bold;
	padding: 8px 0px 0px;
	margin: 0px;
	line-height: 1.3em; }
	
h2.spaced { padding: 1.3em 0 1em; }

h3 {
	color: #0D3A78;
	font-size: 1em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	line-height: 1.3em; }	
	
h4 {
	color: #0D3A78;
	font-size: 0.85em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	line-height: 1.2em; }	

h5 {
	color: #003366;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	line-height: 1.2em; }
	
p { margin-top: 0; padding: 0px 0px 4px 4px; }
#maincol p { padding: 4px 0px; margin: 0px 5px 0px 0px; }
a, a:visited { color: #0F4EA3; text-decoration: none; }
a:hover{ text-decoration: underline;  }		
a:active{ color: #0F4EA3;  }
	
/* structure / template
=================================*/		
#header { position: relative; width: 800px; height: 76px; background: #E1E2E4 no-repeat center bottom; }	
#logo {
	color: #ffffff;
	text-decoration: none;
	margin: 0;
	position: absolute;
	top: 6px;
	left: 16px;
	width: 135px;
	height: 60px;
}

/*primary nav*/
ul#nav {
	padding: 0;
	font: bold normal 0.65em/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #001E4C;
	text-align: right;
	position: absolute;
	top: 46px;
	left: 185px;
	height: 30px;
	margin: 0;
}
  
ul#nav li {
	float: left;
	padding-right: 0px;
	display: inline;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	list-style-type: none;
	font-weight: bold;
	text-transform: uppercase;
	background: center right no-repeat;
	margin-right: 9px;
}

ul#nav li.contactus { background: none; margin-right: 0; }
ul#nav li.contactus a { margin-right: 0; }
  
ul#nav a {
	color: #001E4C;
	text-decoration: none;
	font-weight: bold;
	position:relative;
	display:inline;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0.1em;
	padding-left: 0.1em;
	/*edits June 2008*/
	/*margin: 0 0.4em;*/
	margin-right: 10px;
}
  
ul#nav a:hover, 
ul#nav a:active {
	text-decoration:none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	color: #0066CC;
	font-weight: bold;
	padding-bottom: 3px;
}

/*nav highlight for current page*/
body#about ul#nav li.about a,
body#news ul#nav li.news a,
body#customers ul#nav li.customers a,
body#ps ul#nav li.ps a,
body#support ul#nav li.support a,
body#contactus ul#nav li.contactus a {
	color: #0066CC;
	font-weight: bold;
	text-decoration:none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	padding-bottom: 3px;
}

#banner { background-repeat: no-repeat; width: 800px; height: 85px; margin: 0; padding: 0; }

/*breadcrumb*/
#breadcrumb {
	overflow:hidden;
	clear:both;
	font-size: 0.65em;
	line-height: 1.3em;
	padding: 0.5em 0.5em 0.5em 17.5em;
	height: 12px;
	color: #003399;
	font-weight: normal;
	background-repeat: repeat-x;
}
#bctext{
height:18px;
color:#fff;
font-size : 0.6em;
line-height: 18px;
padding:0;
margin:0
}
#bcbar{padding:0;
margin:0;
color:#fff;}

#breadcrumb a, #breadcrumb a:visited { color: #fff; }	
#breadcrumb a:active { color: #000000; }

/*left column - subnav*/	
#leftcol {
	float: left;
	display: inline;
	width: 167px;
	margin-left: 7px;
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;  }
#leftcol h1{color: #0D3A78;
	font-size: 1em;}	
#submenu {
	font-size: 0.75em;
	margin-left: 1.25em;
	width: 140px;
	color: #000;
	line-height: 1.3em;
	text-transform: capitalize;
	margin-top: 1em;
}
#submenu ul {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	padding-top: 0px; 
	list-style-type: none;
}

#submenu li {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 3px;
	margin: 0px;
	padding-top: 3px;
	list-style-type: none;
}

#submenu a { color: #000000; }
#submenu a:hover { color: #0F4EA3; }
#submenu a.current { font-weight: bold; color: #0F4EA3; }

/*tertiary nav - expands and contracts*/
#submenu li.menubar {
	background: no-repeat 0.2em 0.25em;
	left: -15px;
	position: relative;
	padding: 0;
	margin: 0;
}

#submenu li.minus {
	background: no-repeat 0.2em 0.25em;
	padding: 0px;
	margin: 0px;
}

#submenu li.menubar a { padding-left: 15px; }
#submenu li.menubar ul a {
	padding-left: 28px;
	margin: 0;
	display: block; 
	margin: 0px;
}
#submenu ul li a.subcurrent {
	background: no-repeat 15px 0.1em;
	color: #0F4EA3;
}

/* mac hide \*/
* html #submenu li.menubar a {height:1%}
/* end hide */
/*full column - main content area*/			
#fullcol {
	display: inline;
	float: left;
	width: 605px;
	margin-left: 6px;
	font-size: 0.8em;
	line-height: 1.3em;
	padding: 0 0 5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	color: #000000;
}
/*middle column - main content area*/			
#maincol {
	display: inline;
	float: left;
	width: 438px;
	margin-left: 6px;
	font-size: 0.8em;
	line-height: 1.3em;
	padding: 0 0 5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	color: #000000;
}
		
/*right column - feature boxes*/	
#rightcol {
	float: left;
	display: inline;
	width: 167px;
	margin-left: 7px;
	padding: 8px 0px 5em 6px;
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;  }
	
#rightcol .item { clear: both; }
	
#rightcol ul { padding: 0; margin: 0; list-style-type: none; }
	
#rightcol ul li {
	padding: 0 0 3px 25px;
	background: no-repeat 15px 5px;
	margin: 0px;  
}

#rightcolbox, #rightcontactbox, #rightmultitextbox {
	padding:5px 7px;
	margin: 0px 6px 0px 0px;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #000000;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

/* mac hide \*/
#rightcolbox, #rightcontactbox, #rightdocbox, #rightmultidocbox, #rightspecialbox, #rightmultitextbox{margin-bottom: 16px; height:1%}
/* end hide*/
	
#rightdocboxheader {
	color:#283B58;
	font-size: 0.8em;
	padding:2px 5px 2px 8px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 8px 6px 0px 0em;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #EDE3AE;
	line-height: 16px;
}

#rightmultitextheader {
	color:#FFFFFF;
	font-size: 0.8em;
	padding:2px 5px 2px 8px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 8px 0.6em 0px 0em;
	border-top: 1px solid #111C2D;
	border-right: 1px solid #111C2D;
	border-left: 1px solid #111C2D;
	background-color: #283B58;
	line-height: 16px; }

#rightspecialboxheader {
	color:#003366;
	font-size: 0.8em;
	padding:2px 5px 2px 8px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 8px 6pc 0px 0em;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #BFD9FF;
	line-height: 16px;
}	
	
#rightcolboxheader {
	color:#232937;
	font-size: 0.8em;
	padding:2px 5px 2px 8px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: capitalize;
	margin: 8px 0px 0px 0em;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #CCCCCC;
	line-height: 16px;
}

#rightcoliboxheader {
	color:#232937;
	font-size: 0.8em;
	padding:2px 5px 2px 8px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: capitalize;
	margin: 8px 0px 0px 0em;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #CBD0DA;
	line-height: 16px;
}

#rightcontactboxheader {
	color:#283B58;
	font-size: 0.8em;
	padding:2px 5px 2px 8px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 8px 6px 0px 0em;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	background-color: #D0DBF0;
	line-height: 16px;
}

#rightmultidocbox {
	padding:5px 7px;
	margin: 0px 6px 0px 0px;
	font-size: 0.75em;
	line-height: 1.3em;
	color: #000000;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	height: 160px;
}

#rightmultilinkbox {
	padding:5px 0px;
	margin: 0px 6px 0px 0px;
	font-size: 0.75em;
	line-height: 1.3em;
	color: #000000;
	height: 250px;
}

#rightspecialbox {
	padding:5px 7px;
	margin: 0px 6px 0px 0px;
	font-size: 0.75em;
	line-height: 1.3em;
	color: #000000;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	height: 170px;
}

#rightdocbox {
	padding:5px 7px;
	margin: 0px 6px 0px 0px;
	font-size: 0.75em;
	line-height: 1.3em;
	color: #000000;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	height: 80px;
}

/*	
#rightcolbox p {
	padding:0.2px 0.3em 0.3em;
	margin: 0px;
	background-color: #FFFFFF;  }

#rightmultitextbox p {
	padding:4px;
	margin-top: 0em;
	margin-bottom: 0px;
	margin-left: 0em;
	margin-right: 0px;
}
*/
#rightcolbox p, #rightcontactbox p, #rightdocbox p, #rightmultidocbox p, #rightspecialbox p, #rightmultitextbox p { padding: 0; }
		
#rightcolwpbox ul {
	padding-left: 0px;
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;  } 
	
#rightcolwpbox ul li {
	padding-right: 0px;
	padding-left: 15px;
	background: no-repeat 0px 1px;
	padding-bottom: 8px;
	padding-top: 0px;
	margin: 0px;  }

/*footer*/	
#footer {
	font-size: 0.6em;
	padding-bottom: 10px;
	margin: 0px;
	width: 800px;
	color: #000000;
	line-height: 1.3em;
	padding-top: 10px;
	text-align: center;
	clear: both;
	text-transform: capitalize;
	border-top: 1px solid #B8BAC0;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B8BAC0;
}

#footerlinks { padding: 15px 0 5px; }

#footer a, #footer a:visited, #footer a:hover { color: #000000; text-decoration: underline; }
#footer a:hover { color: #494949; text-decoration: none; }
#footer a:active { color: #000000; text-decoration: underline; }
	
#submenu .menubar li { padding-bottom: 9px; background: bottom right no-repeat; }
#submenu .menubar li a { padding-left: 28px; }
	
.leftcolbotbr {
	padding: 0px 0px 20px;
	margin: 0px;}
	
.pagetop {
	padding-right: 0px;
	background-position: 3px 7px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 0.8em;
	float: right;
	padding-bottom: 0px;
	margin: 8px 0px 5px;
	text-transform: none;
	line-height: 1.6em;
	padding-top: 0px;
	background-repeat: no-repeat;
	color: #D4D0C8;
}

#rightifeaturebox {
	padding:5px 7px;
	margin: 0px 6px 0px 0px;
	font-size: 0.75em;
	line-height: 1.3em;
	color: #000000;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	height: 90px;
}
.photogallery {
	width: 140px;
	height:100px;
	margin: 6px 3px 5px 0px;
	padding: 4px 6px 3px 0px;
	display: block;
	float: left;
}

.photogallery a:link {
	float: left;
	padding: 5px;
	border: 1px solid #C4C3C3;
	background-color: #ffffff;
	margin: 0px;
	clear: both;
}
	
.photogallery a:active {
	float: left;
	padding: 5px;
	border: 1px solid #C4C3C3;
	background-color: #ffffff;
	margin: 0px;
}
	
.photogallery a:visited {
	float: left;
	padding: 5px;
	border: 1px solid #C4C3C3;
	background-color: #ffffff;
	margin: 0px;
}
	
.photogallery a:hover {
	float: left;
	padding: 5px;
	border: 1px solid #6A6A5F;
	margin: 0px;
}	

/* special cases / page variations
============================================

/*home page*/
/*special home page wrappers*/
.central{
	background:#ffffff;
	margin: 0 auto;
	padding: 0px;
	text-align:left;
	margin:0 auto;
	width: 800px;
}
.ccen{
	background:#FFFFFF;
	margin: 0px;
	padding: 0px;  }

.maincontainer{
	width:800px;
	margin: 0px;
	padding: 80px 0 0;
	height: 200px;
	color: #003366;
	font-size: 0.7em;
	line-height: 1.3em;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b8bac0;
}
	
* html #maincontainer{height:301px;he\ight:160px;}	

.central  a, .central a:visited { color: #003366;  }
.central a:hover { color: #0066cc; text-decoration: none; }
.central a:active { color: #003366; }

.maincontainer .section1{
	display:inline;
	float:left;
	margin: 10px 0px 0px 35px;
	padding: 5px 15px 5px 5px;
	width:220px;
	height: 100px;
}

.maincontainer .section2{
	display:inline;
	float:left;
	margin: 10px 5px 0px 15px;
	padding: 5px;
	width:220px;
	height: 100px;  }

.maincontainer .section3{
	display:inline;
	float:left;
	margin: 10px 0px 0px 15px;
	padding: 40px 25px 5px;
	width:285px;
	line-height: 1.6em;
	color: #0A246A;
	font-size: 1.1em;
}

.box1{
	width:200px;
	height: 225px;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c0c4cb;
	float: left;
}

.box2,.box3,.box5{
	width:199px;
	height: 225px;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c0c4cb;
	float: left;
}
	
.box4 {
	width:199px;
	height: 225px;
	margin: 0px;
	padding: 0px;
	float: right;
}

.leftcolbox {
	padding:10px 10px 0px;
	margin: 0px;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #000000;
}

.leftcolboxheader {
	color:#FFFFFF;
	font-size: 0.7em;
	padding:4px 5px 4px 8px;
	font-weight: bold;
	margin: 0px;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	line-height: 1.2em;
	text-transform: capitalize;
}
.leftcolboxheader a, .leftcolboxheader a:visited { color: #FFFFFF; }		
.leftcolboxheader a:hover { color: #9CABC2; }
.leftcolboxheader a:active { color: #FFFFFF;  }	
.leftcolbox a, .leftcolbox a:visited { color: #000000; }	
.leftcolbox a:hover { color: #0066cc; }
.leftcolbox a:active { color: #000000;  }	

.central .newsboxitem { clear: both; }

.central .pressboxitem {
	padding: 0px 0px 0px 1.4em;
	background-repeat: no-repeat;
	background-position: 1px 1px;
}	

.central .floatimgleft {
	width: 175px;
	margin: 1px 5px 6px 0;
	padding: 0;
	font-weight: normal;
	display: inline;
	font-size: 0.8em;
	line-height: 1.3em;
	float: left;
	height: 80px;
	color: #333333;
	border: 0;
}

.floatimgleftv {
	background: #FFFFFF;
	float: left;
	margin: 2px 10px 10px 0px;
	padding: 0px;
	border: 1px solid #C0C0C1;
	clear: both;  }
	
.floatimglong {
	width: 55px;
	margin: 0.2em 0.75em 0em 0em;
	padding: 0px;
	font-weight: normal;
	display: block;
	font-size: 0.8em;
	line-height: 1.3em;
	float: left;
	height: 55px;
	color: #333333;
}		
	
/* mac hide \*/
#rightcolqlbox, #rightcolwpbox{height:1%}
#leftcolbox{height:1%}
/* end hide*/

/*news list page*/
ul.newsarticle { list-style: none; padding-left: 0; margin-left: 0; }
#maincol ul.newsarticle p { background-position:1px 4px;
position:relative;
 background-repeat:no-repeat; margin:0 5px 20px 0; padding: 1px 0 0 18px; }

/*newsletter page*/
.newsletter {margin-top: 1.5em; font-size: 0.85em; line-height: 1.2em;float:left;width:440px;}
/*.newsletter { margin: 3em 0 0; font-size: 0.8em; line-height: 1.2em;  }
.newsletter img { margin: 0.3em 1em 1em 0em; padding: 4px; float: left; border: 1px solid #C0C0C1; }*/
.newsletter h4 {display:block;width:380px; font-size: 1.1em; margin: 0; padding: 0;float:left; }

#maincol .newsletter p {}
.newslettertext{position:relative;width:380px;padding-left:10px;float:left;}
.thumbnailnewsletter {position:relative;
	margin:  0em;
/*	padding: 4px;*/
	float: left;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #C0C0C1;
}
/*unusual feature boxes*/
.newsboxitem {
	margin-bottom:8px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 0px;  }

.wpboxitem {
	margin-bottom:8px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;  }
	
.pressboxitem {
	margin-bottom:8px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;  }
	
	.acrobat {
	width: 100px;
	margin-top: 1.3em;
	padding: 0px;
	margin-left: 0em;
}
	
.archivefolder {
	width: 75px;
	height:65px;
	margin: 0 0 5px;
	padding: 6px 5px 5px 6px;
	font-weight: normal;
	display: block;
	font-size: 0.8em;
	line-height: 1.2em;
	float: left;
	color: #333333;
	text-align: left;  }	
		
/*learn more features/links*/
#learnmore {
	padding: 4px 0px 0px;
	margin: 0px;
	color: #4a7ecc;  }
	
#learnmore a, #learnmore a:visited {
	clear: both;
	padding: 4px 0px 0px;
	margin: 0px;
	color: #4a7ecc;  }
	
#learnmore a:hover{ color: #5c8bd1; }
#learnmore a:active{ color: #4a7ecc;  }

/*close pop-up links*/
.closewindow {
	color:#0066CC;
	font-size: 0.85em;
	padding:6px 6px 0px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px 20px 0px 0px;
	background-color: #FFFFFF;
	line-height: 1.2em;
	text-align: right;
	float: right;
	text-decoration: underline;
}
	
.closewindow a, .closewindow a:visited { color: #333333; text-decoration: underline; }
.closewindow a:hover{ color: #0066CC; text-decoration: none; }
.closewindow a:active{ color: #333333; text-decoration: underline; }

/*misc links and buttons*/
.button {
	width: 0px;
	height:0px;
	margin: 0 0 0px;
	padding: 0px;
	font-weight: normal;
	display: block;
	font-size: 0em;
	line-height: 0em;
	color: #333333;
}

.more {
	font-size: 1.1em;
	color: #0066CC;
	line-height: 1.4px;
	font-weight: bold;
}

/*images*/
.floatimglargebr {

	clear: both;
	padding: 0px;
	margin: 6px 0px 0px;  }	
	


.floatimgleft {
	background: #f2f2f2;
	float: left;
	margin: 0px 8px 8px 0px;
	padding: 2px;
	border: 1px solid #bdc6cc;
	clear: both;  }
	
.floatimgleftlarge {
	padding: 8px 6px 8px 0px;
	width: 100px;
	margin-right: 0px;
	margin-bottom: 1.3em;
	margin-top: 1.3em;
	font-size: 0.8em;
	line-height: 1.2em;
	color: #000000;
	margin-left: 4em;
}
			
.thumbnailpartner {
	width: 105px;
	height:55px;
	margin: 0 0 0px;
	padding: 8px 25px 8px 8px;
	font-weight: normal;
	display: block;
	float: left;
	font-size:0.8em  }
	
.thumbnailspecificpartner {
	width: 105px;
	margin: 0.8em 0.7em 0.25em 0em;
	padding: 5px;
	display: block;
	float: left;
	color: #333333;
	background-color: #ffffff;
	height: 50px;
	clear: both;
	border: 1px solid #C0C0C1;
}	
	
.thumbnailspecific {
	width: 60px;
	margin: 0.8em 1.2em 0.5em 0em;
	padding: 5px;
	font-weight: normal;
	display: block;
	font-size: 0.8em;
	line-height: 1.3em;
	float: left;
	height: 40px;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #C0C0C1;
}
.thumbnailpeople {
	margin: 0.8em 0.7em 0.3em 0em;
	padding: 5px;
	display: block;
	float: left;
	color: #333333;
	background-color: #ffffff;
	clear: both;
	border: 1px solid #C0C0C1;
}		
.thumbnail {
	width: 83px;
	height:78px;
	margin: 0 0 5px;
	padding: 6px 20px 20px 6px;
	font-weight: normal;
	display: block;
	font-size: 0.8em;
	line-height: 1.2em;
	float: left;
	color: #333333; }
	
.thumbnail a:link{
	clear: both;
	padding: 4px 0px 0px;
	margin: 0px;
	color: #333333;
	text-decoration: none;
}
	
.thumbnail a:visited{
	clear: both;
	padding: 4px 0px 0px;
	margin: 0px;
	color: #333333;
	text-decoration: none;
}		
	
.thumbnail a:hover{
	clear: both;
	padding: 4px 0px 0px;
	margin: 0px;
	color: #4a7ecc;
	text-decoration: underline; }
	
.thumbnail a:active{
	clear: both;
	padding: 4px 0px 0px;
	margin: 0px;
	color: #333333;
	text-decoration: none;
}

.brochureimgleft {
	float: left;
	margin: 3px 5px 8px 0px;
	padding: 0px;
	border: 1px solid #999999;
	clear: both;
	height: 70px;
	width: 50px;
}
.eventimg {
	float: left;
	margin: 6px 8px 0px 0px;
	padding: 6px 2px 2px;
	clear: both;
	height: 77px;
	width: 88px;
}
.demowindowimg {

	width: 130px;
	height:150px;
	margin: 0 0 0px;
	padding: 6px 20px 0px 0px;
	font-weight: normal;
	display: block;
	font-size: 0.8em;
	line-height: 1.2em;
	float: left;
	color: #333333;
}

/*quotes*/	
blockquote {
	width: 400px;
	padding: 0px;
	color: #003399;
	margin: 12px;
	font-size: 0.85em;
	line-height: 1.7em;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	border: 1px solid #CCCCCC;
}

blockquote div 
{ 
	background: #e0e0e0 repeat-x;
	margin: 4px;
	padding: 4px;

}
#bodyquote {
	color: #003399;
	margin: 0px;
	padding: 4px;
	font-size: 0.85em;
	line-height: 1.7em;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	border: 4px solid #FFFFFF;
}
#bodypullquote {
	background: #E0E0E0;
	margin: 12px;
	width: 400px;
	padding: 0px;
	border: 1px solid #CCCCCC;
}
#bodypullquote p {
	margin: 0px;
	padding: 2px; }	

#pullquotetitle {
	padding-right: 18px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 34px;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #333333;
	font-weight: normal;
}

#pullquote p {
	padding-right: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 22px;
}
	
#quote {
	background: no-repeat right bottom;
	color: #0F2C63;
	margin: 0px;
	padding: 0px;
	font-size: 0.85em;
	line-height: 1.3em;
	font-weight: normal;
	font-style: normal;
}

#pullquote {
	padding-right: 0px;
	padding-left: 0px;
	background: no-repeat 3px 12px;
	padding-bottom: 0px;
	margin: 3px 5px 10px 0px;
	width: 160px;
	padding-top: 15px;
}

/*legal / smallprint*/
#legal {
	margin: 0px;
	text-align: left;
	padding: 0px;
	border: 12px solid #ffffff;
	background-color: #ffffff;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #000000;
	float: left;
	height: 400px;
	width: 525px;  }
	
/*floated elements*/
.floatright
{
	float: right;
	width: 200px;
	margin: 0px 0 0px 10px;
	background-color: #fff;
	padding: 0px 10px;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #0F4EA3;
}

.floatright a {
text-decoration: none !important;
color: #5a5a5a !important;
}

.floatright a:hover {
	color: #5a5a5a !important;
	text-decoration: underline !important;  }	

div.floatright img
{
	border: 1px solid #C0C0C1;
	padding: 5px;
	margin-top: 8px;
	background-color: #FFFFFF;
}

.floatleft 
{
	float: left;
	margin: 8px 12px 0px 0px;
	padding: 3px;
	font-size: 0.75em;
	line-height: 1.3em;
	color: #333333;
	font-weight: normal;
}

.floatleft a {
text-decoration: none !important;
color: #5a5a5a !important;
}

.floatleft a:hover {
	color: #5a5a5a !important;
	text-decoration: underline !important;  }

/*horizontal line dividers*/
.menunavhline {
	padding: 1px 0px 3px;
	margin: 1px 0px;
	background-repeat: repeat-x;
	height: 4px;
	background-position: center bottom;
	width: 100%;
}
	
.hline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A7AAAD;
	padding: 0em;
	margin-top: 0.3em;
	margin-right: 0em;
	margin-bottom: 0.9em;
	margin-left: 0em; }

/*Invisible links for accesssibility purposes */
.skip {position: absolute; top: -4em; display: none} /*Opera*/
* html .skip {display: block; position: absolute; top: -4em; left: 0; z-index: 0} /*Seen by IE*/
html:not([dummy]) .skip {display: block; position: absolute; top: -4em; left: 0; z-index: 0} /*Seen by Moz and FF*/
.skip a {padding: 0 0.5em; left: 0; width: 14.2em; z-index: 0}
/*.skip a:focus, .skip a:active {display: inline; z-index: 2; border: solid black 1px; color: #cc0; text-decoration: none; position: absolute; top: 6.5em; left: 0}*/
.skip a:focus, .skip a:active {display: inline; z-index: 2; border: solid black 1px; color: #cc0; text-decoration: none; position: absolute; top: 7.5em; left: 120px}
.skip a#cont {position: absolute; top: -9em; width: 14.2em}
.skip a#cont:focus, .skip a#cont:active {position: absolute; top: 15em; left: 0em; z-index: 2}
.skip a:hover {cursor: default}
.skiplink {display:inline;
font-size:0px}
.wandsoft {
	font-family :  Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 7pt;
	font-weight : normal;
	color :#909090;
	width:800px;
text-align:left;
margin:0px auto;

}

div.wandsoft,a.wandsoft:link,a.wandsoft:visited,a.wandsoft:active {
	font-family :  Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 7pt;
	font-weight : normal;
	color :#909090;
	text-align:right
}
a.wandsoft:hover {
	font-family :  Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 7pt;
	font-weight : normal;
	color :#0D3A78;
}
