* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background: url(../images/body_bg.jpg) repeat-x top #ADC4CB;
	behavior: url("../css/csshover2.htc");
}
#wrapper {
	width: 920px;
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 1px;
	text-align: left;
	position: relative;
}
.clear {
	clear: both;
	font-size: 0;
	height: 0;
}
a img {
	border: none;
}
.bold {
	font-weight: bold;
}
.bold_14 {
	font-weight: bold;
	font-size: 14px;
}

/* header*/
#header {
}
#navigation {
	margin-left: 9px;
	margin-right: 7px;
	background: url(../images/menu_bg.jpg) repeat-x top;
	margin-bottom: 21px;
	height: 37px;
	position: relative;
	z-index: 20;
}
#navigation .bott_left {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/navigat_bottleft.jpg) no-repeat;
	width: 9px;
	height: 8px;
}
#navigation .bott_right {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/navigat_bottright.jpg) no-repeat;
	width: 9px;
	height: 8px;
}
#navigation li {
	position: relative;
	list-style: none;
	float: left;
	background: url(../images/menu_bg_li.jpg) repeat-x;
	background-position: top;
	margin-right: 1px;
	z-index: 20;
}
#navigation h1 {
	font-size: 12px;
	background: url(../images/menu_bg_left.jpg) no-repeat;
	background-position: top left;
	height: 29px;
}
#navigation #home h1 {
	background: url(../images/menu_home_left.jpg) no-repeat top left;
}
#navigation a {
	color: #FFCC00;
	float: left;
	display: block;
	padding: 4px 16px 13px;
	text-decoration: none;
	height: 12px;
	background: url(../images/menu_bg_right.jpg) no-repeat;
	background-position: top right;
}
#navigation #home a,
#navigation #contact a {
	padding: 4px 28px 13px;
}
#navigation #login {
	margin-right: 0;
	background-position: bottom;
}
#navigation #login h1 a {
	padding: 4px 38px 13px;
	background: url(../images/menu_login_right.jpg) no-repeat bottom right;
	color: #000000;
}
#navigation #login h1 {
	background-position: bottom left;
}

#navigation li:hover {
	background-position: bottom;
}
#navigation li:hover h1 {
	background-position: bottom left;
}
#navigation li:hover a {
	color:#000000;
	background-position: bottom right;
}
#navigation li#home:hover h1 {
	background-position: bottom left;
}
#navigation #home {
	width: 89px;
}
#navigation #programs_courses {
	width: 152px;
}
#navigation #about {
	width: 83px;
}
#navigation #prospective_students {
	width: 154px;
}
#navigation #current_students {
	width: 195px;
}
#navigation #contact {
	width: 118px;
}
#navigation #login {
	width: 107px;
}

#navigation .sub_menu {
	background: url(../images/sub_menu_bg_bott.gif) no-repeat bottom left;
	padding-bottom: 7px;
	position: absolute;
	filter: alpha(opacity=95);
	opacity: 0.95;
	left: 0;
	top: 29px;
	z-index: 30;
	border-top: solid 1px #A0A0A0;
	width: 287px;
}
#navigation #login .sub_menu {
	width: 207px;
	background: url(../images/sub_menu_bg_bott_login.gif) no-repeat bottom left;
	left: -100px;
}
#navigation li.dropdown .sub_menu,
#navigation .sub_menu {
	overflow: hidden;
	visibility: hidden;
}
#navigation .sub_menu .sub_inner {
	background: url(../images/sub_menu_bg.gif) repeat-y;
	padding-bottom: 0;
	min-height: 1px;
}
#navigation #login .sub_menu .sub_inner {
	background: url(../images/sub_menu_bg_login.gif) repeat-y;
}
#navigation .sub_menu ul {
	background: url(../images/sub_menu_inner_bg.jpg) no-repeat left bottom;
	display: block;
	position: relative;
	min-height: 1px;
}
#navigation .sub_menu li {
	list-style: none;
	background: none;
	float: none;
	padding-top: 2px;
}
#navigation .sub_menu div {
	padding-bottom: 2px;
}
#navigation .sub_menu h2 {
	font-weight: normal;
	font-size: 12px;
}
#navigation .sub_menu a,
#navigation #contact .sub_menu a {
	background: none;
	padding: 5px;
	padding-left: 27px;
	color: #000000;
	float: none;
	margin: 1px 0;
	height: auto;
	width: 260px;
}
#navigation .sub_menu li:hover {
	background: url(../images/sub_menu_border.gif) repeat-x top;
}
#navigation .sub_menu li:hover div {
	background: url(../images/sub_menu_border.gif) repeat-x bottom;
}
#navigation .sub_menu li:hover h2 {
	background: url(../images/sub_menu_bg_hover.jpg) repeat-y;
}
#navigation .sub_menu a:hover,
#navigation #contact .sub_menu a:hover,
#navigation .sub_menu li:hover a {
	background: url(../images/sub_menu_hover.jpg) center left no-repeat;
}
#navigation .sub_menu li.title,
#navigation .sub_menu li:hover.title {
	background: url(../images/sub_menu_border.gif) repeat-x bottom;
	margin-left: 18px;
	padding-left: 10px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 3px;
	font-size: 13px;
	margin-bottom: -1px;
}

#logo {
	background: url(../images/logo.gif) no-repeat;
	width: 267px;
	height: 60px;
	display: block;
	margin-left: 21px;
	clear: both;
	margin-bottom: 10px;
}

#search {
	background: url(../images/search_bg.gif) repeat-x;
	position: absolute;
	top: 87px;
	right: 10px;
	width: 209px;
	height: 22px;
}
#search .inp_text {
	border: solid 1px #FFFFFF;
	background: #FFFFFF;
	width: 152px;
	margin-right: 3px;
	height: 15px;
	margin-top: 4px;
	float: left;
}
#search_left {
	background: url(../images/search_left.gif) no-repeat;
	width: 9px;
	height: 22px;
	float: left;
}
a#search_button {
	float: left;
	background: url(../images/search_go.jpg) no-repeat top;
	display: block;
	width: 43px;
	height: 22px;
}
a#search_button:hover {
	background: url(../images/search_go.jpg) no-repeat bottom;
}

/* content home */
#flash {
	padding-left: 9px;
	position: relative;
	z-index: 10;
	margin-bottom: 7px;
	padding-top: 6px;
}

#home_box {
	padding-left: 11px;
}
.news_box {
	position: relative;
	border: solid 1px #9E9E9E;
	border-top: none;
	float: left;
	background-color: #FFFFFF;
	padding-bottom: 30px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	z-index: 10;
	margin-bottom: 8px;
	margin-right: 5px;
	height: 133px;
}
#news {
	width: 323px;
}
#calendar_events {
	width: 368px;
}
.news_box_title {
	background: url(../images/home_news_box_title_bg.jpg) no-repeat;
	height: 21px;
	padding-top: 4px;
	padding-left: 15px;
	position: relative;
	margin-left: -1px;
}
.news_box_text {
}
.news_box p {
	padding: 10px;
	padding-bottom: 0;
}
.news_box a {
	color: #336699;
}
.news_box a:hover {
	text-decoration: none;
}

.news_box .read_more {
	position: absolute;
	background: url(../images/read_more.jpg) no-repeat;
	width: 125px;
	height: 17px;
	display: block;
	bottom: -1px;
	right: -1px;
}
.news_box .top_right {
	position: absolute;
	background:url(../images/home_news_box_title_right.jpg) no-repeat;
	width: 13px;
	height: 25px;
	top: 0;
	right: -1px;
	z-index: 20;
}
.news_box .bott_left {
	position: absolute;
	background: url(../images/home_news_box_title_bottleft.gif) no-repeat;
	width: 13px;
	height: 13px;
	left: -1px;
	bottom: -1px;
}
#calendar_events table {
	width: 100%;
}
#calendar_events td {
	vertical-align: middle;
	height: 25px;
	padding: 0 7px;
}
#calendar_events .blue_bg td {
	background-color: #F1F1F1;
}
#home_rsvp {
	position: absolute;
	left: 10px;
	bottom: 2px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0233ce;
}

/* content other pages */
#page_content {
	background: url(../images/content_bg.gif) repeat-y;
	width: 920px;
}
#page_content a {
	color: #336699;
	text-decoration: none;
}
#page_content a:hover {
	text-decoration: underline;
}

#page_content_inner {
	background: url(../images/content_top_bg.jpg) repeat-x top;
	position: relative;
	padding: 12px 22px 0 16px;
	min-height: 400px;
}
#content_left_shadow {
	position: absolute;
	background: url(../images/content_left_shadow.jpg) no-repeat;
	width: 9px;
	height: 295px;
	top: 0;
	left: 0;
}
#content_right_shadow {
	position: absolute;
	background: url(../images/content_right_shadow.jpg) left;
	width: 11px;
	height: 295px;
	top: 0;
	right: 0;
}
#content_top_left {
	position: absolute;
	background: url(../images/content_topleft.jpg) no-repeat;
	width: 12px;
	height: 19px;
	top: 0;
	left: 9px;
}
#content_top_right {
	position: absolute;
	background: url(../images/content_topright.jpg) no-repeat;
	width: 12px;
	height: 19px;
	top: 0;
	right: 11px;
}
#content_bottom {
	clear: both;
	background: url(../images/content_bottom_bg.jpg) repeat-x;
	height: 11px;
	position: relative;
	width: 920px;
}
#content_bott_left {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/content_bottleft.jpg);
	width: 22px;
	height: 24px;
}
#content_bott_right {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../images/content_bottright.gif) no-repeat;
	width: 24px;
	height: 23px;
	z-index: 20;
}


.page_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	clear: both;
	padding-left: 12px;
	padding-top: 1px;
	margin-bottom: 35px;
}
#page_way {
	text-align: right;
	margin-bottom: 10px;
	position: relative;
	height: 11px;
}
#page_way ul {
	height: 11px;
	float: right;
}
#page_way li {
	float: left;
	height: 15px;
	list-style: none;
	background: url(../images/pointer.gif) no-repeat right center;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 5px;
}
#page_way li.last {
	background: none;
	padding-right: 0;
}
#page_way li a {
	color: #FFFFFF;
	text-decoration: none;
}
#page_way li a:hover {
	text-decoration: underline;
}

#print_email {
	position: absolute;
	top: 70px;
	right: 25px;
	z-index: 10;
}
#print_email a {
	color: #428595;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}
#print_email a:hover {
	text-decoration: underline;
}
#print {
	background: url(../images/printer_format.jpg) no-repeat;
	padding-left: 20px;
	height: 22px;
	float: left;
	margin-right: 10px;
}
#email {
	background: url(../images/email_page.jpg) no-repeat left top;
	padding-left: 20px;
	height: 26px;
	float: left;
}

.links_anchor a {
	margin-right: 40px;
}
/* left column */
#left_column {
	float: left;
	width: 224px;
/*	padding-top: 25px;*/
}
#left_menu {
	background-color: #FFFFFF;
	position: relative;
	margin-right: -1px;
	padding-bottom: 37px;
	z-index: 10;
	width: 225px;
}
#left_menu .inner {
	background: url(../images/content_left_menu.jpg) repeat-y;
	padding-right: 4px;
	padding-top: 5px;
	border-top: solid 1px #ADC4CB;
	position: relative;
	z-index: 10;
	font-size: 11px;
}
#left_menu .top_right {
	position: absolute;
	top: -1px;
	right: 0;
	background: url(../images/left_menu_topright.gif) no-repeat;
	width: 12px;
	height: 9px;
	z-index: 20;
}
#left_menu ul {
	margin-bottom: 14px;
	margin-left: 1px;
}
#left_menu li {
	list-style: none;
	background: url(../images/content_left_menu_li_bg.jpg) repeat-x;
	background-position: center;
	padding-bottom: 0;
	min-height: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#left_menu li.title,
#left_menu li.title_first {
	background: url(../images/content_left_menu_a_hover.jpg) no-repeat bottom;
	padding: 10px 0 5px 25px;
	font-size: 13px;
	color: #000000;
	min-height: 1px;
}
#left_menu li .title_first {
	padding-top: 15px;
}
#left_menu li a {
	display: block;
	background: url(../images/content_left_menu_a_bg.jpg) no-repeat bottom;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 25px;
	color: #000000;
	font-weight:bold;
}
#left_menu li:hover {
	background: url(../images/content_left_menu_li_hover.jpg) no-repeat center;
}
#left_menu li a:hover {
	background: url(../images/content_left_menu_a_hover.jpg) no-repeat bottom;
	text-decoration: underline;
}
#left_menu li.last a,
#left_menu li.last a:hover {
	background: none;
}
#left_menu li.title:hover,
#left_menu li.title_first:hover {
	background: url(../images/content_left_menu_a_hover.jpg) no-repeat bottom;
}


#left_menu_bott {
	background: url(../images/left_menu_bott_bg.gif) repeat-x;
	height: 4px;
	position: relative;
}
#left_menu_bott .bott_left {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/left_menu_bottleft.gif) no-repeat;
	width: 3px;
	height: 4px;
}
#left_menu_bott .bott_right {
	position: absolute;
	bottom: 0;
	right: -4px;
	background: url(../images/left_menu_bottright.gif) no-repeat;
	width: 12px;
	height: 13px;
}
.logos_box {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-left: 7px;
	padding-right: 24px;
	padding-bottom: 20px;
}
.logos_box p {
	margin-bottom: 13px;
	text-align: center;
}
.logos_box img {
	margin-bottom: 13px;
}
.padd_bott_30 {
	padding-bottom: 30px;
}
div#school_catalog,
div#school_catalog_home {
	width: 190px;
	height: 167px;
}
div#school_catalog {
	padding-left: 5px;
	padding-top: 30px;
	margin-bottom: 2px;
}
div#school_catalog_home {
	float: left;
}
a#school_catalog_top {
	background: url(../images/school_catalog_home_top.jpg) no-repeat top;
	display: block;
	width: 190px;
	height: 47px;
	margin-bottom: 2px;
}
a#school_catalog_video {
	background: url(../images/college-video-1-up.png) no-repeat top;
	display: block;
	width: 190px;
	height: 65px;
}
#school_catalog_video-bottom{
	background: url(../images/college-video-2-up.png) no-repeat top;
	display: block;
	width: 190px;
	height: 50px;
}
div#school_catalog a#school_catalog_top {
	background: url(../images/school_catalog_top.jpg) no-repeat top;
}
div#school_catalog a#school_catalog_video {
	background: url(../images/college-video-1-up.png) no-repeat;
	background-position: top;
}
#school_catalog_video-bottom{
	background: url(../images/college-video-2-up.png) no-repeat top;
	display: block;
	width: 190px;
	height: 50px;
}

a#school_catalog_top:hover,
a#school_catalog_video:hover,
a#school_catalog_video-bottom:hover,
div#school_catalog a#school_catalog_video:hover,
div#school_catalog a#school_catalog_top:hover {
	background-position: bottom;
}

/* right column */
#right_column {
	float: left;
	width: 635px;
	padding-top: 3px;
	padding-left: 17px;
	padding-right: 5px;
	padding-bottom: 10px;
	position: relative;
	min-height: 400px;
	background: url(../images/left_column_border.gif) repeat-y left;
}
#right_column.padd_bott_180 {
	padding-bottom: 190px;
}
#right_column.padd_bott_350 {
	padding-bottom: 350px;
}
#right_column_title {
	background: url(../images/right_column_title.gif) repeat-x bottom;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 4px;
	margin-bottom: 14px;
}
#right_column .title,
#right_column .pf_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #35657B;
	margin-bottom: 15px;
}
#right_column .mceLayout .title {
	margin: 0px !important;
	font-weight: normal !important;
}
#program_facts {
	background: url(../images/program_facts_bg.jpg) top right no-repeat #F2F6F7;
	width: 248px;
	border: solid 1px #FEC337;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 6px;
}
#program_facts.more_width {
	width: 350px;
}
#program_facts.more_width li {
	margin-bottom: 8px;
}
#program_facts .pf_title {
	position: relative;
	margin-top: -10px;
	margin-bottom: 10px;
}
#program_facts .bott_right {
	position: absolute;
	bottom: -3px;
	right: -2px;
	background:url(../images/program_facts_bottright.gif) no-repeat;
	width: 55px;
	height: 52px;
}
#program_facts .title {
	background: url(../images/program_facts_title.jpg) no-repeat;
	height: 20px;
	border-bottom: solid 1px #D38607;
	margin-bottom: 0;
}
#program_facts .title#care_partner {
	background: url(../images/care_partner_facts_title.jpg) no-repeat;
}
#program_facts .title#course {
	background: url(../images/course_facts_title.jpg) no-repeat;
}
#program_facts .title#campus {
	background: url(../images/campus_facts_title.jpg) no-repeat;
}
#program_facts_text {
	padding: 15px 7px;
	padding-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#right_column p {
	margin-bottom: 15px;
}
#right_column ul li {
	list-style: none;
	background: url(../images/list.gif) no-repeat 0 4px;
	padding-left: 15px;
	margin-bottom: 15px;
}
#right_column .box {
	background: url(../images/right_column_yellow_box_bg.jpg) repeat-x top;
	border: solid 1px #ADC4CB;
	padding: 6px 8px;
	margin-bottom: 8px;
	position: relative;
	margin-right: 5px;
}
#right_column .box .title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#right_column li ul {
	padding-top: 10px;
}
/*#right_column li ul li {
	margin-bottom: 5px;
	background: none;
	list-style: disc;
	margin-left: 15px;
	padding-left: 0px;
}*/
ol {
	margin-left: 20px;
	margin-bottom: 14px;
}
ol li {
	margin-bottom: 5px;
	vertical-align: top;
}
#right_column .box li ol {
	margin: 10px 0;
}
#right_column .box li ol li {
	list-style: inherit;
	background: none;
	margin-left: 30px;
	padding-left: 0px;
	margin-bottom: 2px;
}
.verdana_10 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.box table {
	width: 100%;
	margin-bottom: 10px;
}
.box td {
	background: url(../images/right_box_tr_bg.gif) repeat-x top;
	height: 29px;
	vertical-align: middle;
	padding: 3px;
}
.v-a_top td,
.box td.v-a_top {
	vertical-align: top;
}
.box .mark td {
	background: url(../images/right_box_td_bg.jpg) repeat-x top;
	font-weight: bold;
}
#right_column .box.marg_bott {
	margin-bottom: 20px;
}
.blue_text {
	color: #336699;
}
a#chat_recruiter {
	display: block;
	position: absolute;
	background: url(../images/chat_recruiter.jpg) no-repeat top;
	width: 319px;
	height: 28px;
	bottom: -16px;
	left: -6px;
}
a#chat_recruiter:hover {
	background: url(../images/chat_recruiter.jpg) no-repeat bottom;
}
a#admissions_process {
	display: block;
	position: absolute;
	background: url(../images/admissions_process.jpg) no-repeat top;
	width: 319px;
	height: 28px;
	bottom: -16px;
	right: -6px;
}
a#admissions_process:hover {
	background: url(../images/admissions_process.jpg) no-repeat bottom;
}
#persons {
	height: 45px;
	position: absolute;
	right: 28px;
	bottom: 0;
	padding-top: 160px;
	width: 635px;
	z-index: 20; 
}
#person_1 {
	position:absolute;
	background: url(../images/person_1.jpg) no-repeat;
	width: 100px;
	height: 161px;
	bottom: 0;
	left: -15px;
}
#person_2 {
	position: absolute;
	background: url(../images/person_2.jpg) no-repeat;
	width: 131px;
	height: 148px;
	bottom: 0;
	left: 260px;
}
#person_3 {
	position: absolute;
	background: url(../images/person_3.jpg) no-repeat;
	width: 101px;
	height: 151px;
	bottom: 0;
	right: -14px;
}
#programs_persons,
#students_persons,
#contact_persons,
#about_persons,
#current_students_persons,
#login_persons,
#rsvp_persons {
	position: absolute;
	bottom: 0;
	right: -17px;
	background:url(../images/programs_persons.jpg) no-repeat;
	width: 667px;
	height: 184px;
	z-index: 10;
}
#students_persons {
	background: url(../images/students_bott_img.jpg) no-repeat;
}
#contact_persons {
	background: url(../images/contact_bott_img.jpg) no-repeat;
}
#about_persons {
	background:url(../images/about_bott_img.jpg) no-repeat;
}
#current_students_persons {
	background:url(../images/current_students_persons.jpg) no-repeat;
}
#login_persons {
	background:url(../images/login_bott_img.jpg) no-repeat;
}
#rsvp_persons {
	background: url(../images/rsvp_persons.jpg) no-repeat;
}
#news_events {
	float: left;
	position: relative;
	margin-left: -12px;
	margin-right: 2px;
	width: 162px;
	height: 35px;
	z-index: 20;
}
#news_events div {
	position: absolute;
	background: url(../images/news_events.png) no-repeat;
	width: 162px;
	height: 35px;
	z-index: 20;
}
#news_events a {
	position: absolute;
	z-index: 20;
	width: 162px;
	height: 35px;
	display: block;
}
#academic_planning {
	float: left;
	margin-right: 2px;
	position: relative;
	width: 162px;
	height: 35px;
	z-index: 20;
}
#academic_planning div {
	position: absolute;
	background: url(../images/academic_planning.png) no-repeat;
	width: 162px;
	height: 35px;
	z-index: 10;
}
#academic_planning a {
	display: block;
	width: 162px;
	height: 35px;
	z-index: 20;
	position: absolute;
}
.request_info {
	position: relative;
	height: 35px;
	z-index: 20;
}
#persons .request_info {
	float: left;
	margin-right: 2px;
}
.request_info div {
	position: absolute;
	background: url(../images/request_info.png) no-repeat;
	width: 162px;
	height: 35px;
	z-index: 10;
}
.request_info a {
	position: absolute;
	display: block;
	z-index: 20;
	width: 162px;
	height: 35px;
}
#download_application {
	float: right;
	margin-right: -11px;
	position: relative;
	width: 166px;
	height: 35px;
	z-index: 20;
}
#download_application div {
	position: absolute;
	background: url(../images/download_application.png) no-repeat;
	width: 166px;
	height: 35px;
	z-index: 10;
}
#download_application a {
	position: absolute;
	z-index: 20;
	display: block;
	width: 166px;
	height: 35px;
}
#rmi {
	padding-top: 15px;
	margin-bottom: 15px;
}
#rmi p {
	margin-bottom: 3px;
	margin-left: 3px;
}
.center {
	text-align: center;
}
.w_70 {
	width: 70px;
}
.img_right {
	float: right;
	margin-left: 20px;
	border: solid 1px #ADC4CB;
	padding: 1px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.img_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: solid 1px #ADC4CB;
	padding: 1px;
}
#sign_testing .inp_text,
#sign_testing .date,
#sign_testing .date_2,
#request_information .inp_text,
#rsvp_event .inp_text {
	width: 250px;
	border: solid 1px #ADC4CB;
	font-size: 13px;
	padding: 2px;
	margin-top: 1px;
}
.date_select {
	width: 100px;
}
#sign_testing .date {
	width: 50px;
}
#sign_testing .date_2 {
	width: 70px;
}
#sign_testing td,
#request_information td,
#rsvp_event td {
	padding-left: 15px;
	padding-top: 4px;
}
#sign_testing .mark td,
#request_information .mark td,
#rsvp_event .mark td {
	padding-left: 5px;
}
#sign_testing span,
#request_information span,
#rsvp_event span {
	position: relative;
	margin-left: -8px;
	color: #f0ae24;
}
#sign_testing textarea,
#request_information textarea,
#rsvp_event textarea {
	width: 335px;
	height: 80px;
	margin: 2px 0;
}
#sign_testing p {
	margin-left: 15px;
}
.w_10 {
	width: 10px;
	margin-left: 0;
	padding-right: 25px;
}
#butt_send {
	margin-left: 550px;
	margin-top: 5px;
}
#butt_completed {
	margin-left: 510px;
	margin-top: 5px;
}
#butt_submit {
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 1px 5px 0;
	margin-top: 7px;
	background-color: #feb81a;
}
#sitemap li {
	font-weight: bold;
	font-size: 14px;
}
#right_column  #sitemap li li {
	font-weight: normal;
	font-size: 13px;
	margin-left: 15px;
	list-style: none;
}
#right_column  #sitemap li li.title {
	font-weight: bold;
	margin-bottom: 0;
	padding: 5px 0;
	background-image: none;
}
#right_column .form_checkbox p,
p.required_field {
	margin-bottom: 3px;
	margin-left: 0;
	padding-left: 20px;
}
#right_column .form_checkbox input {
	float: left;
	clear: both;
}
#rsvp_link,
#photo_galery {
	display: block;
	background: url(../images/rsvp.jpg) no-repeat top;
	width: 190px;
	height: 30px;
	margin-bottom: 4px;
	margin-left: 5px;
}
#photo_galery {
	background: url(../images/photo_gallery.jpg) no-repeat top;
}
a#rsvp_link:hover,
a#photo_galery:hover {
	background-position: bottom;
}
.w_612 {
	width: 612px;
}

/* footer */
#footer {
	background: url(../images/footer_bg.jpg) repeat-x top;
	position: relative;
	min-height: 80px;
	padding: 15px 5px;
	color: #666666;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-right: 9px;
}
#footer_left {
	position: absolute;
	background: url(../images/footer_left.jpg) no-repeat;
	width: 14px;
	height: 43px;
	top: 0;
	left: -4px;
}
#footer_right {
	position: absolute;
	background: url(../images/footer_right.jpg) no-repeat;
	width: 15px;
	height: 43px;
	top: 0;
	right: -4px;
	
}
#footer_menu {
	padding-bottom: 19px;
	height: 12px;
}
#footer_menu li {
	list-style: none;
	border-right: solid 1px #666666;
	border-left: solid 1px #FFFFFF;
	float: left;
	padding: 1px 8px;
	margin-right: 0;
}
#footer_menu li.first {
	border-left: none;
}
#footer_menu li.last {
	border-right: none;
}
#footer_menu a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#footer_menu a:hover {
	text-decoration: underline;
}
#footer_address {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
#footer_address a {
	text-decoration: none;
	color: #333333;
}
#footer_address a:hover {
	text-decoration: underline;
}
#copyright {
	text-align: center;
}

/* hidden images */

#hidden_img {
	position: absolute;
	top: -1000px;
	background: url(../images/sub_menu_bg_hover.jpg) no-repeat;
}
#hidden_img_1 {
	background: url(../images/sub_menu_border.gif.jpg) no-repeat;
}
#hidden_img_2 {
	background: url(../images/sub_menu_hover.jpg) no-repeat;
}
#hidden_img_3 {
	background: url(../images/content_left_menu_li_hover.jpg) no-repeat;
	height: 1px;
}
