﻿.AGCBodyStyle {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #738dc7 url(../Images/Components/BodyComponents/BG_Gradient1.png) repeat-x;
	margin: 0 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	vertical-align:top;
}
.IE8Fix  {
 z-index: 100;
}
#MasterContainer {
	width: 100%; 
	height:auto;
	background: transparent;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: hidden 0px;
	border-collapse:collapse;
	text-align: center;
	display: table;
	empty-cells:show;
	padding:0px;
} 
#containerMiddle {
	width: 800px;  
	background: #c0c0c0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 0px hidden;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: left;
	empty-cells:show;
	padding:0px;
} 
#containerLeft {
	background: transparent url(../Images/Components/ContainerShaders/LeftSide_Shader.png) repeat-y right;
	margin: 0;
	border: hidden 0px;
	border-collapse:collapse;
	padding:0px;
	height:100%;
	empty-cells:show;
	width:33%;
}
#containerRight {
	background: transparent url(../Images/Components/ContainerShaders/RightSide_Shader.png) repeat-y left;
	margin: 0;
	border: hidden 0px;
	border-collapse:collapse;
	padding:0px;
	height:100%;
	empty-cells:show;
	width:33%;
}
#header {
	background: transparent;
	padding: 0px;
} 

/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqRtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 40%;
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 4px 0 0 0; /* top and bottom padding create visual space within this div  */
	
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
#mainContent {
	width:60%;
} 
#mainContentFullSize {
	width:100%;
} 
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent;
	clear:both;
} 

/* Miscellaneous classes for reuse */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.fltlft_zeromargin
{
	float: left;
	margin:0;
}
.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;
}
.fltnone_clrboth {
	clear:both;
	float:none;
}
.no_margin
{
    margin:0px;
}
.center_div
{
    margin: 0;
    text-align:center;
}
/********************
START: Site Content Bucket
********************/
.contentBucket
{
	width: 100%;
	border:hidden 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: transparent;
	empty-cells:show;
	display:table;

}
.contentBucketTopLeft
{
	background: bottom right url(../Images/Components/SiteBox/AGC-Box_01.png) no-repeat;
	width:15px;
	height:17px;
}
.contentBucketTopMiddle
{
	background: bottom url(../Images/Components/SiteBox/AGC-Box_02.png) repeat-x;
	height:17px;
}
.contentBucketTopRight
{
	background: bottom left url(../Images/Components/SiteBox/AGC-Box_03.png) no-repeat;
	width:19px;
	height:17px;
}
.contentBucketBottomLeft
{
	background: top right url(../Images/Components/SiteBox/AGC-Box_07.png) no-repeat;
	width:15px;
	height:23px;
}

.contentBucketBottomMiddle
{
	background: top url(../Images/Components/SiteBox/AGC-Box_08.png) repeat-x;
	height:23px;
}
.contentBucketBottomRight
{
	background: top left url(../Images/Components/SiteBox/AGC-Box_09.png) no-repeat;
	width:19px;
	height:23px;
}
.contentBucketLeftMiddle
{
	background: right url(../Images/Components/SiteBox/AGC-Box_04.png) repeat-y;
	width:15px;
}
.contentBucketRightMiddle
{
	background: left url(../Images/Components/SiteBox/AGC-Box_06.png) repeat-y;
	width:19px;
}
.contentBucketMainContent
{
	background: url(../Images/Components/SiteBox/AGC-Box_05.png) repeat;
	padding: 0px;
}

/********************
END: Site Content Bucket
********************/

/********************
START: Site Content Bucket _small  (thinner box)
********************/
.contentBucket_small
{
	width: 100%;
	border:hidden 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: transparent;
	empty-cells:show;
	display:table;

}
.contentBucketTopLeft_small
{
	background: bottom right url(../Images/Components/SiteBoxSmall/pulldown-01.gif) no-repeat;
	width:6px;
	height:7px;
}
.contentBucketTopMiddle_small
{
	background: bottom url(../Images/Components/SiteBoxSmall/pulldown-02.gif) repeat-x;
	height:7px;
}
.contentBucketTopRight_small
{
	background: bottom left url(../Images/Components/SiteBoxSmall/pulldown-03.gif) no-repeat;
	width:7px;
	height:7px;
}
.contentBucketBottomLeft_small
{
	background: top right url(../Images/Components/SiteBoxSmall/pulldown-07.gif) no-repeat;
	width:6px;
	height:7px;
}

.contentBucketBottomMiddle_small
{
	background: top url(../Images/Components/SiteBoxSmall/pulldown-08.gif) repeat-x;
	height:7px;
}
.contentBucketBottomRight_small
{
	background: top left url(../Images/Components/SiteBoxSmall/pulldown-09.gif) no-repeat;
	width:7px;
	height:7px;
}
.contentBucketLeftMiddle_small
{
	background: right url(../Images/Components/SiteBoxSmall/pulldown-04.gif) repeat-y;
	width:6px;
}
.contentBucketRightMiddle_small
{
	background: left url(../Images/Components/SiteBoxSmall/pulldown-06.gif) repeat-y;
	width:7px;
}
.contentBucketMainContent_small
{
	background: url(../Images/Components/SiteBoxSmall/pulldown-05.gif) repeat;
	padding: 0px;
}

/********************
END: Site Content Bucket _small
********************/

/** Box header for box heads :P **/
.box_header_bold_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #222b54;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	/**border-bottom:#666666 solid 1px;**/
}


.box_header_bold_red_fltlft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #222b54;
	font-weight: bold;
	text-align:center;
	vertical-align:middle;
	padding: 0px 0px 0px 0px;
	/**border-bottom:#666666 ridge 1px;**/
	margin:0px 0px 0px 0px;
	float:left;
}
.box_footer_line {
    width:auto;
    text-align:center;
	vertical-align:top;
	padding:0;
	border-top:#666666 ridge 1px;
	margin:10px 0px 0px 0px;
}
.box_line_nomargin {
    width:auto;
    text-align:center;
	vertical-align:top;
	padding:0;
	border-top:#666666 ridge 1px;
	margin:0px 0px 0px 0px;
}
.box_nomargin_noborder {
    width:auto;
    text-align:center;
	vertical-align:top;
	padding:0;
	border-collapse:collapse;
	border:hidden 0;
	margin:0px 0px 0px 0px;
}
.box_footer_line_text_right {
    width:auto;
    text-align:right;
	vertical-align:top;
	padding:0;
	border-top:#666666 ridge 1px;
	margin:10px 0px 0px 0px;
}
.box_footer_line_text_left {
    width:auto;
	text-align:left;
	vertical-align:top;
	padding:0;
	border-top:#666666 ridge 1px;
	margin:10px 0px 0px 0px;
}
.HiddenArticle
{
    z-index: 1000;
    position: absolute;
    overflow: auto;
    width:745px;
    height:500px;
    margin: 0 auto;
    padding: 5px;
    border: solid 3px #222b54;
    background-color: #CCCCCC;
    text-align:left;

}

.DataFieldHover
{
    float:left;
    font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.HoverError
{
    z-index: 10000;
    position:relative;
    overflow: hidden;
    width:126px;
    height:35px;
    margin: 0;
    padding: 0px;
    border: hidden 0px collapse;
    border-collapse:collapse;
    background-color: Transparent;
    background: top left url(../Images/Components/ErrorBoxes/Required-Field-Arrow.png) no-repeat;
    float:left;
    top:-6px;
}

.HiddenArticle_Centered
{
    z-index: 1000;
    position: absolute;
    overflow: auto;
    width:745px;
    margin: 0 auto;
    padding: 5px;
    border: solid 3px #222b54;
    background-color: #CCCCCC;
    text-align:left;

}


/** Font Styles **/
.dark_magenta_writing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #222b54;
	font-weight: bold;
}
.dark_magenta_writing_very_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	color: #222b54;
	font-weight: bold;
}

.heavy_white_writing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #ffffff;
	font-weight: bold;
}
.footer_std {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}
.std_website_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
    /* width: 198px; */
}
.small_white_text {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}
.small_lightblue_text {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #00FFFF;
}
.big_lightblue_text {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #00FFFF;
}
.big_white_text {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
.small_black_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
}
.small_bold_grey_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	font-weight: bold;
}
.small_bold_magenta_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #222b54;
	font-weight: bold;
}
.article_title_list_bold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	font-weight: bold;
}

.compact_list {
	margin-left: 1em;
	text-indent: 0em;
	padding: 0px 0px 0px 0px;
	font-size: 7pt;
    font-family: Verdana;
    color: Black;
}
.news_list
{
    list-style-image: url(../Images/Components/BodyComponents/bullet2.png);
    margin-left: 1em;
}
.news_list_item1
{
    padding: 0px 0px 4px 0px;
    font-size: 8pt;
    font-family: Verdana;
    margin-left: 5px;
    text-indent: 0em;
    color: #003366;
}
.news_list_item2
{
    padding: 0px 0px 4px 0px;
    font-size: 8pt;
    font-family: Verdana;
    margin-left: 5px;
    text-indent: 0em;
    color: #222b54;
}
.news_list_item_black
{
    padding: 0px 0px 4px 0px;
    font-size: 8pt;
    font-family: Verdana;
    margin-left: 5px;
    text-indent: 0em;
    color: Black;
}

/** **********************************************************************************************
The code below is from www.albin.net and the author claims it is a good rounded corner box maker :)  

.roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 14px; height: 14px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -14px 0px 0px 0px; }
.borderBR { margin: -14px 0px 0px 0px; }
.borderTL {
    margin-left: -4px;
    ma\rgin-left: -1px;
}
html>body .borderTL {
    margin-left: -1px;
}
.borderTR {
    margin-right: -4px;
    ma\rgin-right: -1px;
}
html>body .borderTR {
    margin-right: -1px;
}
.borderBL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .borderBR {
    margin-right: 0px;
}
.content {
    margin: 0px;
    padding: 0px;
    border: 1px solid #000000;
}
.contentWrapper {
    padding: 0px;
    border: 0px;
} 

END: albin.net good rounded box maker  
*********************************************            **/


/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-align:center;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    text-align:center;
}

.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    text-align:left;
}




/* DHTML Headline Menu */
	/* General configuration CSS */
	
	#dhtmlgoodies_menu ul li ul{
		display:none;	/* Needed to display ok in Opera */
	}
		
	#dhtmlgoodies_menu{
		visibility:hidden;
	}
	#dhtmlgoodies_menu ul{
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */
	}
	#dhtmlgoodies_menu li{
		list-style-type:none;	/* No bullets */
	}	
	#dhtmlgoodies_menu a{

		margin:0px;
		padding:0px;
	}
	/* End general configuration CSS */
	
	
	/* Cosmetic */
	
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/
	#dhtmlgoodies_menu ul{
		border:1px solid #000;
		background-color:#FFF;
		padding:1px;
	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		padding-right:1px;
		padding-top:1px;
		padding-bottom:1px;
		padding-left:60px;
		border-top:1px solid #317082;
		border-bottom:1px solid #317082;
		border-left:hidden;
		border-right:hidden;
		background-color:#E2EBED;
		overflow:visible;
		
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		padding:1px;
		border-top:1px solid #317082;
		border-bottom:1px solid #317082;
		border-left:hidden;
		border-right:hidden;
	}
	
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */
	#dhtmlgoodies_menu a{
		color: #000;
		text-decoration:none;
		padding-left:2px;
		padding-right:2px;
	}
	
	/*
	Main menu items 
	*/
	
	#dhtmlgoodies_menu .currentDepth1{
		padding-left:5px;
		padding-right:5px;
		border:1px solid #E2EBED;

	}
	#dhtmlgoodies_menu .currentDepth1over{
		padding-left:5px;
		padding-right:5px;
		background-color:#317082;
		border:1px solid #000;	
	}
	#dhtmlgoodies_menu .currentDepth1 a{
		font-weight:bold;
		font-size: small;
	}
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
		color:#FFF;
		font-weight:bold;
		font-size: small;
	}
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth2over{
		padding-right:2px;
		background-color:#E2EBED;
		border:1px solid #000;
	}	
	#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
		color:#000;
	}	
	/* Sub menu depth 2 */
	#dhtmlgoodies_menu .currentDepth3{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth3over{
		padding-right:2px;
		background-color:#EDE3EB;
		border:1px solid #000;
	}
	/* Sub menu depth 3 */
	#dhtmlgoodies_menu .currentDepth4{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth4over{
		padding-right:2px;
		background-color:#EBEDE3;
		border:1px solid #000;
	}	