/* Counteract some troublesome new margin, padding, and width rules for images 
   from AMM 3.0's components.css, to protect pre-3.0 layouts. 
   NOTE: To fully support AMM 3.0 captioned/credited images, set a pixel 
         width for each named alt image size, instead of 'width:auto'.    */

.caption_credit {
	padding-top: 0;
}

div.image_component, 
div.image_link_component, 
div.image_rotator_component {
	margin:0;
}

div.image_component.left, 
div.image_component.right, 
div.image_component.center,
div.image_link_component.left, 
div.image_link_component.right, 
div.image_link_component.center,
div.image_rotator_component.left, 
div.image_rotator_component.right, 
div.image_rotator_component.center {
	padding:0px;
}

div.image_component.thumbnail, 
div.image_link_component.thumbnail, 
div.image_rotator_component.thumbnail {
	width:auto;
}

div.image_component.small, 
div.image_link_component.small, 
div.image_rotator_component.small {
	width:auto;
}

div.image_component.medium, 
div.image_link_component.medium, 
div.image_rotator_component.medium {
	width:auto;
}

div.image_component.large, 
div.image_link_component.large, 
div.image_rotator_component.large {
	width:auto;
}
div.image_component.left {
	padding:0px 10px 10px 0;
}
div.image_component.right {
	padding:0px 0 10px 10px;
}


/* end counteract of components.css */

body {
margin: 0;
padding: 0;
background-color: #f5f9fe;
background-image: url(/amm/themes/home/images/bg.jpg);
background-repeat: repeat-x;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 12px;
}
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.hd1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #2C4D93;
	line-height: 23px;
}
.hd2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2C4D93;
	line-height: 20px;
}
.hd3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #2C4D93;
	line-height: 18px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #2C4D93;
	line-height: 23px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2C4D93;
	line-height: 20px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #2C4D93;
	line-height: 18px;
}
.subnavhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2C4D93;
	line-height: 16px;
}
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.subnav a:link {
	color: #2C4D93;
	text-decoration: none;
} 
.subnavl a:visited {
	color: #2C4D93;
	text-decoration: none;
} 
.subnav a:hover { color: #0066FF; text-decoration: none}
a:link {
	color: #2C4D93;
	text-decoration: none;
}

.textSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.navglobal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.navglobal a:link {
	color: #FFFFFF;
	text-decoration: none;
} 
.navglobal a:visited {
	color: #FFFFFF;
	text-decoration: none;
} 
.navglobal a:hover { color: #FFCC66; text-decoration: none}
.text a:link {
	color: #2C4D93;
	text-decoration: underline;
}
.text a:hover {
	color: #006699;
	text-decoration: none;
}
.text a:visited {
	color: #2C4D93;
	text-decoration: underline;
}
.text a:active {
	color: #2C4D93;
	text-decoration: underline;
}
.textHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.textHeaderGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #859981;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 23px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2C4D93;
	line-height: 20px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #2C4D93;
	line-height: 12px;
}
/** backgrounds and background images **/
.repeat-background {
	background: url(/amm/themes/home/images/int_exbg.jpg);
	background-repeat: repeat-x;
}
.main-background {
	background: url(/amm/themes/home/images/main_bg_full.jpg);
	background-repeat: no-repeat;
}
.right-background {
	background: url(/amm/themes/home/images/int_flake_rt.jpg);
	background-repeat: no-repeat;
}


/** styles for the calenders */
.calgrid 
{
	/*border: 2px solid #7a94b5; */
	padding: 5px;
}

a.calbutton:link 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 9pt;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	border: 1px solid #7a94b5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a.calbutton:visited 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 9pt;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	border: 1px solid #7a94b5;
}

a.calbutton:active 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 9pt;
	background-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	border: 1px solid #7a94b5;
}

a.calbutton:hover 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
	font-weight: normal;
	font-size: 9pt;
	background-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	border: 1px solid #7a94b5;
}

.cal_event_row_even 
{
	background-color: #d4efff;
	border-color: #7a94b5;
}

.cal_event_row_odd 
{
	background-color: #f2faff;
	border-color: #7a94b5;
}

.cal_event_row_even .event_date, .cal_event_row_odd .event_date
{
	border-bottom: 1px solid #7a94b5;
	border-left: 1px solid #7a94b5;
}

.cal_event_row_even .event_title, .cal_event_row_odd .event_title
{
	border-bottom: 1px solid #7a94b5;
	font-weight: bold;
}

.cal_event_row_even .event_location, .cal_event_row_odd .event_location
{
	border-bottom: 1px solid #7a94b5;
	border-right: 1px solid #7a94b5;
}

.cal_header_row .event_date
{
	border-bottom: 1px solid #7a94b5;
	border-top: 1px solid #7a94b5;
	border-left: 1px solid #7a94b5;
	background: #7a94b5;
	color: white;
}

.cal_header_row .event_date a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.cal_header_row .event_title
{
	border-bottom: 1px solid #7a94b5;
	border-top: 1px solid #7a94b5;
	background: #7a94b5;
	color: white;
	font-weight: bold;
}

.cal_header_row .event_title a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.cal_header_row .event_location
{
	border-bottom: 1px solid #7a94b5;
	border-top: 1px solid #7a94b5;
	border-right: 1px solid #7a94b5;
	background: #7a94b5;
	color: white;
	font-weight: bold;
}

.cal_header_row .event_location a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.col_1, .col_2 {
	background: url(../images/bg_col_2_tile.png) repeat-y top left;
}

.col_1 .inner_table, .col_2 .inner_table {
	background: url(../images/r2_content_bg.jpg) no-repeat top left;
}

.col_3 {
	background: url(../images/bg_col_3_tile.png) repeat-y top left;
}

.col_3 .inner_table {
	background: url(../images/r2_rt_bg_new2.jpg) no-repeat top left;
}
