/* FONT */
@font-face {
	font-family: 'OptimaLTRegular';
	src: url('lte50019.eot'); /* IE9 Compat Modes */
	src: url('lte50019.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('lte50019.woff') format('woff'), /* Modern Browsers */
	     url('lte50019.ttf')  format('truetype') /* Safari, Android, iOS */
	     /* url('lte50019.svg#svgFontName') format('svg');  Legacy iOS */
	}


html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, figure, footer, header, hgroup, menu, nav, section, menu,time, mark, audio, video {margin:0; padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}


blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }
/* END RESET CSS */
/* 
 * minimal base styles 
 */



/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
 
/* www.aestheticallyloyal.com/public/optimize-legibility/ */ 
h1,h2,h3,h4,h5,h6 { text-rendering: optimizeLegibility; font-weight: normal; }


/* maxvoltar.com/archive/-webkit-font-smoothing */
html { -webkit-font-smoothing: antialiased; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:active { outline: none; }
a:focus { outline: thin dotted; }

a, a:active, a:visited { color:#607890; }
a:hover { color:#036; }


ul { margin-left:30px; }
ol { margin-left:30px; list-style-type: decimal; }

small { font-size:85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align:top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px; 
  
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }


/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #ffec31; color:#000; text-shadow: none; }
::selection { background:#ffec31; color:#000; text-shadow: none; } 

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 


/* always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }
 
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }



/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir { display:block; text-indent:-999px; overflow:hidden; background-repeat: none; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display:none; visibility:hidden; } 

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/ 
   Solution from: j.mp/visuallyhidden - Thanks Jonathan Neal! */
.visuallyhidden { position:absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX << */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }





 /* Primary Styles
    Author: Silverink
 */



a {text-decoration: none;}
a:link { color: #0d3056;} 
a:visited { color: #0d3056;} 
a:active { color: #0d3056;}
a:hover { color: #0f5290;}
a:focus, a:active { color: #0d3056;}

body { background: url("bodyBg.jpg") repeat-x top left #caccce; font-family: verdana, sans-serif; color: #6b646c; font-size: 12px;}


#commentsDiv {clear: both; margin-top: 10px; padding-top: 10px; border-top: 1px dashed #0d3056;}
	#commentsDiv form { margin-left: 200px; width: 400px;}
	#commentsDiv .inputBlock {clear: both; margin-bottom: 3px;}
	#commentsDiv label  { width: 100px; text-align: left; display: inline-block; margin-left: 0px; margin-right: 10px; vertical-align: top;}
	#commentsDiv label.error  { width: 250px; text-align: left; margin: 0px; vertical-align: top; padding-left: 10px;}
	#commentsDiv input[type="text"] {padding: 2px; border: 1px solid #cdcdcd;}
	#commentsDiv textarea {padding: 2px; border: 1px solid #cdcdcd; font-family: Verdana; font-size: 11px;}
	.commentfooter { margin-left: 110px; font-size: 9px; font-style: italic;}


.commentDivrow, .commentDivaltrow {margin-left: 200px; width: 380px; padding: 10px; margin-bottom: 10px;}


.commentDivrow {border-top: 1px solid #0D3056;}

.commentDivaltrow {border-top: 1px solid #0D3056;}

.commenter {font-weight: bold; float: left; margin-right: 10px;}
.commentDate {font-size: 10px; color: #bbb; padding-left: 20px; vertical-align: bottom;}
#commentsDiv blockquote {clear: both; margin-top: 10px;}


.copyright {text-align: right;}

.clearboth { clear: both;}

#currentTagList {margin-top: 10px; font-size: 12px;}
	#currentTagList .title {font-weight: 800; margin-right: 10px;}
	#currentTagList .currentTagSpan {margin-right: 10px;}


#DateDiv { display: none; }

#easilogo {text-align: right;}

.emailinput {display: none;}



.subContainer {margin-top: 10px;}
.subHeader {background: url("sub_header.png") no-repeat; padding: 5px; width: 172px; height: 17px; overflow: hidden;}
	.subHeader h2 {color: #fff; font-family: OptimaLTRegular; font-size: 14px; text-align: center; font-weight: normal;text-shadow: #000 0px 0px 3px;}
	
.subMid {background: url("sub_mid.gif"); padding: 5px;}
	.subMid ul,.mid ul, .middle ul {padding-left: 10px; margin-left: 10px; list-style-image: url(bullet2.png)}
	.subMid ul li, .mid ul li, .middle ul li  {margin-bottom: 10px;}
	
	
.subBot {background: url("sub_bot.png"); height: 10px; }

#footer {width: 960px; height: 120px; background: url("footer.gif") no-repeat; clear: both; font-size: 10px; line-height: 140%; margin-top: 15px; margin-bottom: 10px; position: relative;}
	#footer .col1, #footer .col2, #footer .col3 {list-style-type: none;}
	#footer .col1 {position: absolute; top: 20px; left: 370px;} 
	#footer .col2 {position: absolute; top: 20px; left: 570px;} 
	#footer .col3 {position: absolute; top: 20px; left: 765px;} 
	#footer a {color: #8895a5;}
	
	
#portfoliologo {position: absolute; left: 190px; top: 50px; width: 580px; height: 25px; cursor: pointer;}


form .error {font-size: 10px; font-style: italic; color: red; }

p {margin-bottom: 10px;}

#overlay {background: #fff; display:none;height:80%;padding:15px;width:760px; overflow: hidden; border: 1px solid #000000; -moz-border-radius: 5px;
-webkit-border-radius: 5px; -moz-box-shadow:0px 0px 10px #333333; -webkit-box-shadow:2px 2px 6px #333333;}
	#overlay .container {padding: 10px; margin-bottom: 5%; height: 93%; width: 98%; overflow: auto;}



.right {margin-left: 10px;}

.left {margin-right: 10px;}

#maincontainer {width: 960px; margin: auto; position: relative;}

.mainContentContain { float: left; margin-bottom: 15px;}
	.mainContentContain a { font-weight: bold;} 

#maincontent .subMain {float: left; margin-bottom: 10px;}
#maincontent .subMain .top {width: 759px; height: 13px; background: url("mid_top.png");}
#maincontent .subMain .mid { padding-left:20px; padding-right: 20px; padding-bottom: 0px; width: 719px; background: url("mid_bg.png") }
#maincontent .subMain .bot {width: 759px; height: 13px; background: url("mid_bot.png");}



.mid h1, .mid h3  { margin-bottom: 10px;  font-family: OptimaLTRegular;}
.mid h1 { font-size: 28px;}
.mid h2 {font-size: 20px;}
.mid h3 {font-size: 18px;}
.mid h4 {font-size: 14px; font-weight: 800;}
#maincontentwide .top {width: 960px; height: 13px; background: url("mid_top_wide.png");}

#maincontentwide .mid { padding-left:20px; padding-right: 20px; padding-bottom: 0px; width: 920px; background: url("mid_bg_wide.jpg") }
#maincontentwide .bot {width: 960px; height: 13px; background: url("mid_bot_wide.png");}

	/* OVERWRITE ABOVE FOR HOME PAGE */
.bodyHome #maincontentwide .top {display: none;}
.bodyHome #maincontentwide .mid { background: none !important; padding: 0 !important;}
.bodyHome #maincontentwide .bot {display: none;}


	#homeEditable {padding: 0px; padding-bottom: 0px; width: 956px; height: 185px; background: url("banner.jpg") no-repeat; overflow: hidden; position: relative; margin-bottom: 15px;}
		#homeEditable h1 {color: #0f2f55; font-size: 22px; margin-left: 367px; margin-top: 73px; }
		.homeBtns {width: 960px;}
		.homeBtns img {float: left; margin-right: 13px;}
		.homeBtns .last {margin-right: 0px !important; margin-left: 1px;}
	
	
	#bottomText  {padding: 12px; padding-bottom: 0px; width: 920px; height: 260px; overflow: hidden; position: relative; margin-top: 15px;}
	#bottomText h1 {color: #0f2f55; font-size: 22px;}
	#bottomText a {color: #b22926; }
	#bottomText .col1 {width: 340px; float: left; text-align: left; font-size: 12px; line-height: 165%; margin-right: 50px; }
	#bottomText .col2 {width: 339px; float: left; text-align: left; font-size: 12px; line-height: 165%;}

	
.newsimg {align: right !important; float: right;}

.noborder {	border: none !important;}

.portfolioBlue { color: #0d3056;}

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
.dataTables_length {float: right;}
.dataTables_info {float: right;}
.dataTables_paginate {}
.paginate_button_disabled {opacity: 0.4; -moz-opacity: 0.4;}
.paginate_button {padding: 5px; cursor: pointer;}
.paginate_active {font-weight: bold;}

.paging_full_numbers {color: #0d3056; padding: 5px;}
.dataTables_wrapper {margin-top: 0px}

.StockMasterTable {margin-top: 10px; margin-bottom: 10px;width: 100% !important; display: none;}
.StockMasterTable thead {background-color: #0d3056; }
	.StockMasterTable th {text-align: left; padding: 5px; font-size: 14px; color: #fff;cursor: pointer;}
	.StockMasterTable  td {border-bottom: 1px solid #fff;}
	.even td, .odd td {padding: 5px;}
	.even td {background-color: #e9e9e9}
	.odd td {background-color: #f5f5f5;}


#submenu {width: 182px; float: left; margin-right: 19px; font-size: 12px; margin-bottom: 10px;}

.SubMenuHeadingSpan {background: url("sub_header.png") no-repeat; padding: 5px; width: 172px; height: 17px; overflow: hidden;}
	.SubMenuHeadingSpan a {color: #fff; font-family: OptimaLTRegular; font-size: 14px; text-align: center; font-weight: normal;text-shadow: #000 0px 0px 3px;}
.SubMenuHeadingSpanWide {display: none;}

#SubmenuHTML {}

#SubMenuUl, .month, #subRSS {background: url("sub_mid.gif"); padding: 10px; padding-left: 20px; list-style-image: url(bullet2.png); margin-left: 0; overflow: hidden;}
#subRSS li {list-style-image: none; list-style-type: none; font-size: 10px;}
#SubMenuUl li, .month li {margin-bottom: 10px;}
	#SubMenuUl li.selected, .month li.selected {font-weight: bold;}
	#SubMenuUl li.level3, .month li.level3 {margin-left: 15px;}
	.month h3 {font-weight: bold; cursor: pointer; margin-left: 0 !important;}
	.month li {display: none;}
	.NewsStoryselected {font-weight: bold;}
	

#SubMenuFooter {background: url("sub_bot.png"); height: 10px;}


#topbanner { height: 141px; background: url("topbanner.gif") no-repeat; position: relative; margin-bottom: 15px; }
	
	
#TopMenu { position: absolute; bottom: 7px; text-transform: uppercase; font-size: 16px;}
#TopMenu ul {  list-style-type: none; margin-left: 0; }
#TopMenu ul li { display: inline; margin-left: 20px;}
	#TopMenuSpan a {font-family: OptimaLTRegular, sans-serif; color: #fff;text-shadow: #000 0px 0px 3px;}
	#TopMenuSpan a:hover {text-shadow: #fff 0px 0px 3px;}
	
	
	

/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none; }

  a, a:visited { color: #444 !important; text-decoration: underline; }

  a:after { content: " (" attr(href) ")"; } 

  abbr:after { content: " (" attr(title) ")"; }
  
  .ir a:after { content: ""; }  /* Don't show links for images */
  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  
  img { page-break-inside: avoid; }

  @page { margin: 0.5cm; }

  p, h2, h3 { orphans: 3; widows: 3; }

  h2, h3{ page-break-after: avoid; }
}



/*
 * Media queries for responsive design
 */

@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
  
}

@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
  
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  
  
  /* Prevent iOS, WinMobile from adjusting font size */
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } 
}



