﻿/* Layout Edits */

#logolink
{
	float:left;
	margin:0px 0 0px 10px;
	border:0;
	width:308px;
	height:70px;
}

/* Panels */

#lefthalf
{
	width:48%;
	margin:0;
	float:left;
}	

#righthalf
{
	width:48%;
	margin:0;
	float:right;
}	

#divthird
{
	clear:both;
	padding:3% 0px 0px 0px;
}

#leftthird
{
	width:30%;
	width: expression(document.body.clientWidth < 876 ? "170px" : "30%");
	margin:0 0 5px 1%;
	padding:0px 0px 10px 0px;
	float:left;
	background-color:#8A0A07;
	color:#ffffff;
	min-width:170px;
}	

#centerthird
{
	width:30%;
	width: expression(document.body.clientWidth < 876 ? "170px" : "30%");
	margin:0 auto 5px auto;
	padding:0px 0px 10px 0px;
	min-width:170px;
	color: #ffffff;
	background-color:#000000;
}	

#rightthird
{
	width:30%;
	width: expression(document.body.clientWidth < 876 ? "170px" : "30%");
	margin:0 1% 5px 0;
	padding:0px 0px 10px 0px;
	float:right;
	background-color:#8A0A07;
	color:#ffffff;
	min-width:170px;	
}

div.inimg
{
	padding:10px 15px 10px 15px;
	text-align:center;
}

.frontimg
{	
	width:100%;
	width: expression(document.body.clientWidth > 1400 ? "300px" : "100%");
	border:none;
	max-width:300px;
	height:auto;
	border:1px solid #ffffff;
}

div.fronttext
{	
	height:140px;
	overflow:hidden;
	padding:0px 15px 0px 15px;
	font-size:90%;
}


div.fronttext2
{
	text-align:left;
	height:137px;
	overflow:hidden;
	padding:0px 15px 0px 15px;
	font-size:90%;
}

.mblack
{
	background-color:#000000;
	height:140px;
	clear:both;
	margin:3% 1% 0 1%;
	padding:10px;
}

.mblacktext
{
	overflow:hidden;
	color:#ffffff;
	font-size:90%;
}

.mblackimage
{
	float:left;
	margin-right:10px;
	border:1px solid #ffffff;
	width:40%;
	width: expression(document.body.clientWidth > 1100 ? "150px" : (document.body.clientWidth < 876 ? "100px" : "40%"));
	min-width:100px;
	max-width:150px;
	heigth:auto;
}

.mblackbar
{
	width:2px;
	height:140px;
	margin:auto;
	background-color:#ffffff;
	text-align:center;
}
	
div.center
{
	margin-left:auto;
	margin-right:auto;
}

div.centerall
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

div.centerb
{
	width:104px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	text-align:center;
}

div.centerbl
{
	width:130px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	text-align:center;
}

div.vcentero
{
	/*overflow:hidden;*/
	position:relative;
}
div.vcenterostd
{
	display:table;
	position:static;
	height:100%;
}

div.vcenterm
{
	position:absolute;
	top:50%;
}
div.vcentermstd
{
	display:table-cell;
	vertical-align:middle;
	position:static;
}

div.vcenteri
{
	position:relative;
	top:-50%;
}
div.vcenteristd
{
	position:static;
}

#mastgradtop
{
	width:100%;
	height:10px;
	background-image:url(/vissec/images/topper.gif);
	background-repeat:repeat-x;
}
#mastgradbottom
{
	width:100%;
	height:6px;
	background-image:url(/vissec/images/bottomer1.gif);
	background-repeat:repeat-x;
	clear:both;
	overflow:hidden;
}