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

 

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCCCCC;
	background-image: url(../Images/bodyBackground.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
} 
.twoColFixLtHdr #header {
	background-color: #DDDDDD;
	background-image: url(../Images/AccessLogo.jpg);
	height: 150px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	margin: 0px;
	z-index: 0;
	clear: both;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixLtHdr #sidebar1 a:link {
	color: #333333;
}
.twoColFixLtHdr #sidebar1 a:visited {
	color: #000000;
	text-align: center;
	}
.twoColFixLtHdr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	float: left;
	height: 100%;
	width: 775px;
	clear: none;
	position: relative;
	border-left-style: none;
	border-left-color: #990000;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	text-indent: 0px;
	text-align: left;
	display: inline-block;
	overflow: hidden;
} 
.twoColFixLtHdr #container #mainContent a:link {
	color: #333333;
}
.twoColFixLtHdr #container #mainContent a:visited {
	color: #333333;
}
#vertical {
	height: 250px;
	width: 200px;
	overflow: hidden;
	background-color: #F2F2F2;
}
#applications {
	height: 270px;
	width: 198px;
	overflow: hidden;
	background-color: #f3f3f3;
}
#twitter {
	width: 130px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	float: left;
	height: 50px;
	position: relative;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #000000;
	color: #999999;
	
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#header a:link {color: #000000;}
#header a:visited {color: #000000;}
#header a:hover {color: #CC0000;}

a:link {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #cc0000;
}
a:active {
	text-decoration: none;
	color: #cc0000;
}

.style1 {
	font-size: large
}
.style5 {font-size: 18px; }
.style6 {
	color: #CC0000;
	font-weight: bold;
}
.style7 {
	color: #333333;
	font-weight: bold;
	font-size: 18px;
}
.style13 {
	font-size: small;
	font-weight: bold;
}
.style14 {
	color: #CC0000;
	font-weight: bold;
	font-variant: normal;
}
.style13 {
	color: #CC0000;
	font-size: medium;
}
.style15 {
	font-weight: bold; font-size: medium; color: #000000;}

.style16 {
	font-size: x-small;
}
.style17 {
	color: #990000;
}
.style18 {
	color: #666666;
}
.style20 {
	color: #CC0000;
}
.style22 {
	color: #000000;
	font-size: small;
	font-weight: bold;
}
.style25 {
	color: #CC0000
}
.style26 {
	font-size: large;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent #saveTime {
	width: 428px;
	float: left;
	padding-right: 10px;
	padding-left: 0px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	overflow: hidden;
	height: 300px;
}

.twoColFixLtHdr #container #mainContent #testimonials {
	width: 310px;
	float: right;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999;
	overflow: hidden;
	border-left-style: solid;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-width: thin;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	height: 310px;
}
.twoColFixLtHdr  #pageContent {
	height: 320px;
	margin: 0px;
	padding: 0px;
	width: 760px;
}
.twoColFixLtHdr #flash {
	height: 200px;
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixLtHdr #container #header #headerLinks {
	float: right;
	height: auto;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.twoColFixLtHdr #container #header #shoppinglinks {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	height: 35px;
	width: 200px;
	padding-top: 0px;
	font-size: small;
	vertical-align: bottom;
	text-align: left;
	top: 100px;
}
.twoColFixLtHdr #container #header #shoppinglinks a:link {
	color: #333333;
}

.twoColFixLtHdr #container #header #shoppinglinks a:visited {
	color: #000000;
	}
.twoColFixLtHdr #container #header #shoppinglinks a:hover {
	color: #CC0000;
	}

.twoColFixLtHdr #container #mainContent #subcontainerleft {
	height: auto;
	width: 250px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.twoColFixLtHdr #container #mainContent #subcontainerright {
	float: left;
	height: auto;
	width: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}


.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

.twoColFixLtHdr #container #mainContent #image {
	width: 250px;
	height: 225px;
	float: right;
}

.twoColFixLtHdr #container #NSLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
	float: right;
	height: 150px;
	padding-right: 10px;
	margin-top: 0px;
	padding-top: 0px;
}
.twoColFixLtHdr #container #NSLinks a:link {
	color: #000000;
}
.twoColFixLtHdr #container #NSLinks a:visited {
	color: #000000;
}
.twoColFixLtHdr #container #mainContent #partnerlogos {
	margin: 0px;
	padding: 5px;
}
.twoColFixLtHdr #container #mainContent #about {
	padding-left: 30px;
}
.twoColFixLtHdr #container #sidebar1 #SubMenu #vertical #verticalmarkets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	text-align: center;
	padding: 5px;
}
.twoColFixLtHdr #container #sidebar1 #SubMenu #applications #applicationslist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	text-align: center;
	padding: 5px;
}
del {
	color: 	#999999;
}
td {
	vertical-align:top
}

#table {
	font-family:Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	text-align: center;
}
#table th {
	font-size:small;
	color:#cc0000;
}
table {
	border-color:#cccccc
}
/* Ticker Styling */
.ticker-wrapper.has-js {
	margin: 5px 0px 5px 0px;
	padding: 0px 20px;
	width: 730px;
	height: 32px;
	display: block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #f8f0db;
	font-size: 0.75em;
}
.ticker {
	width: 660px;
	height: 23px;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #f8f0db;
}
.ticker-title {
	padding-top: 9px;
	color: #CC0000;
	font-weight: bold;
	font-size: 11px;
	background-color: #f8f0db;
	text-transform: uppercase;
}
.ticker-content {
	margin: 0px;
	padding-top: 9px;
	position: absolute;
	color: #cc0000;
	font-size: 12px;
	background-color: #f8f0db;
	overflow: hidden;
	white-space: nowrap;
	line-height: 1.2em;
}
.ticker-content:focus {
	none;
}
.ticker-content a {
	text-decoration: none;	
	color: #1F527B;
}
.ticker-content a:hover {
	text-decoration: underline;	
	color: #0D3059;
}
.ticker-swipe {
	padding-top: 9px;
	position: absolute;
	top: 0px;
	background-color: #f8f0db;
	display: block;
	width: 700px;
	height: 23px; 
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: #f8f0db;
	border-bottom: 1px solid #1F527B;
	height: 12px;
	width: 7px;
	display: block;
}

.ticker-controls {
	padding: 5px 0px 5px 0px;
	list-style-type: none;
	float: left;
}
.ticker-controls li {
	padding: 0px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
.ticker-controls li.jnt-play-pause {
	background-image: url('../Images/controls.png');
	background-position: 32px 16px;
}
.ticker-controls li.jnt-play-pause.over {
	background-position: 32px 32px;
}
.ticker-controls li.jnt-play-pause.down {
	background-position: 32px 0px;
}
.ticker-controls li.jnt-play-pause.paused {
	background-image: url('../Images/controls.png');	
	background-position: 48px 16px;
}
.ticker-controls li.jnt-play-pause.paused.over {
	background-position: 48px 32px;
}
.ticker-controls li.jnt-play-pause.paused.down {
	background-position: 48px 0px;
}
.ticker-controls li.jnt-prev {
	background-image: url('../Images/controls.png');
	background-position: 0px 16px;		
}
.ticker-controls li.jnt-prev.over {
	background-position: 0px 32px;		
}
.ticker-controls li.jnt-prev.down {
	background-position: 0px 0px;		
}
.ticker-controls li.jnt-next {
	background-image: url('../Images/controls.png');	
	background-position: 16px 16px;	
}
.ticker-controls li.jnt-next.over {
	background-position: 16px 32px;	
}
.ticker-controls li.jnt-next.down {	
	background-position: 16px 0px;	
}

.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px; 
	color: #F8F0DB;
}
.left .ticker-swipe {
	/*left: 80px;*/
}
.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
    float: left;
}
.left .ticker-controls {
    padding-left: 6px;
}
.right .ticker-swipe {
	/*right: 80px;*/
}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
    float: right;
}
.right .ticker-controls {
    padding-right: 6px;
}

