@charset "utf-8";
/* CSS Document */
/* Start General Styles */
html
{
	min-height: 100%;
	margin-bottom: 1px;
}
body
{
	background-color:#125567;
	margin:0px;
	padding:0px;
	background-image:url(../images/BodyBG.gif);
	background-repeat:repeat-y;
	background-position:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height::18px;
	color:#4D4D4D;
	line-height:18px;
}

img
{
	border:0px;
}

ul
{
	margin-top:10px;
	margin-bottom:10px;
}
li
{
	padding-top:4px;
	padding-bottom:4px;
}

p
{
	margin-top:0px;
	margin-bottom:12px;
}

a:link
{
	color:#00687c;
	font-weight:bold;
	text-decoration:none;
}

a:active
{
	color:#00687c;
	font-weight:bold;
	text-decoration:none;
}

a:visited
{
	color:#00687c;
	font-weight:bold;
	text-decoration:none;
}

a:hover
{
	color:#851a21;
	font-weight:bold;
	text-decoration:none;
}

.ClearingDiv
{
	clear:both;
}

.CursorCell
{
	cursor:pointer;
}

.ItalicText
{
	font-style:oblique;
}

.HighlightText
{
	color:#851a21;
	font-weight:bold;
}

.SmallItalicText
{
	font-style:oblique;
	font-size:11px;
}

.BoldText
{
	font-weight:bold;
}

.Emphasis
{
	font-size:11px;
	color:#00687c;
	font-style:oblique;
}

.SmallType
{
	font-size:11px;
}

.LargeCap
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#57171C;
	font-size:32px;
	line-height:36px;
}

div.HeaderDiv
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#ffffff;
	font-weight:bold;
	font-style:oblique;
	text-align:left;
	color:#57171C;
	width:95%;
	margin:5px auto 0px auto;
	background-image:url(../images/DataTableBG.gif);
	background-repeat:no-repeat;
	padding-top:20px;
	padding-bottom:10px;
	border-bottom:2px solid #423321;
}

table.HeaderTable
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#ffffff;
	font-weight:bold;
	font-style:oblique;
	text-align:left;
	color:#57171C;
	width:95%;
	margin:5px auto 0px auto;
	background-image:url(../images/DataTableBG.gif);
	background-repeat:no-repeat;
}

table.HeaderTable td
{
	text-align:left;
}

table.HeaderTable .TitleContainer
{
	padding-top:20px;
	padding-bottom:10px;
	width:300px;
	text-align:left;
}

table.HeaderTable .TabContainer
{
	text-align:right;
	vertical-align:bottom;
	padding:0px 5px 0px 0px;
}

table.HeaderTable .TabContainer img
{
	cursor:pointer;
}

/* End General Styles */
/* Start Main Content */

#OuterContainer
{
	width:780px;
	margin:0 auto;
}

#TopBurst
{
	text-align:center;
}

#MainContentWrapper
{
	background-color:#ffffff;
	background-image:url(../images/MainContentBG.gif);
	background-repeat:repeat-x;
}

#MainContentArea
{
	border-left:2px solid #5097AA;
	border-right:2px solid #5097AA;
	background-image:url(../images/LeftNavBG.gif);
	background-repeat:repeat-y;
	background-position:0px 0px;
}

/* End Central Content */
/* Start Left Nav */

#LeftNav
{
	width:188px;
	height:347px;
	float:left;
	background-image:url(../images/LeftNavScrollBG.gif);
	background-repeat:no-repeat;
}

#LeftNav ul
{
	list-style-type:none;
	margin:30px 0px 0px 0px;
	padding:0px;
}

#LeftNav ul li
{
	margin:0px;
	padding:4px 0px 5px 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	letter-spacing:1px;
	color:#423321;
	background-image:none;
}

#LeftNav ul li.NavSelected
{
	background-image:url(../images/NavSelectedBG.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	font-weight:bold;
}

#LeftNav ul li a:link
{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	letter-spacing:1px;
	color:#423321;
	text-decoration:none;
}

#LeftNav ul li a:visited
{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	letter-spacing:1px;
	color:#423321;
	text-decoration:none;
}

#LeftNav ul li a:active
{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	letter-spacing:1px;
	color:#423321;
	text-decoration:none;
}

#LeftNav ul li a:hover
{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	letter-spacing:1px;
	color:#651016;
	text-decoration:none;
}

/* End Left Nav */
/* Start Right Content Area */

#RightContentArea
{
	float:right;
	width:570px;	
	padding-right:15px;
	padding-top:10px;
}

#RightContentAreaSubpage
{
	float:right;
	width:555px;
	padding-right:15px;
	min-height:347px;
	padding-top:10px;
	padding-left:15px;
}

#RightContentAreaSubpage h2
{
	width:95%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
	color:#851a21;
	letter-spacing:2px;
}

#RightContentAreaSubpage h4
{
	width:95%;
	margin-left:auto;
	margin-right:auto;
	margin-top:23px;
	margin-bottom:5px;
	font-size:12px;
	font-weight:bold;
}

#RightContentAreaSubpage p
{
	width:95%;
	margin-left:auto;
	margin-right:auto;
}

#RightContentAreaSubpage p.BodyCopy
{
	line-height:20px;
}

/* End Right Content Area */
/* Start Home Page Styles */

#RightSideBar
{
	float:right;
	width:200px;
}

#PreRegisterPanel
{
	background-image:url(../images/EarlyBirdBG.gif);
	background-position: 5px 0px;
	background-repeat:no-repeat;
	height:203px;
}

#PreRegisterPanel img
{
	margin-top:135px;
}

#ProductTrainingButton
{
	margin-top:10px;
}

#IntroTextArea
{
	width:525px;
	padding-left:25px;
	padding-right:25px;
	float:left;
	background-position: center;
}

/* End Home Page Styles */

/* Start Reservation Page Styles */

div.TextBlock
{
	width:528px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

div.TextBlock p
{
	line-height:22px;
}

div.TextBlock .IconContainer
{
	float:left;
	width:45px;
	text-align:center;
}

div.TextBlock .IconCopy
{
	float:right;
	width:465px;
}
	
/* End Reservation Page Styles */

/* Start Accommodation Page Styles */

.PhotoContainer img
{
	margin-right:19px;
	border:1px solid #666666;
}

/* End Accommodation Page Styles */

/* Start Agenda Page Styles */

table.DataTable
{
	width:95%;
	border-collapse:collapse;
	background-color:#ffffff;
	margin:0 auto;
	border-left:1px solid #edd98f;
	border-right:1px solid #edd98f;
	border-bottom:1px solid #edd98f;
}

table.DataTable td
{
	padding:8px 5px 8px 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	vertical-align:top;
}

td.TimeCell
{
	font-weight:bold;
	text-align:right;
	color:#57171C;
}

tr.EvenRow td
{
	border-top:1px solid #d2bf7b;
	border-bottom:1px solid #d2bf7b;
	background-color:#f0f8f8;
}

table.RoundedCornerBottom
{
	width:95%;
	padding:0px;
	margin:0px auto 10px auto;
}

table.RoundedCornerBottomWide
{
	width:100%;
	padding:0px;
	margin:0px auto 10px auto;
}

table.RoundedCornerBottomWide td
{
	font-size:3px;
	line-height:3px;
	padding:0px;
}

table.RoundedCornerBottomWide td.MiddleCell
{
	width:100%;
	background-color:#edd98f;
	paddinc:0px;
}

table.RoundedCornerBottom td
{
	font-size:3px;
	line-height:3px;
	padding:0px;
}

table.RoundedCornerBottom td.MiddleCell
{
	width:100%;
	background-color:#edd98f;
	paddinc:0px;
}
/* End Agenda Page Styles */

/* Start Training Session Styles */

table.DataTable2
{
	width:95%;
	border-collapse:collapse;
	background-color:#ffffff;
	margin:0 auto;
	border:1px solid #edd98f;
	border-top:0px;
}

table.DataTable2 td
{
	padding:8px 8px 8px 8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	vertical-align:top;
}

tr.EvenRow2 td
{
	border-top:1px solid #e3c886;
	border-bottom:1px solid #e3c886;
}

table td.TitleCell
{
	font-weight:bold;
	text-align:left;
	color:#57171C;
	padding-right:20px;
	width:145px;
	background-image:url(../images/TrainingSessionBG2.gif);
	background-repeat:repeat-x;
}

table td.TrackTitle
{
	color:#ffffff;
	background-color:#423321;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:13px;
	letter-spacing:1px;
	background-image:none;
	background-image:url(../images/TrackTitleBG.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-top:4px;
	padding-bottom:4px;
}

table td.TrackTitle table td
{
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:13px;
	background-image:none;
	padding:0px;
}

table td.TrackTitle table td img
{
	float:right;
	margin-top:4px;
}

#SessionNavRelativeContainer
{
	position:relative;
	top:0px
	left:0px;
	width:136px;
}

#DropDownNav
{
	position:absolute;
	top:18px;
	left:0px;
	z-index:1000;
	width:124px;
	background-color:#f7da92;
	border:1px solid #666666;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	text-align:left;
	padding:5px;
}

#DropDownNav p
{
	margin-top:0px;
	margin-bottom:5px;
}
/* End Training Session Styles */

/* Start Registration Page Styles */

#RegistrationTitleContainer
{
	float:left;
	width:200px;
	text-align:left;
}

#RegistrationButtonContainer
{
	width:300px;
	float:right;
	text-align:right;
	padding-top:5px;
	font-size:10px;
	line-height:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
}

div.RegistrationOnline
{
	border:1px solid #b6b6b6;
	width:470px;
	margin-left:15px;
	font-size:11px;
	padding:5px;
	line-height:normal;
	margin-bottom:7px;
	background-image:url(../images/OnlineRegistrationBG.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:40px;
}

div.RegistrationFax
{
	border:1px solid #b6b6b6;
	width:470px;
	margin-left:15px;
	font-size:11px;
	padding:5px;
	line-height:normal;
	margin-bottom:7px;
	background-image:url(../images/FaxRegistrationBG.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:40px;
}

div.RegistrationMail
{
	border:1px solid #b6b6b6;
	width:470px;
	margin-left:15px;
	font-size:11px;
	padding:5px;
	line-height:normal;
	margin-bottom:7px;
	background-image:url(../images/MailRegistrationBG.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:40px;
}

h3.RegistrationTitle
{
	margin-top:0px;
	padding:0px;
	margin-bottom:5px;
	font-size:13px;
	font-weight:bold;
	color:#4D4D4D;
	
}

/* End Registration Page Styles */

/* Start Class Schedule Styles */

table.DataTable3
{
	width:100%;
	border-collapse:collapse;
	background-color:#ffffff;
	margin:0 auto;
	border-left:1px solid #edd98f;
	border-right:1px solid #edd98f;
	border-bottom:1px solid #edd98f;
}

table.DataTable3 td
{
	padding:8px 5px 8px 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	vertical-align:top;
	border:1px solid #edd98f;
	text-align:center;
	line-height:15px;
}

table.DataTable3 td a:link
{
	color:#851a21;
	font-weight:bold;
	text-decoration:none;
}

table.DataTable3 td a:active
{
	color:#851a21;
	font-weight:bold;
	text-decoration:none;
}

table.DataTable3 td a:visited
{
	color:#851a21;
	font-weight:bold;
	text-decoration:none;
}

table.DataTable3 td a:hover
{
	color:#00687c;
	font-weight:bold;
	text-decoration:none;
}

table td.DayTitle
{
	color:#ffffff;
	text-align:left;
	background-color:#423321;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
	background-image:none;
	background-image:url(../images/TrackTitleBG.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-top:4px;
	padding-bottom:4px;
	border:0px;
}

table td.DayTitle span
{
	font-size:9px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

td.ClassTitle
{
	font-weight:bold;
	color:#8f1018;
}

.InstructorTitle
{
	font-size:10px;
	font-style:oblique;
	color:#898989;
}

table tr td.TimeHeader
{
	background-color:#f7da92;
	font-weight:normal;
	font-size:10px;
	color:#5e482f;
	border:0px;
	padding-top:3px;
	padding-bottom:3px;
	line-height:12px;
	text-align:center;
	background-image:url(../images/ClassTimeBG.gif);
	background-repeat:repeat-x;
}

.ToolTips
{
	display:none;
}

/* End Class Schedule Styles */

/* Start FAQ Styles */
#FAQNavRelativeContainer
{
	position:relative;
	top:0px
	left:0px;
	width:320px;
}

#DropDownNav2
{
	position:absolute;
	top:18px;
	left:0px;
	z-index:1000;
	width:308px;
	background-color:#f7da92;
	border:1px solid #666666;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	text-align:left;
	padding:5px;
}

#DropDownNav2 ul
{
	font-size:10px;
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#DropDownNav2 ul li
{
	font-size:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	margin:0px;
	line-height:11px;
	background-image:url(../images/ListArrowSmall.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
}

#DropDownNav2 p
{
	margin-top:0px;
	margin-bottom:7px;
	line-height:11px;
}

a.FAQLink:link
{
	font-size:10px;
}

a.FAQLink:active
{
	font-size:10px;
}

a.FAQLink:visited
{
	font-size:10px;
}

a.FAQLink:hover
{
	font-size:10px;
}
/* End FAQ Styles */

/* Start Footer Styles */

#BottomStripes
{
	margin-left:10px;
}

#BottomStripesSubpage
{
}

#FooterContainer
{
	background-image:url(../images/BottomBurst.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:76px;
	text-align:center;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	padding-top:5px;
}

#FooterContainer a:link
{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

#FooterContainer a:active
{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

#FooterContainer a:visited
{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

#FooterContainer a:hover
{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#c9dee0;
	font-weight:bold;
	text-decoration:none;
}

/* End Footer Styles */
