﻿body
{
  height:100%;
  padding:0px;
  margin:0px;
  font-size: 11px;
  font-family: Tahoma, Arial;
}

td, div
{
  font-size: 11px;
  font-family: Tahoma, Arial;
  line-height: 15px;
}

div#mainDiv
{
  background-color: #000000;            
}
table#main
{
   height:100%;     
}

h1
{
  margin-top:18px;
  margin-bottom:15px;
  margin-right:0px;
  margin-left:0px;
  font-size:22px;
  font-weight: normal;
  font-family: Tahoma, Arial;
  color: #97A117;
  padding-left:2px;
  padding-right:12px;
  padding-bottom:12px;  
  border-bottom:1px dotted black;
  line-height: 22px;
}

h2
{
  font-size:16px;
  font-weight: bold;
  font-family: mekanik let, Tahoma, Arial;
  color: #666666;
  margin-bottom:12px;
  margin-top:0px;
}  

h3
{
  font-size:14px;
  font-weight: bold;
  font-family: mekanik let, Tahoma, Arial;
  color: #666666;
  margin-bottom:12px;
  margin-top:0px;
} 

a.sidebar_body, a.sidebar_body:active, a.sidebar_body:visited
{
  text-decoration: none;
  color: #97A117;
  font-family: Tahoma, arial;
  font-size:11px;
  font-weight: bold;  
}

a.sidebar_body:hover
{
  color: #666666;
}

a.sidebar_bodyOn, a.sidebar_bodyOn:active, a.sidebar_bodyOn:visited
{
  text-decoration: none;
  color: #666666;
  font-family: Tahoma, arial;
  font-size:11px;
  font-weight: bold;  
}

a.footer, a.footer:active, a.footer:visited
{
  text-decoration: none;
  color: #333333;
  font-family: Tahoma, arial;
  font-size:11px;
  font-weight: normal;  
}

a.footer:hover
{
  color: #97A117;
}

div.footer
{
  font-family: Tahoma;
  color: #333333;
  font-size: 11px;  
  padding-top:8px;
  padding-bottom:8px;
  padding-left: 3px;
  padding-right: 3px;
  
}

ul#bodySideLink
{
  list-style:none;
  margin-left:8px;
  padding-left:0px;
  margin-bottom:0px;
  margin-top: 0px;
}
li.bodySideLink
{
  padding-bottom: 5px;
  padding-left: 0px;
}

img
{
  border: 0px;
}

/* ================================ */
/* Portfolio CSS                    */
/* ================================ */

#Portfolio {
	width: 865px;
	height: 506px;
	background-color: #FFFFFF;
	z-index:9999;	
	position: absolute;
	top: 0;
	left: 0;
}
	#PortLeft {
		width: 655px;
		height: 506px;
		float: left;
	}
		#PortShow {
			width: 652px;
			height: 473px;
			float: left;
			border: solid 1px #CCCCCC;
			text-align: center;
			overflow: hidden;
		}
			#PortShow img {
				border: 0px;
				margin-top: 10px;
				
			}
		#PortVisit {
			width: 100px;
			height: 15px;
			float: left;
			margin-top: 9px;
			background-image: url(/App_Images/portfolio/btn_visitSite.jpg);
			background-repeat: no-repeat;
			cursor: pointer;
		}
		#PortLocation {
			width: 500px;
			height: 13px;
			float: left;
			padding-left: 20px;
			margin-top: 9px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #CCCCCC;
			overflow: hidden;
			cursor: default;
		}
	#PortRight {
		width: 198px;
		height: 506px;
		padding-right: 2px;
		float: right;
	}
		#PortNav {
			width: 198px;
			height: 329px;
			float: right;
			background-color: #94A210;
		}
			#PortNavInt {
				width: 170px;
				margin-top: 16px;
				padding-left: 16px;
				font-family: Helvetica, Arial, sans-serif;
				font-size: 12px;
				font-weight: bold;
			}
				#PortNavInt a {
					color: #EAECCF;
					text-decoration: none;
				}
				#PortNavInt a:hover {
					color: #BABE05;
					text-decoration: none;
				}
				.currentLink {
					color: #BABE05 !important;
					text-decoration: none;
				}
				.currentLink:hover {
					color: #BABE05 !important;
					text-decoration: none;
				}
				.contactus {
					color: #FFFFFF !important;
					text-decoration: none;
				}
				.contactus:hover {
					color: #EAECCF !important;
					text-decoration: none;
				}
				.prevBox {
					width: 10px;
					height: 10px;
					float: left;
					margin-right: 8px;
					border: solid 1px #FFFFFF;
					font-size: 1px; /*Fix height errors in IE6*/
					cursor: pointer;
				}
				.prevBox:hover {
					background-color: #C1C403;
				}
				.prevBoxCur
				{
					width: 10px;
					height: 10px;
					float: left;
					margin-right: 8px;
					border: solid 1px #FFFFFF;
					font-size: 1px; /*Fix height errors in IE6*/
					cursor: pointer;
					background-color: #C1C403;
				}
			#PortClose {
				width: 15px;
				height: 15px;
				float: right;
				font-family: Arial, Helvetica, sans-serif;
				font-weight: bold;
				font-size: 12px;
				color: #666666;
				background-color: #FFFFFF;
				/*overflow: hidden;*/
				cursor: pointer;
				line-height: 12px !important;
				text-align: right;
			}
			#PortClose:hover {
				color: #CCCCCC;
			}
			
		#PortLogo {
			width: 198px;
			max-height: 146px;
			float: right;
			margin-top: 0px;
			text-align:center;
			overflow: hidden;
		}
#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#noscriptdiv {
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	width: 100%;
	font-family: Tahoma, Arial, sans-serif;
	color: #FF0000;
	font-size: 11px;
}
