body {
    background: repeat-x #FFF;
    font-family: Arial, Verdana, Helvetica;
    margin: 0px;
    padding: 0px;
}

a {
	color: black;
	font-size: 11px;
}

a img {
	border: none;
}

a h3 {
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/* top group */
.top_group {
    width: 946px;
    text-align: left;
    padding: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    background: url(logo.png);
    background-repeat: no-repeat;
    width: 251px;
    height: 100px;
    padding: 0px;
    margin: 0px;
}

.top_menu {
    width: 946px;
    height: 100px;
    line-height: 100px;
    text-align: right;
    vertical-align: bottom;
    padding: 0px;
    margin: 0px;
}

.top_menu a {
	background: url(bullet.png) no-repeat;
	font-size: 12px;
	margin-left: 37px;
	padding-left: 8px;
	padding-right: 20px;
	height: 32px;
	background-position: 0px 5px;
	text-decoration: underline;
}

.main_menu {
    margin: 0 auto 0;
    padding: 0px;
    width: 946px;
    height: 40px;
}

.main_menu_left {
	display: inline-block;
	float: left;
    width: 12px;
    height: 40px;
    background: url(main_menu_left.png);
    background-repeat: no-repeat;
}

.main_menu_right {
    display: inline-block;
    float: left;
    width: 12px;
    height: 40px;
    background-repeat: no-repeat;
    background: url(main_menu_right.png);
}

.main_menu_item {
	display: inline-block;
	float: left;
    width: 130px;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    margin: 0px;
    background-color: white;
    text-align: center;
    color: black;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

a:hover.main_menu_item {
    height: 38px !important;
    line-height: 36px;
    border-top: #1E6EB9 solid 2px;
    text-decoration: none;
}

.main_menu_splitter {
    width: 2px;
    height: 40px;
    background: url(main_menu_splitter.png);
    float: left;
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
}

/* end of top group */


/* all */
.all {
    width: 1015px;
    text-align: left;
    display: table;
    padding: 0px;
    margin: 11px auto 40px;
}

.large_inner_banner {
	margin: 0 auto 0;
	padding: 0px;
	display: block;
	width: 946px;
	height: 171px;
}

.large_home_banner {
	margin: 0 auto 0;
	padding: 0px;
	width: 946px;
	height: 250px;
}

.medium_home_banner {
	margin: 0px 0px 11px;
	padding: 0px;
	display: block;
	width: 308px; 
	height: 105px;
}

.small_inner_banner {
	margin: 0px 0px 11px;
	padding: 0px;
	display: block;
	width: 219px;
	height: 105px;
}

.side_bar {
    background-color: white;
    width: 219px;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

.content {
    background-color: white;
    padding: 11px 11px 42px;
	font-family: Arial;
	font-size: 12px;
	vertical-align: top;
}

.content table {
	border: 1px #4F81BD solid;
	border-collapse: collapse;
}

.content table thead th {
	border: 1px #4F81BD solid;
	border-bottom: 3px #4F81BD solid;
	text-align: center;
	width: 180px;
	height: 25px;
}

.content table tbody tr td {
	border: 1px #4F81BD solid;
	font-weight: 700;
	text-align: left;
	padding-left: 20px;
	width: 180px;
	height: 25px;
}

.odd_row {
	background-color: #D3DFEE;
}

.home_content {
    width: 455px;
}

.content p {
	line-height: 22px;
}

.content h1 {
	color: black;
	font-family: Arial;
	font-size: 21px;
	font-weight: 400;
	border-bottom: 1px black solid;
	margin-top: 11px;
	padding-bottom: 21px;
	margin-bottom: 22px;
}

.content h2 {
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #1E6EB9;
}

.content h3 {
	font-size: 16px !important;
	font-family: Arial;
	font-weight: 400;
}

.content a {
	font-size: 12px;
}

.submenu {
    width: 219px;  
    display: block;
	float: left;
	background: url(submenu_bg.png); 
	padding: 0px;
	margin: 0px;
    margin-bottom: 11px;
}

.submenu_before {
	background: url(submenu_top.png);
	width: 219px;
	height: 9px;
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
}

.submenu_after {
	background: url(submenu_bottom.png);
	width: 219px;
	height: 9px;
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
}

.submenu_block {
    margin-left: 11px;
    margin-right: 11px;
	margin-top: 1px;
	margin-bottom: 1px;
    padding: 4px;
	display: block;
	background-color: #E5EEF6;
	font-size: 11px;
}

.submenu_head {
	color: black;
    font-size: 16px;
    font-family: Arial, Verdana, Helvetica;
    font-weight: bold;
    padding: 0px;
    margin: 11px;
    margin-right: 0px;
    width: 178px;
    display: inline-block !important;
}

.submenu_block:hover {
	background-color: #C7DBED;
}

.block_no_hover:hover {
	background-color: #E5EEF6;
}

.sub_menu_indent {
	margin: 0px;
	padding: 0px;
	padding-left: 8px;
	display: block;
}

.submenu_block label {
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 6px;
	margin-right: 6px;
}

.submenu_block input {
	border: solid 1px #999999;
	display: block;
	width: 173px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 6px;
	margin-right: 6px;
}

.submenu_block button {
	width: 72px;
	height: 20px;
	background: url(button.png);
	border: none;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 11px;
	margin-left: 62px;
	line-height: 20px;
	vertical-align: middle;
	cursor: pointer;
}

.submenu_block textarea {
    border: solid 1px #999999;
    display: block;
    width: 173px;
    height: 75px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 6px;
	margin-right: 6px;
}

.icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}

.sub_menu_item {  
	display: block;
	margin: 4px;
	font-weight: 400;
	padding-left: 9px;
	margin-left: 4px;
}

.sub_menu_item_active {
	background: url(active_menu_arrow.png) no-repeat 0px 3px !important;
	background: red;
}

.sub_menu_item:link, .sub_menu_item:visited {
	text-decoration: none !important;
}

.sub_menu_item:hover, .sub_menu_item:active {
	text-decoration: underline !important;
}

.sub_sub_menu_item:link, .sub_sub_menu_item:visited {
	text-decoration: none !important;
}

.sub_sub_menu_item:hover, .sub_sub_menu_item:active {
	text-decoration: underline !important;
}

.required {
	color: #1E6EB9;
	text-transform: uppercase;
}

.footer {
	border-top: black solid 1px;
	margin: 0 auto 28px;
	display: block;
	width: 1015px;
	text-align: right;
}

.footer * {
	color: #666666;
	font-size: 12px;
}

.footer a {
	text-decoration: underline;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica;
	font-weight: 400;
}

.hidden {
	display: none !important;
}

.gallery_cell {
	width: 400px;
	display: inline-block;
}

.date {
	font-size: 12px;
	font-weight: 400;
	font-family: Arial, Verdana, Helvetica;
}

.form_frame {
 	width: 544px;
    display: block;
	float: left;
	background: url(submenu_bg_wide.png); 
	padding: 0px;
	margin: 0px;
}

.form_before {
	background: url(submenu_top_wide.png);
	width: 544px;
	height: 9px;
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
}

.form_after {
	background: url(submenu_bottom_wide.png);
	width: 544px; /* was 670  --126 */
	height: 9px;
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
}

.form_head {
	color: black;
    font-size: 16px;
    font-family: Arial, Verdana, Helvetica;
    font-weight: bold;
    padding: 0px;
    margin: 11px;
    margin-right: 0px;
    width: 504px;
    display: inline-block !important;
}

.form_block {
    margin-left: 11px;
    margin-right: 11px;
	margin-top: 1px;
	margin-bottom: 1px;
    padding: 4px;
	display: block;
	background-color: #E5EEF6;
	font-size: 11px;
}

.intro {
	font-weight: 700 !important;
}
