s@charset "iso-8859-1";
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  76%;
	height: 100%;
}
body {
	color: #333333;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center;
	background-color: #eff4fa;
	background-image: url(images/background2.jpg);
	background-position:center top;
	background-repeat: no-repeat;
}


#page {


	
	width: 920px;
	position: relative;
	float: left;
}


/* Front page styles */

.info-box {
width: 294px; 
height: 290px; 
background: url(images/trans-white.png) repeat top left; 
margin: 10px 10px 10px 0; 
float: left; 
border: solid 3px #CCCCCC;
}
.end {
margin-right: 0;
}

.info-box h2 {
font-size:16px; 
font-family:Calibri, Verdana, Arial;
font-weight:bold;
line-height:20px;
background:url(images/arrow-icon.png) no-repeat top left;
padding: 0 0 0 25px;
margin-left: 10px;}

.intro-text {
margin: 0 0 10px 0;
padding: 0 10px 0 10px;}

.intro-text ul{
list-style: none;
margin: 0 0 15px 0;}

.intro-text li {
line-height: 15px;
background: url(images/tick.png) no-repeat 0px 2px !important;
padding-left: 15px !important;
margin-left: -40px !important;
font-size: 11px; 
font-weight: normal;}



.intro-text h2{
font-size: 14px; 
font-weight: bold;
color: #333333;
background: none;
padding: 0 0 0 0;
margin: 0 0 5px 0;

}

.intro-text p{
line-height: 14px;
font-size: 11px; 
font-weight: normal;
color: #333333;
background: none;
padding: 0;
margin: 0 0 5px 0;


}



.intro-img {
float: left;
margin-right: 10px;
margin-top: 5px;

}


#headlinks {
	color: #666666;
	margin-right: 35px;
	height: 60px;
	float: right;
	font-size: 14px;
	font-family: Calibri;
	text-align:center;
}

#logo {
	
	width: 400px;
	height: 60px;
	margin: 15px 0 0 0;
	float:left;
}

#isologo { width: 60px; height: 80px; margin-bottom: 0px; margin-right: 15px; float: right;}

.newsletter {
font-size: 15px;
background: url(images/account-button.png) no-repeat center top;
/***-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #000066;***/
margin: 10px;
padding: 3px;
font-weight:bold;
width: 140px;
height: 20px;
}
.newsletter a {color: #333333 !important;}
.newsletter a:hover {color: #FF0000 !important;}

/* ---------- Navigation CSS ---------- */

#navcontainer {
	position:relative;
	width:920px;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	visibility: visible;
	height: 30px;
	float: left;
	background-image: url(images/nav-back.png);
	background-position:center top;
	background-repeat: repeat-x; 
	border-bottom: solid 4px #cccccc;
	margin-top: 10px;
}
#nav {
	position:relative;
	font-size: 15px;
	font-weight: bold;
	background-repeat: no-repeat;
	float: left;
	width: 920px;
	font-family: Calibri;
	margin: 0px;
	height: 30px;
	visibility: visible;
	padding: none;
}
#nav ul {
	margin:0;
	list-style-type:none;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav ul li {
	display:inline;
	 
	
}
#nav ul li a {
	color:#333333;
	text-decoration:none;
	border-left: solid 0px #666666;
	height: 22px;
	/***padding: 7px 12px 5px 12px;***/
	padding: 7px 1% 5px 1%; 
	margin-left: -3px;
	border-left: solid 1px #666666;
	
	
}
#nav ul li a.end {
	color:#333333;
	text-decoration:none;
	border-left: none;
	height: 22px;
	padding: 7px 13px 5px 13px; 
	margin: 0;
	
}
#nav ul li a:hover,
  .home #nav #home a,
  .news #nav #news a,
  .products #nav #products a,
  .training #nav #training a,
  .systems #nav #systems a,
  .techinfo #nav #techinfo a,
  .software #nav #software a,
  .contact #nav #contact a,
  .feedback #nav #feedback a,
  .repair #nav #repair a,
  .quote #nav #quote a,
  .login #nav #login a{
	color:#ffffff;
	background: #e5173f;
}


#nav .selected,#nav a:hover{
	color:#ffffff;
	background: #e5173f;
}

/* left sidebar style */

.left-sidebar {float: left;
background: url(images/trans-white.png) repeat top left;
border: solid 4px #CCCCCC;
width: 280px;
min-height: 500px;
margin: 10px 0 10px 0;
padding: 10px;}

.left-sidebar h2{}


.sidebar-item {
border-bottom: solid 3px #CCCCCC;
width: 100%;
margin-bottom: 25px;
padding-bottom: 15px;
}

.sidebar-bottom {border-bottom: none; margin-bottom: 0;}

.sidebar-item h2{
font-size:16px; 
font-family:Calibri, Verdana, Arial;
font-weight:bold;
line-height:20px;
background:url(images/arrow-icon.png) no-repeat top left;
padding: 0 0 0 25px;
margin-left: 10px;

}



.sidebar-text {
margin-bottom: 20px;
margin-top: 5px;
padding: 5px 10px 0 10px;}

.sidebar-text h2{
font-size: 14px; 
font-weight: bold;
color: #333333;
background: none;
padding: 0;
margin: 0;

}

.sidebar-text p{
font-size: 10px; 
font-weight: normal;
color: #333333;
background: none;
padding: 0;
margin: 0;

}

.sidebar-img {
float: left;
margin-right: 10px;
margin-top: 5px;

}

/* content blog style */

.content-blog {float: left;
background: url(images/trans-white.png) repeat top left;
border: solid 4px #CCCCCC;
width: 573px;
min-height: 652px;
margin: 10px 0 10px 10px;
padding: 10px;}

.content-blog h2{
font-size:16px; 
font-family:Calibri, Verdana, Arial;
font-weight:bold;
line-height:20px;
background:url(images/arrow-icon.png) no-repeat top left;
padding: 0 0 10px 25px;
margin: 2px 0 10px 0;
border-bottom: solid 3px #CCCCCC;
}

.featured {
width: 100%;
min-height: 180px;
margin-bottom: 15px;
padding-bottom: 15px;}

.featured h2 {font-size: 14px; 
font-weight: bold;
color: #333333;
background: none;
padding: 0;
margin: 0;
}

.featured img {float: left;
margin-right: 10px;
margin-top: 5px;}

.imgcenter {
margin: 0 auto 0 auto; }

.featured p{
text-align:left;
width: 70%;
line-height: 20px;
font-size: 12px; 
font-weight: normal;
color: #333333;
background: none;
padding: 0;
margin: 10px 0 0 0;

}

.featured p.contact{
text-align:left;
width: 260px;
line-height:20px;
font-size: 12px; 
font-weight: normal;
color: #333333;
background: none;
padding: 0;
margin: 7px 0 0 0;
float:left;

}


.blog-1col {
	float:left;
	width: 100%;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0;
	border-bottom: solid 3px #CCCCCC;
	
}


.blog-1col h2 {font-size: 14px; 
font-weight: bold;
color: #333333;
background: none !important;
padding: 0;
margin: 0;
border: none;
}

.blog-1col img {float: left;
opacity: 1;
margin: 0 15px 15px 15px;
}

.blog-1col p{
font-size: 12px; 
font-weight: normal;
color: #333333;
background: none;
padding: 0;
margin: 5px 0 0 0;

}

.blog-2col {
	float:left;
	width: 275px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0;
}

.blog-2col-full {
	float:left;
	width: 407px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0;
	border: solid 4px #CCCCCC; 
	min-height: 250px;
}

.rightcol {
margin-right: 0px;}

.blog-2col h2 {font-size: 14px; 
font-weight: bold;
color: #333333;
background: none;
padding: 0;
margin: 0;}

.blog-2col img {float: left;
margin-right: 10px;
margin-top: 5px;}

.blog-2col p{
font-size: 12px; 
font-weight: normal;
color: #333333;
background: none;
padding: 0;
margin: 5px 0 0 0;

}
/**********************************************************************/



/* content full page style */

.content-full {
	float: left;
	background: url(images/trans-white.png) repeat top left;
	opacity: 1;
	border: solid 4px #CCCCCC;
	width: 892px;
	min-height: 160px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
}

.content-full h2{
font-size:16px; 
font-family:Calibri, Verdana, Arial;
font-weight:bold;
line-height:20px;
background:url(images/arrow-icon.png) no-repeat top left;
padding: 0 0 0 25px;
margin-left: 10px;
}

.content-sub {padding: 5px 20px 30px 20px;}

.content-sub li {margin-left: 20px;}

.content-sub h2, .content-sub h3{
font-size:16px; 
font-family:Calibri, Verdana, Arial;
font-weight:bold;
line-height:20px;
background:url(images/arrow-icon.png) no-repeat top left;
padding: 0 0 0 25px;
margin-left: 10px;
}
.content-sub h4{
color: #0066FF;
font-size:12px;
font-weight: bold;
background: none !important;
padding: 0px;
margin: 2px 0 3px 0;}
.content-sub td {border: solid 1px #cccccc;}

.content-sub tr.tbl-head {border: none !important; background: #ece9d8;}

.content-sub td.img {
width: 40%; vertical-align:middle; text-align:center;}

.content-sub td.des {
width: 30%; padding: 10px 5px 0 5px; vertical-align:top;}

.content-sub td.des ul{
	margin-left: -40px !important;
}
.content-sub td.des li{
	color: #666666 !important;
}

.content-general {padding: 30px 20px 30px 30px;}

.content-general ul {
list-style:none;}

.content-general li {
line-height: 30px;
background: url(images/tick-lrg.png) no-repeat top left !important;
padding-left: 35px !important;
margin-left: -30px !important;}



.content-general img.right {float: right; margin: 5px 10px 5px 30px;}

.content-general img.left {float: left; margin: 5px 30px 5px 10px;}

.content-general input.button {width: 206px; padding: 2px; background-color:#2d4262;color:#C1D0E1;font-weight:bold;font-family:Calibri;}
.content-general input.button:hover {color: #FF0000;}

.content-form {width: 420px; margin:0 auto 0 30px; padding: 10px 20px 30px 20px;}
.content-form h2{margin:0 0 20px 30px;}
.content-form textarea {width: 420px;}
.content-form input {width: 200px; float: right; color: #666666;}
.content-form input.button {width: 206px; padding: 2px; background-color:#2d4262;color:#C1D0E1;font-weight:bold;font-family:Calibri;}
.content-form input.button:hover {color: #FF0000;}
.loginwrap {width: 540px; padding: 10px; border: solid 3px #cccccc; background: #ece9d8; margin: -5px auto 0 auto;}
.errorwrap {width: 580px; padding: 10px; border: solid 3px #e11813; background: #f4d7d6; margin: -5px auto 0 auto;}
.content-form td.right {width: 210px; float: right;}
.content-form td.left {padding-left: 50px; width: 160px; float: left;}
.content-form td.right a {line-height: 20px; padding-left: 10px;}
.content-form td.pad {padding-left: 50px; }



.featured {
width: 100%;

margin-bottom: 15px;
padding-bottom: 15px;
padding-top: 15px;
background: #ece9d8;
border-bottom: 4px solid #cccccc;
border-top: 4px solid #cccccc;
}

.featured p{
font-size: 14px;
float:left;}

.featured ul{
margin: 0px;
width: 200px;
font-size: 12px;
float:left;
list-style:circle;}

.featured li{
font-size: 12px;
}

.featured h2 {
width: 60%;
display: block;
font-size:18px; 
font-family:Calibri, Verdana, Arial;
font-weight:bold;
line-height:20px;
background:url(images/arrow-icon.png) no-repeat top left;
padding: 0 0 0 25px;
margin: 5px 0px 10px 0;
float: left;}

.featured img {float: left;
margin: 5px 30px 5px 10px;
}

a.down {
width: 250px;
line-height:32px;
background:url(images/download-bg.gif) no-repeat top left;
padding: 0 0 0 40px;
margin: 5px 0px 10px 20px;
float: left;
}

a.vid {
width: 270px;
line-height:32px;
background:url(images/Movie.png) no-repeat top left;
padding: 0 0 0 40px;
margin: 5px 20px 10px 20px;
float: left;
}

/**************************************************************************/




/****************** product page style ***************************************/

.product-box {
	float:left;
	width: 692px;
	min-height: 140px;
	border: 0px solid #F0F5FB;
	margin: 0px;
	padding: 0px;
}

.product-manuals {
	width: 170px;
	min-height: 140px;
	padding: 10px;
	margin-top: 10px;
	float: left;
	font-size:10px;
	border-left: solid 2px #ece9d8;
	  }

.product-img {
	float:left;
	width: 260px;
	padding: 10px 10px 10px 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.product-img img{
	margin-top: 20px;
}

.product-desc {
	float:left;
	width: 200px;
	border-right: solid 2px #ece9d8;
	border-left: solid 2px #ece9d8;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.product-desc ul{
	margin-left: -10px;
}

.product-down {
	float:left;
	width: 140px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 2px;
	
}

.product-downloads {
height: 150px;
width: 245px;
overflow:auto;
border: solid 0px #cccccc;
padding: 3px;}

.product-downloads a{
color: #666666 !important;
text-decoration:none !important;}

.product-downloads a:hover{
color: #FF0000 !important;
}

.product-downloads h4{
color: #0066FF;
font-size:12px;
font-weight: bold;
background: none !important;
padding: 0px;
margin: 8px 0 3px 0;}

.product-downloads ul{
	margin: 0 0 0 -40px !important;
}

.products-top {
border-top: none;}



/**************************************************************************/


/*********** Product Menu ************************/

.products-menu1 {
	opacity: .8;
	float: left;
	width: 236px;
	height: 60px;
	position:relative;
	top: 14px;
	background-image: url(images/menu-on.png);
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.products-menu2 {
	float: left;
	width: 228px;
	height: 60px;
	border-top:none;
	border-right:none;
	border-bottom:solid 4px #cccccc;
	border-left:none;
	position:relative;
	top: 10px;
	background-image: url(images/menu-off-pow.png);
	background-repeat: no-repeat;
}

.products-menu3 {
	float: left;
	width: 228px;
	height: 60px;
	border-top:none;
	border-right:none;
	border-bottom:solid 4px #cccccc;
	border-left:none;
	position:relative;
	top: 10px;
	background-image: url(images/menu-off-nag.png);
	background-repeat: no-repeat;
}

.products-menu4 {
	float: left;
	width: 228px;
	height: 60px;
	border-top:none;
	border-right:none;
	border-bottom:solid 4px #cccccc;
	border-left:none;
	position:relative;
	top: 10px;
	background-image: url(images/menu-off-imo.png);
	background-repeat: no-repeat;
}



/**************************************************************************/


/* Sets the style for unvisited links. */
a, a:link {
	color: #2D4262;
}
/* Sets the style for visited links. */
a:visited {
	color: #000;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #FF0000;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #000;
}
.clear {
	clear:both;
}
.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
.arrow {
	background: url(images/arrow.gif) no-repeat left top;
	padding-left: 15px;
	margin-top: 8px;
}
/* ---------- Page Structure CSS ---------- */

#header {
	
	background-repeat: no-repeat;
	width: 920px;
	height: 80px;
	position: relative;
	
}


#servicing {
	font-family: Calibri;
	font-size: 12px;
	color:#FFFFFF;
	font-style: italic;
	text-align: right;
}
#title {
	color: #FFFFFF;
	letter-spacing: -1px;
	font-family: Calibri;
	font-size: 46px;
	height: 44px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	width: 350px;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#slogan {
	font-size: 22px;
	color: #CCCCCC;
	height: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	width: 350px;
	font-family: Calibri;
}

#title a, #title a:link, #title a:visited {
	color: #FFFFFF;
	text-decoration:none;
	background-image: none;
	background-repeat: no-repeat;
}
#title a:hover {
	text-decoration: none;
}
#headlinks div.tel {margin-top: 30px;}
#headlinks a, #headlinks a:link, #headlinks a:visited, #headlinks a:active {
	color: #C1D0E1;
	text-decoration:none;
}
#headlinks a:hover {
	color: #FF0000;
	text-decoration:none;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 920px;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	height: 1200px;
	
	
}
#threeColumns { /* This sets the id for a 3 column layout */
	width: 920px;
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	float: left;
}
#threeColumns #leftColumn {
	float: left;
}
#threeColumns #rightColumn {
	float: right;
	padding: 15px 30px 10px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 50px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#threeColumns #content {
	width: 600px;
	margin-top: 0;
	margin-right: 205px;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
#twoColumnleft { /* This sets the id for a 2 column layout with a left column only */
	background-image: url(images/content-bg.png);
	background-repeat: repeat-y;
	width: 920px;
	position: relative;
	float: left;
	
}
#twoColumnleft #leftColumn {
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 200px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 50px;
}
#twoColumnleft #rightColumn {
	display:none;
	float: left;
	width: 580px;
	background-color: #FF0000;
	height: auto;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#twoColumnleft #content {
	font-family: Calibri;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0px;
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 30px;
	width: 560px;
	float: left;
	margin-left: 0px;
	padding-left: 20px;
}
#twoColumnright { /* This sets the id for a 2 column layout with a right column only */
	overflow: hidden;
	width: 920px;
	background-color: #FFF;
	background-image: url(images/photoshop/content-bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#twoColumnright #leftColumn {
	display:none;
}
#twoColumnright #rightColumn {
	float: right;
	padding: 25px 35px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 240px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#twoColumnright #content {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 30px;
}
#footer {
	height: 90px;
	color: #333333;
	background-repeat: no-repeat;
	font-family: Calibri;
	width: 900px;
	margin: 0px;
	visibility: visible;
	position: relative;
	float: left;
	border-top: solid 4px #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#copyright {
	text-align: center;
	font-size: 12px;
	color: #666666;
	visibility: visible;
	height: 15px;
	width: 900px;
	float: left;
	margin: 15px 0 10px 0;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #666666;
	text-decoration:none;
}
#footer a:hover {
	color: #FF0000;
}
#credit {
	text-align: center;
	font-size: 12px;
	color: #333333;
	visibility: visible;
	height: 50px;
	width: 620px;
	float: left;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#credit  a, #credit  a:visited, #credit  a:active, #credit  a:focus   {
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}
#credit a:hover { 
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;
}
#webdev {
	text-align: center;
	font-size: 12px;
	color: #999999;
	visibility: visible;
	height: 15px;
	width: 900px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#webdev a{
	color: #999999 !important;
}
#webdev a:hover{
	color: #FF0000 !important;
}


/* ---------- Typography CSS ---------- */

h1 {
	margin-top: 0em;
	margin-bottom: 0em;
	font-family: Calibri;
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h2 {
	margin: .5em 0em;
	color: #4C6D9E;
	font: normal 1.7em Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 1.4em;
	margin: .5em 0em;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	margin: .5em 0em;
	font-weight: bold;
	color: #5275AA;
	text-align: left;
}
h5 {
	font-size: 1.0em;
	margin: .5em 0em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	margin: .5em 0em;
	font-weight: bold;
}
img {
	border: 0;
}
p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 1.2em 0em 1.2em 0em;
	text-align: left;
	color:#666666;
}
pre {
	font-family: monospace;
	font-size: 1.2em;
	background: #F4F4F4;
	margin: 15px;
	padding: 10px;
	border: 1px dotted #CCC;
}

/* ---------- Two Column CSS ---------- */

.csscolumns {
	overflow:hidden;
	width: 100%;
	font-family: Calibri;
}
/* Note: adding larger margins or padding to columns requires that you decrease the width setting proportionally. If you add padding to the container, the same applies. */ 

#col_one_2 {
	margin: 0;
	float: left;
	width:48%;
}
#col_two_2 {
	margin: 0 0 0 12px; /* Puts a 12 pixel space between columns (left side) */
	float: left;
	width:48%;
}
/* ---------- Three Column CSS ---------- */

/* Note: adding larger margins or padding to columns requires that you decrease the width setting proportionally. If you add padding to the container, the same applies. */ 

#col_one_3 {
	margin: 0;
	float: left;
	width:31%;
}
#col_two_3 {
	margin: 0 0 0 12px; /* Puts a 12 pixel space between columns (left side) */
	float: left;
	width:31%;
}
#col_three_3 {
	margin: 0 0 0 12px; /* Puts a 12 pixel space between columns (left side) */
	float: left;
	width:31%;
}
/* ---------- Four Column CSS ---------- */

/* Note: adding larger margins or padding to columns requires that you decrease the width setting proportionally. If you add padding to the container, the same applies. */ 

#col_one_4 {
	margin: 0;
	float: left;
	width:23%;
}
#col_two_4 {
	margin: 0 0 0 12px; /* Puts a 12 pixel space between columns (left side) */
	float: left;
	width:23%;
}
#col_three_4 {
	margin: 0 0 0 12px; /* Puts a 12 pixel space between columns (left side) */
	float: left;
	width:23%;
}
#col_four_4 {
	margin: 0 0 0 12px; /* Puts a 12 pixel space between columns (left side) */
	float: left;
	width:23%;
}
/* ---------- Side column menu styles ---------- */

.styledmenu {
	width: 100%; /*width of menu*/
	font-family: Calibri;
}
.styledmenu .headerbar {
	color: white;
	background: #2D4262 url(images/styled-menu-bg.jpg) no-repeat right top; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 2px; /*bottom spacing between header and rest of content*/
	margin-top:0px;
	text-transform: uppercase; /*31px is left indentation of header text*/
	font-family: Calibri;
	font-size: 13px;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 8px;
}
.styledmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0; /*bottom spacing between each UL and rest of content*/
}
.styledmenu ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
	margin: 0px;
}
.styledmenu ul li a {
	color: black;
	background: #E2E9F1;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
}
.styledmenu ul li a:visited {
	color: black;
}
.styledmenu ul li a:hover { /*hover state CSS*/
	color: white;
	background: #5A7EB4;
	text-decoration: none;
}
.simplemenu {
	width: 100%; /*width of menu*/
}
.simplemenu .headerbar {
	font: bold 13px Verdana;
	color: #000; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	margin-top:0px;
	text-transform: uppercase;
	padding: 7px 0 7px 0px; /*31px is left indentation of header text*/
}
.simplemenu ul {
	list-style-type: none;
	padding: 0 0 20px; /*bottom spacing between each UL and rest of content*/
	margin: 0;
}
.simplemenu ul li {
	margin: 0px;
	padding-bottom: 2px;
}
.simplemenu ul li a {
	font: normal 12px Arial;
	color: black;
	background: #FFF;
	display: block;
	padding: 4px 0 4px 5px;
	line-height: 17px; /*link text is indented 8px*/
	text-decoration: none;
	border-bottom: 1px solid #E2E9F1;
}
.simplemenu ul li a:visited {
	color: black;
}
.simplemenu ul li a:hover { /*hover state CSS*/
	color: #000;
	background: #E2E9F1;
	text-decoration: none;
}
/* ---------- Common styles shared between both left and right columns ---------- */

.sidebarlt {
	padding: 6px;
	border: 1px solid #9CB1D1;
	background: #E2E9F1 url(images/sidebarlt-bg.gif) no-repeat right top;
}
.sidebardk {
	color: #FFFFFF;
	border: 1px solid #131D2B;
	padding: 6px;
	background-color: #2D4262;
}
.sidebardk a, .sidebardk a:hover, .sidebardk a:visited, sidebardk a:active {
	color: #FFFFFF;
	text-decoration:underline;
}
#browserComp {
	color: #FFFFFF;
	margin-right: 35px;
	height: 14px;
	float: right;
	font-family: Calibri;
	margin-top: 25px;
	font-size: 10px;
	visibility: visible;
	width: auto;
	font-weight: bold;
}
#imagebox {
	color: #000000;
	height: 80px;
	float: left;
	font-family: Calibri;
	font-size: 10px;
	visibility: visible;
	width: 160px;
	font-weight: bold;
	margin: 0px;
}
#isologobox {
	height: 70px;
	float: right;
	visibility: visible;
	width: 70px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#isologobox a, #isologobox a:visited, #isologobox a:active, #isologobox a:focus {
	font-weight: normal;
	text-decoration: none;
	color: #FBFBFB;
}
#isologobox a:hover {
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;
	background-repeat: no-repeat;
}


#oneColumn {
	background-image: url(images/content-bg.png);
	background-repeat: repeat-y;
	width: 920px;
	position: relative;
	float: left;
}
#oneColumn #content {
	font-family: Calibri;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	width: 840px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 20px;
	float: left;
	overflow: auto;
}
#imageboxsys {
	color: #000000;
	font-family: Calibri;
	font-size: 10px;
	visibility: visible;
	font-weight: bold;
	margin: 0px;
	float: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#systemscontent {
	color: #000000;
	font-family: Calibri;
	font-size: 10px;
	visibility: visible;
	width: 500px;
	font-weight: bold;
	margin: 0px;
	float: left;
}
#systemstitle {
	color: #4A6999;
	font-family: Calibri;
	font-size: 24px;
	visibility: visible;
	width: 500px;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	float: left;
	height: 30px;
}
#systemsheader {
	color: #4A6999;
	font-family: Calibri;
	font-size: 24px;
	visibility: visible;
	width: 500px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 0px;
	float: left;
}
#newsbox {
	color: #000000;
	font-family: Calibri;
	visibility: visible;
	width: 500px;
	float: right;
	height: 80px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	position: relative;
}

#homecol {
	float: left;
	width:140px;
	height: 250px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	margin-right: 20px;
}

#homearticle {
	float: left;
	width:460px;
	
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	margin-right: 20px;
}

#newstext {
	color: #000000;
	font-family: Calibri;
	width: 490px;
	float: left;
	height: 85px;

}
#newsimage {
	color: #000000;
	font-family: Calibri;
	visibility: visible;
	width: 200px;
	height: 100px;
	float: left;
	margin: 0px;
}
#homeright {
	font-family: Calibri;
	visibility: visible;
	float: right;
	width: 620px;
}
#homecoltitle {
	width:440px;
	
}
#homenewsimage {
	color: #000000;
	font-family: Calibri;
	visibility: visible;
	width: 200px;
	height: 100px;
	float: left;
	margin: 0px;
}
#homenewstext {
	color: #000000;
	font-family: Calibri;
	width: 480px;
	float: left;
	height: 100px;
	padding-left: 50px;
	padding-top: 5px;
}
#newsboxwrapperleft {
	color: #000000;
	font-family: Calibri;
	visibility: visible;
	width: 200px;
	float: left;
	height: 116px;
	background-image: url(images/home-page-news-image-back.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#newsboxwrapperright {
	color: #000000;
	font-family: Calibri;
	visibility: visible;
	width: 615px;
	float: left;
	height: 116px;
	background-image: url(images/home-page-news-text-back.jpg);
	background-repeat: repeat-x;
	position: relative;
	margin-left: 5px;
}
#newsboxwrappernew {
	color: #000000;
	font-family: Calibri;
	visibility: visible;
	width: 848px;
	float: left;
	height: 116px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	position: relative;
}
.image {
	padding: 5px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #ECE9D8;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imageleft {
	padding: 5px;
	float: none;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #ECE9D8;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.adobe {float: right;
width: 140px;
height: 25px;
padding: 0px 0 5px 35px;

/***background: url(images/adobe.png) no-repeat top left;***/

position:relative;
top: -45px;
left: 15px;
}

.adobe img {float: left;}

.adobe a {color: #666666; text-decoration:none; opacity: .7; line-height: 12px;}

.adobe a:hover {color: #FF0000; opacity: 1;}
