/************************************
 * CSS Stylesheet for OLM Group		*
 * by: Better Brief LLP	(c)	2009	*
 * 	[http://www.betterbrief.co.uk]	*
 * on: 08/2009						*
 ************************************/

/********************************************
 *				Reset Styles				*
 * Nice of Yahoo! to supply:				*
 * http://developer.yahoo.com/yui/reset/	*
 ********************************************/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS" ,Helvetica,Jamrul,sans-serif;
	background: transparent;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img
{
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var
{
	font-style: normal;
	font-weight: normal;
}
ol, ul
{
	list-style: none;
}
caption, th
{
	text-align: left;
}
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after
{
	content: '';
}
abbr, acronym
{
	border: 0;
}

/************************************
 *	 			Tags 				*
 ************************************/
html
{
	color: #333;
	width: 100%;
	min-height: 100%;
	background: #fff url( '../images/bg.png' ) repeat-x top;
	text-align: center;
	color: #000;
	font-size: 75%; /* seems to make 1em == 12px */
}

body
{
	text-align: left;
}

a
{
	text-decoration: none;
}

a.block
{
	display: block;
	width: 100%;
	height: 100%;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	text-decoration: none;
}

a
{
	color: #333;
}

a:visited
{
	color: #3e3e3e;
}

em, b
{
	font-weight: bold;
	color: inherit;
}

i
{
	font-style: italic;
}

u
{
	text-decoration: underline;
}

/* headings */
h1
{
	color: #333;
	font-weight: bold;
	font-size: 2.5em;
	line-height: 3em;
	margin-top: -30px;
	margin-bottom: -10px;
}

h2
{
	color: #a10e5c;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.75em;
	margin: 10px 0;
}

h3
{
	color: #a10e5c;
	font-weight: bold;
	font-size: 1.5em;
	background: #e6e6e6;
	width: auto;
	padding: 12px;
}

h4
{
	font-weight: bold;
	font-size: 1.1em;
	width: auto;
	background: url(../images/h3-arrow.png) top right; /* might not need this, delete here */
}

h5
{
	font-size: 1.1em;
	line-height: 1.2em;
	color: #a10e5c;
	font-weight: bold;
}

address
{
	float: left;
	color: #333;
	font-size: 1em;
	line-height: 1.2em;
	padding: 12px;
}

address em
{
	color: #a10e5c;
	font-weight: normal;
}

p
{
	margin: 10px 0;
}

/************************************
 *	 		Containers 				*
 ************************************/
#Container
{
	width: 100%;
	color: #333;
}

/************************************
 *				Header				*
 ************************************/
#HeaderBar
{
	font-weight: bold;
	width: 100%;
	height: 47px;
	background: url( '../images/header-bar-bg.png' ) repeat-x top;
	margin-bottom: 9px;
	font-size: 1em /*12px*/;
}

#HeaderContainer
{
	width: auto;
	height: 47px;
	float: right;
}

/* Menu */
#HeaderBar ul.menuList
{
	width: auto;
	height: 100%;
	background: url( '../images/header-bar-menu-seperator.png' ) no-repeat left;
	display: inline;
	padding-left: 6px;
	float: left;
}

#HeaderBar .menuList a
{
	display: inherit;
}

#HeaderBar ul.menuList li
{
	width: auto;
	line-height: 47px;
	background: transparent;
	padding-left: 8px;
	padding-right: 12px;
	background: url( '../images/header-bar-menu-seperator.png' ) no-repeat bottom right;
	display: block;
	float: left;
}

/* Support Button */
#SupportButton
{
	color: #fff;
	width: auto;
	height: 100%;
	padding-top: 13px;
	float: left;
	display: inline;
	margin-left: 8px;
}

#SupportButton .online
{
	background: #2462ad;
	}

#SupportButton .offline
{
	background: #ad2451;
}

#SupportButton p
{
	margin: 0;
	height: 17px;
	line-height: 17px;
	padding: 2px 8px;
}

/* Change Type Size */
#TypeSize
{
	color: #fff;
	width: auto;
	height: 100%;
	padding-top: 13px;
	float: left;
	display: inline;
	margin-left: 8px;
}

#TypeSize p
{
	margin: 0;
	height: 17px;
	line-height: 17px;
	padding: 2px 8px;
	background: #666;
}

#TypeSize a
{
	color: #fff;
	font-size: smaller;
	cursor:pointer;
}

#TypeSize .big
{
	font-size: larger;
}

#TypeSize .bigger
{
	font-size: large;
}

/* Search */
#Search, .search
{
	color: #666;
	font-weight: normal;
	width: auto;
	float: left;
	margin: 0 8px;
	padding-top: 13px;
}

#Search label, .search label
{
}

#Search input.text, .search input.text
{
	color: #666;
	background: #dbe0e5;
	border: none;
	height: 17px;
	padding: 2px;
}

#Search input.submit, .search input.submit
{
	color: #dbe0e5;
	border: none;
	background-color: #666;
	height: 21px;
	width: 23px;
	text-align: center;
	margin-top: -10px;
}

#Search input.submit:hover, .search input.submit:hover
{
	cursor: pointer;
}

#Search input.submit:active, .search input.submit:active
{
	cursor: pointer;
}


/************************************
 *			Search Results			*
 ************************************/
#SearchSections
{
	float: left;
	width: 193px;
	min-height: 390px;
	height: 100%;
	margin-right: 9px;
	background: #fff url(../images/SearchSections-bg.png) repeat-x top;
}

#SearchSections ul
{
	padding: 9px 15px;
	color: #333;
	float: left;
}

#SearchSections li
{
	margin-left: -15px;
	padding-left: 15px;
	color: #333;
	height: 26px;
	line-height: 26px;
	text-transform: lowercase;
	list-style: none;
	background: transparent url(../images/SearchSections-arrow.png) left center no-repeat;
	width: 140px;
}

#SearchSections li a
{
	border-bottom: #fff 1px solid;
	display: block;
	height: 100%;
	width: 100%;
}

#SearchResults
{
	float: left;
	width: 713px;
	min-height: 390px;
	height: 100%;
	padding: 11px;
	background: #fff url(../images/SearchResults-bg.png) repeat-x top;
}

#SearchResults .search
{
	float: right;
	position: relative;
	top: 56px;
	padding: 0;
	margin: 0;
}

#SearchResults .search input.text
{
	background: #fff;
	width: 207px;
}

#Content #SearchResults ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}

#Content #SearchResults li
{
	margin: 0;
	padding: 0;
	color: #333;
	list-style: none;
	background: none;
	margin: 20px 0;
}

#Content #SearchResults h5:hover
{
	text-decoration: underline;
}

#SearchResults li h2
{
	color: #333;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
}

#SearchResults li p
{
	color: #333;
	font-size: 1em;
	line-height: 1em;
}

/************************************
 *			Site Map				*
 ************************************/
#SiteMap
{
	position: relative;
	float: left;
	width: 915px;
	height: 100%;
	padding: 11px;
	background: transparent url(../images/SearchResults-bg.png) repeat-x top;
}

#SiteMap .col
{
	width: 240px;
	float: left;
}

#SiteMap ul h2, #SiteMap ul h3, #SiteMap ul h4
{
	color: #333;
	font-weight: bold;
	font-size: 1em;
	background: none;
	padding: 0;
	margin: 0;
}

#SiteMap ul h3, #SiteMap ul h4
{
	font-weight: normal;
}

#SiteMap ul
{
	color: #333;
}

#SiteMap ul li
{
	margin-left: -15px;
	padding-left: 15px;
	list-style: none;
	background: url(../images/SearchSections-arrow.png) no-repeat left 3px;
	padding-bottom: 15px;
	width: 220px;
}

#SiteMap ul li ul li
{
	margin-left: 0;
	padding: 0;
	color: #333;
	list-style: outside disc;
	background: none;
}

#SiteMap ul li ul li ul li
{
	margin-left: 0;
	padding: 0;
	color: #333;
	list-style: outside circle;
	background: none;
}

#SiteMap #ContactUs
{
	float: right;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
}

#SiteMap #ContactUs p
{
	font-size: 1.2em;
	margin: 0;
}

#SiteMap #ContactUs h2
{
	text-transform: lowercase;
}

#SiteMap #ContactUs a, #SiteMap #ContactUs em
{
	color: #a10e5c;
	font-weight: normal;
}

/************************************
 *				Layout				*
 ************************************/
#Layout
{
	float: left;
	width: 100%;
	background: #fff;
	height: auto;
}
/* Header */
#Header
{
	width: 100%;
	padding: 12px;
	height: 164px;
}
/* Images */
#Header .headerHolder
{
	height: 140px;
	width: 146px;
	margin-right: 12px;
	background: none;
	float: left;
}

#BoxHolder
{
	position: relative;
	left: 158px;
	width: 773px;
	height: 140px;
	margin-bottom: -140px;
	background: none;
	z-index: 0;
}

.adult #Header #BoxHolder
{
	background: url( '../images/box-1-bg.png' ) repeat-x top;
}

.news-events #Header #BoxHolder
{
	background: url( '../images/box-5-bg.png' ) repeat-x top;
}

#Header .headerHolder.logo
{
	background: #fff url( '../images/logo-bg.png' ) repeat-x bottom;
	text-align: center;
}

#Header .headerHolder.logo img
{
	position: relative;
	top: 65px;
}

#Header .headerHolder.logo a
{
	display: block;
	height: 100%;
	width: 100%;
}

#Header .headerHolder.box1
{
	background: #fff url( '../images/box-1-bg.png' ) repeat-x top;
}

#Header .headerHolder.box1.solid, #Header .headerHolder.box1.current
{
}

#Header .headerHolder.box1 img
{
	position: relative;
	opacity: 1;
	bottom: 9px;
	left: -10px;
}

#Header .headerHolder.box1.solid img, #Header .headerHolder.box1.current img
{
	z-index: 1;
	opacity: 1;
}

#Header .headerHolder.box2
{
	background: #fff url( '../images/box-2-bg.png' ) repeat-x top;
}
#Header .headerHolder.box2.solid, #Header .headerHolder.box2.current
{
	text-align: center;
}

#Header .headerHolder.box2
{
	text-align: center;
}

#Header .headerHolder.box2.solid img, #Header .headerHolder.box2.current img
{
}

#Header .headerHolder.box2 img
{
	position: relative;
	z-index: 0;
	opacity: 1;
	bottom: 11px;
}

#Header .headerHolder.box3
{
	background: #fff url( '../images/box-3-bg.png' ) repeat-x top;
}
#Header .headerHolder.box3.solid, #Header .headerHolder.box3.current
{
	text-align: center;
}

#Header .headerHolder.box3.solid img, #Header .headerHolder.box3.current img
{
}

#Header .headerHolder.box3 img
{
	position: relative;
	z-index: 2;
	opacity: 1;
	bottom: 10px;
	left: -11px;
}

#Header .headerHolder.box4
{
	background: #fff url( '../images/box-4-bg.png' ) repeat-x top;
}
#Header .headerHolder.box4.solid, #Header .headerHolder.box4.current
{
	text-align: center;
}

#Header .headerHolder.box4.solid img, #Header .headerHolder.box4.current img
{
	z-index: 1;
	opacity: 1;
}

#Header .headerHolder.box4 img
{
	position: relative;
	z-index: 1;
	opacity: 1;
	bottom: 6px;
	left: -23px;
}

#Header .headerHolder.box5
{
	background: #fff url( '../images/box-5-bg.png' ) repeat-x top;
}

#Header .headerHolder.box5.solid, #Header .headerHolder.box5.current
{
	text-align: center;
}

#Header .headerHolder.box5.solid img, #Header .headerHolder.box5.current img
{
	z-index: 1;
	opacity: 1;
}

#Header .headerHolder.box5 img
{
	position: relative;
	z-index: 1;
	opacity: 1;
	bottom: 7px;
	left: -21px;
}

#Header .headerHolder.transparent
{
	background: transparent;
}

.current img
{
	z-index: 10;
}

/* Menu */
#MainMenu li a
{
	display: block;
	width: 100%;
	height: 100%;
}

ul#MainMenu
{
	color: #fff;
	font-size: 1.5em;
	width: auto;
	height: 38px;
	display: inline;
	float: left;
	margin: 12px 0;
}

ul#MainMenu li
{
	float: left;
	padding-left: 12px;
	width: 134px;
	height: 38px;
	line-height: 38px;
	margin-right: 12px;
}

ul#MainMenu li.logo
{
	background: #a10e5c;
}

ul#MainMenu li.box1
{
	background: #48617b;
}

ul#MainMenu li.box2
{
	background: #990;
}

ul#MainMenu li.box3
{
	background: #930;
}

ul#MainMenu li.box4
{
	background: #f63;
}

ul#MainMenu li.box5
{
	background: #699;
}

ul#MainMenu a, ul#MainMenu a li
{
	color: #fff;
	cursor: pointer;
}

ul#MainMenu.dropdown ul
{
	border-top: 2px solid #fff;
	padding: 0 10px;
	width: 126px;
}

ul#MainMenu.dropdown ul a:hover
{
	text-decoration: underline;
}

ul#MainMenu.dropdown ul a:active
{
	text-decoration: none;
}

ul#MainMenu.dropdown .logo ul
{
	background: #d087ae;
}

ul#MainMenu.dropdown ul li
{
	border-top: 1px solid #e8c3d7;
	background: url( '../images/h3-arrow.png' ) no-repeat right;
	width: 125px;
	font-size: 0.8em;
	padding: 0;
	height: 35px;
	line-height: 35px;
}

ul#MainMenu.dropdown ul li.first
{
	border: none;
}
/* Breadcrumbs */
#Breadcrumb
{
	margin-top: -10px;
}

/* Content */
#SubContent
{
	width: auto;
	height: auto;
	margin-left: 12px;
	float: right;
	min-height: 360px;
	width: 303px;
}

#SubContent h3
{
	margin-top: 12px;
}

.home #SubContent h3
{
	clear: left;
	width: 122px;
}

.history #SubContent h3
{
	clear: left;
	width: 122px;
}

.home #SubContent a
{
	color: #a10e5c;
}

.home #SubContent
{
	margin: 0;
	width: 146px;
}

#SubContent img, #SubContent address
{
	float: left;
	clear: left;
}

#Content
{
	width: 937px; /* width of container - 24 */
	margin: 12px;
	float: left;
	height: auto;
}

#Content ul
{
	color: #a10e5c;
	list-style: square outside;
	margin-left: 20px;
}

#Content ul span
{
	color: #333;
}

#MainContent
{
	float: left;
	height: auto;
	min-height: 336px;
	padding: 12px;
	width: 597px;
}

/* Home Page */
.home #MainContent
{
	width: 755px;
	background: #fff url(../images/maincontent-home-bg.png) repeat-x top;
}

/* Adult Page */
.adult #MainContent
{
	background: #48617b;
}

.adult, .adult h1, .adult p, .adult ul li span, .adult ul li span em, .adult h2
{
	color: #333;
}

.adult #SubContent, .join-us #SubContent
{
	background: #dbe0e5;
}

.adult #SubContent p, .join-us #SubContent p, .news-events #SubContent p
{
	color: #48617b;
	margin: 12px;
}

.adult #SubContent h3, .join-us #SubContent h3, .news-events #SubContent h3
{
	background: #48617b;
	color: #fff;
	margin: 0;
	margin-top: 0;
	line-height: normal;
	text-transform: lowercase;
}

.adult h4, .join-us h4, .news-events h4
{
	background: #48617b url(../images/h3-arrow.png) no-repeat right;
	margin: 8px 12px;
	padding: 1px 5px;
}

.adult h4:hover, .join-us h4:hover, .news-events h4:hover
{
	background: #767676 url(../images/h3-arrow.png) no-repeat right;
}

.adult a, .adult h4 a, .join-us h4 a, .news-events h4 a
{
	color: #333;
}

.adult #SubContent h4 a, .join-us #SubContent h4 a
{
	color: #fff;
}

/* Join Us Page */
.join-us #MainContent
{
	background: #fff url(../images/maincontent-home-bg.png) repeat-x top;
}

.join-us #MainContent h2, .join-us #MainContent ul li p
{
	color: #333;
}

.join-us #MainContent ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.join-us #MainContent ul li
{
	margin: 15px 0;
}

.join-us #MainContent ul li h3 a
{
	color: #a10e5a;
	text-decoration: underline;
}

.join-us #MainContent ul li h3 a:hover
{
	color: #a10e5a;
	text-decoration: none;
}

.join-us #MainContent ul li h3
{
	background: none;
	padding: 0;
	font-size: 1.1em;
}

.join-us #MainContent ul li p
{
	margin: 0;
}

.join-us #SubContent
{
	background: #eccfde;
}

.join-us #SubContent h3
{
	background: #a10e5a;
}

.join-us h4
{
	background: #a10e5c url(../images/h3-arrow.png) no-repeat right;
}

.join-us #SubContent p
{
	color: #333;
}

/* News & Events Page */
.news-events #MainContent
{
	background: #fff url(../images/maincontent-home-bg.png) repeat-x top;
}

.news-events #MainContent h2, .news-events #MainContent ul li p
{
	color: #333;
}

.news-events #MainContent ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.news-events #MainContent ul li h6
{
	display: inline;
	margin-right: 10px;
	color: #333;
}

.news-events #MainContent ul li
{
	margin: 0;
}

.news-events #MainContent ul li h3
{
	background: none;
	padding: 0;
	font-size: 1.1em;
}

.news-events #MainContent ul li p
{
	margin: 0;
	display: inline;
}

.news-events #SubContent
{
	background: #e0ebeb;
}

.news-events #SubContent h3
{
	background: #699;
}

.news-events h4
{
	background: #699 url(../images/h3-arrow.png) no-repeat right;
}

.news-events #SubContent p
{
	color: #333;
}

#MainContent ul#Headings
{
	width: 240px;
	margin-top: 20px;
}

#MainContent ul#Headings li h3
{
	background: #38969e url(../images/h3-arrow.png) no-repeat right;
	margin: 8px 0;
	padding: 1px 5px;
	border: 1px solid #dae0e5;
}

#MainContent ul#Headings li h3 a
{
	color: #333;
	display: block;
	height: 100%;
	width: 100%;
}

#MainContent ul#Headings li h3:hover
{
	background: #767676 url(../images/h3-arrow.png) no-repeat right;
}

#MainContent img.illustrate
{
	margin: -12px;
	float: right;
}

/* History Page */
.history #Content #MainContent
{
	width: 755px;
	background: #fff url(../images/maincontent-home-bg.png) repeat-x top;
	margin: 0;
}

.history #Content #SubContent
{
	width: 146px;
	background: #fff url(../images/maincontent-home-bg.png) repeat-x top;
	margin: 0;
	padding-bottom: 12px;	
	padding-right:0px;
	/*padding-top: 65px;*/
	margin-bottom: -65px; /* negating the top padding NB: may need padding bottom to be 65 and this to be 130 so that text doesnt flow into footer */
}

.history #Content #SubContent li, .history #Content #MainContent li
{
	margin-top: 10px;
	margin-bottom: 10px;
}

/* History2 Page */
.history2 #Content #MainContent
{
	width: 913px;
	background: #fff url(../images/maincontent-home-bg.png) repeat-x top;
	margin: 0;
}

ul#TimeLine
{
	/*scrollbar-base-color: #999;
	scrollbar-track-color: #999;
	scrollbar-face-color: #ccc;
	scrollbar-highlight-color: #ccc;
	scrollbar-3dlight-color: #999;
	scrollbar-darkshadow-color: #999;
	scrollbar-shadow-color: #ccc;
	scrollbar-arrow-color: #a10e5c;*/
	height: 230px;
	width: 722px;
	margin: 0 auto;
	background: #dedede;
	overflow: auto;
	padding: 10px 30px;
	padding-right: 0;
}

ul#TimeLine li
{
	color: #333;
	display: block;
	height: 40px;
}

ul#TimeLine li p
{
	position: relative;
	left: 0;
	top: 5px;
	margin: 0;
	padding-right: 100px;
}

ul#TimeLine li div.year
{
	display: inline;
	float: left;
	color: #fff;
	width: 103px;
	height: 40px;
	text-align: center;
	background: url(../images/time-line-year.png) no-repeat top left;
	margin-right: 10px;
}

ul#TimeLine li div.year p
{
	position: relative;
	left: 0;
	top: 4px;
	background: #a10e5c;
	color: #fff;
	width: 48px;
	height: 16px;
	padding-right: 0;
}

/* News */
#News
{
	float: left;
	overflow: hidden;
	height: auto;
	width: 146px;
	margin-bottom: 12px;
}

#News .headline
{
	float: left;
	height: auto;
	width: 141px;
}

/* Footer */
#Footer
{
	color: #666;
	padding-top: 12px;
	line-height: 1.25em;
	font-size: inherit;
	margin: 12px;
	margin-top: 0;
	float: left;
	clear: both;
	border-top: 1px #dbe0e5 solid;
	width: 937px; /* width of container - 24 */
	height: auto;
}

#Footer p
{
	color: #666;
	width: auto;
	float: left;
	clear: left;
	margin: 0;
}

#Footer ul.menuList
{
	color: #a10e5c;
	width: auto;
	height: 100%;
	padding-left: 6px;
	float: right;
	clear: right;
}

#Footer ul.menuList a
{
	color: #a10e5c;
}

#Footer ul.menuList li
{
	padding: 0 7px;
	border-left: #a10e5c 1px solid;
	width: auto;
	background: transparent;
	display: block;
	float: left;
}

#Footer ul.menuList li.first
{
	border: none;
}
li.first
{
	border: none;
}

#Container
{
	position: relative;
}
#AutoFloat
{
	width: 961px;
	margin: 0pt auto;
}


/*Added by Rachid*/

input
{
	font-family: "Trebuchet MS" ,Helvetica,Jamrul,sans-serif !important;
}

#TypeSize #small
{
	font-size: 10px;
}

#TypeSize #big
{
	font-size: 12px;
}

#TypeSize #bigger
{
	font-size: 15px;
}
#TypeSize .current
{
	text-decoration: underline;
}

.adult #SubContent, .join-us #SubContent
{
	background: #fff url(../Images/maincontent-home-bg.png) repeat-x top;
}
/* News & Events Page */
.news-events #MainContent
{
	background: #fff url(../Images/maincontent-home-bg.png) repeat-x top;
	color: #000 !important;
}

.news-events #MainContent h2, .news-events #MainContent ul li p
{
	color: #333;
}

.news-events #MainContent ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.news-events #MainContent ul li h6
{
	display: inline;
	margin-right: 10px;
	color: #333;
}

.news-events #MainContent ul li
{
	margin: 0;
}

.news-events #MainContent ul li h3
{
	background: none;
	padding: 0;
	font-size: 1.1em;
}

.news-events #MainContent ul li p
{
	margin: 0;
	display: inline;
}

.news-events #SubContent
{
	background: #e5f0f0;
}

.news-events #SubContent h3
{
	background: #699;
}

.news-events h4
{
	background: #699 url(../Images/h3-arrow.png) no-repeat right;
}


.news-events #SubContent p
{
	color: #333;
}

/* Join Us Page */
.join-us #MainContent
{
	background: #fff url(../Images/maincontent-home-bg.png) repeat-x top;
}

.join-us #MainContent h2, .join-us #MainContent ul li p
{
	color: #333;
}

.join-us #MainContent ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.join-us #MainContent ul li
{
	margin: 15px 0;
}

.join-us #MainContent ul li h3 a
{
	color: #a10e5a;
	text-decoration: underline;
}

.join-us #MainContent ul li h3 a:hover
{
	color: #a10e5a;
	text-decoration: none;
}

.join-us #MainContent ul li h3
{
	background: none;
	padding: 0;
	font-size: 1.1em;
}

.join-us #MainContent ul li p
{
	margin: 0;
}

.join-us #MainContent h2
{
	color: #a10e5a;
}
.join-us #MainContent a
{
	color: #a10e5a;
	text-decoration: underline;
}
.join-us #MainContent #Breadcrumb a
{
	text-decoration: none;
	color: #333;
}
.join-us #MainContent #Breadcrumb a:hover
{
	text-decoration: underline;
}

.join-us #SubContent
{
	background: #fff url(../Images/maincontent-home-bg.png) repeat-x top;
}

.join-us #SubContent h3
{
	background: #a10e5a;
}

.join-us h4
{
	background: #a10e5c url(../Images/h3-arrow.png) no-repeat right;
}

.join-us #SubContent p
{
	color: #333;
}

/* News & Events Page */
.news-events #MainContent
{
	background: #fff url(../Images/maincontent-home-bg.png) repeat-x top;
	color: #000 !important;
}

.news-events #MainContent h2, .news-events #MainContent ul li p
{
	color: #333;
}

.news-events #MainContent ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.news-events #MainContent ul li h6
{
	display: inline;
	margin-right: 10px;
	color: #333;
}

.news-events #MainContent ul li
{
	margin: 0;
}

.news-events #MainContent ul li h3
{
	background: none;
	padding: 0;
	font-size: 1.1em;
	color:#fff !important;
}

.news-events #MainContent ul li p
{
	margin: 0;
	display: inline;
}

.news-events #SubContent
{
	background: #e5f0f0;
}

.news-events #SubContent h3
{
	background: #699;
}

.news-events h4
{
	background: #699 url(../Images/h3-arrow.png) no-repeat right;
}


.news-events #SubContent p
{
	color: #333;
}
#MainContent ul#Headings li h3 a
{
	color: #fff;
	display: block;
	height: 100%;
	width: 100%;
}

#SearchSections
{
	float: left;
	width: 193px;
	min-height: 390px;
	height: 100%;
	margin-right: 9px;
	background: #fff url(../Images/SearchSections-bg.png) repeat-x top;
}

#SearchSections ul
{
	padding: 9px 15px;
	color: #333;
	float: left;
}

#SearchSections li
{
	margin-left: -15px;
	padding-left: 15px;
	color: #333;
	height: 26px;
	line-height: 26px;
	list-style: none;
	background: transparent url(../Images/SearchSections-arrow.png) left center no-repeat;
	width: 155px;
}

#SearchSections li a
{
	border-bottom: #fff 1px solid;
	display: block;
	height: 100%;
	width: 100%;
	vertical-align: middle;
}

#SearchResults
{
	float: left;
	width: 713px;
	min-height: 390px;
	height: 100%;
	padding: 11px;
	margin: 0;
	background: #fff url(../Images/SearchResults-bg.png) repeat-x top;
}

#SearchResults .search
{
	float: right;
	position: relative;
	top: 56px;
	padding: 0;
	margin: 0;
}

#SearchResults .search input.text
{
	background: #fff;
	width: 207px;
}

#Content #SearchResults ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}

#Content #SearchResults li
{
	margin: 0;
	padding: 0;
	color: #333;
	list-style: none;
	background: none;
	margin: 20px 0;
}

#SearchResults li h2
{
	color: #333;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
}

#SearchResults li p
{
	color: #333;
	font-size: 1em;
	line-height: 1em;
}
#SearchSections li p
{
	margin-top: 5px;
	padding-bottom: 5px;
	line-height: 15px;
}
#Footer ul.menuList li
{
	cursor: pointer;
}

.Login
{
	text-align: center;
	background: url(../Images/maincontent-home-bg.png) #fff repeat-x 50% top;
	padding: 12px;
}

.Login h2
{
	color: #333;
}

#SupportButton .online
{
	cursor:pointer;
}
#SupportButton .online a
{
	color:White;
}

#SupportButton .online:hover
{
	 text-decoration:underline;
}
	
	strong
{
font-weight:bold ;
	}
	
.skipBlur
{
	top : -999em;
	display:none;
	}
.skipLink
{
	color:#000;
	z-index:999;
	display:none;
	}
	
#FooterRight
{
	float:right;
}
#FooterLeft
{
	float:left;
	width:650px !important;
}