﻿html,body { 	
	margin: 0px; 
	padding: 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #EEE; 
	background-color: white; 
	text-align: left;
	___height: 100%; 
	background-repeat: repeat;
    background-color: #414141;
    background-image: url(newimages/bg.jpg);
}
h1 { 
	margin: 0px; 
	font-family: georgia; 
}
h3 {
	margin: 0px; 
	font-family: georgia; 
}

div.padder {margin-right:10px;
         padding: 10px;
}
#content {
    position: relative;
    margin: 0px auto 0px auto;
    height: 100%;
    width: 950px;
    background-color: #E0E0E0;
}
#header {
    position: relative;
    width: 100%;
    height: 90px;
    margin: 0px;
    text-align: left;
    background-image: url('/lpr/assets/images/innerbg2.jpg');
    background-repeat: repeat-x;
    top: 0px;
    left: 0px;
}
#leftSection {
    position: absolute;
    top: 90px;
    left: 0px;
    height: 100%;
    width: 180px;
    text-align: left;
}
#leftbox {
	margin: 5px;
	padding: 0px;
	width: 153px;
	border: 1px solid #185284;
	position: relative;
	float: left;
	bottom: 10px;
	text-align: center;
	height: 90px;
	top: 5px;
}
#centerSection  
{
    min-height:580px;
	position: relative; 
	height: 100%; 
	margin: 0px 180px 0px 180px; 
	text-align: left;
    top: 0px;
    left: 0px;
}
#rightSection {
    position: absolute;
    top: 90px;
    right: 0px;
    height: 100%;
    width: 180px;
    margin-left: 15px;
    text-align: left;
}
#footer { 
	position: relative; 
	margin: 25px 20px 0px -50px; 
	.margin: 15px 20px 0px -40px; 
	padding-top: 4px; 
	border-top: 1px solid #EADDC5; 
	font-size: 11px; 
	text-align: left;
        top: 0px;
    }
#addr {
	height: 90px;
	width: 165px;
	position: relative;
	float: right;
	right: 20px;
}
    .bg {
    background-repeat: repeat-x;
    background-color: #414141;
    background-image: url(assets/images/bgnew.jpg);
    float: inherit;
    clear: both;
}
#vid1 {
	width: 90%;
}
#title {
	float: left;
	position: relative;
}

#header title {
	float: left;
	height: 300px;
	width: 250px;
}
#whitestripes
{border-left:solid 1px #fff;
 border-right:solid 1px #fff;
 padding-left:20px;
 padding-right:20px;
    }

.black12 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.black10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#img1 {
	float: right;
	height: 70px;
	width: 70px;
	margin-left: 10px;}
#img2 {
	float: right;
	height: 70px;
	width: 70px;
	margin-left: 10px;}
#img3 {
	float: right;
	height: 70px;
	width: 70px;
	margin-left: 10px;}














    
    -- MENUs
    .menu {
	width:720px;
	font-size:0.85em;
	padding-bottom:0px;
	position: absolute;
	padding-top: 0px;
	top: 300px;
	overflow: visible;
	z-index: 15;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
}
#header1 {
	float: left;
	width: 500px;
	border: 1px solid #333333;
	position: absolute;
	visibility: visible;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
width:130px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.menu li {
	float:left;
	width:90px;
	position:relative;
	top: 50px;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#fff;
	width:70px;
	height:25px;
	border:1px solid #fff;
	border-width:1px 1px 0 0;
	background:#9B004E;
	padding-left:10px;
	line-height:24px;
	font-family: Arial, Helvetica, sans-serif;
}
#clientmore {
	float: left;
	height: 30px;
	width: 50px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:50px;
w\idth:100px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#666666;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#999999;
}
.menu ul ul :hover > a.drop {
background:#666666;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#999999;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}
.menu ul ul ul :hover > a {
background:#b2ab9b;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:visible;
position:absolute;
height:0;
top:126px;
left:0; 
width:50px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:26px;
t\op:26px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:120px; 
top:0;
width:120px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-120px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#999999; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:119px/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:119px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#999999;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#324169;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
	z-index: 30;
	float: left;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
