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

/* Base Styles */

body {
	margin: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #383838;
	line-height: 16px;
}
h2 a { 
  color: #383838;
  text-decoration: none;
}
h2 a:hover {
  text-decoration: underline;
}
#header_frame {
	background-image: url(/images/top_shadow.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 110px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
}
#menu_frame {
	background-color: #00a8d9;
	height: 35px;
	width: 100%;
}
#menu_content {
	height: 35px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#banner_frame {
	background-image: url(/images/banner_bg.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #80d0e7;
	width: 100%;
}
#banner_content_home {
	text-align: right;
	height: 235px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#banner_content_short {
	text-align: right;
	height: 135px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/short_banner.jpg);
	background-repeat: no-repeat;
}
#content_frame {
	background-color: #fefaef;
	width: 100%;
}
#content_content {
	background-image: url(/images/middle_shadow.gif);
	background-repeat: no-repeat;
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	
}
#sub_footer_frame {
	background-color: #03bbee;
	height: 95px;
	width: 100%;
}
#sub_footer_content {
	height: 95px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#footer_frame {
	background-image: url(/images/bottom_shadow.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
.carma_logo {
	position: absolute;
	left: 0px;
	top: 20px;
}
.carma_text {
	position: absolute;
	top: 74px;
	right: 0px;
}
.menu_item {
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.menu_table {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #53c5e5;
}
.menu_table td a {
	display:block;
	height: 35px;
	vertical-align: middle;
	line-height: 35px;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #53c5e5;
}

.menu_table td a:hover {
	background-color: #53c5e5;
}
.home_column_shadow {
	background-image: url(/images/divider_bar.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	width: 244px;
	float: left;
	padding-top: 20px;
	padding-right: 44px;
	padding-bottom: 20px;
	padding-left: 20px;
	min-height: 300px;
	text-align: left;
}
.home_column_left_shadow {
	background-image: url(/images/home_left_col.jpg);
	background-repeat: no-repeat;
	background-position: center 5px;
	width: 244px;
	float: left;
	padding-top: 20px;
	padding-right: 34px;
	padding-bottom: 20px;
	padding-left: 30px;
	min-height: 300px;
	text-align: left;
}
.home_column_no_shadow {
	padding: 20px;
	width: 244px;
	float: left;
	min-height: 300px;
	text-align: left;
}
.medium_header {
	font-size: 20px;
	color: #00bbf2;
	line-height: 23px;
}
.small_header {
	font-size: 15px;
	color: #e9bd1c;
	line-height: 20px;
}
p {
	margin-top: 0px;
	margin-bottom: 8px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.button_box {
	font-size: 11px;
	color: #00bbf2;
	padding: 4px;
	background-color: #faeec5;
	text-decoration: none;
	border: 1px solid #e8ddb7;
}
.button_box a:link {
	color: #00bbf2;
	background-color: #faeec5;
	text-decoration: none;
}
.button_box a:visited {
	color: #00bbf2;
	background-color: #faeec5;
	text-decoration: none;
}
a.button_box:hover {
	color: #000000;
	background-color: #faeec5;
	text-decoration: none;
}.box_text {
	line-height: 16px;
}
#first_column {
	width: 580px;
	float: left;
	padding-right: 20px;
}
#second_column {
	float: right;
	width: 300px;
}
#second_column_color {
	padding: 15px;
	width: 270px;
	background-color: #faeec5;
	float: right;
}
.center {
	text-align: center;
}
.imagespace {
	margin-top: 10px;
	margin-bottom: 10px;
}
.error {
	background-color: #FFD8D8;
	margin: 20px;
	padding: 5px;
	border: 1px solid #C00;
	text-align: center;
}
.highlight {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 8px;
}
.event_footer {
	width: 580px;
	clear: both;
}
