html, body {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
body {
	background-color: #89C1F0;
}
/*
#background {
	background: transparent url('/images/topback_repeat2.gif') repeat-x;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 160px;
	position: absolute;
	z-index: 1;
}

* html #background {
	t\op: -10px; 
}

#backshade {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 100%;
	background: #89C1F0;
}
*/
#whiteshade {
	background: #FFFFFF url('/images/white_gray_border_bg.gif') repeat-y;
	margin: 0px auto -15px auto;
	height: auto !important;
	min-height: 100%;
	width: 977px;
}
/*
#basewhiteshade {
	margin: 0px auto 0px 1px;
	height: 100%;
	width: 975px;
	background: #FFF;
	position: absolute;
}
*/
#mainContainer {
	text-align: left;
	z-index: 1;
	position: relative;
	padding: 0px 10px 15px;
}

a {
	text-decoration: none;
	outline: none;
}

img {
	border: none;
}

h1 {
	/*font-family: Georgia, "Times New Roman", serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 20px;
}

h2 {
	font-weight: bold;
	font-size: 16px;
	margin: 8px 0px;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
}
.heading {
	font-weight: bold;
	font-size: 20px;
}

.black .black * {
	color: #000;
}

.darkblue, .darkblue *, #TwoColumnSubnav ul li a, #News .title, #HomeNews .title {
	color: #005889;
}

.darkerblue, .darkerblue *, #TwoColumnSubnav .navtitle {
	color: #015D90;
	font-variant: normal;
}

.lightblue, .lightblue *, #TwoColumnSubnav .navtitle {
	color: #9CC5E9;
}

.orange, .orange * {
	color: #F7A21C;
}

.gray, .gray * {
	color: #D4D4D4;
}

.defaultcolor, .defaultcolor *, html, body {
	color: #333;
}

hr.orange {
	background: #F7A21C;
	border: none;
	height: 1px;
}

/**********************************
 *	 QUOTEBOX
 *********************************/

.quotebox {
	background: #FFF url('/images/quotebox_middle.gif') top left repeat-y;
	width: 253px;
	margin-top: 2px;
}

.quotebox .title {
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}

.quotebox .contents {
	padding: 10px 17px;
	font-size: 11px;
}

.quotebox .top {
	height: 7px;
	background: transparent url('/images/quotebox_top.gif') top left no-repeat;
}

.quotebox .bottom {
	height: 7px;
	background: transparent url('/images/quotebox_bottom.gif') top left no-repeat;
}

.largequotebox {
	width: 685px;
}

.largequotebox .top {
	height: 7px;
	background: transparent url('/images/largequotebox_top.gif') 0 100% no-repeat;
}

.largequotebox .content {
	font-size: 14px;
	padding: 5px 17px;
	background: transparent url('/images/largequotebox_back.gif') top left repeat-y;
}

.largequotebox .bottom {
	height: 33px;
	background: transparent url('/images/largequotebox_bottom.gif') top left no-repeat;
}

/*********************************
 *       GREYBOX
 *********************************/

.greybox {
	width: 253px;
}


.greybox .top {
	height: 7px;
	background: transparent url('/images/greybox_top.gif') 0 100% no-repeat;
}

.greybox .content {
	background: transparent url('/images/greybox_back.gif') top left repeat-y;
	padding: 5px 12px;
	font-size: 11px;
}

* html .greybox .content {
  display: inline-block;
}

.greybox .content .title {
	font-size: 14px;
	margin: 5px 0px;	
}

.greybox .bottom {
	height: 7px;
	background: transparent url('/images/greybox_bottom.gif') top left no-repeat;
}

.greybox #newsbox {
	background: #FFF url('/files/pens.gif') 0 12px no-repeat;
}

* html .greybox #newsbox {
	display: inline-block;
}


/*********************************
 * 	FEATURE BOX
 * ******************************/

.featurebox {
        float: right;
        width: 343px;
	margin-left: 10px;
	color: #000000;
}

.featurebox .content {
        background: #DEDCC7 url('/images/featurebox_top.gif') no-repeat scroll left top;
	padding: 10px 8px;
}

.featurebox .bottom {
        background: transparent url('/images/featurebox_bottom.gif') top left no-repeat;
	height: 7px;
}

.featurebox .headline {
	font-size: 14px;
	font-weight: bold;
	color: #06356B;
}

.featurebox hr {
	color: #ffffff;
	background-color: #ffffff;
	border: none;
	height: 1px;
}

.featurebox .italic {
	font-style: italic;
	color: #333333;
	font-size: 10px;
}

.featurebox ul {
        list-style-image:url('/images/whitearrow.png');
	margin: 0 0 0 20px;
	padding: 0px;
}

/*********************************
 *       SERVICES TABLE
 *********************************/

.services, .products {
	padding-top: 4px;
	margin-top: 2px;
	background: #dedcc7 url('/images/services_background_top.gif') top left no-repeat;
	width: 685px;
}

.services table td .title {
	color: #F8F5C8;
	font-size: 25px;
	font-weight: bold;
}

.services .bottom, .products .bottom {
	height: 6px;
	background: url('/images/services_background_bottom.gif') top left no-repeat;
}

.products {
	display: inline-block;
}
.products .content{
	padding: 3px 5px;
	vertical-align: top;
	float: left;
	width: 217px;
	position: relative;
	height: 200px;
	margin-left: 0px;
}


* html .products .content {
	display: inline-block !important;
	
}

.services .title, .products .title {
	font-size: 14px;
	font-weight: bold;
}

.services .title img {
	vertical-align: middle;
}

.services p, .products p {
	margin-bottom: 0px;
	padding: 0px 10px 0px 10px;
}

.services .content {
	padding: 3px;
	position: relative;
	float: left;
	width: 336px;
	vertical-align: top;
	/*height: 250px;*/
}

* html .services .content {
	display: inline-block;
}

.services img {
	border: none;
	text-align: left;
	margin-left: 10px;
}

.services .arrow, .products .arrow {
	position: absolute;
	bottom: 0px;
	right: 4px;
}

.services ul {
        list-style-image:url('/images/whitearrow.png');
	margin: 0 0 0 20px;
	padding-left:5px;
	padding-top: 5px
}

.services td {
	vertical-align: top;
}

.technical ul {
	list-style-image:url('/images/bullet.gif');
	list-style-position: inside;
	margin: 10px 0px 0px 0px; 
	padding: 0;
}

.technical li {
	margin: 0; 
	padding: 3px 0px 0px 0px;
}

ul.orange_arrow_list {
        list-style-image:url('/images/bullet.gif');
       /* list-style-position: inside;*/
        margin: 10px 0px 0px 0px;
        padding: 0;
}

ul.orange_arrow_list li {
	margin-left: 30px;
}


/**********************************
 *            MISC
 *********************************/

.clear {
	clear: both;
	height: 0px;
}

/**********************************
 *            HEADER
 *********************************/

#header {
	height: 134px;
	margin-bottom: 20px;
	position: relative;
}

#header #headerflash {
	width: 100%;
	float: left;
}

/** html #header #quicklinks {
	padding-top: 10px;
	margin-right: -90px;
	float: right;
}*/
#header #quicklinks {
	position: absolute;
	/*right: -90px;*/
	right: 10px;
	float: right;
	top: 10px;
	text-align: right;
}

#header #quicklinks a {
	color: #0183F1;
	font-weight: bold;
	line-height: 25px;
}

/*********************************
 *	    TOP NAVBAR
 ********************************/

#topnavbar {
	background: transparent url('/images/blue_header.png') 0 0 no-repeat;
	position: absolute;
	top: 72px;
	left: -22px;
	height: 74px;
	width: 1019px;
}
img.topnavimg {
	margin-left: 32px;
	margin-top: 19px;
}
/*
#topnavbar a {
	margin-right: 10px;
	float: left;
}

#topnavbar a span {
	display: block;
	height: 100%;
	float: left;
	cursor: pointer;
}

#topnavbar a .left {
	background: transparent url('/images/topnav_button_left.gif') 0 0 no-repeat;
	width: 4px;
}
#topnavbar a .middle {
	background: transparent url('/images/topnav_button_middle.gif') 0 0 repeat-x;
	font-weight: bold;
	padding: 9px 4px 0px;
	font-size: 10px;
	/*font-family: Verdana;*/
}
/*
#topnavbar a .right {
	background: transparent url('/images/topnav_button_right.gif') 0 0 no-repeat;
	width: 5px;
}

#topnavbar a .middle {
	color: #005889;
	letter-spacing: 0.5px;
}

#topnavbar a:hover .middle, #topnavbar a.selected:hover .middle {
	color: #996600;
}

#topnavbar a.selected .middle {
	color: #F7A21C;
}
*/
/********************************
 *         BREADCRUMB
 *******************************/

#bcrumb {
	font-weight: bold;
	float: left;
	font-size: 10px;
}

#bcrumb a {
	color: #996600;
	font-weight: bold;
}

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

#footer {
	background: #89C1F0 url('/images/white_gray_border_bg.gif') top center repeat-y;
	clear: both;
	width: 100%;
	margin: -35px auto 0px auto;
	height: 15px;
	font-size: 11px;
	color: #005889;
	text-align: center;
	z-index: 1;
	padding-top: 20px;
}
/*
#footerbackshade {
	height: auto !important;
	width: 100%;
	background: #89C1F0;
}
*/
.landingFooter {
        position: relative;
        /*top: -30px;*/
        clear: both;
        width: 975px;
        margin: 0px auto;
        height: 15px;
        font-size: 12px;
        color: #015c8b;
        text-align: center;
        z-index: 1;
	font-weight: bold;
	font-style: italic;
	margin-top: 20px;
}
.landingFooter a {
	color: #f3a71d;
	font-weight: bold;
}

#footer a {
	font-weight: bold;
	font-size: 11px;
	color: #f6A41D;
}

/************************************
 *             SUBNAVS
 ***********************************/

#TwoColumnSubnav {
	margin: 10px 0px;
}

#TwoColumnSubnav .navtitle {
	font-size: 14px;
	font-weight: bold;
}

#TwoColumnSubnav ul {
	padding: 0px;
	margin: 10px 0px;
	font-size: 13px;
}

#TwoColumnSubnav ul li {
	list-style: none;
	line-height: 16px;
}

#TwoColumnSubnav ul li a:hover {
	list-style: none;
	background: transparent url('/images/arrow_over.gif') no-repeat left 4px;
}

#TwoColumnSubnav ul li a {
	padding-left: 10px;
	background: transparent url('/images/arrow_blue.gif') no-repeat left 4px;
	font-weight: bold;
	display: block;
}

#TwoColumnSubnav ul li a:hover {
	color: #953002;
	text-decoration: underline;
}

#TwoColumnSubnav .secondsubnav {
        list-style: none;
        list-style-image: none;
        padding-top:0px;
        padding-left:15px;
        font-size:12px !important;
        font-weight: normal;
		margin: 0px 0px 10px 15px !important;	
}
#TwoColumnSubnav .secondsubnav a {
		background: none !important;
		padding-left: 0px;
}



#TwoColumnSubnav li.currentnav a {
		background: transparent url('/images/arrow_open.gif') no-repeat left 4px;
}

/**for current nav without subnav **/
#TwoColumnSubnav li.currentnav a.nosub {
		background: transparent url('/images/arrow_blue.gif') no-repeat left 4px;
}

#TwoColumnSubnav li.currentnav a.nosub:hover {
		background: transparent url('/images/arrow_over.gif') no-repeat left 4px !important;
}

#TwoColumnSubnav li a.sub {
		background: transparent url('/images/arrow_open.gif') no-repeat left 4px;
}
#TwoColumnSubnav li a.sub:hover {
		background: transparent url('/images/arrow_open_over.gif') no-repeat left 4px;
}

#TwoColumnSubnav li.currentnav a:hover {
		background: transparent url('/images/arrow_open_over.gif') no-repeat left 4px;
}


/*********************************
 *	Mailing List
 * ******************************/

.mailinglist {
	display:block;
}

.mailinglist table {
	display:block;
}

.mailinglist table td input {
	width: 142px;
	border: 1px solid #000;
}

/*********************************
 *		News
 * ******************************/

#News p, #HomeNews p {
	margin: 3px 0px 0px;
}

#News .title {
	margin: 10px 0px 0px;
	font-weight: bold;
	font-size: 14px;
}

#News img, #HomeNews img {
	padding-top: 3px;
	cursor: pointer;
}

#News hr {
	margin: 5px 0px 0px;
}

#News .feature {
        padding-top: 4px;
        background: #dedcc7 url('/images/services_background_top.gif') top left no-repeat;
        width: 685px;
        font-size: 14px;
}
#News .feature .content {
        padding: 0px 10px 0px 10px;
	width: 440px;
}

#News .feature .bottom {
        height: 6px;
        background: url('/images/services_background_bottom.gif') bottom left no-repeat;
}

#HomeNews .title {
	margin: 10px 0px 5px;
	font-weight: bold;
}
/****************************
 *	Lists
 * *************************/

.linklist {
	padding: 0px;
	margin: 0px;
}

.linklist li {
	list-style: none;
	margin-bottom: 2px;
}


/*****************************
 * 	Markets
 * **************************/

#markets a {
	color: inherit;
	font-weight: bold;
}

#markets .feature {
	padding-bottom: 15px;
	height: 162px;
}

#markets img {
	border: solid 1px #000000;
	width: 329px;
	height: 102px;
}



#contactTable h2 {
	margin: 0px;
}

.contactinfo {
	padding-top: 15px;
	font-size: 14px;
}

#open_contact_form {
	cursor: pointer;
	color: #F7A21C;
	font-weight: bold;
}

/***Contact form*****/
.contactform {
	font-size: 12px;
}

.contactform input {
	/*width: 300px;*/
}
.contactform tr {
	width: 100px;
}
.ui-dialog .ui-state-error { padding: .3em; }
.validateTips { border: 1px solid transparent; padding: 0.3em; }

/***Landing***/
#LandingPage a {
	font-weight: bold;
	color: #f9020d;
}
#LandingPage h2 {
	margin: 0px;
}
#LandingPage .header {
	font-size: 22px;
}
#LandingPage .sect {
	margin: 12px 0px;
}
#LandingPage ul {
	list-style-type: none;
	padding: 0px;
}
#LandingPage li {
	margin-bottom: 5px;
	padding-left: 30px;
	background: transparent url('/images/star_bullet.gif') left center no-repeat;
}
#LandingPage h3 {
	font-size: 16px;
}

