
/* =Global
---------------------------------------------------------------------------------------------------
*/

* {
	border: medium none;
	margin: 0;
	outline: none;
	padding: 0;
}

body {
	background: url("../images/bg_body.jpg") repeat-x scroll 0 0 #4D5357;
	color: #4D5357;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0 0 20px; }

h1 {
	color: #1F145D;
	font-size: 46px;
}

h2 {
	color: #1F145D;
	font-family: 'Avenir LT W02 35 Light', Arial, Helvetica, sans-serif;
	font-size: 24px;
}

h3 {
	color: #6C4D23;
	font-size: 16px;
}

h4 {
	color: #6C4D23;
	font-family: "Avenir LT W02 85 Heavy";
	font-size: 16px;
	text-transform: uppercase;
}

h5 {
	color: #1F145D;
	font-family: "Avenir LT W02 85 Heavy";
	font-size: 16px;
	text-transform: uppercase;
}

h6 {
	color: #0D7EA3;
	font-size: 16px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { color: inherit !important; }

p {
	line-height: 24px;
	margin: 0 0 28px;
}

a {
	color: #0D7EA3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* =Header
---------------------------------------------------------------------------------------------------
*/

#top_nav_wrap {
	background: url("../images/bg_top_nav.jpg") repeat-x scroll 0 0 transparent;
	height: 28px;
	min-width: 960px;
	position: relative;
	width: 100%;
	z-index: 2;
}

#top_nav {
	margin: 0 auto;
	width: 960px;
}

#tagline {
	color: #4D5357;
	float: left;
	font-size: 14px;
	line-height: 28px;
}

#top_nav ul {
	float: right;
	list-style: none;
}

#top_nav ul li {
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
}

#top_nav ul li a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#top_nav ul li a:hover {
	border-bottom: 1px solid #FFFFFF;
}

#top_nav ul ul { display: none; }

#header_wrap {
	background: url("../images/bg_header.png") repeat-y scroll 50% 0 transparent;
	height: 110px;
	min-width: 960px;
	position: relative;
	width: 100%;
	z-index: 999;
}

#header {
	margin: 0 auto;
	width: 960px;
}

#logo {
    background: url("../images/header_separator.png") no-repeat scroll right top transparent;
    float: left;
    padding: 14px 25px 0 18px;
}

#menus {
    float: right;
    padding: 14px 0 0 30px;
    width: 756px;
}

#secondary_nav {
	float: left;
	height: 52px;
	overflow: hidden;
}

#secondary_nav a.home {
    background: url("../images/icon_home.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 16px;
    margin-right: 20px;
    text-indent: -9999px;
    width: 16px;
}

#secondary_nav ul {
    float: left;
    list-style: none outside none;
    width: 220px;
}

#secondary_nav ul li {
    float: left;
    margin-bottom: 10px;
    width: 110px;
}

#secondary_nav ul li a {
    background: url("../images/dashed_line_tan.png") repeat-x scroll left bottom transparent;
    color: #9DBCB0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding-bottom: 3px;
    text-transform: uppercase;
}

#secondary_nav ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#secondary_nav ul ul { display: none; }

#quicklinks {
    float: right;
    margin-right: 28px;
    width: 210px;
}

#quicklinks ul {
    list-style: none outside none;
}

#quicklinks ul li {
	
}

#quicklinks ul li a {
    background: url("../images/icon_dd_arrow.png") no-repeat scroll 180px 0 #9DBCB0;
    color: #4D5357;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    padding-left: 14px;
}

#quicklinks ul li a:hover,
#quicklinks ul li a.hover {
	background-color: #4D5357;
	background-position: 180px -34px;
	color: #94B0A6;
	text-decoration: none;
}

#quicklinks ul ul {
	background: none repeat scroll 0 0 #4D5357;
	display: none;
	padding: 5px 0;
	position: absolute;
	width: 210px;
	z-index: 999;
}

#quicklinks ul ul li {
	
}

#quicklinks ul ul li a {
	background: none;
	color: #FFFFFF;
	height: auto;
	line-height: normal;
	padding: 5px 12px;
}

#quicklinks ul ul li a:hover {
	color: #9DBCB0;
	background: url("../images/bg_gray_tab.png") no-repeat scroll 0 50% transparent;
}

#site_search {
	background: #FFFFFF;
	float: right;
	padding: 6px 7px 5px 14px;
	width: 191px;
}

#search_terms {
	color: #4D5357;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	width: 160px;
}

#search_submit {
	float: right;
	width: 23px;
}

#main_nav {
    margin-top: 5px;
}

#main_nav ul {
	list-style: none;
}

#main_nav ul li {
	float: left;
	margin-right: 10px;
}

#main_nav ul li a {
    color: #FFFFFF;
	display: block;
    font-size: 23px;
    letter-spacing: -1px;
	padding: 0 5px 5px;
}

#main_nav ul li a:hover,
#main_nav ul li a.hover {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #0D7EA3;
}

#main_nav ul ul {
	background: none repeat scroll 0 0 #FFFFFF;
	display: none;
	padding: 5px 0;
	position: absolute;
	width: 160px;
	z-index: 999;
}

#main_nav ul ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#main_nav ul ul li a {
	color: #4D5357;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: normal;
	padding: 5px 12px;
}

#main_nav ul ul li a:hover {
	background: url("../images/bg_blue_tab.png") no-repeat scroll -5px 50% transparent;
	text-decoration: none;
}


/* =Content
---------------------------------------------------------------------------------------------------
*/

#content_wrap {
	background: url("../images/bg_content_wrap.png") repeat-y scroll 50% 0 transparent;
	float: left; /* JT: needed to allow the breadcrumbs to overlap at the top */
	margin-top: 264px;
	min-width: 960px;
	position: relative;
	width: 100%;
	z-index: 2;
}

body.short_header #content_wrap {
	margin-top: 92px;
}

#content {
	background: url("../images/bg_content_repeat.jpg") repeat-y scroll 0 0 transparent;
	margin: 0 auto;
	width: 960px;
}

#content_inner {
	background: url("../images/bg_content_top.jpg") no-repeat scroll 0 0 transparent;
}
body.wide #content_inner { background: url("../images/bg_content_wide.jpg") repeat-x scroll 0 0 #F5F6EE; }

#breadcrumbs {
    background-color: #1F145D;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 36px;
    margin: -26px auto 0;
    padding: 7px;
    position: relative;
    width: 946px;
}

#breadcrumbs a {
    color: #FFFFFF;
}

#breadcrumbs span.arrow {
    background: url("../images/arrow_white.png") no-repeat scroll 50% 50% transparent;
    padding: 0 10px;
}

#breadcrumbs a.home {
    background: url("../images/arrow_purple.png") no-repeat scroll 144px 13px #3A2E7D;
    border-radius: 5px;
    display: block;
    float: left;
    font-size: 14px;
    line-height: normal;
    margin-right: 15px;
    padding: 10px;
    width: 146px;
}

#breadcrumbs a.home:hover {
	text-decoration: none;
}

#text {
	float: right;
	padding: 20px 35px 60px;
	width: 710px;
}
body.wide #text { float: none; width: auto; }

#text a {
	color: #0D7EA3;
}

#text ul {
	list-style: none outside none;
	margin: 0 0 28px 20px;
}

#text ol {
	margin: 0 0 28px 40px;
}

#text li {
	line-height: 24px;
	padding-left: 20px;
}

#text ul li {
	background: url("../images/bullet.png") no-repeat scroll 0 8px transparent;
}

#text ol li {
	padding-left: 0;
}

#text hr {
	background: url("../images/dashed_line_tan.png") repeat-x scroll 0 0 transparent;
	border: none;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 20px 0;
	padding: 0;
}

#text .yellow_column_app hr {
	background: url("../images/dashed_line_light.png") repeat-x scroll 0 0 transparent;
	border: none;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 20px 0;
	padding: 0;
}

#text .well_green hr {
	background: url("../images/dashed_line_light.png") repeat-x scroll 0 0 transparent;
	border: none;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 10px 0;
	padding: 0;
}


/* =Sidebar
---------------------------------------------------------------------------------------------------
*/

#sidebar {
	float: left;
	padding-top: 25px;
	width: 180px;
}

#sidebar_nav {}

#sidebar_nav ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style: none outside none;
}

#sidebar_nav ul li {
	padding: 7px 0;
}

#sidebar_nav ul li a {
	color: #1F145D;
	display: block;
	font-size: 14px;
	margin: 0 0 8px;
	padding: 0 20px;
}

#sidebar_nav ul li a:hover,
#sidebar_nav ul ul li a:hover,
#sidebar_nav ul li.current li a:hover {
	color: #0D7EA3;
	text-decoration: none;
}

#sidebar_nav ul li.current a,
#sidebar_nav ul ul li.current a {
	background: url("../images/bg_blue_tab.png") no-repeat scroll 0 50% transparent;
	color: #0D7EA3;
}

#sidebar_nav ul ul {}

#sidebar_nav ul ul li {}

#sidebar_nav ul ul li a {
	color: #4D5357;
	font-size: 12px;
	margin: 0;
}

#sidebar_nav ul li.current li a {
	background: none;
	color: #4D5357;
}

#sidebar_images {
	background: url("../images/dashed_line_tan.png") repeat-x scroll 0 0 transparent;
    margin: 30px auto 0;
    padding: 30px 0 0;
    width: 160px;
}

#sidebar_images img {
	margin-bottom: 10px;
}

/* Widgets */

#sidebar_widgets {
	margin: 30px auto 0;
	padding: 30px 0 0;
	width: 160px;
}

#sidebar_widgets .widget {
	background: url("../images/dashed_line_tan.png") repeat-x scroll 0 0 transparent;
    margin: 20px auto 0;
    padding: 20px 0 0;
    width: 160px;
}

#sidebar_widgets .widget p {
    line-height: 18px;
	margin: 0;
}

#sidebar_widgets .widget img {
	margin-bottom: 5px;
}

#sidebar_widgets .widget a {
	color: #4D5357;
}

#sidebar_widgets .widget a:hover {
	color: #0D7EA3;
}

#sidebar_widgets .widget .article {
    background: url("../images/dashed_line_tan.png") repeat-x scroll left bottom transparent;
    margin-bottom: 15px;
    padding-bottom: 15px;
}


/* =Footer
---------------------------------------------------------------------------------------------------
*/

#footer {
	background: url("../images/bg_footer.png") repeat-x scroll 0 0 transparent;
	height: 119px;
	margin: 0 auto;
	padding-top: 15px;
	width: 960px;
}

#footer_links {
    float: left;
    margin-right: 30px;
}

#footer_links ul {
    list-style: none outside none;
    width: 420px;
}

#footer_links ul li {
    background: url("../images/dashed_line_tan.png") repeat-x scroll left 27px transparent;
    float: left;
    height: 28px;
    line-height: 28px;
    padding-left: 20px;
    width: 120px;
}

#footer_links ul li a {
	color: #F1F2E7;
	font-size: 14px;
}

#footer_address {
    background: url("../images/new-york.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 92px;
    padding: 3px 0 0 130px;
    width: 150px;
}

#footer_address p {
	color: #CED94C;
	font-size: 14px;
	margin: 0;
}

#footer_contact {
    float: right;
    font-style: italic;
    padding-right: 20px;
    width: 170px;
}

#footer_contact .phone {
	color: #CED94C;
	font-size: 14px;
	margin-bottom: 5px;
}

#footer_contact .email a {
	color: #F1F2E7;
	font-size: 12px;
	font-style: normal;
}

#social_media {
	background: url("../images/dashed_line_tan.png") repeat-x scroll 0 0 transparent;
	margin-top: 5px;
	padding-top: 13px;
}

#social_media a {
	margin-right: 6px;
}

#copyright {
    color: #F1F2E7;
    float: left;
    font-size: 10px;
    padding-left: 20px;
}

#siteby {
    float: right;
    padding-right: 20px;
}

#siteby a {
	background: url("../images/am_logo.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 16px;
	text-indent: -9999px;
	width: 15px;
}


/* =Templates
---------------------------------------------------------------------------------------------------
*/

#header_gallery {
	height: 300px;
    margin-bottom: 20px;
	padding-top: 15px;
	overflow: hidden;
	width: 710px;
}

#header_gallery_nav {
	height: 28px;
	margin-top: 262px;
	position: absolute;
	z-index: 999;
}

#header_gallery_nav a {
	background: url("../images/gallery_nav.png") no-repeat scroll 0 0 transparent;
	display: block;
	float: left;
	height: 22px;
	margin: 0 5px;
	text-indent: -9999px;
	width: 22px;
}

#header_gallery_nav a:hover,
#header_gallery_nav a.activeSlide {
	background-position: left bottom;
}

#campus_map {
	margin-bottom: 20px;
	position: relative;
}

#campus_map .marker {
    background: none repeat scroll 0 0 #000000;
    border: 2px solid #FFFFFF;
    border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
    height: 18px;
	line-height: 18px;
    position: absolute;
    text-align: center;
    width: 18px;
}

#campus_map .marker:hover {
	text-decoration: none;
}

#campus_map_list {
	background-color: #FFFFFF;
	box-shadow: 8px 8px 3px #AAAAAA;
	-moz-box-shadow: 8px 8px 3px #AAAAAA;
	-webkit-box-shadow: 8px 8px 3px #AAAAAA;
	float: right;
	padding: 15px;
	width: 180px;
}

#campus_map_list ul {
	margin: 0;
}

#campus_map_list ul li {
	background: none;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: auto;
	padding: 0;
}

#campus_map_list ul li a {
	color: #4D5357;
}

#campus_map_item {
	float: left;
	width: 470px;
}


/* Tooltips */
#tooltip {
	background-color: #1F145D;
	color: #FFFFFF;
	max-width: 400px;
	opacity: 0.9;
	padding: 12px;
	position: absolute;
	z-index: 3000;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip h3 {
	color: #FFFFFF;
	font-weight: normal;
}


/* Pagination */

.paging {}

.paging span.label {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
}

.paging a {
	background: url("../images/paging_arrows.png") no-repeat scroll 0 0 transparent;
	display: block;
	float: left;
	height: 13px;
	text-indent: -9999px;
	width: 13px;
}

.paging a.prev	{ background-position: 0 -13px; margin-right: 7px; }
.paging a.next	{ background-position: 0 0; margin-left: 7px; }

.paging a.first {
	background: url("../images/paging_bookends.png") no-repeat scroll left bottom transparent;
	margin-right: 5px;
	width: 16px;
}

.paging a.last {
	background: url("../images/paging_bookends.png") no-repeat scroll 0 0 transparent;
	margin-left: 5px;
	width: 16px;
}


/* Share Options */

.share_options {
	float: right;
	width: 100px;
}

.share_options .label {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
}

.share_options .buttons {
	float: right;
}


/* Modules - Filters, Sidebars, etc. */

#sidebar .subscribe,
#text .subscribe {
/*	background: url("../images/dashed_line_tan.png") repeat-x scroll left bottom transparent;
    margin: 0 auto 25px;*/
    margin: 0 auto;
    padding: 0 10px 20px;
    width: 140px;
}

#sidebar .subscribe a,
#text .subscribe a {
    background: url("../images/rss.png") no-repeat scroll 0 50% transparent;
    color: #1F145D;
    display: block;
    height: 18px;
    line-height: 18px;
    padding-left: 25px;
}

#sidebar .downloadics,
#text .downloadics {
	background: url("../images/dashed_line_tan.png") repeat-x scroll left bottom transparent;
    margin: 0 auto 25px;
    padding: 0 10px 20px;
    width: 140px;
}

#sidebar .downloadics a,
#text .downloadics a {
    background: url("../images/download.png") no-repeat scroll 0 50% transparent;
    color: #1F145D;
    display: block;
    height: 18px;
    line-height: 18px;
    padding-left: 25px;
}

#sidebar .back_to_list {
	background: url("../images/dashed_line_tan.png") repeat-x scroll left bottom transparent;
    margin: 0 auto 25px;
    padding: 0 10px 20px;
    width: 140px;
}

#sidebar .back_to_list a {
	background: url("../images/arrow_purple.png") no-repeat scroll right 50% transparent;
	color: #1F145D;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding-right: 20px;
}

#sidebar .filters {
    background: url("../images/dashed_line_tan.png") repeat-x scroll left bottom transparent;
    margin: 0 auto 25px;
    padding-bottom: 20px;
	width: 160px;
}

#sidebar .filters_label {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 5px;
	padding-left: 10px;
}

#text ul.filter,
#sidebar ul.filter {
    list-style: none outside none;
	margin: 0;
}
#sidebar ul.filter { margin-bottom: 5px; }

#text ul.filter li,
#sidebar ul.filter li {
	line-height: normal;
    list-style: none outside none;
	padding: 0;
}

#text ul.filter li a.selection,
#sidebar ul.filter li a.selection {
	background: url("../images/dd_arrow.png") no-repeat 138px 50% #F4F5ED;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #1F145D;
	display: block;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px;
}

#text ul.filter li a.selection:hover,
#sidebar ul.filter li a.selection:hover {
	text-decoration: none;
}

#text ul.filter ul,
#sidebar ul.filter ul {
	background: none repeat scroll 0 0 #4D5357;
	display: none;
	padding: 5px 0;
	position: absolute;
	width: 160px;
	z-index: 999;
}

#text ul.filter ul li a,
#sidebar ul.filter ul li a {
	color: #FFFFFF;
	display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	padding: 5px 12px;
}

#text ul.filter ul li a:hover,
#sidebar ul.filter ul li a:hover {
	color: #9DBCB0;
	background: url("../images/bg_gray_tab.png") no-repeat scroll 0 50% transparent;
}


/* =Miscellaneous
---------------------------------------------------------------------------------------------------
*/

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

.left 		{ float: left; }
.right 		{ float: right; }
.alignleft	{ float: left; margin: 0 20px 20px 0; }
.alignright	{ float: right; margin: 0 0 20px 20px; }

.no_margin { margin-bottom: 0 !important; }

/*Table Styles
-------------------------------------------------------------------------------------------------------
*/
table tbody tr th.yellow_column_app {
	background-color:#f8e3a2;
	border-collapse:collapse;
	color: #674d00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	padding: 15px;
	text-align: left;
	line-height:30px;
	font-weight:normal;
	vertical-align: top;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

table tbody tr td.yellow_column_app {
	background-color: #fed353;
	border-top: 1px solid #fed353;
	color: #5e6300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 24px;
	padding: 20px;
	width:100%;
	height:100%;
	vertical-align: top;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
	



.yellow_column_app tbody td.alt {
	background-color: #fed353;
}


/*.blue_column_app {
	border-collapse: collapse;
	font-size:16pt;
	color: #F3F3F3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 24px;
	vertical-align: top;
	border-radius:10px;
	width:335px;
}
.blue_column_app table {
	border-collapse:collapse;
	width:100%;
}

.blue_column caption {
	font-size: 22px;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 40px;
	border-bottom: 1px solid #5eb6e4;
}

.blue_column_app th {
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #666;
	font-weight: normal;
}*/

th.blue_column_app {
	background-color: #007ea3;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	padding: 15px;
	text-align: left;
	text-transform:uppercase;
	vertical-align: top;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	margin-left: 15px;
}

td.blue_column_app {
	background-color: #5eb6e4;
	border-top: 1px solid #5eb6e43;
	color: #013747;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 24px;
	padding: 20px;
	width:100%;
	height:100%;
	vertical-align: top;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

td.blue_column_app_alt {
	background-color: #007ea3;
}


/*.green_column_app {
	border-collapse: collapse;
	font-size:16pt;
	color: #F3F3F3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 24px;
	vertical-align: top;
	border-radius:10px;
	width:335px;
	padding-right:35px;
}
.green_column_app table {
	border-collapse:collapse;
	width:100%;
}

.green_column_app caption {
	font-size: 22px;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 40px;
	border-bottom: 1px solid #ced64b;
}

.green_column_app th {
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #666;
	font-weight: normal;
}
*/
th.green_column_app {
	background-color: #b6bf00;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	text-transform:uppercase;
	padding: 15px;
	text-align: left;
	vertical-align: top;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	margin-left: 15px;
}

td.green_column_app {
	background-color: #ced640;
	border-top: 1px solid #ced640;
	color: #5e6300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 24px;
	padding: 20px;
	width:100%;
	height:100%;
	vertical-align: top;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

td.green_column_app_alt {
	background-color: #b6bf00;
}


 table.colored-columns {
 position:relative; 
 margin-left:-18px;
 }
 
 
 table.colored-columns thead td {
 font-size:15pt;
 }


.blue_column {
	border-collapse: collapse;
	font-size:16pt;
	color: #F3F3F3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 24px;
	vertical-align: top;
}


table thead tr td.blue_column  {
	border-collapse:collapse;
	background-color: #5eb6e4;
	color: #013747;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	padding: 20px;
	width:188px;
	text-align:left;
	vertical-align: top;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

table tbody tr td.blue_column {
	background-color: #007ea3;
	color: #f3f3f3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height:24px;
	text-align: left;
	width:225px;
	vertical-align: top;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

table tbody tr td.blue_column p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height:24px;
	padding: 15px;
	text-align: left;
	vertical-align: top;
}




.green_column {
	border-collapse: collapse;
	font-size:16pt;
	color: #F3F3F3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 24px;
	vertical-align: top;
}


table thead tr td.green_column {
	border-collapse:collapse;
	background-color: #ced64b;
	color: #414401;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	padding: 15px;
	text-align: left;
	vertical-align: top;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

table tbody tr td.green_column {
	background-color: #b6bf00;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height:24px;
	text-align: left;
	width:225px;
	vertical-align: top;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

table tbody tr td.green_column p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height:24px;
	padding: 15px;
	text-align: left;
	vertical-align: top;
}



.red_column {
	border-collapse: collapse;
	font-size:16pt;
	color: #F3F3F3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 24px;
	vertical-align: top;
}
.red_column table {
border-collapse:collapse;
width:225px;
}



table thead tr td.red_column{
	background-color: #dd4124;
	color: #400b01;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	padding: 15px;
	text-align: left;
	vertical-align: top;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

table tbody tr td.red_column{
	background-color: #af3e28;
	border-top: 1px solid #af3e28;
	color: #F3F3F3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 24px;
	vertical-align: top;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

table tbody tr td.red_column p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height:24px;
	padding: 15px;
	text-align: left;
	vertical-align: top;
}


/*
----------------------
*/


table.table_style1 { width: 100%; border-collapse: collapse;border: 1px solid #ddd;
padding: 10px;
margin-bottom: 20px;
}

table.table_style1 caption {
	font-size: 19px;
	font-family: Helvetica, Arial, Tahoma, Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #666666;
	line-height: 40px;	
}

table.table_style1 th { line-height: 30px; 	border-top: 1px solid #ddd; border-left: 1px solid #ddd; }

table.table_style1 td {
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	line-height: 20px;
	padding: 5px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

table.table_style1 tr:first-child td {
	border-top: 0px none;
}

table.table_style1 tr td:first-child {
	border-left: 0px none;
}

table.table_style1 td p {
	margin-bottom: 0px !important;
	margin-top: 25px !important;
}

table.table_style1 td p:first-child {
	margin-top: 0px !important;
}

table.table_style2 { 
    border-collapse: collapse;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
}

table.table_style2 caption {
	background-color: #1F145D;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 50px;	
}

table.table_style2 th {
	background: none repeat scroll 0 0 #B1A569;
    border: 1px solid #A09353;
    color: #333333;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

table.table_style2 td {
	border: 1px solid #CCCCCC;
    font-family: Verdana,Geneva,Arial,Helvetica,Tahoma,sans-serif;
    font-size: 11px;
    line-height: 20px;
    padding: 5px;
}

/*table.table_style2 tr:first-child td {
	border-top: 0px none;
}

table.table_style2 tr td:first-child {
	border-left: 1px solid #ccc;
}*/

table.table_style2 td p {
	margin-bottom: 0px !important;
	margin-top: 20px !important;
}

table.table_style2 td p:first-child {
	margin-top: 0px !important;
}



table tbody tr td.yellow_column_app .button_link {
	background: url("../images/arrow_brown.png") no-repeat scroll 90% 50% #fdf3d4;
	border-radius: 5px;
	color: #674d00 !important;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px 50px 10px 10px;
}


.green_column_app .button_link {
	background: url("../images/app_arrow_green2.png") no-repeat scroll 90% 50%;
	border-radius: 5px;
	color: #5e6300 !important;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding: 10px 50px 10px 10px;
	margin-right:-52px;
}

.blue_column_app .button_link {
	background: url("../images/app_arrow_blue.png") no-repeat scroll 95% 50%;
	border-radius: 5px;
	color: #013747 !important;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding: 10px 50px 10px 10px;
	margin-right:-51px;
}

.button_link {
	background: url("../images/arrow_gray.png") no-repeat scroll 90% 50% #D2DFD5;
	border-radius: 5px;
	color: #4D5357 !important;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px 50px 10px 10px;
}

.button_link:hover {
	background-color: #4D5357;
	color: #D2DFD5 !important;
	text-decoration: none;
}

a.button_link_yellow {
	background-color: #fed353;
	border-radius: 3px;
	color: #6f5c24 !important;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 11px 56px 11px 18px;
}

a.button_link_yellow:after{
	content: "";
	width: 13px;
	height: 13px;
	margin-right: -13px;
	background-image: url("../images/button_arrows.png");
	background-position: 0 0;
	display: inline-block;
	position: relative;
	left: 31px;
	top: 2px;
}

a.button_link_yellow:hover {
	background-color: #6f5c24;
	color: #fed353 !important;
	text-decoration: none;
}

a.button_link_yellow:hover:after{
	background-position: 0 -13px;
}

a.button_link_blue {
	background-color: #0d7ea3;
	border-radius: 3px;
	color: #073746 !important;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 11px 56px 11px 18px;
}

a.button_link_blue:after{
	content: "";
	width: 13px;
	height: 13px;
	margin-right: -13px;
	background-image: url("../images/button_arrows.png");
	background-position: -13px 0;
	display: inline-block;
	position: relative;
	left: 31px;
	top: 2px;
}

a.button_link_blue:hover {
	background-color: #073746;
	color: #0d7ea3 !important;
	text-decoration: none;
}

a.button_link_blue:hover:after{
	background-position: -13px -13px;
}

a.button_link_red {
	background-color: #dd4124;
	border-radius: 3px;
	color: #631d10 !important;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 11px 56px 11px 18px;
}

a.button_link_red:after{
	content: "";
	width: 13px;
	height: 13px;
	margin-right: -13px;
	background-image: url("../images/button_arrows.png");
	background-position: -26px 0;
	display: inline-block;
	position: relative;
	left: 31px;
	top: 2px;
}

a.button_link_red:hover {
	background-color: #631d10;
	color: #dd4124 !important;
	text-decoration: none;
}

a.button_link_red:hover:after{
	background-position: -26px -13px;
}


a.button_info_link { 
background: url("../images/bullet_white.png") no-repeat scroll 10% 47%;
display:inline-block;
font-size:12pt;
font-weight:bold;
color:#fff !important;
padding:10px 40px 10px 35px;
margin-left:-20px;
text-decoration:none;
}


p.button_info_link a { 
background: url("../images/bullet_white.png") no-repeat scroll 10% 47%;
display:inline-block;
font-size:12pt;
font-weight:bold;
color:#fff !important;
padding:10px 40px 10px 35px;
margin-left:-20px;
text-decoration:none;
}

.submitanevent {
	width: 130px;
	float: left;
}

.submitanevent a {
	background: url(../images/submit_event.png) top left no-repeat;
	width: 129px;
	height: 37px;
	text-indent: -999em;
	display: block;
}



ol.process {
	counter-reset:ol;
	list-style:none;
}

ol.process ul li {
}

#text ol.process li {
line-height:16px;

}

#text ol.process li * {
	line-height:24px;
}



ol.process li:nth-child(4n+1) span.number {
	position:absolute;
	height:100%;
	text-align:center;
	font-size:24pt;
	background-color:#78958a;
	counter-increment:ol;
	content: counter(ol);
	color:#fff;
	margin-top:-10px;
	margin-left:-30px;
	width:50px;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	list-style:none;
}

ol.process li:nth-child(4n+2) span.number {
	position:absolute;
	height:100%;
	text-align:center;
	font-size:24pt;
	background-color:#e5ba21;
	counter-increment:ol;
	content: counter(ol);
	color:#fff;
	margin-top:-10px;
	margin-left:-30px;
	width:50px;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	list-style:none;
}

ol.process li:nth-child(4n+3) span.number {
	position:absolute;
	height:100%;
	text-align:center;
	font-size:24pt;
	background-color:#b6bf00;
	counter-increment:ol;
	content: counter(ol);
	color:#fff;
	margin-top:-10px;
	margin-left:-30px;
	width:50px;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	list-style:none;
}

ol.process li:nth-child(4n+4) span.number {
	position:absolute;
	height:100%;
	text-align:center;
	font-size:24pt;
	background-color:#ca9b4a;
	counter-increment:ol;
	content: counter(ol);
	color:#fff;
	margin-top:-10px;
	margin-left:-30px;
	width:50px;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	list-style:none;
}

span.number { 
}

span.centered-text {
	position:absolute;
	margin-top:-50%;
	height:60px;
	line-height:60px;
	top:50%;
	left:0;
	display:block;
	width:100%;
	text-align:center;
}



ol.process li:nth-child(4n+1) {
	background-color:#9dbcb0;
}

ol.process li:nth-child(4n+2) {
	background-color:#f9d465;
}

ol.process li:nth-child(4n+3) {
	background-color:#ced64b;
}

ol.process li:nth-child(4n+4) {
background-color:#e1b66d;
}


ol.process ul, ol.process ol{
background-color:transparent !important;
}

ol.process ul li, ol.process ol li{
background-color:transparent !important;
}

ol.process ul li:before{
	content:"" !important;
	width:0px !important;
	counter-increment:none !important;
	background-color:transparent !important;
	vertical-align:middle;
	
}

ol.process {
	list-style:none;
}


ol.process li {
	position:relative;
	padding:10px;
	margin-top:20px;
	margin-bottom:15px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	
}
ol.process li p, ol.process li h3 {
	color:#4a4a4a;
	margin-left:50px;
}

ol.process li p  {
	color:#4a4a4a;
	font-size:12pt;
	margin-top:-5px;
}

ol.process li h3{
	color:#4a4a4a;
	font-size:14pt;
	font-weight:bold;
}

#text ol.process li ul li {
	background: url("../images/bullet_blue_large.png") no-repeat scroll 2px 8px transparent !important;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	list-style:none;
	margin: 0px;
	margin-left:30px;
	font-size:12pt;
	font-weight:bold;
}


.white_blockquote{
	position:relative;
	padding:20px;
	border-radius:10px;
	border:1px solid #e9eade;
	background-color:#fff;
	margin:8px 0 20px 0;
}

.white_blockquote p {
	margin-top:20px;
	margin-bottom:0px;
}

.white_blockquote p:first-of-type   {
	margin-top:0px;
}


.well_green { 
position:relative;
border-radius:10px;
background-color:#9dbcb0;
margin-top:20px;
margin-bottom:20px;
padding:10px;
}

.well_green h2{
	font-size:16pt;
	color:#fff;
	padding:10px;
	margin: 0 0 -10px !important;
}

.well_green p {
	font-size:12pt;
	margin-left:10px;
	margin-bottom:20px;
}

.well {
	position:relative;
	border-radius:10px;
	border:1px solid #e9eade;
	background-color:#fff;
	margin-bottom:20px;
}

.well {
	position:relative;
	border-radius:10px;
	border:1px solid #e9eade;
	background-color:#fff;
	margin-top:20px;
	margin-bottom:20px;
}

.well table tbody tr td h2 {
    font-size:16pt;
	color:#dd4124;
	font-weight:bold !important;
	text-transform:uppercase;
}

.well table tbody td ul li {
	background: url("../images/bullet_green.png") no-repeat scroll 0 8px transparent !important;
	margin-bottom:3px;
	padding-top:3px;
	list-style:none;
	color:#b6bf00;
}

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

.green_table th, .green_table thead td {
	background: #CED64B;
	height: 30px;
	line-height: 30px;
	text-align: left;
	padding: 10px 20px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}

.green_table td {
	background-color: #B6B700;
	padding: 20px;
	font-size: 13px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	border-bottom: 1px solid #CED64B;
}

.green_table td.alt {
	background-color: #BCBF13;	
}

.green_table tr:last-child td {
	border-bottom: 0px;
}

.green_table tr td p:last-child {
	margin: 0px;
}

.fb-comments span {
	width: 100% !important;
	max-width: 710px !important;
}

.fb-comments span iframe {
	width: 100% !important;
	max-width: 710px !important;
}