/************************************
 * 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
{
	/*text-transform: lowercase;*/
	color: #333;
	font-weight: bold;
	font-size: 2.5em;
	line-height: 3em;
	margin-top: -30px;
	margin-bottom: -10px;
}

h2
{
	color: #2362ac !important;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.75em;
	margin: 10px 0;
}

h3
{
	color: #2362ac;
	font-weight: bold;
	background: #e6e6e6;
	font-size: 1.5em;
	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: #2362ac;
	font-weight: bold;
}

address
{
	float: left;
	color: #333;
	font-size: 1em;
	line-height: 1.2em;
	padding: 12px;
}

address em
{
	color: #2362ac;
	font-weight: normal;
}

p
{
	margin: 10px 0;
}

/************************************
 *	 		Containers 				*
 ************************************/
#Container
{
	width: 100%;
}

/************************************
 *				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;
	color: #fff;
}

#HeaderBar .menuList.dark li a
{
	color: #333;
}

#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			*
 ************************************/
#SideNav
{
	float: left;
	width: 193px;
	min-height: 390px;
	height: 100%;
	margin-right: 9px;
	background: #fff url(../Images/SideNav-bg.png) repeat-x top;
}

#SideNav ul
{
	padding: 9px 15px;
	color: #333;
	float: left;
}

#SideNav li
{
	margin-left: -15px;
	padding-left: 15px;
	margin-top: 3px;
	color: #333;
	height: 26px;
	line-height: 26px;
	list-style: none;
	background: transparent url(../Images/SideNav-arrow.png) left center no-repeat;
	width: 150px;
}

#SideNav li div
{
	border-bottom: #fff 1px solid;
	height: 1px;
	width: 140px;
	padding: 0;
	margin: 0;
}

#SideNav li a
{
	/*border-bottom: #fff 1px solid;*/
	display: block;
	height: 100%;
	width: 100%;
}

/* Contact Page */
.contact #MainContent
{
	/*width: 640px;*/
	width: 442px;
	background: #fff url(../images/maincontent-home-bg.png) repeat-x top;
}

.contact #SubContent
{
	width: 260px;
	background: #e6e6e6;
	margin-bottom: 0;
}

.contact #SubContent h3
{
	background: #0a4595;
	color: #fff;
	margin: 0;
	margin-top: 0;
	line-height: normal;
}

.office
{
	display: inline;
	float: left;
	width: 205px;
	margin-top: 12px;
}

.office h4
{
	background: none;
}

.office address
{
	padding: 0;
	font-size: 1.1em;
	line-height: 1.4em;
}

.contact .item
{
	position: relative;
	background: #0a4595;
	width: 244px;
	height: 80px;
	margin: 10px;
}

/*.contact .item p {
					padding: 0;
					margin: 0;
					position: absolute;
					top: 0;
					left: 0;
					font-weight: bold;
					display: block;
					height: 80px;
					width: 244px;
				}*/

.contact .item a
{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.3em;
	line-height: 1.7em;
	font-weight: bold;
	color: #fff !important;
	display: block;
	height: 56px;
	width: 142px;
	padding: 12px;
	padding-right: 90px;
}

.contact .item span
{
	position: absolute;
	display: block;
	height: 8px;
	width: 15px;
	bottom: 24px;
	right: 100px;
	background: transparent url(../images/h3-arrow.png) no-repeat center center;
}

.contact .item img
{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}

.contact .item.noimg
{
	height: 40px;
}

.contact .item.noimg a
{
	height: 16px;
	padding: 12px;
	width: 220px;
	line-height: 16px;
}

.contact .item.noimg span
{
	bottom: 15px;
	right: 55px;
}

.contact .item.thin a
{
	padding-right: 140px;
	width: 102px;
}

.contact .item.thin span
{
	right: 145px;
}

.contact legend
{
	color: #0a4595;
}

input.submit
{
	background-color: #0a4595 !important;
}

/************************************
 *			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/SideNav-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;
}

#ContactUs
{
	float: right;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
}
#SubContent #ContactUs
{
	float: left;
	text-align: left;
	position: relative;
	bottom: 0;
	right: 0;
	margin: 12px;
	margin-top: 0;
}

.adult.alt #ContactUs
{
	float: right;
	text-align: left;
	position: absolute;
	bottom: 0;
	right: 90px;
}

#ContactUs p, #SubContent #ContactUs p
{
	font-size: 1.2em;
	margin: 0;
}

#ContactUs h2, #SubContent #ContactUs h2
{
	text-transform: lowercase;
}

#ContactUs a, #ContactUs em, #SubContent #ContactUs a, #SubContent #ContactUs em
{
	color: #2362ac;
	font-weight: normal;
}

/************************************
 *				Layout				*
 ************************************/
#Layout
{
	float: left;
	width: 100%;
	background: #fff;
	height: auto;
}

/************************************
 *	 			Forms 				*
 ************************************/
#Layout fieldset
{
	width: 380px;
}

#Layout label, #Layout input, #Layout textarea, #Layout select
{
	margin: 4px 0;
}

.contact label, .adult label
{
	float: left;
	clear: left;
	line-height: 33px;
	font-size: 1.1em;
}
.contact input, .adult input, .contact textarea, .adult textarea, .contact select, .adult select
{
	line-height: 25px;
	float: right;
	clear: right;
	height: 25px;
	width: 240px;
	border: 1px solid #676767;
	background-color: #fff;
}

.contact select, .adult select
{
	width: 242px;
	background-color: #ddd;
}

.contact label.tall, .adult label.tall
{
	margin-bottom: 25px;
}

.contact textarea, .adult textarea
{
	line-height: 1.2em;
	height: 54px;
	width: 238px;
	padding: 1px;
}

.contact legend, .adult legend
{
	float: left;
	clear: both;
	font-weight: bold;
	margin: 4px 0 4px 140px;
}

.contact input.submit, .adult input.submit
{
	width: 80px;
	height: 30px;
	position: relative;
	right: 162px;
	border: none;
	color: #fff;
	font-weight: bold;
}

#Layout input.checkbox, #Layout input[type="checkbox"]
{
	float: left;
	clear: left;
	margin-left: 140px;
	width: 20px;
	height: 18px;
}

#Layout label.checkbox
{
	float: right;
	clear: none;
	line-height: 18px;
	width: 212px;
}

/* Header */
#Header
{
	width: 100%;
	padding: 12px;
	height: 164px;
}

#Holder
{
	height: 120px;
	background: url(../Images/main-header-bar-bg.png) repeat-x bottom;
	width: 935px;
}

/* Images */
#Header .headerHolder
{
	height: 120px;
	width: 124px;
	margin-right: 11px;
	background: none;
	float: left;
}

#Header .headerHolder.logo
{
	text-align: center;
}

#Header .headerHolder.logo img
{
	position: relative;
	top: 25px;
}

#Header .headerHolder.logo a
{
	display: block;
	height: 100%;
	width: 100%;
}

#Header .headerHolder.box1, #Header .headerHolder.box1.solid, #Header .headerHolder.box1.current
{
}

#Header .headerHolder.box1 img
{
	position: relative;
	top: 17px;
	right: 22px;
	opacity: 1;
}

#Header .headerHolder.box1.solid img, #Header .headerHolder.box1.current img
{
	z-index: 1;
	opacity: 1;
}

#Header .headerHolder.box2, #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: 3px;
	right: 5px;
}

#Header .headerHolder.box3, #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: 1px;
	right: 2px;
}

#Header .headerHolder.box4, #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: 10px;
	right: 4px;
}

#Header .headerHolder.box5, #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: 3px;
}

#Header .headerHolder.box6, #Header .headerHolder.box6.solid, #Header .headerHolder.box6.current
{
	text-align: center;
	margin: 0;
	padding: 0;
}

#Header .headerHolder.box6.solid img, #Header .headerHolder.box6.current img
{
	z-index: 1;
	opacity: 1;
}

#Header .headerHolder.box6 img
{
	position: relative;
	z-index: 1;
	opacity: 1;
	top: 1px;
	right: 15px;
}

.current img
{
	z-index: 10;
}

/* Menu */
#MainMenu li a
{
	display: block;
	width: 100%;
	height: 100%;
}

ul#MainMenu
{
	color: #fff;
	font-size: 1.3em;
	font-weight: 500;
	width: auto;
	height: 38px;
	display: inline;
	float: left;
	margin: 12px 0 0 0;
}

ul#MainMenu li
{
	float: left;
	padding-left: 12px;
	width: 114px;
	height: 38px;
	line-height: 38px;
	margin-right: 9px;
}

ul#MainMenu li.double
{
	padding-top: 3px;
	line-height: 15px;
	height: 35px;
}

ul#MainMenu li a
{
	vertical-align: middle;
}

ul#MainMenu li.logo
{
	background: #152b75;
}

ul#MainMenu li.box1
{
	background: #0a4595;
}

ul#MainMenu li.box2
{
	background: #0074bc;
}

ul#MainMenu li.box3
{
	background: #00adef;
}

ul#MainMenu li.box4
{
	background: #089ad8;
}

ul#MainMenu li.box5
{
	background: #0093b0;
}

ul#MainMenu li.box6
{
	background: #2b787f;
}

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: #7e91d4;
	width: 106px;
}

ul#MainMenu.dropdown ul li
{
	border-top: 1px solid #152b75;
	background: url('../Images/h3-arrow.png') no-repeat right;
	width: 106px;
	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: 100%;
	margin-left: 9px;
	float: right;
	min-height: 360px;
	position: relative;
	margin-bottom: 82px;
}

.adult.alt #SubContent, .home #SubContent
{
	margin-bottom: 0;
}

#SubContent h3
{
	margin-top: 12px;
}

.home #SubContent h3
{
	clear: left;
}

#SubContent a
{
	color: #2362ac;
}

#SubContent img, #SubContent address
{
	float: left;
	clear: left;
	font-size: 1.2em;
}

.home #SubContent
{
	width: 181px;
}

#Content
{
	width: 937px; /* width of container - 24 */
	margin: 12px;
	float: left;
	height: auto;
	position: relative;
}

#Content ul
{
	color: #2362ac;
	list-style: square outside;
	margin-left: 20px;
}

#Content ul span
{
	color: #333;
}

#MainContent
{
	float: left;
	height: auto;
	min-height: 336px;
	padding: 12px;
}

/* Home Page */
.home #MainContent
{
	width: 720px;
	background: #fff url(../Images/maincontent-home-bg.png) repeat-x top;
}

.home #MainContent img.illustrate
{
	margin: -12px;
	float: right;
	margin-left: -150px;
}

/* Adult Page */
.adult #SideNav
{
}

.adult #MainContent
{
	width: 442px;
	background: #fff url(../Images/maincontent-home-bg.png) repeat-x top;
}

.adult #ctl00_Content_cbMainContent a
{
	color: #0074bc;
}

.adult #SubContent
{
	width: 260px;
	background: #fff url(../Images/maincontent-home-bg.png) repeat-x top;
}

.adult.alt #SubContent
{
	background: #e6e6e6;
	min-height: 0;
}

.adult #SubContent p
{
	color: #333;
	margin: 12px;
}

.adult #SubContent h3
{
	background: #0a4595 !important;
	color: #fff;
	margin: 0;
	margin-top: 0;
	line-height: normal;
}

.adult h4
{
	background: #0a4595 url(../Images/h3-arrow.png) no-repeat right;
	margin: 8px 12px;
	padding: 1px 5px;
}

.adult h4:hover
{
	background: #767676 url(../Images/h3-arrow.png) no-repeat right;
}

.adult #SubContent a, .adult #SubContent h4 a
{
	color: #fff;
}

/* News */
#News
{
	float: left;
	margin-bottom: 12px;
}

/* 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: #2362ac;
	width: auto;
	height: 100%;
	padding-left: 6px;
	float: right;
	clear: right;
}

#Footer ul.menuList a
{
	color: #2362ac;
}

#Footer ul.menuList li
{
	padding: 0 7px;
	border-left: #2362ac 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*/
#MainFullContent
{
	width: 710px;
	min-height: 390px;
	float: left;
	padding: 12px;
	background: url(../Images/maincontent-home-bg.png) #fff repeat-x 50% top;
}
#FullContent
{
	/*width:73%;*/
}

#TypeSize #small
{
	font-size: 10px;
}

#TypeSize #big
{
	font-size: 12px;
}

#TypeSize #bigger
{
	font-size: 15px;
}
#TypeSize .current
{
	text-decoration: underline;
}
#Footer ul.menuList li
{
	cursor: pointer;
}

/* History Page */
.history #Content #MainContent
{
	width: 456px;
	background: #fff url(../images/maincontent-home-bg.png) repeat-x top;
	margin: 0;
}

.history #Content #SubContent
{
	width: 432px;
	background: #fff url(../images/maincontent-home-bg.png) repeat-x top;
	margin: 0;
	padding: 12px;
	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;
}


#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;
}

#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;
}
#SearchSections li p
{
	margin-top: 5px;
	padding-bottom: 5px;
	line-height: 15px;
}

#SupportButton .online
{
	cursor:pointer;
}
#SupportButton .online a
{
	color:White;
}

#SupportButton .online:hover
{
	text-decoration: underline;
}

/* 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;
}


/* News & Events Page */
.news-events #MainFullContent
{
	width: 707px;
	background: #fff url(../images/maincontent-home-bg.png) repeat-x top;
}

.news-events .item
{
	display: inline;
	float: left;
	position: relative;
	width: 228px;
	height: 258px;
	margin-right: 11px;
}

.news-events .item.last
{
	margin: 0;
}

.news-events .item h3
{
	position: absolute;
	width: 228px;
	height: 48px;
	background: #2b787f;
	color: #fff;
	text-transform: lowercase;
	padding: 0;
}

.news-events .item a
{
	position: absolute;
	color: #fff;
	display: block;
	padding: 12px;
	height: 244px;
	width: 204px;
}

.news-events .item img
{
	position: absolute;
	display: block;
	top: 48px;
	left: 0px; /* remove here */
}



/* 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: 612px;
	margin: 0 0 0 20px;
	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: #152b75;
	color: #fff;
	width: 48px;
	height: 16px;
	padding-right: 0;
}

/* Join Us Page */
.join-us #MainFullContent
{
	background: #fff url(../images/maincontent-home-bg.png) repeat-x top;
}

.join-us #MainFullContent h2, .join-us #MainFullContent ul li p
{
	color: #333;
}

.join-us #MainFullContentt ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.join-us #MainFullContent ul li
{
	margin: 15px 0;
}

.join-us #MainFullContent ul li h3 a
{
	color: #2362ac;
	text-decoration: underline;
}

.join-us #MainFullContentt ul li h3 a:hover
{
	color: #a10e5a;
	text-decoration: none;
}

.join-us #MainFullContentt ul li h3
{
	background: none;
	padding: 0;
	font-size: 1.1em;
}

.join-us #MainFullContent ul li p
{
	margin: 0;
}

.join-us #SubContent p
{
	color: #333;
}

#Jobs ul
{
	background: none;
}
#Jobs H3
{
	background: none;
	font-size: 1.1em;
}


#Help
{
	width: 240px;
}

#FullContent h5
{
	text-transform: lowercase;
	color: #333;
	background: none;
	padding: 0;
	margin: 0;
	font-size: 1.5em;
}

#Help h4
{
	background: #38969e url(../images/h3-arrow.png) no-repeat right;
	margin: 8px 0;
	padding: 1px 5px;
	border: 1px solid #dae0e5;
}

#Help h4 a
{
	color: #fff;
}

#Help h4:hover
{
	background: #767676 url(../images/h3-arrow.png) no-repeat right;
}

strong
{
	font-weight: bold;
}

/************************************
 *	 	      Contact Us 			*
 ************************************/

.contact .phoneusnow
{
	background: none !important;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.3em;
	line-height: 1.7em;
	font-weight: bold;
	color: #fff !important;
	display: block;
	height: 56px;
	width: 142px;
	padding: 12px;
	padding-right: 90px;
}

.news-events #FullContent #Help
{
	width: 540px;
}

.skipBlur
{
	top: -999em;
	display: none;
}
.skipLink
{
	color: #000;
	z-index: 999;
	display: none;
}