/* Lightspeed CSS */ 

/* Basic Elements */

body, p, tr, th, td, ol, ul, li, h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  color: #5a5b5f;
  vertical-align: top;
  }
  
span.ital {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  color: #5a5b5f;
  font-style: italic;
  }

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #e67100;
	}
	
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #e67100;
	}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #e67100;
	}

a.index {
	color: 511b76;
	}

/* this globally removes that ANNOYING dashed line around image links that have been clicked */
* :focus {
	outline: 0;
}

sup {
	font-size: 6pt;
	vertial-align: text-top;
	line-height: 0;
	}

body {
	background: #000;
	margin: 0px;
	text-align: center;
	height: 10px;
	}

table {
	border: none;
	background: #fff url('pic/background-table.jpg') repeat-y center top;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	}

table.index {
	background: #fff url('pic/index-main.jpg') repeat-y center top;
	}

table.indexContact {
	border: none;
	background: transparent;
	vertial-align: top;
	margin: 0px;
	}

table.flashvid {
	background: #fff url('flashvid/pic/flashvidBack.jpg') no-repeat center top;
	}

table.flashvid2 {
	background: #fff url('flashvid/pic/flashvidBack-2.jpg') repeat-y center top;
	}

img {
	border:none
	}

h2 {
	font-weight: normal; 
	font-size: 10pt;
  color: #e67100; 
	}

h3 {
	font-weight: normal; 
	font-size: 12pt;
  color: #e67100; 
	}

h4 {
	font-weight: normal; 
	font-size: 10pt;
	color: 511b76;
	}

h5 {
	font-weight: normal; 
	font-size: 12pt;
	color: 511b76;
	}

input, textarea {
	font-size:12px;
	font-weight:normal;
	color:#5a5b5f;
	font-family: Helvetica, Arial, sans-serif;
	}
textarea {
	font-size:12px;
	width:100%;
	}


/* specific divs */

#pageTitle {
	font-size: 14pt;
	color: #511b76;
	position: relative;
	top: 42px;
	}

#pageTitle a {
	color: #511b76;
	}

#nav-noscript {
	background: transparent url('pic/alert.gif') no-repeat center left;
	padding-left: 22px;
	font-size: 8pt;
	}

#indexbg { 
 	background: #000 url('pic/index-background.jpg') no-repeat center bottom;
 	margin: 0px;
	}

#thumbnail {
	border: 4px solid #ff9c48;
	}

#caption {
	font-size: 8pt;
	text-align: center;
	}
#caption img {
	padding: 10px 0px;
	}

#blurbText {
  text-align: justify;
  }

#footerText {
	font-size: 9pt;
	color: #906dd5;
	text-align: center;
	}

#flashvidTitle {
	font-size: 18pt;
	}

#blogBorder {
	border: solid #FD8602 3px;
	padding:10px;
	}

.raised {
	font-weight: bold;
  position: relative;
  top: -22px;
  left: 0px;
  padding: 4px;
  background: #b9a8d1;
  color: #fff;
	}

#title {
	font-weight: bold; 
	font-size: 11pt;
  color: #e67100; 
	}

#indexRight {
	padding: 10px 0px 33px 0px;
	}

#indexHeader {
	color: 511b76;
	}
	
#indexHeaderBold {
	color: 511b76;
	font-weight: bold;
	}

#indexAddress {
	position: relative;
	top: -29px;
	left: 70px;
	}

#indexContactTitles {
	position: relative;
	top: -9px;
	left: 200px;
	}