/* CSS Document margin: 0 auto 0 auto; */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	float: none;
}

#content {
	width:800px;
	height: auto;
	margin: 0 auto 0 auto;
	border-right: medium solid;
	border-right-color: #305235;
	border-left: medium solid;
	border-left-color: #305235;
}

#contact {
	width:625px;
	height:625px;
	margin: 0 auto 0 auto;
	margin-bottom:10px;
}

#claims {
	width:550px;
	height:375px;
	margin: 0 auto 0 auto;
	margin-bottom:10px;
}

#footer {
	width:100%;
	background-color:#305235;
	height:40px;
	border-bottom: solid;
	border-bottom-color: #000000;
	border-top-color:#000000;
	border-top:solid;
}

#header {
	width:100%;
	height:80px;
	border-bottom: solid;
	border-bottom-color: #000000;
}

#headcontent {
	width:100%;
	height:30px;
	text-transform: capitalize;
	background-color:#305235;
	border-bottom: solid;
	border-bottom-color: #000000;
}

.mylist {
	width:139px;
	height:25px;
	background-color:#808080;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	text-indent: 5px;
	padding-top: 5px;
}

a.mylink {
	position:relative; /*this is the key*/
	display:block;
	z-index:0;
}

a.mylink #ttip, a.mylink #ttip1, a.mylink #ttip2 {
    display: none;
    float:left;
}
  
a.mylink:hover{
	z-index:1;
	text-decoration:none;
	background-color:#808080;
}

a.mylink:hover #ttip,a.mylink:hover #ttip1,a.mylink:hover #ttip2 {
	display:block;
	position:absolute;
	width:126px;
	color:#000000;
	font-size:12px;
	text-align:left;
	position: absolute;
	top: 90px;
	left: 0px;
	height: 100px;
	padding: 10px 0 0px 0;
	padding-right: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
a.mylink:hover #ttip1 {
	top: 58px;
}

a.mylink:hover #ttip2 {  
	top: 30px;
}

#uppercolumn {
	width:200px;
	height:30px;
	background-color:#808080;
	text-align:center;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	color: #FFFFFF;
}

#lowercolumn {
	width:200px;
	height:30px;
	background-color:#808080;
	text-align:center;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

#logo {
	position:absolute;
	left:428px;
	margin-left:-380px;
	top:324px;
}

#logo img  {
	border-style:none;
}

#container {
	width:900px;
	height:auto;
	position: relative;
}

#line {
	width:80%;
	background-color:#336633;
	height: 2px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#footer a:hover {
	color:#A8BF7A;
}

/* begin rules for validation popup */

#msg {
	display:none; 
	position:absolute; 
	z-index200; background:url(/images/msg_arrow.gif) left center no-repeat; 
	padding-left:7px
}

#msgcontent {
	display:block; 
	background-color:#f3e6e6; 
	border:2px solid #924949; 
	border-left:none; 
	padding:5px; 
	min-width:150px; 
	max-width:250px;
}

/* end rules for validation popup */
