@charset "utf-8";
/* CSS Document */


/* ==========================

Colors and Notes

background purple: #1c1730
orange used in links and header tags: #dd892f
regular plain text color: #ffffff (white)
lime green used in links #9DFF00

*/

*{
	margin:0;
	padding:0;
	}

body {
	background-color: #1c1730;
  	font: normal 1em/175% Verdana, Helvetica, Arial, sans-serif;		
	color: #ffffff;	
}

#scrollBar {
	SCROLLBAR-FACE-COLOR: #1c1730; 
	SCROLLBAR-HIGHLIGHT-COLOR: black; 
	SCROLLBAR-SHADOW-COLOR: black; 
	SCROLLBAR-3DLIGHT-COLOR: black; 
	SCROLLBAR-ARROW-COLOR: #dd892f;
	SCROLLBAR-TRACK-COLOR: #dd892f; 
	SCROLLBAR-DARKSHADOW-COLOR: black
}

/* This below is for Home Page only */

#contentAreaHome {
	width: 1050px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	 /*text-align: left; this overrides the text-align: center on the body element - there is no CSS text-align center on this site -- correct CSS would require a site rebuild. */
	}	

#contentAreaHome #leftCol {
	float: left; 
	width: 350px; /* since this element is floated, a width must be given */
	padding: 5px 0; /* top and bottom padding create visual space within this div */
}

#contentAreaHome #leftCol #scheduleBlock {
	background: #1c1730 url(../images-hp/tori-schedule2.jpg) 0 0 no-repeat;
	width: 330px;
	height: 630px;
	padding-left: 5px;
	border: 1px solid transparent;
}

#tableBlock table  {
	width: 270px;
	margin-top: 75px;
	padding-left: 15px;
	margin-bottom: 10px;
}

#tableBlock table td {
  	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;	
	line-height: 24px;
	color: #202020;
	padding: 0;
}

#contentAreaHome #leftCol #centerLink  {
  	font: bold .90em/100% Verdana, Helvetica, Arial, sans-serif;	
	text-align: left;
	padding-left: 40px;
}


#contentAreaHome #leftCol #centerLink a {
	color: #1c1730;
	padding: 5px 0;
}

#contentAreaHome #leftCol #centerLink a:hover {
	color: #C23C23;
	text-decoration: underline;
}

#contentAreaHome #rightCol {
	float: left; 
	width: 690px; /* since this element is floated, a width must be given */
	padding: 5px 0; /* top and bottom padding create visual space within this div */
}

#contentAreaHome #rightCol #topRight  {
	width: 690px; 
	height: 325px;
}

#contentAreaHome #rightCol #frameRight {
	background: #1c1730 url(../images-hp/frameRight2.jpg) 0 0 no-repeat;
	width: 690px;
	height: 535px;
}

#contentAreaHome #rightCol #frameRight #textArea {
  	float: left;
	width: 330px;
}

#contentAreaHome #rightCol #frameRight #textArea #textTwo {
	position: relative;
	width: 230px;
	margin-top: 80px;
	padding-left: 40px;
}

#contentAreaHome #rightCol #frameRight #textArea #textTwo p {
	font: normal 11px/15px Verdana, Helvetica, Arial, sans-serif;	
	text-align: left;
	width: 230px;
	}

#contentAreaHome #rightCol #frameRight #textArea p.bold {
	font-weight: bold;
}

#contentAreaHome #rightCol #frameRight #textArea p a {
	color: #FF9933;
	padding: 5px 0;
}

#contentAreaHome #rightCol #frameRight #textArea p a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#contentAreaHome #rightCol #frameRight #youTube {
  	float: left;
	margin: 0 5px 0 5px;
	width: 320px;
}

#contentAreaHome #rightCol #frameRight #youTube img {
	padding-top: 35px;
}


#contentAreaHome #rightCol #frameRight #imageBottom img {
	margin-top: 0;
}

#copyRight  {
	padding: 20px 0;
	}
	
#copyRight p {
	font: normal .85em/130% Georgia, "Times New Roman", Times, serif;	
	color:  #FF9933;
	text-align: center;
	}	

/* This below is for Back Pages only */

#contentArea {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	 /*text-align: left; this overrides the text-align: center on the body element - there is no CSS text-align center on this site -- correct CSS would require a site rebuild. */
	}	

#contentArea h2 {
  	font: bold 100%/120% Verdana,Arial,Helvetica,sans-serif;
	text-align: left;
	color: #dd892f;
	padding-left: 10px;
	letter-spacing: 1px;
}


#contentArea h3 {
  	font: bold 95%/120% Verdana,Arial,Helvetica,sans-serif;
	text-align: left;
	color: #dd892f;
	padding-left: 15px;
}

/* h4 is a subHeader style */

#contentArea h4 {
  	font: bold 85%/160% Verdana,Arial,Helvetica,sans-serif;
	text-align: left;
	color: #dd892f;
	padding-left: 15px;
}


/* h5 is used for dates and other smaller text */

#contentArea h5 {
  	font: bold 70%/80% Verdana,Arial,Helvetica,sans-serif;
	text-align: left;
	color: #cccccc;
	padding-left: 15px;
}

#contentArea #quoteName {
  	font: bold 95%/160% Verdana,Arial,Helvetica,sans-serif;
	text-align: left;
	color: #dd892f;
	padding-left: 15px;
	font-style: italic;
}


#contentArea p {
  	font: normal 90%/160% Verdana, Helvetica, Arial, sans-serif;	
	width: 950px;
	color: #ffffff;
	text-align: left;
	margin: 20px 25px 15px 20px;
}

#messageBlock {
  	font: bold 90%/160% Verdana, Helvetica, Arial, sans-serif;	
	width: 950px;
	color: #dd892f;
	text-align: center;
	margin: 0 auto;
	margin: 20px 0 0 0;	
}

#contentArea #galleryTable table {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	}
	
#contentArea #galleryTable table tr td #text {
	text-align: left;
	margin-left: 15px;
	}	


#contentArea #galleryTable table tr td img {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	padding-top: 10px;
	}

#contentArea #galleryTable table tr td a {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
  	font: bold 90%/160% Verdana, Helvetica, Arial, sans-serif;	
	}	

a {
	color: #dd892f;
	text-decoration: none;
}

a:link {
	color: #dd892f;
	text-decoration: none;	
}

a:visited {
	color: #dd892f;
	text-decoration: none;	
}

a:hover {
	color: #dd892f;
	text-decoration: underline;	
}

a:active {
	color: #dd892f;
	text-decoration: underline;
	outline: none;	
}


a:focus {
-moz-outline-style: none;
}
