﻿@font-face {
    font-family: 'TeXGyreAdventorRegular';
    src: url('fonts/texgyreadventor-regular-webfont.eot');
    src: url('fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreAdventorItalic';
    src: url('fonts/texgyreadventor-italic-webfont.eot');
    src: url('fonts/texgyreadventor-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-italic-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor-italic-webfont.svg#TeXGyreAdventorItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreAdventorBold';
    src: url('fonts/texgyreadventor-bold-webfont.eot');
    src: url('fonts/texgyreadventor-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-bold-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor-bold-webfont.svg#TeXGyreAdventorBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TeXGyreAdventorBoldItalic';
    src: url('fonts/texgyreadventor-bolditalic-webfont.eot');
    src: url('fonts/texgyreadventor-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreadventor-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/texgyreadventor-bolditalic-webfont.svg#TeXGyreAdventorBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Comman CSS */
/********************************************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,
acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,
strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td			{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;
										vertical-align: top; background: transparent; }
blockquote:before,
blockquote:after,
:focus									{ outline:none; }
ins										{ text-decoration:none; }
del										{ text-decoration:line-through; }
form										{ height: 100%; }
img										{ border: 0; padding: 0; margin: 0; }
html, body								{ text-align: left; font-size: 14px; margin: 0; padding: 0;
										font-family: Arial,Helvetica,sans-serif; height: 100%;
										background: #fff; color: #5e5e5e; line-height: 18px; 
										font-weight: normal; }

/* Text CSS */
/********************************************************************/
h1, h2, h3, h4, h5, h6					{ font-family: 'TeXGyreAdventorBold', Arial,Helvetica,sans-serif; 
										font-weight: bold; color: #950700; 
										padding: 0 0 18px 0; }
h1										{ font-size: 32px; line-height: 36px; }
h2										{ font-size: 28px; line-height: 32px; }
h3										{ font-size: 24px; line-height: 30px; }
h4										{ font-size: 22px; line-height: 26px; }
h5	 									{ font-size: 18px; line-height: 20px; }
h6										{ font-size: 16px; line-height: 20px; }
ul, ol									{ padding: 0 0 18px 0; margin: 0 0 0 24px;}
ul li										{ padding:0; margin: 0; list-style-type: disc; }
sup										{ vertical-align: top; font-size: 8px; }
small									{ font-size: 11px; }
p										{ padding: 0 0 18px 0;  }
hr										{ margin: 24px 0; border-top: 1px solid #fff; border-bottom: 1px solid #aaa; border-right: none; border-left: none; }
.Normal, 
.NormalDisabled,
.BoldText,
.NormalRed,
.SubHead,
.SkinObject								{ font-family: Arial,Helvetica,sans-serif; font-weight:normal;
										font-size: 14px; line-height: 18px; text-align: left; }

.Normal, .NormalDisabled				{ color:#5e5e5e; }
.BoldText								{ color:#5e5e5e; font-weight:bold;}
.NormalRed								{ color:#cd0000; font-weight:bold; }
.SubHead								{ color:#950700; }
.SkinObject								{ color:#212e1f; }

/* Link CSS */
/********************************************************************/
a, a:link, a:visited,
a.CommandButton, 
a.CommandButton:link, 
a.CommandButton:visited,
.SkinObject,
a.SkinObject, 
a.SkinObject:link,
a.SkinObject:visited					{ font-family: Arial,Helvetica,sans-serif;
										font-weight: normal; font-size: 12px; text-decoration: none;
										line-height: 18px; color:#960800;}
a:active, a:hover, a:focus,
a.CommandButton:active, 
a.CommandButton:hover, 
a.CommandButton:focus,
a.SkinObject:hover , 
a.SkinObject:focus,
a.SkinObject:active						{ color: #000; text-decoration: none; }
.paneOutline							{ outline: 1px dotted #000; border: none; }
.paneOutline center						{ text-align: center; }
.paneOutline .SubHead					{ color: #0088cd; }

/* DNN Empty Pane CSS For IE */
/********************************************************************/
.DNNEmptyPane							{ font-size: 0px; line-height: 0px; display: none; }

/* Input CSS */
/********************************************************************/
input.NormalTextBox,
textarea.NormalTextBox,
select.NormalTextBox						{ font-family: Arial,Helvetica,sans-serif;
										font-weight:normal; font-size: 12px; line-height: 24px;
										background: #fff; border: 1px solid #b3b3b4; 
										padding: 6px 8px; margin: 0; color:#5e5e5e;
										vertical-align: top; }
select.NormalTextBox						{ padding: 2px 2px 2px 8px; }
input.NormalTextBox:focus, 
input.NormalTextBox:hover,
textarea.NormalTextBox:focus,
textarea.NormalTextBox:hover,
select.NormalTextBox:focus,
select.NormalTextBox:hover				{ border-color:#222; }
textarea.NormalTextBox, select.NormalTextBox
										{ height: auto; }

/* Button CSS */
/********************************************************************/
.StandardButton							{ background: #960800; color: #fff; display: inline-block; border: 1px solid #5e0500;
										font-size: 14px; line-height: 16px; margin: 0; padding: 4px 12px; font-weight: bold; }
.StandardButton:hover, 
.StandardButton:focus					{ background: #350805; border-color: #1f0200; outline: none; text-decoration: none; color: #fff; }

/* Float CSS */
/********************************************************************/
.float-left								{ float:left; }
.float-right							{ float:right; }
.clear-both								{ clear:both; font-size: 0px; line-height: 0px; height: 0px; }
.clear:after							{ clear: both; content: ""; display: block; height: 0; visibility: hidden; }

/* Common CSS */
/********************************************************************/
.textAlignRight							{ text-align: right; }
.textAlignCenter						{ text-align: center; }

/* DNN 6 Fix */
/********************************************************************/
#dnnCPWrap a,
#dnnCPWrap a:link,
#dnnCPWrap a:visited						{ text-decoration: none; }
#dnnCPWrap a:hover span, #dnnCPWrap a:active span,
#dnnCPWrap a:focus span, #dnnCommonTasks a:hover, 
#dnnCommonTasks a:active, #dnnCommonTasks a:focus, 
#dnnCurrentPage a:hover, #dnnCurrentPage a:active, 
#dnnCurrentPage a:focus, #dnnOtherTools a:hover, 
#dnnOtherTools a:active, #dnnOtherTools a:focus
										{ text-decoration: underline; }

/* Menu CSS */
/********************************************************************/
/*
.skin-nav .root							{ float: left; display: block; margin: 0 12px; padding: 4px 0; }
.skin-nav .root .txt						{ display: block; font-size: 15px; line-height: 20px; font-weight: 300; color: #840600; }
.skin-nav .expanded .txt,
.skin-nav .sel .txt,
.skin-nav .root:hover .txt				{ color: #212e1f; }
.skin-nav .m								{ background: #fff; min-width: 200px; _width: 200px; border: 1px solid #ddd; }
.skin-nav .m .mi td						{ padding: 8px 6px; border-bottom: 1px solid #ddd; }
.skin-nav .m .mi .txt						{ font-size: 12px; line-height: 20px; font-weight: normal; color: #212e1f; width: 100%; }
.skin-nav .m .mi:hover					{ background: #840600; }
.skin-nav .m .mi:hover .txt				{ color: #fff;  }
*/

.sideNavWrapper							{ float: left; width: 266px; }
a.sideNavLink,
a.sideNavLink:link,
a.sideNavLink:visited					{ display: block; background: url(images/side-nav-bg.png) 0 0 no-repeat transparent; 
										padding: 17px 12px; margin: 0 0 6px 0; text-align: center; color: #fff; font-weight: bold; 
										font-size: 16px; line-height: 20px; text-transform: uppercase; }
a.sideNavLink:hover,
a.sideNavLink:focus,
a.sideNavLink:active					{ background-position: 0 -200px; }

/* Breadcrumb CSS */
/********************************************************************/
.spbreadcrumb,
.rtspbreadcrumb,
.breadcrumb,
a.breadcrumb,
a.breadcrumb:link,
a.breadcrumb:visited,
a.rtbreadcrumb,
a.rtbreadcrumb:link,
a.rtbreadcrumb:visited					{ font-size: 14px; line-height: 18px; font-weight: bold;  }
.spbreadcrumb,
a.breadcrumb,
a.breadcrumb:link,
a.breadcrumb:visited					{ color: #8f8f8f; }
span.breadcrumb							{ color: #c0c0c0; }
a.rtbreadcrumb,
a.rtbreadcrumb:link,
a.rtbreadcrumb:visited					{ color: #7e1d02; }
.rtspbreadcrumb							{ color: #3c3b3b; }
.spbreadcrumb, .rtspbreadcrumb			{ padding: 0 6px; }
a.breadcrumb:hover,
a.breadcrumb:focus,
a.breadcrumb:active,
a.rtbreadcrumb:hover,
a.rtbreadcrumb:focus,
a.rtbreadcrumb:active					{ color: #000; }

/* Skin CSS */
/********************************************************************/
.skin-area								{ min-height: 100%; _height: 100%; background-color: #dddddd;  }
.skin-width								{ width: 1000px; margin: auto; }
.contact-info							{ float: right; background: url(images/contact-bg.png) 0 0 no-repeat transparent; 
										padding: 9px 6px; text-align: center; width: 264px; clear: both; }
h2.ci-head								{ color: #554f34; font-size: 18px; line-height:22px; font-weight: 300; 
										padding: 0; font-family: Arial,Helvetica,sans-serif; }
span.ci-span							{ color: #006335; padding: 0 0 0 6px; }
.skin-logo								{ float:left; padding: 24px 0 0 0; }
.skin-header							{ background: #fff; padding: 0 0 32px 0; }
.skin-nav								{ float: right; padding: 28px 0 0 0; }
.skin-slider							{ background:#212e1f; }
.skin-info								{ color: #fff; background: #000; text-align:right; padding:16px 0; border-bottom: 3px solid #fff; }
.skin-info a.SkinObject,
.skin-info a.SkinObject:link,
.skin-info a.SkinObject:visited			{ color: #94b171; padding: 0 6px; }
.skin-info .SkinObject,
.skin-info a.SkinObject:hover,
.skin-info a.SkinObject:focus,
.skin-info a.SkinObject:active			{ color: #fff; }
.skin-content							{ padding: 32px 0 14px 0;}
.innerContent							{ padding: 32px 0 14px 0; background: url(images/gradient-gray-strip.png) 0 0 repeat-x #eaeaea; }
.sideNavContentPane						{ float: right; width: 680px; }
.skin-breadcrumb						{ padding: 12px 0 36px 0; }
.LeftPane,
.MiddlePane,
.RightPane								{ float: left; width: 267px; padding: 0 32px; }
.LeftPane,
.MiddlePane								{ background: url(images/splitter-strip.png) right top no-repeat transparent; }
.innerLeftPane							{ float: left; width: 666px; }
.innerRightPane							{ float: right; width: 300px; }
.footer-content							{ background: #590600; padding: 36px 0 18px 0;}
.footer-content .ct-header,
.footer-content .DNNModuleContent,
.footer-content .DNNModuleContent h1,
.footer-content .DNNModuleContent h2,
.footer-content .DNNModuleContent h3,
.footer-content .DNNModuleContent h4,
.footer-content .DNNModuleContent h5,
.footer-content .DNNModuleContent h6,
.footer-content .DNNModuleContent p,
.footer-content .DNNModuleContent span,
.footer-content .DNNModuleContent div,
.footer-content .DNNModuleContent a,
.footer-content .DNNModuleContent a:link,
.footer-content .DNNModuleContent a:visited,
.footer-content .DNNModuleContent .Normal{ color: #e1e1e1; }
.FooterLeftpane .DNNModuleContent a,
.FooterLeftpane .DNNModuleContent a:link,
.FooterLeftpane .DNNModuleContent a:visited,
.FooterLeftpane .DNNModuleContent .Normal{ font-size: 14px; line-height: 20px; }
.footer-content .DNNModuleContent a,
.footer-content .DNNModuleContent a:link,
.footer-content .DNNModuleContent a:visited
										{ text-decoration: underline; }
.footer-content .DNNModuleContent a:hover,
.footer-content .DNNModuleContent a:focus,
.footer-content .DNNModuleContent a:active
										{ color: #fff; }
.FooterLeftpane							{ width: 480px; float:left; padding: 0 32px 0 0; }
.FooterMiddlepane						{ width: 228px; float:left; padding: 0 32px 0 0; }
.FooterRightpane						{ width: 228px; float: right; }
.FooterRightpane .Normal,
.FooterMiddlepane .Normal				 { font-size: 12px; }
a.readmore,
a.readmore:link,
a.readmore:visited						{ font-size: 14px; line-height: 20px; color: #950700; font-weight: bold; }
a.readmore:hover,
a.readmore:focus,
a.readmore:active						{ color: #000; }
.image-wrapper							{ float: left; padding: 0 24px 42px 0; }
.image-wrapper img						{ border: 3px solid #ddd; }

/* Stylesheet CSS */
/********************************************************************/
.dnnFormAndList .dnnForm					{ width: 100%; min-width: 100%; max-width: 100%; }
.dnnFormAndList h2.dnnFormSectionHead	{ font-family: Arial,Helvetica,sans-serif; font-size: 16px; line-height: 24px; 
										padding: 0 0 8px 0; margin: 18px 0; }
.banner-image							{ border: 1px solid #000; margin: 0 auto 18px auto;  }
.area-linkWrapper						{ padding: 8px 0 26px 0; text-align: center; }
.area-content							{ padding: 0 0 32px 0; }
.area-separator,
a.area-link,
a.area-link:link,
a.area-link:visited						{ font-size: 15px; line-height: 22px; color: #350805; text-transform: uppercase; font-weight: bold; }
a.area-link:hover,
a.area-link:focus,
a.area-link:active						{ color: #7e150e; text-decoration: underline; }
.area-separator							{ padding: 0 6px; }
h2.area-head,
h2.area-head a,
h2.area-head a:link,
h2.area-head a:visited					{ font-size: 24px; line-height: 32px; color: #350805; font-weight: bold; 
										font-family: 'TeXGyreAdventorBold', Arial,Helvetica,sans-serif;  }
h4.area-subhead							{ font-family: Arial,Helvetica,sans-serif; font-size: 16px; line-height: 24px; 
										color: #5e5e5e; font-weight: bold; padding: 0; }
p.area-description						{ padding: 0 0 8px 0; }
a.backtotop,
a.backtotop:link,
a.backtotop:visited						{ background: url(images/top-arrow.png) 0 0 no-repeat transparent; padding: 0 0 0 24px;
										color: #7e150e; font-size: 16px; line-height: 22px; }
a.backtotop:hover,
a.backtotop:focus,
a.backtotop:active						{ background-position: 0 -100px; color: #2b2b2b; }
.des-item								{ background: #590600; padding: 10px; width: 300px; float: left; margin: 0 18px 18px 0; }
.des-image								{ margin: 0 0 12px 0; }
.lastdes-item							{ margin: 0 0 18px 0; }
.des-head								{ font-family: Arial,Helvetica,sans-serif; font-size: 14px; line-height: 24px; 
										font-weight: bold; color: #fff; text-transform: uppercase; float: left; padding: 8px 0 0 0; }
a.des-link,
a.des-link:link,
a.des-link:visited						{ float: right; padding: 12px 0 0 0; color: #7e150e; }
a.des-link:hover,
a.des-link:focus,
a.des-link:active						{ color: #fff; }
h2.place-head							{ text-align: center; color: #fff; font-family: Arial,Helvetica,sans-serif;
										font-size: 18px; line-height: 26px; font-weight: normal; text-transform: uppercase; 
										padding: 0 0 12px 0; }
span.place-footer						{ text-align: center; color: #fff; font-family: Arial,Helvetica,sans-serif;
										font-size: 16px; line-height: 24px; font-weight: normal; text-transform: uppercase; 
										padding: 10px 0 0 0; display: block; }
ul.place-daydetails						{ margin: 0; padding: 0; background: #730800;  }
li.place-day								{ margin: 0; padding: 6px 14px; list-style: none; }
li.place-day a.place-link,
li.place-day a.place-link:link,
li.place-day a.place-link:visited			{ font-size: 14px; color: #C77575; }
li.place-day a.place-link:hover,
li.place-day a.place-link:focus,
li.place-day a.place-link:active			{ color: #fff; }
li.place-day .strong-white				{ font-weight: bold; color: #fff; padding: 0 12px 0 0; }
.des-image img							{ max-width: 100%; }
table.place-daydetails					{ background: #730800; }
td.place-day								{ padding: 6px 14px; color: #C77575; }
td.strong-white							{ padding: 6px 0 6px 14px; font-weight: bold; color: #fff; }

.grayBG-container li						{ list-style-image: url(images/list-arrow.png); padding: 8px 0; }
.dnnFAQs								{ width: 100%; }
.dnnFAQs br								{ display: none; }
.faq-question							{ font-family: Arial,Helvetica,sans-serif; font-size: 14px; line-height: 20px; padding: 4px 4px 4px 28px; 
										font-weight: bold; display: block; background: url(/images/login.gif) 6px 6px no-repeat #fff; 
										margin: 4px 0 0 0; }
.faq-answer								{ padding: 6px; margin: 0; background: #fff; }

.courseHeader							{ padding: 0 0 6px 0; }
a.hiddenlink,
a.hiddenlink:link,
a.hiddenlink:visited					{ color: #000; }
a.hiddenlink:hover,
a.hiddenlink:focus,
a.hiddenlink:active						{ color: #94b171; }