/* Main css*/
#main {
  background : #FFFFFF url(../images/leemac_main_bg.gif) top left no-repeat;
  border : solid 1px #CCCCCC;
  width : 541px;
  float : left;
  padding : 0px;
  margin : 0px 0px 3px 0px;
}

#main h1 {
  font-weight : bolder;
  font-size : 180%;
  padding : 12px 24px 6px 24px;
  margin : 0px 0px 0px 0px;
}

#main h2 {
  font-size : 100%;
  margin : 24px 12px 12px 12px;
  padding : 3px 6px 3px 6px;
  background : #EEEEEE;
  color : #000000;
  clear : both;
  font-weight : bolder;
}
.f-left{
	float:left;
}
.f-right{
	float:right;
}


#main p {
  padding : 6px 24px 6px 24px;
  margin : 0px;
  color : #000000;
}

#main p.intro {
  font-size : 120%;
  line-height : 140%;
  color : #000000;
}

#main fieldset {
  border : solid 1px #CCCCCC;
  margin : 12px;
  padding : 12px;
}

#main fieldset p {
  padding : 6px 12px 6px 12px;
  margin : 0px;
}

#main legend {
  background : #FFFFFF;
  margin : 0px 0px 6px 0px;
  padding : 3px 6px 3px 6px;
  font-size : 11px;
}

#main table.table {
  width : 529px;
}

#main td p {
  padding : 0px;
  margin : 0px;
}

#main fieldset.productoption {
  clear : both;
  border : solid 1px #EEEEEE;
  background : #F8F8F8;
  margin-top : 3px;
  margin-bottom : 3px;
}

#main fieldset.left {
  border : solid 1px #EEEEEE;
  width : 227px;
  float : left;
  margin : 6px 5px 6px 6px;
  font-size : 85%;
}

html>body #main fieldset.left {
  margin : 6px 5px 6px 12px;
  padding : 0px 12px 12px 12px;
}

#main fieldset.right {
  border : solid 1px #EEEEEE;
  width : 227px;
  float : left;
  margin : 6px 0px 6px 6px;
  font-size : 85%;
}

html>body #main fieldset.right {
  margin : 6px 0px 6px 6px;
  padding : 0px 12px 12px 12px;
}

#main img {
  border : solid 0px #EEEEEE;
}

#main fieldset.news {
  border : #CCCCCC solid 1px;
  margin : 3px;
  padding : 12px;
  background : #EEEEEE;
  font-size : 11px;
  color : #999999;
  text-align : center;
}

#main fieldset.news strong {
  color : #000000;
}
/*General CSS*/
/* Global Styles */

/* "html>body" hides style from IE*/

/* Hide from IE-Mac \*/
#example1 {margin-bottom:3em}
#example2 {margin-top:1.5em}
/* End hide */

/* ID for unique items, CLASS for muliple items */
/*body, td, p, a, h1, h2, input, option, textarea, div {
  font-family : Tahoma, Arial, Helvetica, sans-serif;
}*/
h2{
	padding:0px;
	margin:0px;
	color:#1c3f94;
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
}
p{
	padding:0px;
	margin:8px 0px 0px 0px;
	color:#1c3f94;
	font:normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
}

a:link{color : #1c3f94; text-decoration:none;}
a:visited{color : #1c3f94; text-decoration : none;}
a:hover{color : #1c3f94; text-decoration : none; cursor:pointer;}

body {
	margin:15px 0px 15px 0px;
	padding: 0px;
	font:normal 13px Verdana, Arial, Helvetica, sans-serif;
}
#wrapper{
	margin:0px auto;
	background:url(../images/bg.gif) repeat-y top;
	width:1002px;
}

#container {
	margin:0px auto;
	background:url(../images/bg-main.gif) no-repeat left top;
}
#top-curve{
	padding:0px;
	margin:0px;
	height:15px;
	background:url(../images/bg-top.gif) repeat-x;
}
#top-curve .left{
	padding:0px 0px 0px 15px;
	height:15px;
	margin:0px;
	background:url(../images/curve-left.gif) no-repeat left top;
}
#top-curve .right{
	padding:0px 0px 0px 15px;
	height:15px;
	margin:0px;
	background:url(../images/curve-right.gif) no-repeat right top;
}
#bottom{
	padding:0px;
	margin:0px;
	height:15px;
	background:url(../images/bg-bottom.gif) repeat-x;
	clear:both;
}
#bottom .left{
	padding:0px 0px 0px 15px;
	height:15px;
	margin:0px;
	background:url(../images/curve-b-left.gif) no-repeat left top;
}
#bottom .right{
	padding:0px 0px 0px 15px;
	height:15px;
	margin:0px;
	background:url(../images/curve-b-right.gif) no-repeat right top;
}
#container-inner{
	padding:0px 2px 0px 2px;
	width:998px;
	margin-bottom:25px;
	overflow:hidden;
	float:left;
}
/*-----------------leftnav----------------*/
#leftNav{
	width:220px;
	padding:10px 0px 0px 16px;
}
#leftNav .search{
	color:#27318b;
	font-weight:bold;
	padding:20px 0px 20px 0px;
}
#leftNav .color{
	width:178px;
	height:17px;
	border:1px solid #27318b;
}
#nav{
	border-top:2px solid #d0df68;
	border-left:2px solid #d0df68;
	border-right:2px solid #d0df68;
}
#nav ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
#nav ul li{
	padding:0px;
	margin:0px;
}
#nav ul li div{
	background:url(../images/dot.gif) no-repeat left;
	border-bottom:2px solid #d0df68;
	padding:4px 0px 4px 24px;
	width:90%;
}
#nav .link{
	display:block;
	cursor:pointer;
}
#nav ul li a{
	padding:0px;
	margin:0px;
	color:#58595b;
	text-decoration:none;
}
#nav ul li a:hover{
	padding:0px;
	margin:0px;
	color:#d0df68;
	text-decoration:none;
}
.list{
	padding:108px 0px 0px 0px;
	margin:0px;
	color:#1c3f94;
	font:normal 13px/18px Verdana, Arial, Helvetica, sans-serif;
}
.list ul{
	padding:10px 0px 0px 0px;
	margin:0px;
	list-style-type:none;
}
.list ul li{
	padding:0px 0px 18px 12px;
	margin:0px;
	background:url(../images/dot1.gif) no-repeat left top;
}
#faq{
	padding:20px 0px 12px 0px;
	*padding:20px 0px 6px 0px;
	margin:0px;
}
#faq .top{
	padding:6px 0px 0px 0px;
	margin:0px;
	background:url(../images/faq-top.gif) no-repeat left top;
}
#faq .inner{
	padding:5px 10px 0px 10px;
	margin:0px;
	background:url(../images/faq-inner.gif) repeat-y left top;
	overflow:hidden;
	float:left;
}
#faq .text1{
	width:200px;
	margin:8px 0px 0px 0px;
	color:#1c3f94;
	font:normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
}
#faq .bottom{
	padding:6px 0px 0px 0px;
	margin:0px;
	background:url(../images/faq-bottom.gif) no-repeat left top;
	clear:both;
}
#faq img{
	margin:18px 0px 0px 0px;
}
#faq a{
	color:#1c3f94;
}
#faq a:hover{
	color:#1c3f94;
}
#test{
	padding:0px 0px 12px 0px;
	margin:0px;
}
#test .top{
	padding:6px 0px 0px 0px;
	margin:0px;
	background:url(../images/test-top.gif) no-repeat left top;
}
#test .inner{
	padding:5px 10px 0px 10px;
	margin:0px;
	background:url(../images/test-inner.gif) repeat-y left top;
	overflow:hidden;
}
#test .bottom{
	padding:6px 0px 0px 0px;
	margin:0px;
	background:url(../images/test-bot.gif) no-repeat left top;
}
#test img{
	margin:0px 0px 0px 3px;
}
#test1{
	padding:20px 0px 12px 0px;
	margin:0px;
	clear:both;
}
#test1 .top{
	padding:6px 0px 0px 0px;
	margin:0px;
	background:url(../images/test-top.gif) no-repeat left top;
}
#test1 .inner{
	padding:5px 10px 0px 10px;
	margin:0px;
	background:url(../images/test-inner.gif) repeat-y left top;
	overflow:hidden;
}
#test1 .bottom{
	padding:6px 0px 0px 0px;
	margin:0px;
	background:url(../images/test-bot.gif) no-repeat left top;
}
#test1 img{
	margin:0px 0px 0px 3px;
}
#test1 ul{
	padding:0px 0px 0px 20px;
	margin:0px;
}
#test1 ul li{
	padding:0px 0px 4px 0px;
	margin:0px;
	color:#1c3f94;
}
.blue{
	color:#1c3f94;
	text-align:right;
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	padding:5px 0px 1px 0px;
}
.blue a{
	color:#1c3f94;
}
.blue a:hover{
	color:#1c3f94;
}
#related{
	padding:0px 0px 15px 0px;
	margin:0px;
}
#related .top{
	padding:6px 0px 0px 0px;
	margin:0px;
	background:url(../images/related-top.gif) no-repeat left top;
}
#related .inner{
	padding:5px 10px 10px 10px;
	margin:0px;
	background:url(../images/related-inner.gif) repeat-y left top;
	overflow:hidden;
	float:left;
}
#related .text1{
	width:204px;
	margin:8px 0px 0px 0px;
	color:#1c3f94;
	font:normal 12px/18px Verdana, Arial, Helvetica, sans-serif;
}
#related .bottom{
	padding:6px 0px 0px 0px;
	margin:0px;
	background:url(../images/related-bottom.gif) no-repeat left top;
	clear:both;
}
#related img{
	margin:0px 0px 0px 0px;
}
#related a{
	color:#1c3f94;
}
#related a:hover{
	color:#1c3f94;
}
/*-------------rightnav-------------*/
#rightNav{
	width:760px;
}
#content{
	padding:0px 0px 0px 12px;
	margin:0px;
	overflow:hidden;
	color:#1c3f94;
}
#content-inner{
	padding:0px 0px 0px 12px;
	margin:0px;
	overflow:hidden;
	color:#1c3f94;
}
#content-inner h3{
	padding:0px;
	margin:0px;
	font:normal 18px Verdana, Arial, Helvetica, sans-serif;
	color:#1c3f94;
}
#content-inner h2{
	padding:0px 0px 15px 0px;
	margin:0px;
	font:bold 13px Verdana, Arial, Helvetica, sans-serif;
	color:#1c3f94;
}
#content-inner h2 a{
	color:#1c3f94;
}
#content-inner #list ul{
	padding:0px 0px 0px 15px;
	margin:0px;
	list-style-type:none;
}
#content-inner #list ul li{
	padding:0px 0px 5px 15px;
	margin:0px;
	background:url(../images/arrow.gif) no-repeat left top;
}
#content-inner #list ul li.sublist{
	padding:5px 0px 0px 15px;
	margin:0px;
	background:url(../images/arrow.gif) no-repeat left;
}
#content-inner #list ul li a{
	color:#000000;
}
#content-inner p.intro{
	margin:15px 0px 15px 0px;
	padding:0px;
	font:normal 13px Verdana, Arial, Helvetica, sans-serif;
	color:#1c3f94;
}
#content-inner .left{
	margin:0px;
	width:490px;
}
#content-inner .left li{
	margin:0px 0px 5px 0px;
}
.list1{
	padding:0px;
	margin:0px;
}
.list1 ul{
	padding:0px 0px 10px 15px;
	margin:0px;
}
.list1 ul li{
	padding:0px 0px 5px 0px;
	/*background:url(../images/dot3.gif) no-repeat left top;*/
	margin:0px;
}
.list1 ul li a{
	text-decoration:none;
}
.list1 ul li a:hover{
	text-decoration:underline;
}

#content-inner .right{
	margin:0px;
	padding:0px;
	width:223px;
	padding-right:18px;
}
.border{
	border:1px solid #1c3f94;
	margin:0px 0px 3px 6px;
}
#box{
	padding:0px;
	margin:0px;
	width:237px;
	cursor:pointer;
	position:relative;
}
#box .top{
	padding:7px 0px 0px 0px;
	margin:0px;
	background:url(../images/curve-l-top.gif) no-repeat left top;
}
#box .bottom{
	padding:7px 0px 0px 0px;
	margin:0px;
	background:url(../images/curve-l-bottom.gif) no-repeat left top;
}
#box .big{
	padding-top:5px;
	font-weight:bold;
	line-height:20px;
	overflow:hidden;
	width:215px;
}
#box p.link, #box1 p.link, #box2 p.link{
	font-size:11px;
	text-align:center;
	margin:18px 0px 0px 0px;
}
#box p.link a, #box1 p.link a, #box2 p.link a{
	font-size:11px;
	text-align:center;
	text-decoration:none;
}
#box p.link a:hover, #box1 p.link a:hover, #box2 p.link a:hover{
	text-decoration:underline;
}
#box div.link, #box1 div.link, #box2 div.link{
	font-size:11px;
	position:absolute;
	bottom:10px;
	left:64px;
}
#box div.link a, #box1 div.link a, #box2 div.link a{
	font-size:11px;
	text-decoration:none;
}
#box div.link a:hover, #box1 div.link a:hover, #box2 div.link a:hover{
	text-decoration:underline;
}
#box1{
	padding:0px 11px 0px 11px;
	margin:0px;
	width:237px;
	cursor:pointer;
	position:relative;
}
#box1 .top{
	padding:7px 0px 0px 0px;
	margin:0px;
	background:url(../images/curve-c-top.gif) no-repeat left top;
}
#box2{
	padding:0px;
	margin:0px;
	width:237px;
	cursor:pointer;
	position:relative;
}
#box2 .top{
	padding:7px 0px 0px 0px;
	margin:0px;
	background:url(../images/curve-r-top.gif) no-repeat left top;
}
#box1 .bottom, #box2 .bottom{
	padding:7px 0px 0px 0px;
	margin:0px;
	background:url(../images/curve-c-bottom.gif) no-repeat left top;
}
#box .inner, #box1 .inner, #box2 .inner{
	padding:5px 10px 0px 10px;
	margin:0px;
	overflow:hidden;
	height:240px;
	background:url(../images/curve-l-inner.gif) repeat-y left top;
}
#box .right, #box1 .right{
	/*width:72px;
	height:94px;*/
	border:1px solid #1c3f94;
	float:right;
	margin:10px 0px 5px 3px;
}
#box2 .image{
	margin:13px 0px 0px 0px;
}
#box2 .image img{
	margin:0px 5px 0px 5px;
}
#testimonial{
	margin:0px;
	padding:15px 0px 0px 0px;
	width:485px;
	clear:both;
	cursor:pointer;
}
#testimonial .top{
	margin:0px;
	padding:6px 0px 0px 0px;
	background:url(../images/testi-top.gif) no-repeat left top;
}
#testimonial .gap{
	height:15px;
}
#testimonial .inner{
	margin:0px;
	padding:5px 10px 0px 10px;
	background:url(../images/testi-inner.gif) repeat-y left top;
}
#testimonial .bot{
	margin:0px;
	padding:6px 0px 0px 0px;
	background:url(../images/testi-bot.gif) no-repeat left top;
}
.text{
	width:200px;
	padding:14px 35px 0px 0px;
	text-align:center;
	font:normal 18px Verdana, Arial, Helvetica, sans-serif;
}

.text_left{
	width:173px;
	padding:35px 35px 0px 10px;
	*padding:27px 35px 0px 10px;
	text-align:center;
	font:normal 18px Verdana, Arial, Helvetica, sans-serif;
	color: #1c3f94;
}
.text2{
	width:220px;
	/*padding:35px 0px 0px 0px;*/
	padding:0px;
	text-align:center;
	font:normal 18px Verdana, Arial, Helvetica, sans-serif;
}
.text3{
	width:220px;
	padding:10px 0px 0px 0px;
	text-align:center;
	font:normal 18px Verdana, Arial, Helvetica, sans-serif;
	color:#1c3f94;
}
.text4{
	padding:10px 0px 0px 0px;
}
.year {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#666666;
	padding-top:10px;
}
.month-btn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#666666;
	margin-right: 10px;
	padding-top:10px;
}
.month-btn a {
	padding-left:15px;	
	color: #666666;
	text-decoration:underline;
}
.month-btn a:hover {
	text-decoration:none;
}
.month-btn img {
	vertical-align:middle
}
#content-inner .news{
	line-height:18px;
}
#content-inner .news-section {
	float: left;
	height: auto;
	width:60%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #26328C;
	line-height:18px;
}
#months-name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color:#666666;
	clear: both;
	float: left;
	width:440px;
	height: auto;
	margin:10px 0px;
}
#months-name a{
	color:#666666;
	padding-right:2px;
	
}
#months-name a.current{
	color: #333333;
	font-weight:bold;
}
.date {
	color:#666666;
	padding-bottom:5px;
	font-family: Verdana, Arial, Helvetica, "sans-serif bold normal";
	font-size: 12px;
	clear:both;
}
.searchfrm{
	float:left;
	width:400px;
	margin:10px 0px;
	clear:both;
}
.searchfrm fieldset{
	float:left;
	width:400px;
	margin:10px 0px;
}
/*-----------form--------------*/
form {
	margin:0px;
	padding:0px;
}
label {
	font-weight : normal;
}
legend {
	color : #000000;
	font-weight : bolder;
	margin-bottom:10px;
}
label.formleft {
	display : block;
	width : 150px;
	float : left;
	text-align : right;
	margin:0px 6px 10px 0px;
	padding:3px 0px 0px 0px;
	color:#000000;
}
small.formnote {/* margin left same width as label.formleft width */
  margin : 0px 0px 0px 160px;
  display : block;
}
input.checkbox {
	width : 20px;
	float : left;
}
label.labelright {
	display : block;
	width : 90%;
	float : left;
	margin-right : 6px;
	text-align : left;
	font-size : 9px;
	font-weight : normal;
	color : #000000;
	padding-top : 4px;
}
fieldset {
	margin : 12px;
	padding : 6px;
	width:710px;
	border:#d0d0bf 1px solid;
}
#search fieldset {
	margin : 12px 12px 12px 12px;
	padding : 6px;
	width: 290px;
	height: 60px;
	border: 1px solid #cccccc;
}
fieldset.address {
	width : 45%;
	float : left;
	margin : 12px;
	padding : 6px;
}
.formmsg {
	color: #CC0000;
	padding-top : 6px;
}
.form {
	width : 196px;
	border:1px solid #000000;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	padding:2px 0px 0px 4px;
	height:18px;
}
.form1 {
	width : 204px;
	border:1px solid #000000;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	height:20px;
	margin:0px;
}
textarea {
	font-size : 12px;
	width : 196px;
	border:1px solid #000000;
	font:normal 12px Arial, Helvetica, sans-serif;
	padding:2px 0px 0px 4px;
	margin-bottom:10px;
}
.button {
	color: #ffffff;
	border:none;
	font:bold 13px Arial, Helvetica, sans-serif;
	background:url(../images/button.gif) no-repeat left top;
	width:120px;
	padding:2px 0px 4px 0px;
	cursor:pointer;
}
.red{
	color:#FF0000;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
}
/*---------------contactarea----------*/
#contactAddress {
	width: 275px;
    float:left;
	border:1px solid #333333;
   	border: none;
	font-size: 12px;
	color: #000000;
	padding-top:30px;
	position:absolute;
	margin-left:470px;
}
#contactAddress fieldset{
	width: 200px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	border:#d0d0bf 1px solid;
}
#contactAddress .text3{
	font:normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
}
.sorry{
	clear:both;
	color:#000000;
	font-weight:bold;
}
/*---------footer----------*/
#footer{
	background:#c1d72f;
	text-align:right;
	color:#FFFFFF;
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	line-height:220%;
	padding-right:15px;
	clear:both;
	height:28px;
}
#footer a{
	color:#FFFFFF;
	padding:0px 10px 0px 10px;
}
#footer a:hover{
	color:#FFFFFF;
}
.copyright{
	padding:15px 15px 0px 15px;
	margin:0px 2px 0px 2px;
	height:16px;
	color:#96989b;
	font:normal 9px Verdana, Arial, Helvetica, sans-serif;
	background:#ffffff;
}
.copy{
	padding:0px;
	margin:0px 2px 0px 2px;
	text-align:center;
	color:#96989b;
	font:normal 9px Verdana, Arial, Helvetica, sans-serif;
	background:#ffffff;
}
.Branding{
	padding:5px 0px 0px 0px;
	margin:0px auto;
	width:960px;
	text-align:right;
	color:#96989b;
	font:normal 9px Verdana, Arial, Helvetica, sans-serif;
}
.Branding a{
	color:#000000;
	text-decoration:none;
}
.Branding a:hover{
	color:#000000;
	text-decoration:underline;
}














.alignleft {
  text-align : left;
}

.floatleft {
  float : left;
}

.alignright {
  text-align : right;
}

.floatright {
  float : right;
}

.aligncenter {
  text-align : center;
}

.hide {
  display : none;
}

.clear {
  clear : both;
}

.redtext {
  border : #CC0000 solid 1px;
  color: #CC0000;
  margin : 12px;
  padding : 12px;
  background : #FFFFFF;
}

hr {
  border : #CCCCCC dotted 1px;
  height : 1px;
}

html>body hr {
  border : #000000 solid 0px;
  border-top : #CCCCCC dotted 1px;
  border-bottom : #000000 solid 0px;
  display : block;
  margin : 3px 0px 3px 0px;
  background : #FFFFFF;
}

div.backbutton {
  border : #000000 solid 0px;
  float : left;
  width : 20px;
  height : 30px;
  display : inline;
}

div.nextbutton {
  border : #000000 solid 0px;
  float : left;
  width : 20px;
  height : 30px;
  text-align : right;
  display : inline;
}

div.pagenumbers {
  border : #000000 solid 0px;
  float : left;
  width : 500px;
  height : 20px;
  text-align : center;
  display : inline;
}

strong.pagenumber, a.pagenumber {
  border : #000000 solid 0px;
  background : #EEEEEE;
  padding : 3px;
  margin : 2px;
  text-decoration : none;
}

div.productthumb1 {
  border : #000000 solid 0px;
  background : #EEEEEE;
  width : 200px; 
  float : left; 
  display : block;
  margin : 10px;
  padding : 10px;
}


table {
  margin-top : 12px;
  margin-bottom : 12px;
  border : 0px;
}

caption {
  text-align : left;
}

th {
  background-color : #CCCCCC;
  padding-left : 3px;
  padding-right : 3px;
  padding-top : 3px;
  padding-bottom : 3px;
  font-size : small;
  font-weight: normal;
  text-align : left;
  border : 0px;
}

td.right, td.data, td.center {
  background-color : #EEEEEE;
  padding-left : 3px;
  padding-right : 3px;
  padding-top : 3px;
  padding-bottom : 3px;
  border : 0px;
}

td.right {
  text-align : right;
}

#highlight a.title {
  color: #999999;
  font-size: 18px;
  font-weight:bold;
  text-decoration:none;
  font-family:Arial, Helvetica, sans-serif, Verdana ;
}

#highlight small {
  color: #000000;
  font-size: 10px;
  text-decoration:none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

#highlight p.pricelabel {
  color: #000000;
  font-size: 12px;
  text-decoration:none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

#highlight p.price {
  color: #CC0000;
  font-size: 14px;
  font-weight:bold;
  text-decoration:none;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

#highlight .mainimg {
	margin-right: 10px;
	margin-left: 10px;
}
	
#highlight {
  background-image: url(../images/highlight_bg.gif);
	background-repeat: none;
	background-position: center top;
}

#highlight legend {
	color: #328CB7;
	font-size:110%;
	font-weight: bolder;
	margin: 0px 0px 0px 10px;
}

#highlight .smallimg_1 {
  float:left;
  margin:10px 0px 0px 0px;
}

#highlight .smallimg_2 {
  float:right;
  margin:10px 0px 0px 0px;
}

#highlight .smallimg_3 {
  float:left;
  margin:3px 0px 0px 0px;
}

.highlightbutton {
  margin:20px 0px 0px 40px;
}
/*	Newsletter Box Start	*/

#newsletter{
	background: url(../images/bg_neswletter.gif) left top no-repeat;
	width: 126px;
	padding: 20px 100px 10px 10px;
	height: 129px;
}
#newsletter p{font-size: 11px; line-height: 14px;}

#newsletter h2{font-size: 15px; padding: 0px; font-weight: bolder; margin:0px;}


/*	Newsletter Box End	*/
/* top CSS */
#top {
  background : #EEEEEE url(../images/leemac_top_image.jpg) top left no-repeat;
  border : solid 1px #CCCCCC;
  margin: 0 auto;
  padding: 0px;
  width : 760px;
  height : 188px;
}

#topnavi {
  border : solid 1px #CCCCCC;
  background : #EEEEEE;
  width : 748px;
  padding : 6px;
  margin : 3px 0px 3px 0px;
}

#topnavi p {
  padding : 0px;
  margin : 0px;
}
/* Nav css*/
#navi {
  border : solid 1px #CCCCCC;
  width : 214px;
  float : left;
  padding : 0px 0px 6px 0px;
  margin : 0px 3px 3px 0px;
}

#navi ul {
  margin : 3px 0px 0px 0px;
  padding : 0px 0px 0px 0px;
  display : block;
}

#navi li {
  border : #FFFFFF solid 1px;
  margin : 0px 3px 0px 3px;
  padding : 0px;
  display : block;
  list-style-type : none;
}

#navi li a.section {
  border : #FFFFFF solid 0px;
  border-top : #CCCCCC dotted 1px;
  font-size : 11px;
  line-height : 14px;
  text-decoration : none;
  margin : 0px;
  padding : 3px 12px 3px 12px;
  display : block;
}

#navi li a.section:hover {
  background : #EEEEEE;
}

#navi li a.subsection {
  border : #FFFFFF solid 0px;
  font-size : 11px;
  line-height : 14px;
  text-decoration : none;
  margin : 0px;
  padding : 1px 12px 1px 24px;
  display : block;
}

#navi li a.subsection:hover {
  background : #F8F8F8;
}

#navi p {
  margin : 6px 12px 6px 12px;
  font-size : 85%;
}

#navi fieldset {
  border : #CCCCCC solid 1px;
  margin : 3px;
  padding : 12px;
  background : #EEEEEE;
  font-size : 11px;
  color : #666666;
}
/* Base*/
#base {
  clear : both;
  border : solid 1px #CCCCCC;
  background : #EEEEEE;
  width : 748px;
  padding : 6px;
  margin : 0px;
}

#base p {
  text-align : center;
  margin : 6px;
  font-size : 85%;
  line-height : normal;
  color : #999999;
}

#base a:link {
  color : #666666; 
  text-decoration : none;
}

#base a:visited	{
  color : #666666; 
  text-decoration : none;
}

#base a:hover {
  color : #666666; 
  text-decoration : underline;
}
#inner{
	width:760px;
	height:397px;
	position:relative;
}
#inner .heading{
	position:absolute;
	top:200px;
	left:135px;
	width:380px;
	color:#1c3f95;
	text-align:center;
}
#inner h2{
	font:normal 18px Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}
#inner .phone{
	position:absolute;
	top:0px;
	right:15px;
	color:#818284;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#inner h3{
	font:bold 17px Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	color:#1c3f95;
}