@charset "utf-8";
/* CSS Document */

body  {
	background-image: url(../images/backDrop.png);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #410f42;
	background-position: top;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}
	*{
	padding:0;
	margin:0;
	border:0;
}
/***********************************************/
/* Typography                                */
/***********************************************/
h1, h2{
	color: #b062b7;
	font-family: Helvetica, sans-serif;
}
p, ul{
	font-family:"Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	;
}
	p, ul{
	font-size: 12px;
	line-height: 150%;
	color: #3f0d40;
/***********************************************/
/* Links                                 */
/***********************************************/
}
a:link, a:visited{
	text-decoration: none;
	color: #663366;
}
a:hover  {
	text-decoration: none;
	color: #CC99FF;
}
ul, ol, dl { position: relative; }
/* overrides decoration from previous rule for hovered links */

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
.twoColFixRtHdr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f7e5c1;
	margin: 0 auto;
	text-align: left;
}
.twoColFixRtHdr #header {
	background-image: url(../images/DTheader.png);
	background-repeat: no-repeat;
	background-position: left;
	height:50px; 
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #mainContentBG{
	position:relative;
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f7e5c1;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #f7e5c1;
	} 
	.twoColFixRtHdr #ContactBG{
	width: 700px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #f7e5c1;
	background-image: url(../images/contactMain.png);
	background-repeat: no-repeat;
	background-position: 320px 60px;
	} 
.twoColFixRtHdr #header ul#mainNav{
	display: block;
	width: 550px;
	float:right;
	list-style:none;
}
.twoColFixRtHdr #header ul#mainNav li{
	display:block;
	float: right;
	
}
.twoColFixRtHdr #header ul#mainNav li a{
	color:#FFF;
	font-size: 12px;
	color: #FFF;
	font-weight:bold;
	margin-left:3px;
	text-align: center;
	width:72px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	padding:5px 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #f9ebce;
	border-left-color: #5F4412;
}
.twoColFixRtHdr #header ul#mainNav li a:link, .twoColFixRtHdr #header ul#mainNav li a:visited{
	background-color: #F3F3EF;
	background-image: url(../images/nav_btn_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;

}
.twoColFixRtHdr #header ul#mainNav li a:hover{ 
	background-color: #F3F3EF;
	background-image: url(../images/nav_btn_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
}
.twoColFixRtHdr #header ul#mainNav li a:active, .twoColFixRtHdr #header ul#mainNav li a:focus{background: #400040;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px;
	background-color: #f9f6ef;
	background-image: url(../images/sideBarBg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0px 10px 0 0;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;

	}
.twoColFixRtHdr #container #ContactBG #sideBar2    {
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 20px 0;
	margin-right: 5px;
	background-color: #ffffff;
	background-image: url(../images/sideBarBg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;
	text-align: left;
	margin-top: 520px;
	color: #3f0d40;
}

.twoColFixRtHdr #mainContent {
	margin:0;
	padding-left: 40px;
	width: 425px;
} 
.twoColFixRtHdr #mainContent ul{
	display: block;
	margin-left: 5px;
	padding:0 35px 0 8px;
	
}
.twoColFixRtHdr #mainContent ul li{
	list-style-position: outside;
	list-style-image: url(../images/bullets2.png);
	list-style-type: none;
	line-height: 160%;
	font-family: "Lucida Grande", Helvetica, Tahoma, Arial, sans-serif;

	
}
#mainContent h1   {
	display:block;
	padding:20px 0 10px 0;
	font-size: 24px;
}
#mainContent h2 {
	font-size: 16px;
	display: block;
	padding: 5px 0 5px 0;
	line-height:150%;
}
#mainContent p {
	display: block;
	padding-bottom: 10px;	
	
}
.twoColFixRtHdr #footer {
	width: 750px;
	height: 70px;
	background-image: url(../images/content_footer.png);
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
} 
.twoColFixRtHdr #footer  p{
	padding-top: 25px;
	text-align: center;
	font-size: 10px;
	color: #E7DEED;
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	width: 150px;
}
.twoColFixRtHdr #footer #footerNav {
	color:#FFF;
	float: right;
	width: 300px;
	padding:25px 220px 0 0;
}

.twoColFixRtHdr #footer #footerNav li{
	list-style:none;
}
.twoColFixRtHdr #footer #footerNav li a{
	color:#FFF !important;
	float: right;
	font-size:10px;
	padding:0 0 0 7px;

	display:block;
	
}
.twoColFixRtHdr #footer #footerNav li a:link{
	color:#FFF ;
}
.twoColFixRtHdr #footer #footerNav li a:hover{
	color:#FFF;
	text-decoration:underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 /* ContactForm */
 
 #contactForm{
	padding-left: 0px;
	font-size: 12em;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	color: #410F42;
	padding-top: 20px;
	
}
.tbmain{ 
 /* Changes on the form */
 background: #f7e5c1 !important; 
}
.left{
  /* Changes on the form */
  color: black !important; 
  font-family: Verdana !important;
  font-size: 12px !important;
}
.head{
	color:#410F42;
	font-size:14px;
	;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	display: inline;
}
td.left {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	text-align: right;
}
.pagebreak{
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tbmain{
  height:100%;
  background:white;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}
 
div.backButton{
	background: transparent url("http://jotform.com//images/btn_back.gif") no-repeat scroll 0 0;
	height:16px;
	width:53px;
	float:left;
	margin-bottom:15px;
	padding-right:5px;
}
div.backButton:hover{
	background: transparent url("http://jotform.com//images/btn_back_over.gif") no-repeat scroll 0 0;
}
div.backButton:active{
	background: transparent url("http://jotform.com//images/btn_back_down.gif") no-repeat scroll 0 0;
}
div.nextButton{
	background: transparent url("http://jotform.com//images/btn_next.gif") no-repeat scroll 0 0;
	height:16px;
	width:53px;
	float: left;
	margin-bottom:15px;
	padding-right:5px;
}
div.nextButton:hover{
	background: transparent url("http://jotform.com//images/btn_next_over.gif") no-repeat scroll 0 0;
}
div.nextButton:active{
	background: transparent url("http://jotform.com//images/btn_next_down.gif") no-repeat scroll 0 0;
}
.pageinfo{
	padding-right:5px;
	margin-bottom:15px;
	float:left;
}
form #main .pagebreak table tr .left label {
	color: #410F42;
	display: block;
	padding-right: 5px;
}
form #main .pagebreak table tr .right {
	padding-bottom: 7px;
}
form #main .pagebreak table tr .right #q0,#q1,#q2,#q4,#q9,#q10,#q13,#q15,#q17,#q25,#q16,
#q22,#q19,#q14,#q3,#q23,#q5,#q6,#q24,#q7,.text,#uword{
	background-color: #E9CDE4;
	border:2px solid #FFF
}
.twoColFixRtHdr #container #ContactBG #contactForm form #main .pagebreak table tr .right table tr td p span {
	text-align: left;
}

.twoColFixRtHdr #container #ContactBG #contactForm form #main .pagebreak table tr .right table tr td {
}
.twoColFixRtHdr #container #ContactBG #contactForm form #main .pagebreak table tr .right table tr td p strong {
	font-size: 16px;
}
#contactForm form #main .pagebreak table tr .right #submitButton {
	background-image: url(../images/submit_btn.png);
	background-repeat: repeat-x;
	background-position: left;
	color: #FFF;
	font-weight: bold;

}
#mainContentBG #sidebar1 h3{
	font-family: "Helvetica", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #B062B7;
	display: block;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 20px;
}
#mainContentBG #sidebar1 h4{
	color: #410f42;
	display: block;
	padding: 5px 0 15px 10px;
	font-size: 15px;
	
	border-bottom: 1px solid #B062B7; 
	
}
#mainContentBG #sidebar1 ul {
	display: block;
	padding-left: 8px;
	margin-left: 15px;
}

#mainContentBG #sidebar1 ul li {
	list-style-position: outside;
	list-style-image: url(../images/bullets2.png);
	list-style-type: none;
	line-height: 200%;
	
}

#mainContentBG #sidebar1 img {
	display: block;
	text-align: center;
	margin-left: 10px;
	padding:0;
        margin-bottom:20px; 
	
}
#mainContentBG #sidebar1 p {
	display: block;
	font-family: Helvetica, sans-serif;
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	line-height:160%;
}
.SideBar_sub {
	color: #410F42;
	padding: 15px 10px;
	display: block;
	line-height: 150%;
}
.mianContent_sub {
	color: #B062B7;
	font-weight: bold;
	font-size: 16px;
	font-family: Helvetica, "Lucida Grande", Tahoma, Arial, sans-serif;
}
.mainContent_big_para {
	font-size: 16px;
	font-weight: bold;
	color: #d5a3ce;
}
#mainContent #clear {
	clear: left;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BA9F95;
	margin-bottom: 5px;
}
#mainContent #right {
	float: left;
	width: 200px;
	margin-left: 0px;
	padding-left: 10px;
}
#mainContent ul #left {
	float: left;
	width: 200px;
}
.designerSig{
	display: block;
	font-size: 10px;
	color: #FFF;
	text-align:center;
	
}
.designerSig a:link{
	}
.designerSig a:hover{
	}
#mainContent #horiRule {
	padding-top: 10px;
	border-bottom-width: 1px dotted #BA9F95;
	margin-bottom: 5px;
}
.tablHdr {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#mainContent #aboutImg {
	float: left;
	width: 200px;
	padding-right: 15px;
	padding-top: 7px;

}
#mainContent #left2 {
	width: 200px;
	list-style-image: url(../images/bullets.png);
}
#mainContent #bullets {
	display: block;
	overflow:auto;
	margin:0 0 10px 0;
}
#mainContentBG img {
	border: 3px solid #FFF;
	padding:0;
}
#mainContent #signature {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/DT_Tanya_logo2.png);
	background-position: left top;
	height: 37px;
	width: 130px;
	background-repeat: no-repeat;
}
#mainContent span img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar1 .addthis_toolbox.addthis_default_style {
	display: block;
	width:233px;
	border-top:1px #96F solid;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	float:left;
}

div#clickHere {
	
	
}
 div#clickHere a{
	display: block;
	width: 100px;
	margin:15px 0 15px 60px;
	font-weight: bolder;
	padding:5px 0;
	color: #FFF;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}
div#clickHere a:link, div#clickHere a:visited{background: #D698FA;
}
div#clickHere a:hover{
	background-color: #9A66D5;
	}
	div#clickHere a:active{background-color: #3f0d40;
	}
	
	div#wc3{
	width:88px;
	border: none;
	display: block;
	
}
.twoColFixRtHdr #container #mainContentBG #mainContent #headShot {
	float: left;
	margin:0 10px 0 0;
}

