/*    ################################ 
Main HTML tag styles - Standard To All - Developers do not need to modifiy these 
      ################################     */

body {
	padding: 0;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: normal;
	color: #333333;
	text-align: center;
	background-image: url('../images/body_bg4.gif');
	background-position: center;
	background-repeat: repeat-y;
	background-color: #cccccc;
	background-attachment: fixed;
}

div, p, ul, li { margin: 0px; padding: 0px; }

fieldset { padding: 0px; margin: 0px; border: 0px; }

img 	{ border: 0px; }

h1 {
	margin: 0px;
	line-height: normal;
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #de7d2c;
	font-style: italic;
	padding-top: 12px;
	padding-bottom: 12px;
}

h2 {
	margin: 0px;
	line-height: normal;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #de7d2c;
	padding-top: 10px;
	padding-bottom: 12px;
}

h3 {
	margin: 0px;
	line-height: normal;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #de7d2c;
	padding-top: 8px;
	padding-bottom: 10px;
}

h4 {
	margin: 0px;
	line-height: normal;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #de7d2c;
	padding-top: 6px;
	padding-bottom: 8px;
}

h5 {
	margin: 0px;
	line-height: normal;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #de7d2c;
	padding-top: 6px;
	padding-bottom: 8px;
}

h6 {
	margin: 0px;
	line-height: normal;
	font-size: 8px;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #de7d2c;
	padding-top: 4px;
	padding-bottom: 6px;
}

ol { margin-bottom: 10px; }

/* table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

td {
	margin: 2px;
	padding: 2px;
	text-align: left;
}

th {
	margin: 2px;
	padding: 2px;
}
*/
/*   ################################ 
     Main CUSTOM tag styles - Standard To All - Optional modification (where commented) for development
	 ################################     */

.banner-leftside {
	float: left;
	height: 114px;
	width: 371px;
	
	/* Production Style Setting */
	background-image: url('../images/home-icon-bg2_01.gif');
	background-color: #007FC6;
	
	
	/* Test Style Setting 	
	background-image: url('../images/home-icon-bg_TEST_01.gif');
	background-color: #04D369;
	*/
	
	/* QA Style Setting
	background-image: url('../images/home-icon-bg2_QA_01.gif');
	background-color: #E604E9;
	 */
	
	background-position: bottom center;
	background-repeat: no-repeat;
	text-align: left;
}

.banner-leftside img {
	padding-top: 9px;
	padding-left: 31px;
}

.banner-rightside {
	float:left;
	height: 88px;
	width: 442px;
	
	/* Production Style Setting */
	background-image: url('../images/home-icon-bg2_02.gif');
	background-color: #007FC6;
	
	
	/* Test Style Setting 	
	background-image: url('../images/home-icon-bg_TEST_02.gif');
	background-color: #04D369;
	*/

	
	/* QA Style Setting 
	background-image: url('../images/home-icon-bg2_QA_02.gif');
	background-color: #E604E9;
	*/
	
	
	padding-top: 26px;
	background-position: bottom center;
	background-repeat: no-repeat;
	
	/* font styles may be modified to meet specific application needs */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	color: #ffffff;
	text-indent: 10px;
}

.content {
	clear: both;
	width: 790px;
	 margin-left:auto;
	margin-right:auto;
}

.content .body1 {
	float: left;
	text-align: left;
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.content .body1 p {	padding-bottom: 10px; }

.content .pageheader {
	float: left;
	background-position: top left;
	background-repeat: no-repeat;
}

.copyright {
	background-image: url(../images/home-copyright-boxes2.gif);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 16px;
	padding: 16px 0px; 
	padding-left: 120px;
	color: #0075c6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.copyright a {
	color: #9dbcb3;
	text-decoration: underline;
}

.copyright a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.lastupdated {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #999999;
	text-align: right;
	padding-top: 28px;
	padding-right: 10px;
}

.menu-trim {
	clear: both;
	height: 20px;
}

.organization {
	margin: 0px 7px;
	border-bottom: 4px solid #4f896d;
	border-right: 4px solid #4f896d;
	border-left: 4px solid #4f896d;
	width: 813px;
	background-color: #ffffff;
}

.struct-glove {
	width: 835px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 57px;
	background-image: url('../images/home-bottom-ban.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
}

.groupMargin{
	margin: 0 1em;	
}
.groupMargin .sectionTitle{
	margin: 2px;
	font-family: Tahoma;
	color: #fff;
	font-size: large;
	font-variant: small-caps;
	text-indent: 4px;
}

.floatL{
	float: left;
}
.floatR{
	float: right;
}

.detailGrid{
	color:#333333;

	line-height:17px;
	text-decoration:none;
	width: 100%;
}

.detailGrid .dgRule{
	border-top:1px solid #CCCCCC;
	text-decoration:none;
}

.detailGrid .dgLabel{
	text-align: left;
}

.detailGrid .dgValue{
	text-align: right;
	font-style: italic;
}

.happyMessage ul{
	list-style: none;
	margin: 1em;
	border: 1px solid #546D64;
	background: #cfe4dc;
	color: black;
  	padding: 5px 0px 5px 5px;
}
.unhappyMessage ul li,.happyMessage ul li{
    padding-left: 0px;
    margin-left:0px;
}
.unhappyMessage ul{
	margin: 1em;
	list-style: none;
	border: 1px solid #E95575;
	background: #f6b2c1;
	color: black;
  	padding: 5px 0px 5px 5px;
}

table#formCont {
	margin: 12px;
}

table#formCont td {
	padding-top: 4px;
	padding-bottom: 4px;
}

table#formCont td.left { text-align: left; }
table#formCont td.right { text-align: right; }

/*   ################################ 
     CUSTOM tag styles specific to navigational elements 
	 ################################     */

.main-nav {
	clear: both;
	height: 30px;
	background-image: url(../images/home-fill-navigation4.gif);
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	
	/* Optional modify - padding to adjust application title in main navigation */
	padding-top: 0px;
}

.main-nav li {
	float: left;
	list-style: block;
	
	/* Optional modify of padding and left and right of linked text */
	padding-right: 12px;
	padding-left: 12px;
}

.main-nav a {
	font-family: Tahoma;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	
	/* Optional modify of character spacing */
	letter-spacing: 1px;
}

.main-nav a:hover {
	/* Optional modify for effect of links when hover over 
	text-decoration: underline;
	*/
}

.main-nav .no-line {
	border: 0px;
}

table#main-navi  {
	
}

table#main-navi td {
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px;
	
}

/*   ################################ 
     CUSTOM styles for ALL FORM ELEMENTS
	 
	 class edgeContainer part of jquer.corner.js
	 ################################     */

form { /* form styles governed via style inheritance */}

input {	font-size: 12px; height: 16px;}
fieldset {
	border: 1px solid #007ec4;
	padding: 14px;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}
legend {
	font-family: Tahoma;
	color: #007ec4;
	font-size: large;
	font-variant: small-caps;
}
label { /* form styles governed via style inheritance */ }

.textfield {
	border: 1px solid 007ec4;
	width: 200px;	
}

.textfield .date { width: 100px;}

.bullet { border: 1px solid 007ec4; }

.checkbox { border: 1px solid 007ec4; }

.select {
	border: 1px solid 007ec4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.txtarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid 007ec4;
	height: 150px;
	width: 400px;
}

.filefield {
	width: 400px;
	height: 22px;
}

.button { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: 26px; }

.blued {
	border: 1px solid #007ec4;
	background-image: url(../images/button_bg.gif);
	background-repeat: repeat-x;
}

.brown {
	border: 1px solid #de7e2c;
	background-image: url(../images/button_bg2.gif);
	background-repeat: repeat-x;
}

/*   ################################ 
     CUSTOM table styles  
	 ################################     */
	 
/* Use this table style and modify for alternative shaded rows */
table.shadeAlternate {
	border: 1px solid #b5cbe8;
	border-collapse:collapse;
	/* change or remove width based on needs */
	width: 100%;
	padding: 12px;
	margin-right: auto;
	margin-left: auto;
}

table.shadeAlternate tr.odd {
	background-color: #EAEAEA;
}
table.shadeAlternate th {
	font-family: Tahoma;
	font-style: italic;
}
table.shadeAlternate td {
	border-top: 1px solid #E7EEF8;
	border-bottom: 1px solid #E7EEF8;
}

/* Use this table style and modify for alternative shaded rows */
table.borderBig {
	border: 2px solid #b5cbe8;
	
	/* change or remove width based on needs */
	width: 100%;
	padding: 12px;
	margin-right: auto;
	margin-left: auto;
}

table.borderBig th {
	font-family: Tahoma;
	font-style: italic;
	color: #fff;
	background-color: #007ec4;
}
table.borderBig td {
	border: 2px solid #E7EEF8;
}

table#greenholder {
	width: 100%;
	border: 2px solid #008544;
}

table#stretch {
	width: 100%;
	background-color: #FFFFFF;
}


/*   ################################ 
     CUSTOM styles for adding SEARCH INDEX and QUICK LINKS to Banner 
	 ################################     */

.quick-links {
	float: right;
	height: 25px;
	width: 400px;
	padding-top: 4px;
}

.quick-links li {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	padding-top: 5px;
	height: 20px;
}

.quick-links li a {
	display: block;
	margin-left: 20px;
	color: #015A8B;
}

.quick-links .special {
	float: right;
	padding-right: 20px;
	width: 131px;
	text-align: right;
	background-color: #83a69c;
}

.search-bucket {
	text-align: right;
	height: 32px;
}

.search-bucket legend {
	display: none;
}

.search-bucket .search {
	background-color: #f6f6f6;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 17px;
	border: 0px solid #015280;
}

.search-bucket a, .search-bucket a:hover {
	color: #ffffff;
}

.search-bucket .submit {
	background: #f6f6f6;
	border: 0px solid #015280;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 21px;
}

.search-bucket .dropdown {
	border: 0px solid #015280;
	background-color: #f6f6f6;
	padding: 1px 2px;
	margin-left: 30px;
	margin-right: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*   ################################ 
     CUSTOM styles for adding STRETCH Layout  
	 ################################     */
	 
.ban-Stretch-rightside {
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	color: #ffffff;
	padding-bottom: 44px;
}

.contStretch {
	clear: both;
	 margin-left:auto;
	margin-right:auto;
}

.contStretch .body1 {
	float: left;
	text-align: left;
	background-position: top left;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.contStretch .body1 p {	padding-bottom: 10px; }

.contStretch .pageheader {
	float: left;
	background-position: top left;
	background-repeat: no-repeat;
}

.bottomBlueGridLouis{
	color: #0075c6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	background-image: url(../images/home-bottom-ban2.gif);	
}

.bottomBlueGridLouis a {
	color: #9dbcb3;
	text-decoration: underline;
}

.bottomBlueGridLouis a:hover {
	color: #ffffff;
	text-decoration: underline;
}

table.customnav {
	font-family: Tahoma;
	font-size: 13px;
	color: #333333;
	width: 200px;
}
table.customnav tr {
	background-color: #ffffff;
	cursor: pointer;
}
table.customnav td {
	text-align: center;
	border-top: 1px solid #007EC4; /*   #f1bb46  */
	border-right: 2px solid #007EC4; /*   #f1bb46  */
	border-bottom: 1px solid #007EC4; /*   #f1bb46  */
	border-left: 2px solid #007EC4; /*   #f1bb46  */
}
table.customnav td.top {
	border-top: 2px solid #007EC4; /*   #f1bb46  */
	font-weight: bold;
	color: #ffffff;
	background-color: #007EC4; /*   #f1bb46  */
}
table.customnav td.bottom { border-bottom: 2px solid #007EC4; } /*   #f1bb46  */