/* CSS Document */
/* Design - Mark Abrams 2/2009 */

/* Reset tags */
/* Normalizes margin, padding */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
  { margin : 0; padding : 0; }
/* Normalizes font-size for headers */ 
h1, h2, h3, h4, h5, h6 
  {
	font-size : 100%;
	color: #C8C8C8;
}
/* Removes list-style from lists */ 
ol,ul 
  { list-style: none; }	
/* Normalizes font-style and font-weight to normal */ 
address, caption, cite, code, dfn, em, strong, th, var 
  {
	font-weight: normal;
}
/* Remaves borders and spacing from tables */ 
  table { border-width: 0px;}
/* Removes border from fieldset and img */ 
fieldset, img 
  { border : 0; }
/* Left-aligns text in caption and th */ 
caption,th 
  { text-align : left; }
/* Remaves quotation marks from q */ 
  q:before, q:after { content: ''; }
body {
	background-color: #000;
	}
	

/* Page Layout  */

#header{
	position: absolute;
	height: 135px;
	top: 0px;
	left: 50%;
	margin-left: -370px;
	width: 740px;
	z-index: 3;
	background-image: url(../images/layout/header.png);
	background-repeat: no-repeat;
 	}
 
#content {
	position: absolute;
	left:50%;
	width:740px;
	top:150px;
	z-index: 2;
	height: auto;
	visibility: visible;
	margin-left: -370px;
	color: #333;
 	}
#contentCol {
	width:570px;
	color: #B4B4B4;
	clear: both;
	min-height: 400px;
	margin-top: 1px;
	margin-bottom: 0px;
	margin-left: 170px;
	background-image: url(../images/layout/contentBracketMiddle.png);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 80%;
	line-height: 1.4em;
  }

#contentColTop {
	background-image: url(../images/layout/contentBracketTop.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 30px;
	z-index: 99;
	width: 571px;
	left: 170px;
	top: -1px;
}
#contentColBottom {
	background-image: url(../images/layout/contentBracketBottom.png);
	background-repeat: no-repeat;
	margin-left: 170px;
	height: 8px;
}

#navbar {
	position: absolute;
	left:50%;
	width:172px;
	z-index: 99;
	margin-left: -370px;
	visibility: visible;
	height: auto;
	top:165px;
 }
#globalNav {
	margin-top: 10px;
}

#footer {
	text-align: center;
	position: relative;
	clear: both;
	height: 12ex;
	color: #C93;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: oblique;
	line-height: 1.4em;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 0.1em;
}
#footerLogo {
	margin-left: -125px;
	float: left;
	margin-top: -15px;
}
#footer #credits {
	display: inline;
	font-weight: normal;
	color: #CCC;
	line-height: 1.5em;
}


/* Anchor Links */
#contentCol a:link, a:visited {color:#B48C05; text-decoration:none;}
#contentCol a:hover {
	color:#F7D348;
	text-decoration:none;
}

a:link, a:visited, a:visited, a:active, a:hover {
	cursor: url(../images/cursor/pick.cur), pointer;
 }

#footer a {
	text-decoration: none;
	color: #B6E6F7;
 }
#footer a:hover {
	color: #FFF;
	font-weight: bold;
  }

/*  Content Layout */
h1 {
	margin-left: 5em;
	font-size : 160%;
	margin-bottom: 1em;
	position: relative;
	top: -7px;
	color: #F4F4F4;
}
h2 {
	margin-left: 2em;
	font-style: italic;
}
h3 {
	margin-left: 3em;
	font-size: 90%;
}


.imgLeft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-top: .5em;
}

.imgRight {
	float: right;
	margin-left: 2em;
	margin-bottom: 1em;
	margin-top: .5em;
}
.imageColRight {
	float: right;
	margin-left: 2em;
	margin-bottom: 1em;
	margin-top: 0.5em;
	width: 250px;
	margin-right: 2em;
}
p {
	padding-right: 2em;
	padding-left: 2.5em;
	padding-bottom: 1em;
	text-align: left;
}
label {
	text-align: left ! important ;
}
.question {
	font-style: oblique;
	font-weight: 600;
	font-size: 100%;
}
.answer {
	font-size: 90%;
}
th {
	line-height: 4ex;
	font-weight: bold;
}


#askForm {
	margin-left: 1em;
}

#content #contentCol #CollapsiblePanel1 .CollapsiblePanelContent #askForm p label {
	text-align: left;
	color: #FFF;
}


#contentCol ul ,#contentCol ol{
	margin-left: 3em;
	list-style-type: circle;
	margin-bottom: 1em;
}
#contentCol ol{
	list-style-type: decimal;
	}
#contentCol ul li, #contentCol ol li {
	line-height: 1.4em;
	margin-left: 2em;
	margin-right: 1em;
	margin-bottom: 1em;
}
#contentCol ul li {
	padding-left: 20px;
	background-image: url(../images/layout/ulIcon.png);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	list-style-type: none;
	margin-bottom: 1em;
	list-style-position: outside;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 0px;
}


strong {
	font-weight: bold;
	color: #E0E0E0;
}

.center {
	text-align: center;
}
.justified {
	text-align: justify;
}

blockquote {
	font-size: 85%;
	margin-right: 1em;
	margin-left: 1em;
}


.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}


.clear {
	clear: both;
	}
/* Menu controls */

.alt { display: none; }

a#menu01, a#menu02, a#menu03, a#menu04, a#menu05, a#menu06, a#menu07, a#menu08, a#menu09, a#menu10, a#menu11{
	background-image: url(../images/layout/menuMain.png);
	width: 172px;
	height: 30px;
	display: block;
	background-repeat: no-repeat;
}
a#menu01{
	background-position: 0px 0px;
}
a#menu01:hover {
	background-position: -173px 0px;
}
a#menu02{
	background-position: 0px -30px;
}
a#menu02:hover {
	background-position: -173px -30px;
}
a#menu03{
	background-position: 0px -60px;
	height: 40px;
}
a#menu03:hover{
	background-position: -173px -60px;
}
a#menu04{
	background-position: 0px -100px;
	height: 40px;
}
a#menu04:hover{
	background-position: -173px -100px;
}
a#menu05{
	background-position: 0px -140px;
	height: 40px;
}
a#menu05:hover {
	background-position: -173px -140px;
}
a#menu06{
	background-position: 0px -180px;
}
a#menu06:hover {
	background-position: -173px -180px;
}
a#menu07{
	background-position: 0px -210px;
}
a#menu07:hover {
	background-position: -173px -210px;
}
a#menu08{
	background-position: 0px -240px;
}
a#menu08:hover {
	background-position: -173px -240px;
}
a#menu09{
	background-position: 0px -270px;
}
a#menu09:hover {
	background-position: -173px -270px;
}

a#menu10{
	background-position: 0px -300px;
}
a#menu10:hover {
	background-position: -173px -300px;
}
a#menu11{
	background-position: 0px -325px;
}
a#menu11:hover {
	background-position: -173px -325px;
}


/* SubMenu controls */
a#menuS01, a#menuS02, a#menuS03, a#menuS04, a#menuS05, a#menuS06, a#menuS07, a#menuS08, a#menuS09, a#menuS10, a#menuS11, a#menuS12, a#menuS13, a#menuS14, a#menuS15, a#menuS16, a#menuS17, a#menuS18, a#menuS19{
	background-image: url(../images/layout/menuSmileSolutions.png);
	width: 172px;
	height: 20px;
	display: block;
	background-repeat: no-repeat;
}
/* 1st imagae is sub menu header */ 
a#menuS01{
	background-position: 0px 0px;
	height: 40px;
}
a#menuS01:hover {
	background-position: -173px 0px;
}
a#menuS02{
	background-position: 0px -40px;
 }
a#menuS02:hover {
	background-position: -173px -40px;
}
a#menuS03{
	background-position: 0px -60px;
 }
a#menuS03:hover {
	background-position: -173px -60px;
}
a#menuS04{
	background-position: 0px -80px;
 }
a#menuS04:hover {
	background-position: -173px -80px;
}
a#menuS05{
	background-position: 0px -100px;
 }
a#menuS05:hover {
	background-position: -173px -100px;
}
a#menuS06{
	background-position: 0px -120px;
 }
a#menuS06:hover {
	background-position: -173px -120px;
}
a#menuS07{
	background-position: 0px -140px;
 }
a#menuS07:hover {
	background-position: -173px -140px;
}
a#menuS08{
	background-position: 0px -160px;
 }
a#menuS08:hover {
	background-position: -173px -160px;
}
a#menuS09{
	background-position: 0px -180px;
 }
a#menuS09:hover {
	background-position: -173px -180px;
}
a#menuS10{
	background-position: 0px -200px;
 }
a#menuS10:hover {
	background-position: -173px -200px;
}
a#menuS11{
	background-position: 0px -220px;
 }
a#menuS11:hover {
	background-position: -173px -220px;
}
a#menuS12{
	background-position: 0px -240px;
 }
a#menuS12:hover {
	background-position: -173px -240px;
}
a#menuS13{
	background-position: 0px -260px;
 }
a#menuS13:hover {
	background-position: -173px -260px;
}
a#menuS14{
	background-position: 0px -280px;
 }
a#menuS14:hover {
	background-position: -173px -280px;
}
a#menuS15{
	background-position: 0px -300px;
 }
a#menuS15:hover {
	background-position: -173px -300px;
}
a#menuS16{
	background-position: 0px -320px;
	height: 40px;
 }
a#menuS16:hover {
	background-position: -173px -320px;
}
a#menuS17{
	background-position: 0px -360px;
 }
a#menuS17:hover {
	background-position: -173px -360px;
}
a#menuS18{
	background-position: 0px -380px;
 }
a#menuS18:hover {
	background-position: -173px -380px;
}
a#menuS19{
	background-position: 0px -400px;
 }
a#menuS19:hover {
	background-position: -173px -400px;
}

a#globalMenuFAQs {
	background-image: url(../images/layout/globalMenuFAQs.png);
	background-repeat: no-repeat;
	display: inline;
	height: 50px;
	width: 185px;
	float: left;
	margin-left: 210px;
}
a#globalMenuFAQs:hover {
	background-position: -185px 0px;
	}

a#globalMenuReferral {
	background-image: url(../images/layout/globalMenuReferral.png);
	background-repeat: no-repeat;
	display: inline;
	height: 50px;
	width: 209px;
	float: left;
	margin-left: 100px;
}
a#globalMenuReferral:hover {
	background-position: -209px 0px;
}
a#globalMenuWinFreeTickets {
	background-image: url(../images/layout/globalMenuWinFreeTickets.png);
	background-repeat: no-repeat;
	display: inline;
	height: 20px;
	width: 160px;
	float: right;
	margin-right: 50px;
	margin-top: -10px;
	clear: both;
}
a#globalMenuWinFreeTickets:hover{
	background-position: -160px 0px;
	}
@media print {
  /* style sheet for print goes here */
  #navbar {
	display: none;
}

}
#content .keywords {
	display: none;
}
