@charset "UTF-8";
/*
	Element CSS style sheet
	Modified 14/12/2009
*/

/*Reset*/
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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}



body {
	color: #CCC;
	font-family: "Segoe UI", "Lucida Granda", "Trebuchet", "Trebuchet MS", "Verdana", sans-serif;
	background: url("images/noise_bg.jpg") repeat;
	margin:0px;
	text-align:left;
	padding: 0px;
	background-color: #626262;
}

table {
	color: #CCC;
	font-family: "Segoe UI", "Lucida Granda", "Trebuchet", "Trebuchet MS", "Verdana", sans-serif;
	font-size: 14px; 
	margin:0px;
	text-align:left;
	padding: 0px;
}


#masterTable {
	width: 800px;
	margin: 0 auto 0 auto;
	height:100%;
}


#topArea {
	background: url("images/noise_bg_overlay.jpg") repeat;
	height:90px;
	border-bottom: 1px solid #b00;
}


#masterTableSig {
	clear:both;
	width: 800px;
	margin: 0 auto 0 auto;
	background: url("images/noise_bg_overlay.jpg") repeat;
	height:30px;
	border-top: 1px solid #b00;
}

.divSection {
	background: url("images/noise_bg_overlay.jpg") repeat;
	margin-bottom: 10px; 
	font-size: 0.9em;
	width: 100%;
	float: left;
	line-height: 1.2em;
}

.divSection .twtr-widget h4
{
    border-bottom: none;
}

.divSection .twtr-widget .twtr-tweet
{
    padding-bottom: 10px;
}

.divHeader {
	margin: 0px 10px 5px 10px;
	padding-top:5px;
	border-bottom: 1px solid #b00;
	font-size: 1.1em;
	font-weight: normal;
	color: #EEEEEE;
	line-height: normal;
}

.divBody {
	padding: 10px;
}

.divFooter {
	padding: 5px;
	border-top: 1px solid #000;
}

#banner {
	float: left;
	padding-left: 17px;
	padding-top: 17px;
}

.error {
	font-size: 12px;
	color:#ff0000;
	font-weight: bold;
}

.newsPadding {
	padding: 5px;
}

.newsTitlePadding {
	padding-left: 5px;
}

a {
	text-decoration: none;
	color: #999;
}

a:hover {
	text-decoration: none;
	color: #cccccc;
}


#forumQuote {
	padding: 5px 5px 5px 5px;
	/*border: 1px solid #000;*/
	background-color: #aaaaaa;
	width:95%;
}

.forumMenuBar {
	background-color: #d0d0d0;
	background-repeat: repeat;
	font-size:1.5em;
}
.forumTitlePartA {
	background-color: #d0d0d0;
	background-repeat: repeat;
	/*border: 1px #9d9d9d solid;*/
}

.forumTitlePartB {
	background-color: #d0d0d0;
	background-repeat: repeat;
	/*border: 1px #9d9d9d solid;*/
}

.forumPartA {
	background-color: #bbbbbb;
	background-repeat: repeat;
	/*border: 1px #9d9d9d solid;*/
}

.forumPartB {
	background-color: #d0d0d0;
	background-repeat: repeat;
	/*border: 1px #9d9d9d solid;*/
}


/* Forum Graphics */


.linkMenuBar {
	background-color: transparent;
	background-repeat: repeat;
	font-size:1.5em;
}
.linkTitlePartA {
	background-color: transparent;
	background-repeat: repeat;
	/*border: 1px #9d9d9d solid;*/
}

.linkTitlePartB {
	background-color: transparent;
	background-repeat: repeat;
	/*border: 1px #9d9d9d solid;*/
}

.linkPartA {
	background-color: transparent;
	background-repeat: repeat;
	/*border: 1px #9d9d9d solid;*/
}

.linkPartB {
	background-color: transparent;
	background-repeat: repeat;
	/*border: 1px #9d9d9d solid;*/
}

/*#push { padding-bottom: 5px; }*/


/* Forum Graph */

ul.TGraph {
	border-bottom: 3px solid #333; 
	position: relative; 
	height: 180px;
	margin: 1em 0; 
	padding: 0;
	background: url(images/horizontal_line.png) bottom left;
	font: 11px Helvetica, Geneva, sans-serif;
	}
.TGraph li {
	position: absolute; 
	background: #666 url(images/bar_highlight.png) repeat-y top right;
	bottom: 0; 
	margin: 0; 
	padding: 0 0 0 0;
	text-align: center; 
	list-style: none;
	width: 20px; 
	border: 1px solid #555; 
	border-bottom: none; 
	color: #000;
	}
	
.lineTitles {
	position: absolute; 
	bottom: 0; 
	margin: 0; 
	padding: 0 0 0 0;
	text-align: center; 
	list-style: none;
	width: 20px; 
	border-left: 1px solid #555; 
	border-right: 1px solid #555; 
	color: #000;
	}
	
.lineMarks {
	position: absolute; 
	bottom: 0; 
	margin: 0; 
	padding: 0 0 0 0;
	text-align: center; 
	list-style: none;
	border-left: 1px solid #555; 
	border-bottom: 1px solid #555; 
	width:100%
	}
	
.TGraph li:hover {font-weight:bold;}
.TGraph li.p1{ background-color:#666666; }
.TGraph li.p2{ background-color:transparent; }



/*Blog post*/

#blog #login
{
    /*display: none;*/
}

.blogpost {
	display:block;
	width:100%:
	background-color: #000; 
	font-size: 0.9em;
	width: 100%;
	float: left;
	line-height: 1.2em;
}

.spacer {
	display:block;
	clear:both;
	height:10px;
}

.blogLeftHolder {
	width:90px;
	float:left;
}

.blogRightHolder {
	float:left;
	display:block;
	width:455px;
	background: url("images/noise_bg_overlay.jpg") repeat;
}


.commentLeftHolder {
	width:90px;
	float:left;
}

.commentRightHolder {
	float:left;
	display:block;
	width:710px;
	min-height: 124px;
	background: url("images/noise_bg_overlay.jpg") repeat;
}


.blogHolder {
	display:block;
	width:545px;
	background: url("images/noise_bg_overlay.jpg") repeat;
}







div.contact
{
	color: #999;
	float: right;
	font-size: 11px;
	padding: 17px 17px 14px 17px;
	text-align: right;
	line-height: 150%;
}

a.contactLink {
	color: #999;
}

a.contactLink:hover {
	color: #cccccc;
	border-bottom: 0px;
}

a.blogLinks
{
	text-decoration: none;
	color: #71D0FF;
	margin-bottom: 1px;
}

a.blogLinks:hover
{
	color: #71D0FF;
	border-bottom: 1px dotted #71D0FF;
}

.divBody a {
	text-decoration: none;
	color: #71D0FF;
	margin-bottom: 1px;
}

.divBody a:hover {
	color: #71D0FF;
	border-bottom: 1px dotted #71D0FF;
}

p.blogDetails {
	font-size:10px;
}


span.contact
{
	padding-left: 10px;
	display: block;
	float: right;
	width: 175px;
	text-align: left;
}



#header {
	height: 90px;
	background: url(images/noise_bg_overlay.jpg) repeat-x;
	border-bottom: 1px solid #BB0000;
	margin-bottom: 50px;
}



#masterLinks {
	float: right;
	border-spacing: 0;
  	border-collapse: collapse;
	width: 503px;
	height: 20px;
	text-align: center;
	margin-top: -2px;
}


#masterLinks a {
	text-decoration: none;
	font-size: 16px;
	padding-left: 13px;
	padding-right: 13px;
	float:right;
	padding-bottom: 5px;
	
}

#masterLinks div {
	
	color:#999;
	text-decoration: none;
	font-size: 16px;
	padding-left: 13px;
	padding-right: 13px;
	float:right;
	padding-bottom: 8px;
	background: url("/theme/element/images/loc.png") no-repeat Bottom center;
	
}

.menuCell
{
	float:right;
	padding-bottom: 5px;
}

.menuCell, .linkSep
{
	vertical-align: middle;
}


#navInd
{
	position: absolute;
	z-index: 2;
	top: 83px;
	margin-left: 45px; /*45px for first, each el is ++101px*/
}


#footer {
	float: left;
	width: 100%;
	margin-top: 40px;
	padding-top: 10px;
	padding-bottom: 3px;
	background: url(images/noise_bg_overlay.jpg) repeat;
	border-top: 1px solid #BB0000;
	font-size: 11px;
	color: #999;
}

#footerLeft {
	float:left;
	width: 396px;
	padding-left: 8px;
}

#footerRight {
	float:right;
	width: 330px;
	text-align: center;
}

#footerRight a {
	
	text-decoration: none;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	float:right;
	
}

#footerRight div {
	
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	float:right;
	
}

#activeLinkFooter {
	background: url("images/locFoot.gif") no-repeat bottom center;
}

.footerTag {
	float: left;
	width: 66px;
	text-align: center;
}

.typh_hyper {
	width:100%;
	text-align:center;
	
}



.typh_hyper a
{
	text-decoration: none;
	color: #71D0FF;
}

.typh_hyper a:hover
{
	color: #71D0FF;
	border-bottom: 1px dotted #71D0FF;
}




#bodyText
{
	font-size: 0.9em;
	width: 100%;
	float: left;
	line-height: 1.2em;
}

.bodyTextLeft, .bodyTextRight
{
	float: left;
}

h2, h3 {
	margin-top: 10px;
	margin-bottom: 20px;
}

h3
{
	margin-left: 76px;
	margin-bottom: 60px;
}

h4
{
	border-bottom: 1px solid #BB0000;
	margin-bottom: 5px;
	font-size: 1.1em;
	font-weight: normal;
	color: #EEEEEE;
	line-height: normal;
}

h4.spacer
{
	visibility: hidden;
}

h4.noLine
{
	border: none;
}

.singleLeft, .singleRight, .singleCenter
{
	display: block;
	float: left;
	width: 256px;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 8px;
}

.singleLeft
{
	padding-left: 0px;
}

.singleRight
{
	padding-right: 0px;
}

p.singleLeft, p.singleCenter, p.singleRight
{
	width: 250px;
	text-align: center;
	margin-top: 8px;
	padding: 8px;
	background: url(images/noise_bg_overlay.jpg) repeat;
}

.doubleLeft, .doubleRight, .doubleCenter
{
	float: left;
	width: 528px;
	padding-right: 8px;
}

.doubleRight
{
	padding-left: 8px;
}

.doubleCenter
{
	float: none;
	padding-right: 0px;
	margin: 0 auto 0 auto;
}

.doubleSRight
{
	float: left;
	width: 256px;
	padding-left: 8px;
}

.sectionBreak
{
	display: block;
	float: left;
	width: 100%;
	background: none;
	border: none;
	margin-top: 25px;
	margin-bottom: 25px;
	visibility: hidden;
}

a.bodyLink
{
	text-decoration: none;
	color: #71D0FF;
}

a.bodyLink:hover
{
	color: #71D0FF;
	border-bottom: 1px dotted #71D0FF;
	margin-bottom: -1px;
}

a
{
	text-decoration: none;
	color: #999;
}

a:hover
{
	color: #CCC;
}

#navInd
{
	position: absolute;
	z-index: 2;
	top: 83px;
	margin-left: 45px; /*45px for first, each el is ++101px*/
}

.doubleImage
{
	float: left;
}

.fullInner, .doubleInner, .inner, .doubleInnerNP
{
	float: left;
	background: url(images/noise_bg_overlay.jpg) repeat;
	min-height: 165px;
	height: auto !important;
	height: 165px;
	padding: 8px;
	padding-top: 4px;
}

.fullInner
{
	width: 664px;
}

.doubleInner
{
	width: 312px;
}

.doubleInnerNP
{
	width: 512px;
}

.inner
{
	width: 240px;
}

.minorHeader {
	font-style: italic;
}

.paraStructure {
	padding-bottom:20px;
}

.iframeData {
	background: url(images/noise_bg_overlay.jpg) repeat;
	width: 800px;
	height: 0px;
	float: left;
	margin-bottom: 20px;
}

.portDiv {
	width: 32%;
	margin: 5px;
	height: 220px;
	float:left;
	background: url(images/noise_bg_overlay.jpg) repeat;
	text-align:center;
}

.preSubboxImageDiv {
	float: left;
	width: 800px;
	height: 520px;
	padding:0px;
	margin:0px;
}

.preSubbox {
	float: left;
	width: 800px;
	margin: 0px;
	padding: 0px;
}

.preText {
	float: left;
	width: 784px;
	padding: 8px;
}

.postText {
	float: left;
	width: 784px;
	padding: 8px;
}

.leftHalf, .rightHalf
{
	float: left;
	width: 392px;
}

.rightHalf
{
	text-align: right;
}

.timeBox {
	float: left;
	width: 148px;
	background: url("images/noise_bg_overlay.jpg") repeat;
	text-align: center;
	color: #CCC;
	border-bottom: 1px solid #BB0000;
}

.timeTextBox {
	display: block;
	padding: 8px;
}

.timeTextBox:hover
{
	cursor: pointer;
}

.timeBoxSpace {
	float:left;
	height: 40px;
	width: 69px;
	
}

#text-container {
	clear: both;
	width: 784px;
	padding: 20px 8px 20px 8px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	background: url("images/noise_bg_overlay.jpg") repeat;
}

.bioPic
{
	float: left;
	background: #CCC;
	padding: 5px;
	border: solid 1px #BBB;
	margin-bottom: 8px;
	margin-right: 8px;
}

ul
{
	padding: 15px;
}

.underline
{
	text-decoration: underline;
}

#contactInfoLeft, #contactInfoRight
{
	margin-left: 15px;
	float: left;
	width: 245px;
	line-height: 160%;
}

#contactInfoLeft
{
	text-align: right;
	width: 120px;
	margin-left: 0px;
	margin-right: 15px;
}

.contactCard
{
	float: right;
	background: url("images/noise_bg_overlay.jpg") repeat;
	width: 392px;
	padding-right: 8px;
}

.contactTitle
{
	display: block;
	width: 100%;
	background-color: #272727;
	color: #CCCCCC;
	padding-bottom: 5px;
}

.bold
{
	font-weight: bold;
}

.aDark
{
	color: #272727;
}

.aDark:hover
{
	color: #000;
}

ul.services
{
	margin: 0;
	padding: 0;
	margin-left: 20px;
}

li.services
{
	list-style: url(images/bullet.png);
}

.formWrap
{
	float: left;
	background: url(images/noise_bg_overlay.jpg) repeat;
	margin-bottom: 20px;
}

form.contactForm, div.contactForm
{
	display: block;
	float: left;
	width: 300px;
	padding: 0px 50px 20px 50px;
	line-height: 160%;
	margin-top: 8px;
}

input.contactForm
{
	font-family: "Segoe UI", "Lucida Granda", "Trebuchet", "Trebuchet MS", "Verdana", sans-serif;
	font-size: 0.9em;
	margin-bottom: 8px;
}

textarea.contactForm
{
	font-family: "Segoe UI", "Lucida Granda", "Trebuchet", "Trebuchet MS", "Verdana", sans-serif;
	font-size: 0.9em;
}

.bigText
{
	font-size: 1.4em;
}

.typh_adminPanel {
	position: static;
	width:100%;
	margin-bottom: 40px;
	padding: 5px 0px 5px 0px;
	text-indent: 10px;
	font-size: 0.9em;
	background: url("images/noise_bg_overlay_dark.png") repeat;
	/*border-bottom: 1px solid #cc0000;*/
}

.typh_codeNum {
	
	color: #fff;
	background: url("images/light.png") repeat;
	
}

.typh_chatboxButton {
	
	float:left;
	width:100%;
	
}
