﻿*{
			margin:0;
			padding:0;
		}
		a{
			text-decoration: none;
			outline: none;
			font-family: Verdana, “Lucida Sans Unicode”, sans-serif;
            font-size: 0.6em;
            font-style: normal;
            font-weight: normal;
            text-transform: none;
            letter-spacing: normal;
            line-height: 1.5em;
		    color:#fff;
		}
		a:hover{
			text-decoration: underline;
		}
		img{
			border:none;
		}
		body {
			overflow:hidden;/*Needed to eliminate scrollbars*/
			background:#000;
			
		}
		p
		{
		    margin: 5px 20px 5px 20px;
		    font-family: Verdana, “Lucida Sans Unicode”, sans-serif;
            font-size: 0.6em;
            font-style: normal;
            font-weight: normal;
            text-transform: none;
            letter-spacing: normal;
            line-height: 1.5em;
		    color:#fff;
		}
		.standardText
		{
		    margin: 5px 20px 5px 20px;
		    font-family: Verdana, “Lucida Sans Unicode”, sans-serif;
            font-size: 0.6em;
            font-style: normal;
            font-weight: normal;
            text-transform: none;
            letter-spacing: normal;
            line-height: 1.5em;
		    color:#fff;
		}
		#contentVertical
		{
		    margin:0px auto;
			height:100%;
			width:300px;
			Left:5%;
			z-index: 3;
			background-image: url(../Images/bkgContentVertical.png);
		    background-repeat:repeat-y;
			border-left:1px solid #000;
			border-right:1px solid #4F4F4F;
			position:absolute;
		    
		}
		#contentframeVertical{
			overflow: hidden;
			border-left:solid 1px #4F4F4F;
			border-right:1px solid #000;
			height: 100%;
			width:100%;
			text-align:left;
			z-index: 3;

		}
		
		#content{
			margin:0px auto;
			height:170px;
			width:100%;
			bottom:5%;
			z-index: 3;
			background-image: url(../Images/bkgContent.png);
		    background-repeat:repeat-x;
			border-top:1px solid #000;
			border-bottom:1px solid #4F4F4F;
			position:absolute;
		}
		#contentframe{
			overflow: hidden;
			border-top:solid 1px #4F4F4F;
			border-bottom:1px solid #000;
			height: 100%;
			text-align:left;
			z-index: 3;
			
		}
		#slidecounter{
			float:left;
			color:#4F4F4F;
			font:50px "Helvetica Neue", Arial, sans-serif;
			font-weight:bold;
			margin: 10px 0 0 20px;
			text-shadow: 2px 2px 2px #000;	
		}
		#slidecaption{
			overflow: hidden;
			float:left;
			color:#FFF;

		}
		.myH1
		{
		    font:50px "Helvetica Neue", Verdana, sans-serif;
		    font-style:normal;
			font-weight:bold;
			margin-left:20px;
			color:#4F4F4F;
			text-shadow: 2px 2px 2px #000;
		}
		.admin
		{
		    position: absolute;
		     bottom:20px;
		     left:7%;
		}
		
		/*Supersize Plugin Styles*/
		#navigation{
			/*background: url('images/navbg.gif') no-repeat;*/
			float: right;
			margin: 10px 20px 0 0;
		}
		#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			background-image: url(images/progress.gif);
		}
		#supersize{
			position:fixed;
		}
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			position:absolute;
			z-index: 0;
		}
		#supersize .prevslide, #supersize .prevslide img{
			z-index: 1;
		}
		#supersize .activeslide, #supersize .activeslide img{
			z-index: 2;
		}
		
		.alignRight
		{
		    text-align:right;
		}
		
		/*-------------form elements-------------*/
.txbStandard 
{
 
		    font-family: Verdana, “Lucida Sans Unicode”, sans-serif;
		    font-size:1em;
		    padding:0.5em;
		    color:#000; 
		    width:175px;  
    
    
}
.txbMultiLine
{
            font-family: Verdana, “Lucida Sans Unicode”, sans-serif;
            font-size:1em;
            padding:0.5em;
		    color:#000;   
            width:175px;
            height:75px;
  
}
