* { padding:0; margin:0; }
html { min-height: 100%; margin-bottom: 1px; }  /* FireFox Page-Shift Fix */

body {
	margin: 0;
	padding:0;
	text-align: center;
	/*font-family: Optima, Palatino Linotype, Cambria, sans serif;*/
	font-family:Arial, Verdana, Sans-Serif;
	font-size:0.8em;
	color: #666666;
	background-color:#e5e5e5;
	background-repeat:repeat-x;
	background-image:url(/AppImages/header_bg.gif);
	background-repeat:repeat-x;
	background-position:left top;
}

.language
{
	padding-left:5px;
	padding-right:5px;
}

/*** USEFUL ***/

.clear {clear: both;}
.clear_fusion {clear: both;line-height: 1px;height: 1px;font-size: 1px;}
.float_left {float:left;}
.float_right {float:right;}
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.img_left {float: left; margin: 0 15px 5px 0;}
.img_right {float: left; margin: 0 10px 5px 15px;}
.vertical_align {display: inline;vertical-align: middle;}
.vertical_align_all * {display: inline;vertical-align: middle;}
a img {border: 0px none;}

a
{
	text-decoration:none;
	font-weight:bold;
	color: #333;
}
a:hover
{
}

.site_wrapper
{
	width:957px;
	margin:0px auto;
	text-align:left;
	/*background-color:#fff;*/
	position:relative;
	margin-bottom:30px;
}


/** TYPOGRAPHY **/

h1
{
	font-size:1.6em;
	padding-bottom:5px;
	color:#007960;
	font-family: Optima, Palatino Linotype, Cambria, serif;
	font-weight:normal;
}
h2
{
	font-size:1.2em;
	padding:0 0 10px 0;
	color:#555;
	color:#007960;
	font-family: Optima, Palatino Linotype, Cambria, serif;
	font-weight:normal;
}
h3
{
	border-bottom:1px solid #DDDDDD;
	font-size:1.1em;
	margin-bottom:10px;
	padding:15px 0 8px;
	font-family: Optima, Palatino Linotype, Cambria, serif;
}
h4
{
	font-size:1em;
	padding:10px 0;
	color:#555;
	font-family: Optima, Palatino Linotype, Cambria, serif;
}

.c1 ul, .c1 ol
{
	list-style-position:outside;
	margin-left:20px;
	padding:20px 0 10px;
}
.c1 ul ul, .c1 ol ol
{
	padding:5px 0;
}

.c1 p
{
	padding:0 0 8px 0;
	line-height:1.5em;
}
.c1 a
{
	color:#555;
	text-decoration:underline;
}
.c1 a:hover
{
	text-decoration:none;
}


/*** HEADER ******************/
.header
{
	height:115px;
	padding:0;
	overflow:hidden;
	position:relative;
}
.header_logo
{
	display:block;
	float:left;
	background-image:url(/AppImages/abbotsholme_logo.gif);
	background-repeat:no-repeat;
	width:430px;
	height:115px;
}

.header_wrapper
{
	background-image:url(/AppImages/banner_home.jpg);
	background-repeat:no-repeat;
	height:108px;
	position:relative;
	background-color:#ddd;
}

.header_functions
{
	position:absolute;
	right:0;
	top:0px;
	width:410px;
}
.header_nav
{
	padding-top:10px;
	float:left;
	width:130px;
}
.header_nav a
{
	float:left;
	display:block;
	color:#fff;
	padding:2px 10px;
}

.header_search
{
	float:right;
	background-image:url(/AppImages/search_bg.gif);
	background-repeat:no-repeat;
	width:260px;
	height:23px;
	padding:10px;
}
.header_search label
{
	display:block;
	float:left;
	padding-right:10px;
	color:#fff;
}
.header_search a.button_search
{
	background-image:url(/AppImages/search_button.gif);
	width:19px;
	height:18px;
	display:block;
	float:left;
}
.header_search input
{
	float:left;
	margin-right:3px;
}

.footer
{
	width:100%;
	height: 150px;
	text-align:center;
	background-image:url(/AppImages/footer_bg.gif);
	background-position: left bottom;
	background-repeat:repeat-x;
	background-color: #009178;
}
.footer_inner
{
	width:957px;
	margin:0 auto;
	text-align:left;
	background-image:url(/AppImages/footer_logo.gif);
	background-repeat:no-repeat;
	padding-top:50px;
}
.footer_inner a
{
	color:#cce6e0;
}
.footer_inner a:hover
{
	color:#ebf4f2;
}
.footer_nav
{
	float:right;
}
.footer_nav p
{
	float:right;
	font-size:0.9em;
	color:#f3f3f3;
}
.footer_nav p a
{
	font-weight:normal;
	float:left;
}
.footer_nav p span
{
	padding:0 10px;
	display:inline;
	float:left;
}
.footer_nav .senior_link
{
	display:block;
	float:right;
	margin-top:15px;
	clear:both;
	background-image:url(/AppImages/senior_link.gif);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:75px;
}

/*** NAVIGATION ***********************************************************************/

/*** MAIN NAV ***/

.main_nav
{
	display:block;
	background-color:#f7f7f7;
	clear:both;
	height:33px;
	font-family: Optima, Palatino Linotype, Cambria, sans serif;
}
.main_nav ul
{
	list-style-type:none;
	margin:0;
}
.main_nav ul li
{
	float:left;
	position:relative;
}
.main_nav ul li a
{
	background-image:url(/AppImages/nav_bg.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	color:#666666;
	display:block;
	float:left;
	font-size:1.3em;
	font-weight:normal;
	margin:3px 3px 0 0;
	padding:0 0 0 10px;
	text-transform:lowercase;
	cursor:pointer;
}
.main_nav ul li a span
{
	background-image:url(/AppImages/nav_bg.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:25px;
	font-size: 16px;
	padding: 3px 10px 2px 0;
}
.main_nav ul li a:hover, .main_nav ul li.selected a, .main_nav ul li:hover a
{
	color:#9d0e39;	
	background-position:left top;
}
.main_nav ul li a:hover span, .main_nav ul li.selected a span, .main_nav ul li:hover a span
{
	background-position:right top;
}




.panel_nav .panel_nav_panel 
{
	display:none;
	background-color:#E5E5E5;
	border: 1px solid #CCCCCC;
	border-top: 0px none;
	left:0px;
	padding: 10px;
	position:absolute;
	top:33px;
	z-index:500 !important;
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	background: #E5E5E5;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E5E5E5), to(#FFFFFF));
	background: -webkit-linear-gradient(#E5E5E5, #F6F6F6);
	background: -moz-linear-gradient(#E5E5E5, #F6F6F6);
	background: -ms-linear-gradient(#E5E5E5, #F6F6F6);
	background: -o-linear-gradient(#E5E5E5, #F6F6F6);
	background: linear-gradient(#E5E5E5, #F6F6F6);
}

.panel_nav_sub_panel 
{
	float: left;

}

.panel_nav .panel_nav_sub_panel ul 
{
	height: auto;
	border:0px none;
	margin:0;
	padding:0;
	list-style-type:none;
	background-color: transparent;
}

.panel_nav .panel_nav_sub_panel ul li {
    float:none !important; 
    height:auto;
    padding:0;
    margin:0;
    zoom:1;
    border-left: 0px none;
}

.panel_nav .panel_nav_sub_panel ul li a {
	clear:both;
	display:block;
	float:none;
	text-align:left;
	height:auto;
	padding:5px 0;
    margin:0;
	width: 170px;
	background-image:none;
	background-color:Transparent;
	font-weight:normal;
	font-size: 100%;
	color: #666666;
	border-bottom: 1px dotted #CCCCCC;
	min-height: 0;
}

.panel_nav .panel_nav_sub_panel ul li a span
{
	float:none;
	position: static;
	background-image:none;
	background-color:Transparent;
	padding:0;
    margin:0;
    height: auto;
    font-size: 12px;
}
.panel_nav .panel_nav_sub_panel ul li a:hover, .panel_nav .panel_nav_sub_panel ul li.selected a
{
	color: #9d0e39;
}

.panel_nav .panel_nav_sub_panel ul li ul a {
	margin-left: 15px;
	width: 155px;
	font-size: 91.67%;
}

.alumni .footer_nav .senior_link
{
	background-image:url(/AppImages/alumni_senior_link.gif);
}




/*** SECONDARY NAV ***/
.c2 .second_level_nav
{

}
.c2 .second_level_nav .second_level_nav
{
	margin-top:5px;
}
.c2 .second_level_nav ul
{
	list-style-type:none;
	margin:0;
}
.c2 .second_level_nav ul li
{
	display:block;
}
.c2 .second_level_nav ul li a
{
	border-bottom:1px dashed #DDDDDD;
	color:#9D0E39;
	display:block;
	padding:8px 0 6px;
	overflow:hidden;
}
.c2 .second_level_nav ul li a span
{
}
.c2 .second_level_nav ul li a:hover
{
	background-color:#fafafa;
}
.c2 .second_level_nav ul li a:hover span
{
}
.c2 .second_level_nav ul li.selected a
{
	padding-left:5px;
	background-color:#f6f6f6;
}

/** third level **/ 
.c2 .second_level_nav ul ul
{
	margin-bottom:15px;
}
.c2 .second_level_nav ul ul li a
{
	background-image:none;
	height:auto;
	width:auto;
	font-weight:normal;
	padding:4px 0 4px 15px;
}
.c2 .second_level_nav ul ul li a:hover
{
}
.c2 .second_level_nav ul li.selected ul li
{
	padding:0;
}

.c2 .second_level_nav ul li.selected ul li.selected a
{
	font-weight:bold;
}
.c2 .second_level_nav ul li.selected ul li.selected ul li a
{
	font-weight:normal;
	padding-left:20px;
}
.c2 .second_level_nav ul li.selected ul li.selected ul li.selected a
{
	font-weight:bold;
}

/*** END NAVIGATION *******************************************************************/

/*** MAIN CONTENT TEMPLATES ***********************************************************/

.content_wrapper
{
	padding-top:23px;
	clear:both;
}

.home_template .c1{
	display:block;
	float:left;
	width:714px;
}
.home_template .c2{
	float:left;
	width:233px;
	margin-right:10px;
}

.home_banner
{
	/*background-image:url(/AppImages/banner1.jpg);*/
	background-repeat:no-repeat;
	width:714px;
	height:284px;
	overflow:hidden;
	background-color: #EEEEEE;
}

.r2_fl .row_wrapper
{
	width:100%;
	margin-left:-243px;	
	float:right;
}
.r2_fl .c1{
	display:block;
	width:714px;
	margin-left:243px;
}
.r2_fl .c2{
	float:left;
	width:233px;
	margin-right:10px !important;
	margin-right: 5px;
}

.standard_content_wrapper
{
	background-image:url(/AppImages/wide_column_top.gif);
	background-repeat:no-repeat;
	background-color:#fff;
}
.standard_content_wrapper_inner
{
	background-image:url(/AppImages/wide_column_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:10px;
	zoom:1;
}


/*** END MAIN CONTENT TEMPLATES *******************************************************/

.column_block
{
	background-image:url(/AppImages/white_column_top.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#fff;
	width:233px;
	margin-bottom:10px;
}

.column_block.home_content {

}

.column_block_inner
{
	background-image:url(/AppImages/white_column_bottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin:0;
	padding:10px;
}

.wide_column_block
{
	background-image:url(/AppImages/wide_column_top.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#fff;
	width:714px;
	margin-top:10px;
	height: auto;
}
.wide_column_block_inner
{
	background-image:url(/AppImages/wide_column_bottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:10px;
}

a.more_link
{
	display:block;
	background-image:url(/AppImages/more_link.gif);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:15px;
	float:left;
	color:#007960;
	text-decoration:none;
	height:1.5em;
}
a.more_link:hover
{
	text-decoration:underline;
}

/*** HOME PAGE GOODIES ***/
.video_placeholder
{
	float:left;
}
.video_description
{
	/*float:left;
	margin-left:35px;
	width:300px;*/
}
.video_description h2
{
	font-size:1.6em;
}
.video_description img{
margin-right:10px;
}

/* EVENTS */
.home_events_block
{
	width:472px;
	background-color:#fff;
	margin-top:10px;
	float:left;
	/*height:398px;*/
}
.home_events_block_inner
{
	background-image:url(/AppImages/middle_block_bottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:0 0 10px 0;
	height:388px;
}
.home_events_block h2
{
	background-image:url(/AppImages/wide_callout_header.gif);
	height:23px;
	padding:5px 10px;
}
.home_events_block h2 a{
	text-decoration:none;
}
/* HOME CALLOUTS */
.home_callouts_wrapper
{
	width:233px;
	float:left;
	margin:10px 0 0 9px;
}
.home_callouts_wrapper img
{
	margin-bottom:10px;
}

.callout_block img
{
	margin-bottom:10px;
}


/** NEWS ***/

.news_list_item
{
	border-bottom:1px solid #FAF7D6;
	margin-bottom:10px;
	padding-bottom:10px;
}

.news_list_item h2
{
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
}

.news_list_item_title span
{
	color:#999;
}
.news_list_more_link
{
	text-align:right;	
	width:513px;
	float:right;
}
.news_list_more_link a
{
	text-decoration:none;
	color:#9D0E39;
}
.news_list_more_link a:hover
{
	color:#9D0E39;
	text-decoration:underline;
}

.news_list_item_date
{
	float:right;
}
.news_list_item_date h4
{
	padding:0;
	color:#777;
}

.pager.style2 a.pager_item:hover, .pager.style2 a.pager_item.selected 
{
	background-color:#9D0E39;
}

/*** news **/
.news_list_primary_image 
{
	background-color:#FFF0CA;
	border:1px solid #FDDF93;
	float:left;
	padding:5px;
}
.news_list_primary_image a
{
	height:100px;
	width:150px;
	overflow:hidden;
	display:block;
}
.news_list_primary_image img
{
	width:150px;
}
.news_list_item_header
{
	float:right;
	width:513px;
}
.news_list_item_abstract
{
	clear:right;
}
.news_list_item_header h3
{
	padding:0;
}
.news_list_item_header h3 a
{
	text-decoration:none;
	color:#9D0E39;
}
.news_list_item_abstract
{
	width:513px;
	display:block;
	float:right;
}
.news_detail_header
{
	width:100%;
	border-bottom:1px solid #F3E9A4;
	padding-bottom:10px;
	margin-bottom:10px;
}
.news_detail_header .news_date
{
	float:right;
}
.news_detail_header .news_date h3
{
	padding:0;
	margin:0;
	border:0px none;
}

.news_detail_header .news_title
{
	float:left;
}
.news_detail_header .news_title h2
{
	padding:0;
	margin:0;
}
.news_back_button a
{
	text-decoration:none;
	color:#9D0E39;
}

.news_detail_primary_image
{
	display:block;
}
.gallery_wrapper
{
	background-color:#FAF7D6;
	border:1px solid #F5EFB5;
	float:right;
	margin-left:20px;
	overflow:hidden;
	padding:10px 0 10px 10px;
	width:210px;
}
.gallery_wrapper ul
{
	margin:0;
	padding:0;
}
.galleria li {
margin:0 10px 0px 0;
}
.main_gallery_image img, .news_detail_primary_image img
{
	width:200px;
	height:auto;
}
.galleria li {
	height:60px;
	width:60px;
}

/*** contact form page ***/
.contact_form_wrapper
{
	/*float:left;
	margin-left:30px;
	width:400px;*/
	margin-left:10px;
}
.form_field
{
	float:left;
	margin-right:30px;
	margin-top: 15px;
}
.form_field.full
{
	clear:both;
}
.map_container
{
	width:250px;
	height:350px;
	overflow:hidden;
	float:left;
	margin:6px;
}
.contact_form input, .contact_form textarea
{
	width:300px;
	padding:5px;
	margin:5px 0;
	font-family:Arial, Verdana, Helvetica, Sans-Serif;
	border: 1px solid #CCCCCC;
    border-radius: 3px;
    font-size:13px;
}
.contact_form textarea
{
	height: 100px;
    width: 640px;
}
.form_captcha
{
	width:360px;
	clear:both;
}
.form_captcha input
{
	padding:8px;
	font-size:1.5em;
	width:auto;
}

.second_level_nav
{
	background-image:url(/AppImages/white_column_top.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#fff;
	width:233px;
	margin-bottom:10px;
}

.second_level_nav ul
{
	background-image:url(/AppImages/white_column_bottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin:0;
	padding:10px;
}
.second_level_nav ul .second_level_nav{
	margin:0 !important;
	width:213px;
}
.second_level_nav ul .second_level_nav ul{
	padding:0;
	margin:0;
}

/** news callout **/

.news_callout
{
	background-image:url(/AppImages/white_column_top.gif);
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#fff;
	width:233px;
	margin-bottom:10px;
}
.news_callout_header
{
	padding:0;
	background-image:url(/AppImages/callout_header.gif);
	background-repeat:no-repeat;
	height:34px;	
}
.news_callout_header h4
{
	color:#9D0E39;
	font-size:1.5em;
	font-weight:normal;
	padding:3px 10px 0;
}
.news_callout_footer
{
	background-image:url(/AppImages/white_column_bottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin:0;
	padding:5px;
}
.news_callout_list
{
	padding:10px;
	font-size:0.9em;
}
.news_callout_list a
{
	color:#9D0E39;
	display:block;
	padding-bottom:4px;
}
.news_callout_list br
{
	display:none;
}
.news_callout_list .read_more 
{
	clear:both;
	text-align:right;
	border-bottom:1px dashed #eee;
	margin-bottom:5px;
}
.news_callout_list .read_more a
{
	color:#007960;
	font-weight:normal;
	background-image:url(/AppImages/more_link.gif);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:15px;
	display:block;
	padding-top:3px;
}

/** view all link on news callout **/
.view_all_link
{
	display:block;
}
.view_all_link a
{
	display:block;
	padding-left:10px;
	float:left;
	background-image:url(/AppImages/more_link.gif);
	background-position:right center;
	background-repeat:no-repeat;
	color:#007960;
	display:block;
	font-weight:normal;
	padding-right:15px;
}
.news_callout_footer
{
	clear:both;
}

/** DOWNLOADS LIST **/
.document_list_item
{
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:40px;
	border-bottom:1px dashed #CCCCCC;
}
.document_list_item h2
{
	padding-bottom:0px;
	font-family:Arial, Helvetica, Sans-Serif;
	text-decoration:none;
	color:#9D0E39;
}
.document_list_item.doc
{
	background-image:url(/CoreCode/Images/Icons/word.gif);
}
.document_list_item.pdf
{
	background-image:url(/CoreCode/Images/Icons/pdf.gif);
}
.document_list_item a
{
	display:block;
	text-decoration:none;
	padding:10px;
	color:#9D0E39;
}
.document_list_item a:hover
{
	background-color:#eee;
}


/*** EVENTS ***/
.create_event_button_wrapper
{
	display:none;
}
.event_item_date
{
color:#9D0E39;
display:block;
float:left;
vertical-align:top;
width:100px;
font-family: Optima, Palatino Linotype, Cambria, serif;
}
.event_list_item h2
{
	padding-bottom:10px;
	/*border-bottom:1px solid #CCCCCC;*/
	float:left;
	color: #4A4A4A;
}
.event_list_item h2 a
{
color:#666666;
display:block;
text-decoration:none;
width:580px;
}
.event_list_item
{
	border-bottom:1px dashed #ddd;
	padding-bottom:10px;
	margin-bottom:10px;
	width:100%;
}
.event_list_item .event_item_organiser
{
	font-size:1em;
	margin:0;
	padding-bottom:5px;	
	padding:0;
	border:0px none;
	font-weight:bold;
}
.event_list_item_details
{
	float: left;
    padding-left: 10px;
    width: 500px;
}

.event_list_item a.more_link
{
	color:#007960;
	float:right;
	height:15px;
	clear:both;
}

.event_list_more_link a
{
	background-color:#007960;
	text-decoration:none;
	color:#fff;
	padding:3px 10px;
	border-radius:4px;
	float:right;
}

.event_item_details
{
}
.event_item_details p
{
	padding-top:0;
}
.event_list_item_thumb
{
	float:left;
}
.event_list_item_thumb img
{
	width:150px;
}

.event_list_item p
{
}
.event_occurrence_list
{
	padding-top:20px;
}
.event_occurrence_list h2
{
	padding:0;
}
.event_occurrence_item ul
{
	padding-top:10px;
}
.event_detail_description
{
	padding-bottom:15px;
}

a.generic_button
{
	background-image:url(/AppImages/generic_button.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0 0 0 10px;
	display:block;
	text-decoration:none;
	float:left;
}
a.generic_button span
{
	background-image:url(/AppImages/generic_button.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding:3px 10px 3px 0;
	display:block;
	color:#fff;
}
a.generic_button:hover
{
	background-position:left bottom;
}
a.generic_button:hover span
{
	background-position:right bottom;
}

/** POWERNAV **/
.powernav_container ul
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:250px;
	padding-right:20px;
	float:left;
}
.powernav_container ul li
{
	margin-bottom:5px;
}
.powernav_container ul li a
{
	font-weight:normal;
}

/** LOGIN PAGE **/
.site_login input, .site_login label
{
	margin-right:6px;
	margin-top:10px;
}
.join_button
{
	clear:both;
	padding-top:10px;
}

.callout
{
	margin-bottom:10px;
}
.callout_contact
{
	display:block;
	width:233px;
	height:58px;
	background-image:url(/AppImages/callout_contact.gif);
	background-repeat:no-repeat;
}
.callout_parents
{
	display:block;
	width:233px;
	height:58px;
	background-image:url(/AppImages/callout_parents.gif);
	background-repeat:no-repeat;
}
.callout_prospectus
{
	display:block;
	width:233px;
	height:194px;
	background-image:url(/AppImages/callout_prospectus.jpg);
	background-repeat:no-repeat;
}
.callout_report
{
	display:block;
	width:233px;
	height:82px;
	background-image:url(/AppImages/callout_report.gif);
	background-repeat:no-repeat;
}
.callout_venue
{
	display:block;
	width:233px;
	height:194px;
	background-image:url(/AppImages/callout_venue.jpg);
	background-repeat:no-repeat;
}

/*** HOME EVENT LIST ***/
.small_event_list_item h3
{
	float:left;
	padding:0;
	border:0px none;
}
.small_event_list_item h3 a{
	text-decoration:none;
}
.small_event_list_item p
{
	clear:left;
}
.small_event_list_item img
{
	float:right;
	margin:0 0 10px 10px;
}
.small_event_list_item span.event_icons
{
	padding:0;	
	float:right;
}
.small_event_list_item
{
	 clear:both;
	 padding:8px 10px 0;
}
.event_list_item_content
{
	/*float:right;
	width:300px;*/
}
.event_list_item img
{
	float:left;
}

/******** THEMES ************/

/* ALUMNI THEME */
body.alumni {
	background-image:url(/AppImages/alumni_header_bg.gif);
}
.alumni .header_logo
{
	background-image:url(/AppImages/alumni_abbotsholme_logo.gif);
}
.alumni .header_search {
	background-image:url(/AppImages/alumni_search_bg.gif);
}
.alumni .footer {
background-image:url(/AppImages/alumni_footer_bg.gif);
background-color: #0088A4;
}
.alumni .footer_inner {
background-image:url(/AppImages/alumni_footer_logo.gif);
}
.alumni .home_banner
{
	background-image:url(/AppImages/alumni_banner.jpg);
}

.alumni h1,.alumni h2
{
	color:#107892;
}
.alumni .callout_contact
{
	background-image:url(/AppImages/alumni_callout_contact.gif);
}
.alumni .callout_parents
{
	background-image:url(/AppImages/alumni_callout_parents.gif);
}
.alumni .callout_prospectus
{
	background-image:url(/AppImages/alumni_callout_prospectus.jpg);
}
.alumni .callout_report
{
	background-image:url(/AppImages/alumni_callout_report.gif);
}
.alumni .callout_venue
{
	background-image:url(/AppImages/alumni_callout_venue.jpg);
}

.sitemap
{
	background-color:#fff;
	padding:20px;
}
.sitemap ul
{
	margin-left:20px;
}
.sitemap ul li
{
	padding:6px 0;
}
.sitemap ul li
{
	list-style-type:none;
}
.sitemap ul li ul li
{
	list-style-type:disc;
}
.sitemap ul li ul li ul li
{
	list-style-type:circle;
}
.sitemap ul li a
{
	display:none;
}
.sitemap ul li ul a
{
	display:inline;
}

.content_table
{
	width:100%;
	border-collapse:collapse;
}
.content_table td
{
	padding:5px;
	border:1px solid #ddd;	
}
.home_callouts_centre{
float:left;
margin-top:10px;
width:472px;
}
.home_callouts_centre .news_callout {
	background-color:#FFFFFF;
float:left;
margin-top:0px;
width:472px;
}
.home_callouts_centre .news_callout_header h4 {
background-image:url(/AppImages/wide_callout_header.gif);
height:34px;
}
.home_callouts_centre .news_callout_list .read_more {
padding:0;
}
.home_callouts_centre .news_callout_list{
padding:0 10px;
}
.home_callouts_centre .news_callout_footer{
padding:0;
background-image:url(/AppImages/middle_block_bottom.gif);
}
.news_callout_list_item{
border-bottom: 1px dashed #CCCCCC;
    margin-bottom: 5px;
    padding-bottom: 5px;

}
.news_callout_list_item .read_more{
display:none;

}

/** calendar **/
.calendar_header h2
{
	color:#9D0E39;
	font-size:1.5em;
	font-weight:normal;
	padding:3px 10px 0;
	background-image:url(/AppImages/callout_header.gif);
	height:34px;
	background-color:Transparent;
}
.calendar_table table {
font-family:Optima,Palatino Linotype,Cambria,serif;
}
.calendar_table table tr th {
font-family:arial,sans-serif;
font-size:10px;
text-transform:capitalize;
}
.calendar_table table tbody
{
	font-style:italic;
}

.calendar_table table tr td a {
background-color:#AAAAAA;
}
.calendar_table table tr td a:hover {
background-color:#999;
}
.calendar_table table tr td.disabled a {
background-color:#DDDDDD;
cursor:default;
}
.calendar_table table tr td.selected a {
background-color:#007F65;
}
.calendar_controls h2 {
color:#333333;
}

.calendar_day_item
{
	border-top:1px solid #CCCCCC;
	clear:both;
	padding-bottom:10px;
	padding-top:10px;
}
.calendar_day_item h2
{
	clear:both;
	float:left;
	padding-top:0;
}
.calendar_day_item h3
{
	float:right;
	padding-top:0;
	margin:0;
	border:0px none;
}
.pager_pagecount_multiple a.pager_item 
{
	margin:0 2px 2px 2px !important;
}

/*** JUNIOR SECTION ***/

.junior .header_logo {
background-image:url("/AppImages/abbotsholme_logo_junior.gif");
}

body.junior {
background-image:url("/AppImages/header_bg_junior.gif");
}

.junior .header_search
{
background-image:url("/AppImages/search_bg_junior.gif");
}

.junior .header_search a.button_search {
background-image:url("/AppImages/search_button_junior.gif");
}

.junior .footer {
background-image:url("/AppImages/footer_bg_junior.gif");
background-color: #5C384F;
}

.junior .footer_inner {
background-image:url("/AppImages/footer_logo_junior.gif");
}

.junior .footer_nav .senior_link {
background-image:url("/AppImages/senior_link_junior.gif");
}

.junior .callout_contact {
background-image:url("/AppImages/callout_contact_junior.gif");
}

.junior .callout_report {
background-image:url("/AppImages/callout_report_junior.gif");
}

.junior .callout_parents {
background-image:url("/AppImages/callout_parents_junior.gif");
}

.junior .footer_inner a {
color: #d7bdce;
}

.junior h1, .junior h2 {
color:#45293b;
}

.junior .calendar_table table tr td.selected a {
background-color:#45293b;
}

.junior .view_all_link a {
background-image:url("/AppImages/more_link_junior.gif");
color:#45293b;
}

p.rss_link {
    display: block;
    float: right;
    margin-left: 0px !important;
    padding-left: 20px;
    position: relative;
    bottom: 2px;
}

.header_social 
{
	margin-top: 10px;
	text-align:right;
	color: #FFFFFF;
	font-size: 1.2em;
	}

.header_social a
{
	margin-left: 3px;
	position: relative;
	bottom: 3px;
	}
	
	
.pager_pagecount_multiple {
background-color:Transparent;
border:0px none;
margin:8px 0;
padding:8px 0;
}

.day_content h3 {
    font-size: 1em;
    padding-top: 0;
}
.day_content h2 {
    padding: 0;
}
a.button
{
	background-color:#9D0E39;
	color:#fff;
	display:block;
	float:left;
	padding:6px 10px;
	border-radius:4px;
	text-decoration:none;
	margin-top:10px;
}
a.button:hover
{
	background-color:#b31646;
}

.event_detail_thumb
{
	float:right;
	margin:0 0 10px 10px;
}


.gmap{
font-size:10px;
.gmap h1{
font-size:12px;
}
