/* 
	IMPORTANT!!!!!
	!!!===== All css must begin with .Site with the exception of BODY and #mainTable =====!!!
	!!!===== This ensures no styling is applied to the AdminSystem =====!!!
*/

BODY
{
	BACKGROUND-color:#E5E5E5;
}
.Site /* same element as #mainTable */
{
	FONT-SIZE: 90%;
    FONT-FAMILY: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    color:#252673;
    line-height: 1.5;	
}
.Site A 
{
	color: #A41010;
	text-decoration: none;
	font-weight: bold;
}
.Site A:hover
{
	color: #252673;
}
hr
{
	background: none;
	border: 0;	
}
.Site H1, H2, H3, H4, H5, H6
{
	color:#252673;
}
.Site H1
{
    FONT-SIZE: 200%;
}
.Site H2
{
    FONT-SIZE: 170%;
}
.Site H3
{
    FONT-SIZE: 130%;
}
.Site H4
{
    FONT-SIZE: 120%;
}
.Site H5
{
    FONT-SIZE: 105%;
}
.Site H6
{
    FONT-SIZE: 100%;
}
.Site IMG
{
	border:none;
}
.Site ul
{
	list-style-image: url(/images/layout/ul_arrow.gif);
}
.Site #mainLayout a img
{
}
.Site TABLE
{
} 
.Site table td, table th
{
}
.Site .req
{
	color: #B01100;	
}
/* ################################### Site Classes ################################# */

.Site .box .tl
{
	background: #191A67 url(/images/layout/box_tl_bg.gif) top left no-repeat;
}
.Site .box .tr
{
	background: #191A67 url(/images/layout/box_title_bg.gif) top right repeat-x;
}
.Site .box h2.title
{
	text-align: right;
	color: #FFF;
	font-weight: normal;
}
.Site .box .content
{
	background: #EDEFF3;
	border: 1px solid #252673;
}
.Site .detail H3
{

}
.Site .detail IMG.picture
{
}
.Site .dropDown, .textArea, .textBox
{
}
.Site .label
{
	font-weight:bold;
}
.Site form .label
{
	text-align:right;
}
.Site form td
{
}
.Site .list
{
	border-bottom:1px solid #CDCDCD;
}
.Site .list a
{
	text-decoration: none !important;
}

.Site .list .terminus
{
	clear:right !important;
}
.Site .template
{
	background: none;
	border: none;	
}
.Site .newsarticle
{
	border-bottom: none;
}
/* ################################### Site IDs ################################# */

#mainTable
{
}
.Site #mainHeader
{	
}

.Site #location
{
	color: #B62A2B;
	text-align: right;
	font-size: 0.9em;
}
.Site #location a
{
	color: #B62A2B;
	text-decoration: none;
	font-weight: normal;
}
.Site #location A:hover
{
	color: #DE2526;
}
.Site #mainLayoutContainer
{
	background: url(/images/layout/mainLayoutContainer_bg.jpg) bottom right repeat-y;
	border: 1px solid #B9C0CD; 
	border-right: 0;
	border-bottom: 0;
}
.Site #mainLayoutContainerInner
{
	background: #FFF url(/images/layout/LHS_fade_bg.jpg) bottom left no-repeat;
	border: 3px solid #FFF;
	border-bottom: 1px solid #B9C0CD;
	border-right: 1px solid #B9C0CD; 
}
.Site .mainLayoutContainerHome #mainLayoutContainerInner
{
	background: #FFF url(/images/layout/LHS_fade_bg_2.jpg) bottom left no-repeat !important;	
}
.Site #Logo
{
	background: url(/images/layout/LHS_top_bg.gif) top left no-repeat;	
}
.Site #phoneNumbers
{
	border-bottom: 1px solid #B9C0CD;
	background: url(/images/layout/spacer.gif) bottom left no-repeat;
	color: #FFF;
	font-size: 1.5em;
	text-align: left;
	font-weight: bold;	
}
.Site #rightCol
{
	background: #FFF;
	border-right: 1px solid #B9C0CD;
	border-bottom: 1px solid #B9C0CD;
	text-align: right;	
	
}
.Site #search
{
	text-align: right;	
}
.Site #testimonials .testimonial
{
	border-bottom: none;	
}
.Site #testimonials
{
	text-align: left;
	color: #FFF;	
}
.Site #testimonials #testBox #testTitle
{
	background: #000 url(/images/layout/testimonialTitle.gif) top left no-repeat;
	font-size: 1em;
	font-weight: bold;
}
.Site #testimonials .testContent
{
	background: #233659 url(/images/layout/testimonial_bg.gif) top left no-repeat;
	border: 1px solid #333;
}
.Site #testimonials .strapline
{
	font-style: italic;	
}
.Site .thumbnail
{
	border: 1px solid #355186;
}
.Site #testimonials .testContent .source
{
	text-align: left;
	font-style: normal;	
}
.Site #testimonials .testContent .moreDetails
{
	text-align: right;
	font-style: normal;	
}
.Site #testimonials .testContent a
{
	color: #FFC200;	
}
.Site #testimonials .testContent a:hover
{
	color: #FFF;	
}
/* ################################## Menu setup ################################### */

.Site #mainMenu ul a
{
	background: #8B8B8B url(/images/layout/mainMenu_bg.gif) top left repeat-y;
	color: #FFF;
	border: 0;
}
.Site #mainMenu ul a:hover
{
	background: #495C7D url(/images/layout/mainMenu_bg_over.gif) top left repeat-y;
}
.Site #mainMenu ul a.homeLink
{
	background: #8B8B8B url(/images/layout/mainMenu_homeLink.gif) top left no-repeat;	
}
.Site #mainMenu ul a.homeLink:hover
{
	background: #495C7D url(/images/layout/mainMenu_homeLink_over.gif) top left no-repeat;	
}

/* ################################## SubMenu setup ################################### */
.Site #subMenu
{
	background: url(/images/layout/subMenu_bg.gif) top left repeat-y;
}
.Site #subMenu ul 
{	
}
.Site #subMenu li
{
}
.Site #subMenu ul a
{
	border-bottom: 1px solid #1430C2;
	background: url(/images/layout/subMenu_a_bg.gif) 5px 8px no-repeat;
	color: #E8F2F2;
	text-decoration: none;
	font-weight: bold;
}
.Site #subMenu ul a:hover,
.Site #subMenu ul a.on,
.Site #subMenu ul a.active
{
	color: #FFF;
	background-image: url(/images/layout/subMenu_active_bg.gif);
}
.Site #subMenu ul ul a
{
	color: #5A7CC0;
	background: #97C2ED url(/images/layout/subMenu_ul_bg.gif) top left repeat-x;
	border-left: 1px solid #7A9ED1;
	border-bottom: 1px solid #6DC6F4;
}
.Site #subMenu ul ul a:hover,
.Site #subMenu ul ul a.on,
.Site #subMenu ul ul a.active
{
	background: #0083FF url(/images/layout/subMenu_ul_over_bg.gif) top left no-repeat;
	border-left: 1px solid #0045FA;
	border-bottom: 1px solid #6DC6F4;
}
.Site #subMenu ul ul ul
{
}
.Site #subMenu ul ul ul a
{
	background: #C2C2C2;
	color: #FFF;
	border-left: 1px solid #979797;
	border-bottom: 1px solid #979797;
}
.Site #subMenu ul ul ul a:hover,
.Site #subMenu ul ul ul a.on,
.Site #subMenu ul ul ul a.active
{
	background: #979797 url(/images/layout/submenu_ul_ul_ul_bg.gif) right 12px no-repeat;
	border-left: 1px solid #6F6E6E;
	border-bottom: 1px solid #6F6E6E;
}
.Site #subMenu ul ul ul ul a
{
	background: #292A77;
	color: #FFF;
	border-left: 1px solid #181944;
	border-bottom: 1px solid #181944;
}
.Site #subMenu ul ul ul ul a:hover,
.Site #subMenu ul ul ul ul a.on,
.Site #subMenu ul ul ul ul a.active
{
	background: #292A77 url(/images/layout/submenu_ul_ul_ul_bg.gif) right 12px no-repeat;
	border-left: 1px solid #6F6E6E;
	border-bottom: 1px solid #6F6E6E;
}
.Site #subMenu ul ul ul ul ul a
{
	background: #DE2626;
	color: #FFF;
	border-left: 1px solid #A21D1D;
	border-bottom: 1px solid #A21D1D;
}
.Site #subMenu ul ul ul ul ul a:hover,
.Site #subMenu ul ul ul ul ul a.on,
.Site #subMenu ul ul ul ul ul a.active
{
	background: #A21D1D url(/images/layout/submenu_ul_ul_ul_bg.gif) right 12px no-repeat;
	border-left: 1px solid #711414;
	border-bottom: 1px solid #711414;
}
.Site #subMenu ul ul ul ul ul ul a
{
	background: #979797;
	color: #FFF;
	border-left: 1px solid #6F6E6E;
	border-bottom: 1px solid #6F6E6E;
}
.Site #subMenu ul ul ul ul ul ul a:hover,
.Site #subMenu ul ul ul ul ul ul a.on,
.Site #subMenu ul ul ul ul ul ul a.active
{
	background: #C2C2C2 url(/images/layout/submenu_ul_ul_ul_bg.gif) right 12px no-repeat;
	border-left: 1px solid #979797;
	border-bottom: 1px solid #979797;
}
.Site #subMenu ul a.active
{
}
.Site #subMenu ul a:hover
{
}
/* ################################## Footer Menu setup ################################### */

.Site #footerMenu
{
	
}
.Site #footerMenu ul, 
.Site #footerMenu li
{
   
}
.Site #footerMenu li
{
	
}
.Site #footerMenu ul a
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #000;
}
.Site #footerMenu ul a:hover
{
	color: #A41010;
}
.Site #accreditationsFooter
{
	text-align: center;	
}
/* ======================== */
.Site #mainTitle
{
}
.Site #mainTitle h1
{
}
.Site #mainLayout
{	
}
.Site #mainFooter
{
	background: url(/images/layout/mainFooter_bg.gif) left bottom repeat-x;
	border-bottom: 1px solid #CECECE;
}
/* ======================== */

.Site #developerLink a
{
	color: #CACACA;
}
.Site #developerLink a:hover
{
	color: #000;
}

/* ======================== */

.Site #template_Stepped_Pages .content
{
}

/* ======================== */

.Site .subPageTitle a
{
		
}
.Site TABLE#subPageTable
{
	border: 0;
}
.Site TABLE#subPageTable th.heading
{
	text-decoration: underline;
}
.Site TABLE#subPageTable td.cell
{
}
.Site TABLE#subPageTable td.col1 
{
}
.Site TABLE#subPageTable .col1 A 
{
}
.Site TABLE#subPageTable .col1 A:hover
{
}

/* ======================== */

.Site #template_Home_Variant .list
{
}

/* ======================== */

.Site #template_Events_Style_2 #column1
{
}
.Site #template_Events_Style_2 #column2
{
}
.Site #template_Events_Style_2 .list
{
}
.Site #column2
{
}
.Site #template_Events_Style_2 .date
{

}

/* ======================== */

.Site #template_Links img.thumbnail
{
}
/* ========================== */

.Site #template_sitemap UL
{
}
.Site #template_sitemap UL LI
{
}
.Site #template_sitemap UL UL LI
{
}
.Site #template_sitemap UL UL a
{
}
.Site #template_sitemap LI
{
}
.Site #template_sitemap ul a
{
}
.Site #template_sitemap ul a:hover
{
}
.Site #template_sitemap ul ul a
{
}
.Site #template_sitemap ul ul a:hover
{
}
/* ======== Home Page =========== */
.Site #template_Medway_HomePage a
{
	color: #FFF;
	text-decoration: none;	
}
/* ======== Sub Page =========== */
.Site #instruction h4
{
	text-align: center;
	color: #A41010;	
	font-size: 1.7em;
}
.Site .subPageItem img
{
	border: 1px solid #4C5666;
}
/* ======== Information Page =========== */
.Site .information
{
		
}
.Site #template_Information .information a h3
{
	color: #E0081F;
	text-decoration: underline;	
	font-size: 1.5em;
}
.Site #template_Information #pageMenu a
{
	background: url(/images/layout/list_bg.gif) left 5px no-repeat; 	
}
.Site .backTop
{
	border-top: 1px solid #D9D9E1;
	border-bottom: 1px solid #D9D9E1;
	text-transform: uppercase;	
	background: #FFF;
}
.Site .backTop a
{
	color: #E0081F;
	background: url(/images/layout/back_arrow_bg.gif) right 6px no-repeat;	
}
/* ======== Jumpy Pages =========== */
.Site #pageMenu ul
{
	list-style-image: url(/images/layout/list_bg.gif) !important;
}
.Site #pageMenu ul ul li
{
	list-style-image: none !important;	
	list-style: none !important;
}
.Site #pageMenu a
{
	color: #094FA5;
	font-weight: bold;
	font-size: 1.2em;	
}
.Site #pageMenu a:hover
{
	color: #E0081F;
}
.Site .formMainTable .hint
{
	background: #FFF;
	padding-left: 0;	
}
.Site .formMainTable .help
{
	background-color: #FFF;
	padding: 2px 5px;
	display: block;
}
.Site .formMainTable .textarea
{
	font-size: 15px;	
}
/* ======== Forms =========== */
.Site .formMainTable .group .group table
{
	border: 1px solid #191A67;
	/*background: #F4F8FF;*/
	background: #E8F0FF;
}
.Site .formMainTable .group .group .group table
{
	border: 0;	
}
.Site .formMainTable .group .group h3
{
	background: #191A67 url(/images/layout/box_title_bg.gif) top right repeat-x;
	color: #FFF;	
}
.Site .formMainTable .group .group .group h3
{
	background: none;
	color: #252673;	
	font-size: 1.2em;
}
.Site .formMainTable .group .group .radiocheckbox input
{
}
.Site .formMainTable .group .group td
{
	border-bottom: 1px solid #FFF;
	vertical-align: middle;
}
.Site .formMainTable .group .group th
{	
	text-align: left;
	border-bottom: 1px solid #FFF;
}
.Site span.radiocheckbox
{
	white-space: nowrap;	
}
.Site #newsHighlights h1,
.Site #newsHighlights h2,
.Site #newsHighlights h3,
.Site #newsHighlights h4,
.Site #newsHighlights h5,
.Site #newsHighlights h6
{
    color: #FFF !important;    
}