/*
This code authored by Eric Meyer.
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
The purpose of a reset file, stated in the words of Yahoo, "removes and neutralizes the 
inconsistent default styling of HTML elements, creating a level playing field across 
A-grade browsers and providing a sound foundation upon which you can explicitly 
declare your intentions." (see http://developer.yahoo.com/yui/reset/)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*/// End ///*/


/* Start UI Tabs
----------------------------------*/
/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }
/* Icons
----------------------------------*/
/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; }
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*/// End ///*/

/* Start basic elements
/////////////////////////////////////*/
body{
	background: #dfe2e3 url(/images/bg-body.png) repeat-x 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}
h1, h2, h3, h4, h5, h6{
	color:#1C62A6;
	font-weight:bold;
	line-height:normal;
	letter-spacing:-1px;
}
h1{
	font-size:26px;
	padding-bottom:1px;
	border-bottom:dotted 1px #8C949A;
	margin-bottom:20px;
}
h2{font-size:18px;}
h3{font-size:16px;}
h4{font-size:14px;}
h5{font-size:13px;}
h6{font-size:12px;}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
input,textarea{
	border-top:solid 1px #444;
	border-right:solid 1px #999;
	border-bottom:solid 1px #bbb;
	border-left:solid 1px #bbb;
	padding:2px;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:12px;
}
input[type=text]{width:180px;}
a:link, a:visited{
	text-decoration:none;
	color:#1270C9;
}
a:hover, a:active{
	text-decoration:underline;
	color:#616D75;
}
#colWrap-Home #colA a:link, #colWrap-Home #colA a:visited, #colWrap-Int #colB a:link, #colWrap-Int #colB a:visited{
	text-decoration:underline;
}
/*/// End ///*/


/* Start general element spacing/sizing (type and other block level elements)
/////////////////////////////////////*/
#colA h1{
	border:none;
	font-size:20px;
	margin-bottom:9px;
	padding:0;
}
#colWrap-Home #colA h2, #colWrap-Home #colA h3, #colWrap-Home #colA h4, #colWrap-Home #colA h5, #colWrap-Home #colA h6, #colWrap-Int #colB h2, #colWrap-Int #colB h3, #colWrap-Int #colB h4, #colWrap-Int #colB h5, #colWrap-Int #colB h6{
	margin-bottom:6px;
}
#colWrap-Home #colA p, #colWrap-Home #colA ol, #colWrap-Home #colA blockquote, #colWrap-Home #colA ul, #colWrap-Home #colA table, #colWrap-Int #colB p, #colWrap-Int #colB table, #colWrap-Int #colB ol, #colWrap-Int #colB ul, #colWrap-Int #colB blockquote{
	margin-bottom:15px;
}
.emphasizeType{
	font-size:15px;
	line-height: 20px;
}
#colWrap-Home #colA ul li, #colWrap-Int #colB ul li{
	margin-left:25px;
	margin-right:25px;
	padding-left:8px;
	background: url(/images/bg-bullet1.gif) no-repeat 0 7px;
}
#colWrap-Home #colA ol li, #colWrap-Int #colB ol li{
	margin-left:35px;
	margin-right:35px;
	list-style:decimal;
}
/*/// End ///*/


/* Start structural elements
/////////////////////////////////////*/
#container {
	width: 972px;
	margin: 0 auto;
}
#topBlock {
	background: url(/images/bg-topBlock.png) no-repeat 0 bottom;
	padding: 0 6px;
	position: relative;
	height: 110px;
}
#logoMain {
	position: absolute;
	top: 5px;
	left: 15px;
}

#navMain {
	position: absolute;
	left: 7px;
	top: 87px;
}

#navMain ul li {
	float: left;
	line-height: 13px;
}
#navMain ul li a {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	padding: 7px 14px;
	border-right:solid 1px #1C62A6;
	border-left:solid 1px #284461;
	line-height: 13px;
}
#navMain ul li a:hover, #navMain ul li.dir.hover a, #navMain ul li.dir:hover a {
	background: #000;
}
#navMain ul li a.ActiveLink{
	background:#000;
	font-weight:bold;
	cursor:default;
}
#navMain ul li.dir{
	position:relative;
}
#navMain ul li.dir a{
	cursor:default;
}
#navMain ul li.dir ul{
	display:none;
	width:160px;
	position:absolute;
	top:21px;
	background:#000;
}
#navMain ul li.dir ul li{
	display:block;
	float:none;
}
#navMain ul li.dir ul li a{
	border:none;
	display:block;
	float:left;
	width:140px;
	font-size:11px;
	line-height:15px;
	padding:6px 10px;
	cursor:pointer;
}
#navMain ul li.dir ul li a:hover{
	background:#1470C9;
}
#navMain ul li.dir ul li a.ActiveLink{
	background:#1470C9;
	cursor:default;
}
#navSecondary {
	position: absolute;
	right: 15px;
	bottom: 12px;
}
#navSecondary ul li{
	float:left;
	margin-left:9px;
}
#navSecondary ul li a{
	font-size:10px;
	color:#B0C8E0;
	text-decoration:none;
}
#navSecondary ul li a:hover{
	color:#fff;
}#headerImageWrap-Home {
	background: url(/images/bg-shadowMid.png) repeat-y 0px 0px;
	padding: 0 7px;
}
#headerImageA-Home {
	float: left;
	width:766px;
}
#headerImageB-Home {
	float: right;
	width:161px;
	background: #284461;
	height: 240px;
	text-align: center;
	padding: 25px 15px 0;
	font-size: 12px;
	line-height: 19px;
	color: #D0D3D6;
	background: url(/images/sprites-home.png) no-repeat 0 -133px;
}
#headerImageB-Home a {
	color: #FFF;
	text-decoration: underline;
	font-style: italic;
	font-weight: bold;
}
#headerImageB-Home img {
	display: block;
	margin: 0 auto 20px;
}
#headerImageWrap{
	background:#fff;
	background: url(/images/bg-shadowMid.png) repeat-y 0px 0px;
	padding: 0 7px;
}
#headerImageA{
	background: url(/images/bg-headerImageA.png) repeat-x 0 0;
	float:left;
	width:190px;
	height:130px;
	text-align: center;
	padding-top: 20px;
}
#headerImageB{
	float:right;
	width:767px;
}

#servicesBar {
	background: url(/images/bg-shadowMid.png) repeat-y 0px 0px;
	padding: 0 7px;
	font-size: 12px;
	color: #126EC7;
	letter-spacing: -1px;
	text-transform: uppercase;
	text-align: center;
	height: 32px;
	line-height: 32px;
}
#servicesBar a{
	color:#126EC7;
}
#servicesBar a:hover{
	text-decoration:underline;
	color:#000;
}
.servicesBarSep {
	color: #B0B6BA;
	padding: 0 10px;
}

#homeNavBlocks {
	background: url(/images/bg-shadowBtm.png) no-repeat left bottom;
	padding: 0 7px 7px 7px;
}
#homeNavBlocks ul li {
	float: left;
}
#homeNavBlocks ul li a {
	width: 239px;
	height: 66px;
	display: block;
	background-image: url(/images/sprites-home.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin-right:1px;
}
#hnbA a{
	background-position:0 0;
}
#hnbB a{
	background-position:-241px 0;
}
#hnbC a{
	background-position:-482px 0;
}
#hnbD{
	float:right;
}
#homeNavBlocks ul li#hnbD a{
	background-position:-722px 0;
	width:238px;
	margin:0;
}
#colWrap-Home{
	width:940px;
	margin:15px auto 20px;
}
#colWrap-Home #colA{
	float:left;
	width:605px;
	line-height:19px;
}
#colWrap-Home #colB{
	float:right;
	width:310px;
}
#serviceRequestBtn a{
	width:310px;
	height:32px;
	display:block;
	background: url(/images/sprites-home.png) no-repeat -192px -133px;
	text-indent:-9999px;
	margin-bottom:8px;
}
#serviceRequestBtn a:hover{
	background: url(/images/sprites-home.png) no-repeat -192px -165px;
}
#homeModTabsBlock div{
	background: url(/images/sprites-home.png) no-repeat -649px -133px;
	border-bottom:solid 1px #cbcbcb;
	padding-bottom:15px;
	font-size:11px;
	line-height:16px;
}
#homeModTabsBlock div p{
	margin-bottom:11px;
}
#homeModTabsBlock, #homeModTabsBlock ul, #homeModTabsBlock ul li, #homeModTabsBlock ul li a{
	padding:0 !important;
	margin:0 !important;
}
#homeModTabsBlock ul{	
	margin-left:12px !important;
}
.ui-state-default a#JGInewsTab{
	background: url(/images/sprites-home.png) no-repeat -192px -222px;
}
a#JGInewsTab, .ui-state-active a#JGInewsTab{
	background: url(/images/sprites-home.png) no-repeat -192px -198px;
	width:118px;
	height:24px;
	text-indent:-9999px;
}
.ui-state-default a#JGIblogTab{
	background: url(/images/sprites-home.png) no-repeat -310px -222px;
}
a#JGIblogTab, .ui-state-active a#JGIblogTab{
	background: url(/images/sprites-home.png) no-repeat -310px -198px;
	width:118px;
	height:24px;
	text-indent:-9999px;
}
#colWrap-Int{
	width:960px;
	margin:0 0 20px;
	background: url(/images/bg-colWrap-Int.png) no-repeat 0 0;
	padding: 0 7px;
	min-height: 420px;
}
#colWrap-Int #colA{
	float:left;
	width:160px;
	padding: 20px 15px;
}
#colWrap-Int #colB{
	float:left;
	width:735px;
	margin-left: 1px;
	padding: 20px 15px;
	line-height:19px;
}
#footerWrap{
	font-size:11px;
	line-height:15px;
	color:#284461;
	width:956px;
	border-top:solid 1px #D1D5D7;
	padding:8px 2px 15px;
}
#footerA{
	float:left;
}
#navFooter{
	margin-bottom:4px;
}
#navFooter ul li{
	display:inline;
	margin-right:8px;
}
#navFooter ul li a.ActiveLink{
	color:#000;
	font-weight:bold;
	cursor:default;
}
#footerB{
	float:right;
	text-align:right;
}
#siteCredits, #siteCredits a{
	font-size:10px;
	color:#8F9EAD;
}
#siteCredits a:hover{
	color:#000;
}

/*/// End ///*/


/* Start News/Events/Blog Elements
/////////////////////////////////////*/
.postList{
	padding:0 0 20px 0;
	border-bottom:solid 2px #efefef;
	margin:0 0 25px 0;
}
.backToNews{
	font-size:11px;
	text-align:right;
	float:right;
	line-height:normal;
}
.eListWrap{
	padding:0 0 20px 0;
	border-bottom:solid 2px #efefef;
	margin:0 0 25px 0;
}
.eListA{
	float:left;
	width:605px;
}
.eListTime{
	font-weight:bold;
}
.eListB{
	float:right;
}
.viewAllEvents{
	font-size:11px;
	line-height:normal;
	border-top:solid 2px #efefef;
	padding:4px 0 0 0;
}
.postMetaData{
	font-size:11px;
	color:#666;
}
/*/// End ///*/


/* Start special elements
/////////////////////////////////////*/
.clear {
	clear: both;
}
#navSub ul li{
	border-bottom:dotted 1px #BDC2C5;
}
#navSub ul li a{
	font-size:12px;
	line-height:14px;
	color:#000;
	display:block;
	height:auto;
	padding:6px 0 6px 7px;
	background: url(/images/bg-bullet1.gif) no-repeat 0 12px;
}
#navSub ul li a:hover{
	color:#1C62A6;
	text-decoration:none;
}
#navSub ul li a.ActiveLink{
	color:#1C62A6;
	font-weight:bold;
	cursor:default;
}
.colMod{
	margin-bottom:25px;
	font-size:12px;
	line-height:17px;
}
.colMod h2{
	font-size:16px;
	line-height:normal;
	letter-spacing:1px;
	margin-bottom:4px;
}
#accredDropdownForm select{
	border:solid 1px #B0B6BA;
	font-size:12px;
	line-height:17px;
	height:24px;
	min-width:155px;
}
.imageFloatRight, .imageFloatRightBorder{
	float:right;
	margin:0 0 10px 20px;
}
.imageFloatLeft, .imageFloatLeftBorder{
	float:left;
	margin:0 18px 10px 0;
}
.imageFloatRightBorder, .imageFloatLeftBorder, .imageBorder{
	border:solid 2px #ccc;
	padding:1px;
	background-color:#fff;
}
#locationMap{
	float:right;
	text-align:right;
	font-size:11px;
	line-height:14px;
	margin:0 0 20px 20px;
}
#locationMap iframe{
	border:solid 2px #ccc;
	padding:1px;
	background-color:#fff;
}
.error-input, .form .error-both .input, .form .error-same .input { background-color:#FFEFEF; border-color:#BB6666; color:#A81D1D; }
.error-div {margin:14px 0; font-size:14px;padding:5px 0;color:#A81D1D;font-weight:bold; }
.error-same, .form .error-both { color:#fff; background-color:#b66; -moz-border-radius:3px; }
.label-description{font-weight:bold;color:#000;}
.label-details{font-size:11px;color:#444;line-height:11px;display:block;}
#submitButton{
	display:block;
	background-image:url(/images/sprites.png);
	background-repeat:no-repeat;
	background-position: 0 0;
	border:none;
	text-indent:-9999px;
	text-align:left;
	cursor:pointer;
	width:110px;
	height:32px;
}
#submitButton:hover{
	background-position:0 -32px;
}