﻿/* General Formatting Begin*/
body
{
  	margin: 0;
  	padding: 0;
  	background-color: #ffffff;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #333333;
	background: #78797D;
}

h1
{

}

h2
{

}

h3
{

}

a:link
{

}
	
a:active
{

}
	
a:visited
{

}
	
a:hover
{

}

img
{
	border: none;	
}

/* General Formatting End*/

/* Global Layout & Formatting Begin */

#container
{
	width: 100%;
	/*width: 1000px; */
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	text-align: center;
	
}

#subcontainer
{
	width: 100%;
	/*width: 1000px; */
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	text-align: center;
}

#header_container
{
	width: 100%;
	height: 228px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ffffff url(/imagesasp/bg-header-right-tile.jpg) repeat-x;
	overflow: hidden;
}

#header
{
	width: 1005px;
	height: 228px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	overflow: hidden;
}

#header_left
{
	width: 438px;
	height: 228px;
	margin: 0;
	padding:0;
	text-align: left;
	float: left;
}

#header_right
{
    /*background-position: url(/imagesasp/header-right-alt.jpg) no-repeat;
    width: 562px;
    height: 208px;
    margin: 0;
    padding: 20px 0 0 0;
    text-align: left;
    float: left;
    background: url(/imagesasp/header-right-alt.jpg) no-repeat;
    font-size: 8pt;*/
    width: 562px;
	height: 208px;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: left;
	float: left;
	background: url(../imagesasp/header-right-alt2.jpg) left no-repeat;
}

#header_right p
{
	margin: 0;
  	padding: 20px 50px 0 22px;
	font-family: Georgia;
	font-size: 15px;
	color: #ffffff;

}

#menu
{

}

#content
{
	
	width: 100%;
	height: 375px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #78797D url(/imagesasp/bg-content-tile.jpg) top repeat-x;
}


#subcontent
{
	
	width: 1000px;
	height: 250px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	text-align: center;
	background: url(/imagesasp/bg-content-top-full-alt.jpg) top no-repeat;
}

#footer
{
	clear: left;
	width: auto;
	margin: 0 auto 0 auto;
	padding: 0 0 0 33px;
	font-family: GillSansMT, Tahoma, Arial, Helvetica;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 1px;
}

#footer a
{
	text-decoration: none;
	color: #ffffff;	
	
}
	
/* Global Layout & Formatting End*/

/* Nav Box Layouts & Formatting Begin */

#nav_container
{
	width: 910px;
	height: 311px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 19px;
	padding-left: 42px;
	text-align: center;
	/* background: #0000ff; */
}

.nav_container_extend
{
    width: 910px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 19px;
    padding-left: 42px;
    text-align: center;
}

.nav_box
{
	width: 202px;
	height: 179px;
	float: left;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.nav_box h1
{
	width: 202px;
	height: 30px;
	margin: 0;
	padding: 0;	
}

.nav_box h1 span
{
	display: none;
}

.nav_box_upper
{
	width: 100%;
	height: 142px;
	padding: 7px 0 0 0;
	margin: 0;
	text-align: center;
	background: #ffffff url(/imagesasp/bg-nav-upper.jpg) top no-repeat;	
}

.nav_box_lower
{
	width: 100%;
	height: 147px;
	margin: 4px 0 0 0;
	padding: 0;
	text-align: left;
	background: #ffffff url(/imagesasp/bg-nav-lower.jpg) top repeat-x;	
}

.nav_divider
{
	float: left;
	width: 20px;
	height: 179px;
	background: url(/imagesasp/bg-nav-divider.jpg) bottom left no-repeat;
}

.nav_box_lower h2
{
	font-family: GillSansMT, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #2B4F9B;
	padding: 7px 14px 0 14px;
	margin: 0;
}

.nav_box_lower p
{
	font-family: Georgia;
	font-size: 12px;
	color: #666666;
	margin: 0;
	padding: 10px 14px 0 14px;
	line-height: 12px;
}

/* Nav Box Layouts & Formatting End */

/* Lists Begin */

#menu ul
{
	width: 800px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	font-family: 'Tahoma', 'Arial', 'Helvetica';
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	list-style-type: none;
	white-space: nowrap;
}

#menu li
{
	height: 17px;
	margin: 0;
	padding: 4px 15px;
	float: left;
	border-left: 1px solid #ffffff;
	display: block;
}

#menu li.first
{
	border-left: none;
}

#menu li a
{
	color: #ffffff;
	text-decoration: none;
}

#menu li:hover a
{
	color: #ffffff;
	text-decoration: none;
}

#menu li:hover
{
	background: #009900;
}

#menu li.first:hover
{
	background: #009900;
}

.rounded_box_content ul
{
	margin: 0;
	padding: 0;
}

.rounded_box_content li
{
	height: 17px;
	margin: 5px 0;
	padding: 0 15px;
	display: block;
	background: url(/imagesasp/arrow-right.gif) top left no-repeat;
}

.header_text
{
    font-family: 'Tahoma' , 'Arial' , 'Helvetica';
    font-size: 14pt;
    font-weight: Bold;
    text-decoration: underline;
    color: Black;
}

/* Rounded Corners*/

.roundedPanel
{
    width: 200px;
    height: 180px;
    color: Black;
    vertical-align: bottom;
}

.overBoxHeading
{
    font-family: 'Tahoma' , 'Arial' , 'Helvetica';
    font-size: 8pt;
    color:Black;
}

.attentionLabel
{
    text-decoration: underline;
    color: #FFFF00;
}

#centercol
{
	width: 450px;
	height: 370px; 
	overflow: auto;
	font-family: Georgia;
	font-size: 14px;
	color: #333333;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}
/* Lists End */

/*Calendar Styles*/
.MyCalendar .ajax__calendar_container
{
	border: 1px solid #646464;
	background-color: #FFFACD;
	color: #0000FF;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}

.fancy-blue .ajax__tab_header 
{
    background:url(/imagesasp/blue_bg.gif) repeat-x;
}
.fancy-blue .ajax__tab_hover .ajax__tab_outer,
.fancy-blue .ajax__tab_active .ajax__tab_outer 
{
    background:url(/imagesasp/blue_left.gif) no-repeat left top;
}
.fancy-blue .ajax__tab_hover .ajax__tab_inner,
.fancy-blue .ajax__tab_active .ajax__tab_inner 
{
    background:url(/imagesasp/blue_right.gif) no-repeat right top;
}

.fancy .ajax__tab_header 
{
	font-size:13px;
	font-weight:bold;
	color:#000;
    font-family:sans-serif;
    text-align:right;
}
.fancy .ajax__tab_active .ajax__tab_outer,
.fancy .ajax__tab_header .ajax__tab_outer,
.fancy .ajax__tab_hover .ajax__tab_outer
{
    height:46px;
}
.fancy .ajax__tab_active .ajax__tab_inner,
.fancy .ajax__tab_header .ajax__tab_inner,
.fancy .ajax__tab_hover .ajax__tab_inner
{
    height:46px;
    margin-left:16px; /* offset the width of the left image */
}
.fancy .ajax__tab_active .ajax__tab_tab,
.fancy .ajax__tab_hover .ajax__tab_tab,
.fancy .ajax__tab_header .ajax__tab_tab
{
	margin:16px 16px 0px 0px;
}
.fancy .ajax__tab_hover .ajax__tab_tab,
.fancy .ajax__tab_active .ajax__tab_tab 
{
	color:#fff;
}
.fancy .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    border:1px solid #999999;
    border-top:0;
    padding: 5px 2px 5px 2px;
    background-color:#ffffff;
    text-align:left;
}

.articleBody
{
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    background-color: #ffffff;
    height: 0px;
    overflow: hidden;
    border: dotted 1px gray;
    clear:both;
    width:800px;
}

.articleHeader
{
    font-family: verdana,tahoma,helvetica;
    font-size: 10pt;
    margin-top :3px; 
    margin-bottom:3px; 
    background-color: #ffffff;
    width:800px;
}

.btnExpand
{
 padding-right:5px;
 float:right;
 font-size:.8em;
}

div.buttonright {
float:right;
padding-right: 0px;
padding-top:0px;
}


					
							 .button3{
								display:block;
				 				width:150px;
								height:57px;
								padding-left: 8px;
				 				text-indent:-9999px;
							}
							.button3 label {
								display:block;
								width:100%;
								height:100%;
								background:transparent url(../imagesasp/bg_button2.png) no-repeat top left;
								outline:none;
							}
							.button3 label:hover {
								background-position:0 -57px;
							}

                            .modalpopup 
{
    padding:0px;
    background-color:#fff;
}

.modalBackground
{
    background-color:Gray;
    opacity:0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}
