@charset "UTF-8";
/* CSS Document */

body,
	html {
		margin: 0;
		padding: 0;
		background: #666;
		font-family: Verdana, sans-serif;
		background-image:  url(/img/bg/webBG.jpg);
		background-repeat: repeat-x;
	}
	body {
		min-width: 955px;
	}
	
	.logo {
	cursor: pointer;
	position: absolute;
	float: left;
	width: 260px;
	height: 70px;
	top: 0px;
	left: 30px;
	/* IE 5+/Win only filter */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='(../img/bg/lot49sm.png');
			}

	.logo[class] {
	background-image: url(../img/bg/lot49sm.png);
	background-repeat: no-repeat;
			}	
			
	#headerPic {
	background: url(../img/samples/headerPic.jpg) no-repeat;
	margin-top: 39px;  /*order = top/right/bottom/left */
	width: 975px;
	height: 215px;
			}
			
	#Outerborder { padding:10px; width:935px; margin: 1px 0px 50px 0px; color:#444; }
	#Outerborder, #Outerborder .sb-inner { background: #444 url(../img/shadedborder/grad6.png) repeat-x; }
	#Outerborder .sb-shadow { background: #000; }
			
	#Innerborder { padding:4px; width:925px; margin: 2px 0px 2px 0px; color:#444; } /*order = top/right/bottom/left */
	#Innerborder, #Innerborder .sb-inner { background: #081b34; }
	#Innerborder .sb-shadow { background: #000; }
			
	#wrap {
		width: 955px;
		min-height: 100%;
		height: auto !important;
		height: 100%;
		margin: 0 auto -5em; /* the bottom margin is the negative value of the footer's height */
	}

	#tabmenu {
		color: #000; 
		border-bottom: 1px solid black; 
		margin: 5px 0px 0px 0px; /*order = top/right/bottom/left */
		padding: 0px; 
		z-index: 1; 
		padding-left: 10px 
		} 

	#tabmenu li { 
		display: inline; 
		overflow: hidden; 
		list-style-type: none; 
		} 

	#tabmenu a, a.active { 
		color: #FFFFFF; 
		background: #7393D0;
		font: normal 1em verdana, Arial, sans-serif; 
		border: 1px solid black; 
		padding: 2px 5px 0px 5px; 
		margin: 0px; 
		text-decoration: none;
		cursor:hand; 
		} 

	#tabmenu a.active { 
		background: #153b6f; 
		border-bottom: 3px solid #000000; 
		} 

	#tabmenu a:hover { 
		color: #fff; 
		background: #153b6f; 
		} 

	#tabmenu a:visited { 
		color: #E8E9BE; 
		} 

	#tabmenu a.active:hover { 
		background: #ffffff; 
		color: #153B6F; 
		} 

	#content {
		width: 600px;
		text-align: justify; 
		background: #ffffff;
		padding: 20px 0px 5px 40px;  /*order = top/right/bottom/left */
		border-top: none; 
		z-index: 2; 
		} 

	#content h1 {
		color:#153b6f;
		font-size: 1.5em;
		}

	#content h2 {
		color:#7393D0;
		font-size: 1.0em;
	}

	#content p {
		font: verdana, sans-serif;
		color:#333333;
		font-size: .75em;
		margin: 0px 0px 0px 40px;  /*order = top/right/bottom/left */
	}

	#content p2 {
		color:#3dc7f7;
		font-size: .75em;
	}

	#content a { 
		text-decoration: none; 
		color: #153b6f; 
		} 

	#content a:hover { 
		background: #aaaaaa; 
	} 