﻿@import url(Reset.css);
@import url(HTMLSelectorsStyleSheet.css);

body
{
    font-family: Arial;
    color: #808080;
    font-size: 0.8em;
    line-height: 1.3em;
}

.centering_container
{
    width: 860px;
    margin-left: auto;
	margin-right: auto;
}

.header_top_right
{
    float: right;
    font-size: 0.8em;
    font-weight: bold;
}

.flash
{
    width: 860px;
    /*height: 311px;*/
}

blockquote
{
	background-image: url(Images/quote_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

blockquote p
{
	background-image: url(Images/quote_right.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 12px 25px;
	text-indent: 25px;
}

dl
{
	margin-top: 20px;
	margin-bottom: 20px;
}

dt
{
	font-size: 1.0em;
	font-weight: bold;
	color: #808080;
	margin-bottom: 5px;
}

dd
{
	margin-bottom: 20px;
	margin-left: 30px;
}

.body_container
{
    padding: 20px 0px 10px 0px;
}

.body_container_title
{
    border-bottom: solid 5px #a6152c;
}

.body_container_contents
{
    border-bottom: solid 1px #a6152c;
    padding-bottom: 10px;
}

.body_container_contents_image
{
    float: left;
    background-image: url(Images/body_container_contents_image.gif);
    width: 35px;
    height: 34px;
    margin-top: 3px;
}

/* Layout 1 */

.body_container_contents_left
{
    float: left;
    width: 320px;
}

.body_container_contents_middle
{
    float: left;
    width: 320px;
}

.body_container_contents_right
{
    float: left;
    width: 185px;
}

/* Layout 2 */

.body_left_column
{
	float: left;
	width: 200px;
}

.body_middle_column
{
	float: left;
	width: 440px;
}

.body_right_column
{
	float: left;
	width: 185px;
}

.contents_container
{
    padding: 10px;
}

.middle_seperator
{
    border-right: dotted 1px #999;
}

.footer
{
    font-size: 0.8em;
}

.left_footer_menu_item
{
    display: inline;
    list-style-type: none;
    padding-right: 20px;
    background-image: url(Images/footer_items_seperator.gif);
    background-position: right;
    background-repeat: no-repeat;
}

.footer_menu_item
{
    display: inline;
    list-style-type: none;
    padding-right: 20px;
    padding-left: 20px;
    background-image: url(Images/footer_items_seperator.gif);
    background-position: right;
    background-repeat: no-repeat;
}

.right_footer_menu_item
{
    display: inline;
    list-style-type: none;
    padding-left: 20px;
}

.copyright
{
    font-size: 0.7em;
}

.button
{
   background-image: url(Images/search_btn_01.jpg);
}

.button:hover
{
   background-image: url(Images/search_btn_02.jpg);
}

.button, .button:hover
{
   width: 74px;
   height: 25px;
   cursor: pointer;
}

.text_input
{
	height: 15px;
	border: solid 1px #d6d6d6;
	color: #808080;
	margin-top: 2px;
}

.small_main_pic
{
	width: 860px;
	height: 155px;
	background-image: url(Images/small_main_pic.jpg);
}

.bulleted_list
{
	margin-left: 30px;
}

.bulleted_list_wide
{
	margin-left: 60px;
}

.bulleted_list li, .bulleted_list_wide li
{
	list-style-type: circle;
	color: #a41028;
	margin-bottom: 10px;
}

.bulleted_list span
{
	color: #808080;
}

.stylized_button
{
	background-color: #a41028;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	width: 125px;
	cursor: pointer;
}

.menu_home
{
	background-image: url(Images/menu/menu_01/home_01.jpg);
	width: 72px;
}

.menu_home:hover
{
	background-image: url(Images/menu/menu_02/home_02.jpg);
	width: 72px;
	cursor: pointer;
}

.menu_home_selected
{
	background-image: url(Images/menu/menu_03/home_03.jpg);
	width: 72px;
}

.menu_home_selected:hover
{
	cursor: pointer;
}

.menu_awareness
{
	background-image: url(Images/menu/menu_01/awareness_01.jpg);
	width: 102px;
}

.menu_awareness:hover, .menu_awareness_hover
{
	background-image: url(Images/menu/menu_02/awareness_02.jpg);
	width: 102px;
	cursor: pointer;
}

.cursor_pointer
{
	cursor: pointer;
}

.menu_awareness_selected
{
	background-image: url(Images/menu/menu_03/awareness_03.jpg);
	width: 102px;
}

.menu_awareness_selected:hover
{
	cursor: pointer;
}

.menu_events
{
	background-image: url(Images/menu/menu_01/events_01.jpg);
	width: 77px;
}

.menu_events:hover
{
	background-image: url(Images/menu/menu_02/events_02.jpg);
	width: 77px;
	cursor: pointer;
}

.menu_events_selected
{
	background-image: url(Images/menu/menu_03/events_03.jpg);
	width: 77px;
}

.menu_events_selected:hover
{
	cursor: pointer;
}

.menu_programs
{
	background-image: url(Images/menu/menu_01/programs_01.jpg);
	width: 98px;
}

.menu_programs:hover
{
	background-image: url(Images/menu/menu_02/programs_02.jpg);
	width: 98px;
	cursor: pointer;
}

.menu_programs_selected
{
	background-image: url(Images/menu/menu_03/programs_03.jpg);
	width: 98px;
}

.menu_programs_selected:hover
{
	cursor: pointer;
}

.menu_sponsors
{
	background-image: url(Images/menu/menu_01/sponsors_01.jpg);
	width: 96px;
}

.menu_sponsors:hover
{
	background-image: url(Images/menu/menu_02/sponsors_02.jpg);
	width: 96px;
	cursor: pointer;
}

.menu_sponsors_selected
{
	background-image: url(Images/menu/menu_03/sponsors_03.jpg);
	width: 96px;
}

.menu_sponsors_selected:hover
{
	cursor: pointer;
}

.menu_about
{
	background-image: url(Images/menu/menu_01/about_01.jpg);
	width: 92px;
}

.menu_about:hover
{
	background-image: url(Images/menu/menu_02/about_02.jpg);
	width: 92px;
	cursor: pointer;
}

.menu_about_selected
{
	background-image: url(Images/menu/menu_03/about_03.jpg);
	width: 92px;
}

.menu_about_selected:hover
{
	cursor: pointer;
}

.menu_join
{
	background-image: url(Images/menu/menu_01/join_01.jpg);
	width: 84px;
}

.menu_join:hover
{
	background-image: url(Images/menu/menu_02/join_02.jpg);
	width: 84px;
	cursor: pointer;
}

.menu_join_selected
{
	background-image: url(Images/menu/menu_03/join_03.jpg);
	width: 84px;
}

.menu_join_selected:hover
{
	cursor: pointer;
}

.menu_contact
{
	background-image: url(Images/menu/menu_01/contact_01.jpg);
	width: 104px;
}

.menu_contact:hover
{
	background-image: url(Images/menu/menu_02/contact_02.jpg);
	width: 104px;
	cursor: pointer;
}

.menu_contact_selected
{
	background-image: url(Images/menu/menu_03/contact_03.jpg);
	width: 104px;
}

.menu_contact_selected:hover
{
	cursor: pointer;
}

.menu_members
{
	background-image: url(Images/menu/menu_01/members_01.jpg);
	width: 125px;
}

.menu_members:hover
{
	background-image: url(Images/menu/menu_02/members_02.jpg);
	width: 125px;
	cursor: pointer;
}

.menu_members_selected
{
	background-image: url(Images/menu/menu_03/members_03.jpg);
	width: 125px;
}

.menu_members_selected:hover
{
	cursor: pointer;
}

.menu_home, .menu_awareness, .menu_events, .menu_programs, .menu_sponsors, .menu_about, .menu_join, .menu_contact, .menu_members, .menu_home_selected, .menu_awareness_selected, .menu_events_selected, .menu_programs_selected, .menu_sponsors_selected, .menu_about_selected, .menu_join_selected, .menu_contact_selected, .menu_members_selected
{
	margin-top: 1px;
	float: left;
	background-repeat: no-repeat;
	height: 45px;
}

.small_padding_top_and_bottom
{
	padding-top: 10px;
	padding-bottom: 10px;
}

.center_column_contents
{
	border-right: dotted 1px #d6d6d6;
	border-left: dotted 1px #d6d6d6;
	padding-left: 10px; 
	padding-right: 10px;
	padding-bottom: 10px;
	min-height: 400px;
	overflow: auto;
}

.red_link
{
	color: #a41028;
}

.red_link:hover
{
	color: #a41028;
	text-decoration: underline;
}

.custom_h2
{
    color: #666;
    font-size: 1.1em;
}

/* Third party control styles */
#user-login
{
	padding-top: 10px;
}

.form-item
{
	padding-bottom: 10px;
}

.form-text
{
	width: 200px;
}

.red_text
{
	color: #a41028;
	font-size: 0.8em;
}

.third_party_control a
{
	color: #a41028;
}

.es-panel, .event-content, .latest-events, .calendar-month, .event-linkback, .ls-panel
{
	margin-bottom: 20px;
}

.latest-events li, .form-submit
{
	margin-bottom: 10px;
}

.event-starts, .event-ends
{
	margin-left: 30px;
}

.ls-panel a 
{
	display: block;
}

.red_box
{
	border: 1px solid #a41028;
}

.menu_seperator
{
	width: 1px;
	height: 45px;
	background-image: url(Images/menu_spacer.jpg);
	background-repeat: no-repeat;
	float: left;
}

.accordion
{
	border-top: solid 1px #a41028;
}

.accordion_button_selected, .accordion_button_unselected
{
	border-bottom: solid 1px #a41028;
	cursor: pointer;
	font-weight: bold;
	font-size: 0.8em;
}

.accordion_button_selected
{
	background-color: #faf3f4;
	color: #666;
}

.accordion_button_selected_arrow
{
	background-image: url(Images/accordion_selected.gif);
}

.accordion_button_unselected_arrow
{
	background-image: url(Images/accordion_unselected.gif);
}

.accordion_button_selected_arrow, .accordion_button_unselected_arrow
{
	height: 9px;
	width: 9px;
	background-repeat: no-repeat;
	margin-left: 7px;
	margin-right: 3px;
	margin-top: 4px;
	float: left;
}

.accordion_content
{
	border-bottom: solid 1px #a41028;
	padding: 10px;
}

.accordion_button_text
{
	float: left;
}

.red
{
	color: #a41028;
}

/* Tweaks */

.top_shim
{
	margin-top: 37px;
}

.large_margin_right
{
    margin-right: 20px;
}

.small_margin_left
{
	margin-left: 30px;
}

.medium_margin_left
{
	margin-left: 60px;
}

.large_spaced_list li
{
	margin-bottom: 5px;
}

.clear
{
	clear: both;
}
