@import url("/css/am_noflash.css");
@import url("/css/am_events.css");
@import url("/css/am_quicklinks.css");
@import url("/css/am_photo_gallery.css");
@import url("/css/am_forms.css");

@charset "utf-8";
/* CSS Document */

* {
	outline: 0px none;	
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #5b5647;
	background-color: #EDE6CF;
}

h2 {
	color: #000000;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 24px;
	margin: 0px;
	margin-bottom: 10px;
	line-height: 30px;
	font-weight: normal;
}

h3 {
	color: #f1ead4;
	font-size: 20px;
	line-height: 22px;
	background: #2A5118;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	margin: 0px;
	margin-bottom: 5px;
	margin-left: -5px;
	font-weight: normal;
	padding: 15px 10px;
}

.international h3 {
	background: #AD220C;
}

h4 {
	color: #6a6453;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	margin: 0px;
	margin-bottom: 5px;
	font-weight:normal;
}

h5 {
	font-family: Verdana, Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	color: #2a5118;
	margin: 0px;
	margin-bottom: 5px;
	font-weight:normal;
}

.international h5 {
	color: #AD220C;
}

h6 {
	color: #58a932;
	font-size: 12px;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	margin: 0px;
	margin-bottom: 5px;
	font-weight: normal;
	text-transform: uppercase;
}

.international h6 {
	color: #FA3111;
}


p {
	line-height: 21px;
	font-family: Verdana, Arial, Tahoma "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #5b5647;
	margin: 0px;
	margin-bottom: 20px;
}

a, a:visited, a:active {
	color: #386d21;
	text-decoration: underline;
}
.international a, .international a:visited, .international a:active {
	color:#AD220C;
}

a:hover, a:visited:hover {
	color: #4f9a2f;
	text-decoration: none;
}
.international a:hover, .international a:visited:hover{
	color:#DF2B0D;
}
a img {
	border: 0px none;
}

ul, ol {
	margin-left: 25px;
	margin-bottom: 20px;
}

li {
	font-size: 13px;
	color: #5b5647;
	padding: 4px 0px;
}

blockquote, .indent {
	background: #D4D5D6;
	font-size: 11px !important;
	color: #4066a6 !important;
	padding: 20px 15px !important;
	margin: 0px;
	margin-bottom: 30px;
	font-weight: bold;
}

ul.indent, ol.indent {
	padding-left: 45px !important;
	color: #4066a6;
}

ul.indent li, ol.indent li {
	color: #4066a6 !important;
}

td {
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

table {
	border-collapse: collapse;
	margin-bottom: 20px;
}

table caption {
	background: #6a6453;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing:0.5px;
	font-family: Verdana, Tahoma, "Trebuchet MS", Arial, sans-serif;
	color: #fff;
	line-height: 30px;
	font-size: 13px;
}

.grey_brown, .grey_brown * { color: #6a6453 !important; }
.black, .black * { color: #000000 !important; }
.red, .red * { color: #AD220C !important; }
.lt_red, .lt_red * { color: #FA3111 !important; }
.green, .green * { color: #2A5118 !important; }
.lt_green, .lt_green * { color: #58a932 !important; }
.beige, .beige * { color: #f1ead4 !important; }
.white, .white * { color: #ffffff !important; }
.campuscolor, .campuscolor * { color: #58A932 !important; }
.international .campuscolor, .international .campuscolor * { color: #fa3111 !important; }

.medium_heading, .medium_heading * {
	font-size: 16px !important;
}

.small_heading, .small_heading * {
	font-size: 12px !important;
}

.imgleft {
	float: left;
	padding: 5px;
	background: #ffffff;
	margin-bottom: 10px;
	margin-right: 10px;
}

.imgright {
	float: right;
	padding: 5px;
	background: #ffffff;
	margin-bottom: 10px;
	margin-left: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.half {
	width: 49%;
}


.small {
	font-size: 10px;
	line-height: 18px;
}

.clear {
	clear:both;
	display:block;
	float:none;
	height:0pt;
	margin:0pt;
	overflow:hidden;
	padding:0pt;
	width:0pt;
}

.text_btn, .text_btn:visited, .text_btn:active {
	background: #2D561A;
	color: #ffffff !important;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding:4px 13px 5px;
	font-weight: bold;
	letter-spacing: 0.1em;
	border: 2px solid #2D561A;

}

.text_btn:hover, .text_btn:visited:hover {
	background: #224114;
	color: #fff;
	border-color: #201F1A;
}

.international .text_btn, .international .text_btn:visited, .international .text_btn:active {
	background: #ad220c;
	border: 2px solid #ad220c;

}

.international .text_btn:hover, .international .text_btn:visited:hover {
	background: #650e05;
	border-color: #650e05;
}

/*******************************************
** Home Page Styles
********************************************/
body.landing {
	background: #000;
}

.home #wrapper1 {
	background: url(/images/home_top_bg.gif) left top repeat-x;
}

.home #wrapper4 {
	background: url(/images/home_background_beige.jpg) 50% 814px no-repeat;
}

#box_one {
	width: 275px;
	padding-right: 35px;
	float: left;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	margin-left: 35px;
}

#box_two {
	width: 275px;
	padding-right: 50px;
	float: left;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}

#box_three {
	width: 275px;
	float: left;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}


/*******************************************
** Sub Page Styles
********************************************/
#wrapper1 {
	background: url(/images/top_bg.gif) left top repeat-x;
}

#wrapper3 {
	background: url(/images/top_bar.png) 50% top repeat-x;
}

#wrapper4 {
	background: url(/images/sub_background_beige.jpg) 50% 416px no-repeat;
}

#wrapper1, #wrapper2, #wrapper3, #wrapper4 {
	width: 100%;
}

#container1 {
	width: 980px;
	margin: 0px auto;
	min-height: 700px;
	height: auto !important;
	height: 700px;
}

#top_bar_flash, #logo_flash, #nav_flash, #header_flash {
	float: left;
	font-size: 0px;
	line-height: 0px;
}

#top_bar_flash img, #logo_flash img, #nav_flash img, #header_flash img {
	float: left;
}


#page_content {
	width: 560px;
	/*position: relative;
	margin-top: -98px;
	z-index: 999;
	float: left;
	margin-left: 23px;*/
	padding-bottom: 50px;
	overflow:hidden;
}

#sub_left {
	width: 560px;
	float: left;
	min-height: 128px;
	height: auto !important;
	height: 128px;
	margin-top: -98px;
	position: relative;
	z-index: 999;
	padding-left: 23px;
}

#sub_right {
	width: 280px;
	float: left;
	margin-left: 100px;
	min-height: 30px;
	height: auto !important;
	height: 30px;
}

#sub_sidebar {
	background: url(/images/sidebar_rpt.jpg) top left repeat-y;
}

#sub_sidebar_wrapper_1 {
	background: url(/images/sidebar_top.jpg) top left no-repeat;
	padding-top: 45px;
}

#sub_sidebar_wrapper_2 {
	background: url(/images/sidebar_bottom.jpg) bottom left no-repeat;
	padding-bottom: 45px;
}

#sub_nav_flash {
	margin-bottom: 30px;
}

.sidebar_box {
	background: url(/images/sidebar_shadow.png) bottom left no-repeat;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 35px;
	width: 235px;
}

.sidebar_box p {
	color: #C2BCA6;
	font-size: 11px;
	line-height:18px;
}

.sidebar_box a, .sidebar_box a:visited, .sidebar_box a:active {
	color: #FFFAE4;
	text-decoration: underline;
}

.sidebar_box a:hover, .sidebar_box a:visited:hover {
	color: #ffffff;
	text-decoration: none;
}

.sidebar_box ul {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-left: -10px;
}

.sidebar_box li {
	float: left;
	background: url(/images/sidebar_list_bg.png) left 4px no-repeat;
	padding-left: 25px;
}

.sidebar_box li a, .sidebar_box li a:visited, .sidebar_box li a:active {
	line-height: 20px;
	display: block;
	width: 90px;
	background: url(/images/sidebar_list_bg_bottom.png) bottom left no-repeat;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
}
.international .sidebar_box li a, .international .sidebar_box li a:visited, .international .sidebar_box li a:active {
	background: url(/images/sidebar_list_bg_bottom_red.png) bottom left no-repeat;
}

.sidebar_box li a:hover, .sidebar_box li a:visited:hover {
	color: #5DB334 !important;
	background: none;
}

.international .sidebar_box li a:hover, .international .sidebar_box li a:visited:hover {
	color: #FA3111 !important;
	background: none;
}


.sidebar_box.last {
	background: none;
}

#newsletter_signup {
	margin-top: 30px;
	padding-left: 26px;
}

#newsletter_signup p {
	margin-bottom: 10px;
}

#newsletter_text {
	background: url(/images/newsletter_input.jpg) top left no-repeat;
	border: 0px none;
	float: left;
	color: #A49690;
	font-family:Verdana,Geneva,sans-serif;
	font-size:10px;
	font-weight:bold;
	height:16px;
	margin-right:2px;
	padding:11px 2px 5px 10px;
	width:154px;
}

#footer_wrapper {
	background: url(/images/footer_bg.png) 50% top repeat-x;
	height: 139px;
	width: 100%;
}

.landing #footer_wrapper {
	background: url(/images/footer_bg.png) 50% top repeat-x;
	height: 265px;
	width: 100%;
	margin-top: -25px;
	position: relative;
	z-index: 9000;
}

#footer_container {
	width: 980px;
	margin: 0px auto;
	padding-top: 45px;
}

#footer_left {
	padding-left: 23px;
	width: 500px;
	float: left;
}

#footer_container p {
	color: #438127;
	font-size: 10px;
	margin-bottom: 12px;
}
.international #footer_container p {
	color: #993300;
	font-size: 10px;
	margin-bottom: 12px;
}

#amlogo {
	float: right;
	overflow: auto;
	margin-top: 22px;
}

#footer_right {
	float: right;
	margin-top: 35px;
}

#footer_right a, #footer_right a:visited, #footer_right a:active {
	color: #ffffff;
	text-decoration: none;
}

#footer_right a:hover, #footer_right a:visited:hover {
	text-decoration: underline;
}

.sub #sub_wide {
	margin-top: -98px;
	position: relative;
	z-index: 999;
	padding-left: 23px;	
}

#sub_wide #page_content {
	width: 940px;
}

#sub_nav_flash {
	
}