html, body
{
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
body
{
	overflow: scroll;
}
img, table
{
	border: 0;
}
a
{
	cursor: pointer; /*For Opera*/
}
a:hover
{
	text-decoration: none;
	cursor: pointer;
}

/* Layout Styles */

.Wrapper
{
	width: 995px;
	position: relative;
	top: 4px;
	background: url( "../../Images/Neurolink/neuro-lines-right.gif" ) no-repeat 100% 44px;
}
.Logo
{
	width: 177px;
	height: 43px;
	position: relative;
	z-index: 9;
	overflow: hidden;
}
.Logo img
{
	
}
.TopNavigation
{
	height: 44px;
	margin-left: 113px;
	position: relative;
	z-index: 11;
}
.LeftHeaderImage
{
	width: 340px;
	height: 149px;
	margin-top: -25px;
}
.LHImageTop
{
	width: 340px;
	height: 57px;
	background: url("../../Images/Neurolink/neurological-integration-system-top.gif") no-repeat 0 0;
	position: relative;
	z-index: 1;
}
.LHImageLink
{
	width: 340px;
	height: 82px;
	background: url("../../Images/Neurolink/neurological-integration-system-link.gif") no-repeat 0 0;
}
.LeftAreaTop
{
	width: 235px;
	height: 14px;
	background: url( "../../Images/Neurolink/left-top-line.gif" ) no-repeat 0 0;
	margin-top: -10px;
}
.LeftAreaTD
{
	width: 235px;
	min-width: 235px; /* For Safari/Chrome */
	background: url( "../../Images/Neurolink/orange-line-left.gif" ) repeat-y 100% 0;
}
.RightAreaTD
{
	width: 760px;
	min-width: 760px; /* For Safari/Chrome */
	height: 200px;
	background: url( "../../Images/Neurolink/main-line-right.gif" ) repeat-y 100% 0;
}
.RightArea
{
	width: 628px;
}
.Breadcrumbs
{
	height: 36px;
}
.Breadcrumbs a
{
	color: #88878B;
	font: normal 11px/23px Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
	text-decoration: none;
}
.Breadcrumbs a:hover
{
	color: #EB6400;
}
.MainBottomLine
{
	height: 8px;
	background: url( "../../Images/Neurolink/main-bottom.gif" ) no-repeat 0 0;
}
.SearchResultsDiv
{
	width: 628px;
}
.LoginButtonTD
{
	padding: 13px 17px 0 0;
}

/* End Layout Styles */

/* Footer */

.Footer
{
	float: left;
	height: 22px;
	overflow: hidden;
}
.FooterNavDiv
{
	position: relative;
	left: 36px;
}
.FooterNavDiv .footerNav
{
	color: #EB6400;
	font: normal 11px/23px Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
	text-decoration: none;
}
.footerNav:hover
{
	color: #666;
}
.FooterNavDiv span
{
	margin: 0 3px 0 3px;
}
.SiteBy a, .CopyrightDiv
{
	color: #666;
	font: normal 11px/23px Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
.SiteBy a:hover
{
	color: #EB6400;
}

/* End Footer Nav */

/* Contact Page */

.ContactUsDiv
{
	width: 700px;
	margin-top: 33px;
}
.ContactInfo
{
	width: 333px;
	line-height: 22px;
}
.ContactGoogleMap
{
	width: 333px;
	margin-left: 30px;
}

/* End Contact Page */

/* SearchBox */

.SearchDiv
{
	position: relative;
	top: 18px;
}
.SearchBoxLeft
{
	width: 1px;
	height: 14px;
	background: url( "../../Images/Neurolink/search-box-left.gif" ) no-repeat 0 0;
	margin-left: 6px;
}
.SearchBoxRight
{
	width: 1px;
	height: 14px;
	background: url( "../../Images/Neurolink/search-box-right.gif" ) no-repeat 0 0;
}
.SearchBox
{
	width: 64px;
	height: 14px;
	background: url( "../../Images/Neurolink/search-box.gif" ) repeat-x 0 0;
	border: 0;
	color: #807F84;
	font: normal 10px Arial, Helvetica, Sans-Serif;
	margin: 0;
}
.GoButton
{
	margin-left: 6px;
}
.SearchText
{
	line-height: 14px;
}

/* End SearchBox */

/* Panel Template */

.PanelHeaderImage
{
	width: 340px;
	height: 149px;
	position: relative;
	top: -25px;
}
.PanelMainDiv
{
	background: url( "../../Images/Neurolink/panel-bg.gif" ) repeat-y 0 0;
	margin-top: -36px;
}
.PanelBottom
{
	height: 8px;
	background: url( "../../Images/Neurolink/panel-bottom.gif" ) no-repeat 0 0;
}
.PanelContent
{
	padding: 18px 0 18px 0;
}

/* End Panel Template */

/* Sub Nav */

.PageHeading
{
	height: 33px;
}
.PageHeading span
{
	color: #CF6400;
	font: bold 14px/23px Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
#SubNavDiv ul, #SubNavDiv li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#SubNavDiv li a
{
	color: #7F7E83;
	font: normal 13px/23px Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	text-transform: uppercase;
}
#SubNavDiv li a:hover, #SubNavDiv .Selected, #SubNavDiv .Selected a, #SubNavDiv #Expanded
{
	color: #CF6400;
}
#SubNavDiv .Separator
{
	display: none;
}
#SubNavDiv li ul
{
	margin-left: 15px;
}
#SubNavDiv li ul li
{
	padding-left: 8px;
	background: url( "../../Images/Neurolink/nav-dot.gif" ) no-repeat 0 10px;
}
#SubNavDiv li ul li a
{
	text-transform: none;
}
#SubNavDiv .Selected ul li a
{
	color: #7F7E83;
}

/* End Sub Nav */

/* Form Styles */

.FormTextBox, .LoginFormBox
{
	width: 151px;
	height: 22px;
	background: #FFF url( "../../Images/Neurolink/prac-searchbox-bg.gif" ) repeat-x 0 0;
	border: 1px solid #999;
	border-top: none;
	border-bottom: none;
	padding: 4px 0 0 1px;
	color: #000;
	font: normal 12px Arial, Helvetica, Sans-Serif;
}
.FormDD
{
	width: 151px;
	color: #000;
	font: normal 12px Arial, Helvetica, Sans-Serif;
}
.FormSelectMenu
{
	width: 151px; /*height: 22px;*/
}
.FormSelectImage
{
	width: 151px;
	height: 22px;
	background: url( "../../Images/Neurolink/form-select-bg.gif" ) no-repeat 0 0;
	position: relative;
	top: 22px;
}
.FormTextarea
{
	width: 151px;
	height: 83px;
	border: 1px solid #999;
	color: #000;
	font: normal 12px Arial, Helvetica, Sans-Serif;
}
.ApplyCareerForm, .ApplyCareerText
{
	width: 100%;
	margin-left: 11px;
}
.ApplyCareerForm td
{
	vertical-align: middle;
}
.SubmitDetailsButton
{
	width: 141px;
	height: 27px;
	background: url( "../../Images/Neurolink/submit-details.gif" ) no-repeat 0 0;
	border: 0;
	cursor: pointer;
}

/* End Form Styles */

/* Button Styles */

.Button
{
	width: 141px;
	height: 27px;
	background: url( "../../Images/Neurolink/blue-button.gif" ) no-repeat 0 0;
	border: 0;
	color: #FFF;
	font: normal 13px/27px Arial, Helvetica, Sans-Serif;
	cursor: pointer;
	text-align: center;
}
.BabyButton
{
	width: 54px;
	height: 17px;
	background: url( "../../Images/Neurolink/baby-button.gif" ) no-repeat 0 0;
	border: 0;
	color: #FFF;
	font: normal 10px/17px Arial, Helvetica, Sans-Serif;
	cursor: pointer;
	text-align: center;
}
.MediumButton
{
	width: 84px;
	height: 27px;
	background: url( "../../Images/Neurolink/medium-button.gif" ) no-repeat 0 0;
	border: 0;
	color: #FFF;
	font: normal 13px/27px Arial, Helvetica, Sans-Serif;
	cursor: pointer;
	text-align: center;
}
.MediumButtonGrey
{
	width: 84px;
	height: 27px;
	background: url( "../../Images/Neurolink/medium-button-grey.gif" ) no-repeat 0 0;
	border: 0;
	color: #FFF;
	font: normal 13px/27px Arial, Helvetica, Sans-Serif;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
}
.ThickButton
{
	width: 141px;
	height: 40px;
	border: 0;
	color: #FFF;
	font: normal 13px/18px Arial, Helvetica, Sans-Serif;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	background: url( "../../Images/Neurolink/thick-button.gif" ) no-repeat 0 0;
	padding-top: 3px;
	margin: 0 3px 0 3px;
}

.Button a, .Button a:visited, .Button a:link, .Button a:active, .BabyButton a, .BabyButton a:visited, .BabyButton a:link, .BabyButton a:active, .MediumButton a, .MediumButton a:visited, .MediumButton a:link, .MediumButton a:active, .MediumButton, a .Button
{
	text-decoration: none;
	color: #FFF;
}
/*
.Button a:hover, .Button:hover, .MediumButton a:hover, .MediumButton:hover
{
	font-weight: bold;
	font-size: 15px;
}
*/
.BabyButton a:hover, .BabyButton:hover
{
	font-weight: bold;
	font-size: 12px;
}
.ButtonText
{
	color: #FFF;
	font: normal 13px/27px Arial, Helvetica, Sans-Serif;
}
h4 a
{
	text-decoration: none;
}

/* End Button Styles */

/* Text Styles */

.ValidateError, .ValidateError *
{
	color: #ff0000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	vertical-align: middle;
}
.OrangeLink:hover
{
	text-decoration: underline;
	color: #666;
	line-height: 18px;
}
.SeminarColumn
{
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
}

/* End Text Styles */

/*Generic Classes */

.BN
{
	border: none;
}
.CB
{
	clear: both;
}
.CB1
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
}
.P5
{
	padding-top: 5px;
}
.CB10
{
	clear: both;
	height: 10px;
	overflow: hidden;
}
.CP
{
	cursor: pointer;
}
.DB
{
	display: block;
}
.DI
{
	display: inline;
}
.DN
{
	display: none;
}
.FL
{
	float: left;
}
.FR
{
	float: right;
}
.H100
{
	height: 100%;
}
.MA
{
	margin-left: auto;
	margin-right: auto;
}
.OH
{
	overflow: hidden;
}
.PA
{
	position: absolute;
}
.PR
{
	position: relative;
}
.TC
{
	text-align: center;
}
.TDN
{
	text-decoration: none;
}
.TL
{
	text-align: left;
}
.TR
{
	text-align: right;
}
.VB
{
	vertical-align: bottom;
}
.VT
{
	vertical-align: top;
}
.W100
{
	width: 100%;
}

/* End Generic Classes */

/* FAQ Styles */

.FAQDiv
{
	width: 666px;
	padding-top: 12px;
}
.FAQDiv ul
{
	width: 666px;
}
.FAQDiv ul li a, .FAQDiv ul li a:active, .FAQDiv ul li a:link, .FAQDiv ul li a:visited
{
	color: #2961A4;
	font: normal 13px/23px Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
.FAQDiv ul li a:hover
{
	color: #CF6400;
}
.FAQDiv ul li a img
{
	position: relative;
	top: 8px;
}
.FAQDiv ul li ul li
{
	width: 636px;
}
.FAQDiv ul li ul .text
{
	font: normal 12px/14px Arial, Helvetica, Sans-Serif;
	position: relative;
	left: 21px;
}
.FAQDiv ul li ul .text
{
	color: #7F7E83;
	cursor: text;
	margin: 3px 0 3px 0;
}

/* end FAQ Styles */
.SitemapDiv
{
	float: left;
}
.SitemapDiv a
{
	color: #807F84;
	font: bold 13px Arial, Helvetica, Sans-Serif;
}
.errorbox
{
	width: 200px;
	color: #F00;
	font: normal 12px Arial, Helvetica, Sans-Serif;
}

/* NAVIGATION */

#TopDiv
{
	margin: 17px 45px 0 10px;
}

#TopDiv ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#TopDiv li
{
	float: left;
}

#TopDiv li a
{
	text-decoration: none;
	color: #ADAFB2;
	font: bold 10px/16px Arial, Helvetica, Serif, Sans-Serif;
	text-transform: uppercase;
}

#TopDiv li a:hover
{
	cursor: pointer;
	text-decoration: none;
	color: #EB6400;
}

#TopDiv .Separator
{
	margin: 0 10px 0 10px;
}

/* END NAVIGATION */

.EditAccoutButtonDiv
{
	height: 30px;
	overflow: hidden;
	margin-top: 5px;
}
.EditMyAccountButton
{
	line-height: 18px;
}
.CountrySel
{
	text-transform: uppercase;
}