@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #3e150a;
	background-image: url(img/bgstrip.jpg);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #container {
	width: 972px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(img/containerbg.png);
	background-repeat: repeat-y;
	background-position: left;	
	margin:0px auto 0px auto;
	
} 
.twoColFixRtHdr #header {
	background-image: url(img/hankbanner.gif);
	background-repeat: no-repeat;
	height: 174px;
	width: 916px;
	background-position: left top;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px;
	background-repeat: no-repeat;
	background-image: url(img/rightflowers.gif);
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 126px;
}

.twoColFixRtHdr #searchArea {
	position:relative;
	width: 190px;
	height:150px;
	top:20px;
}

img#logo {
	position: absolute;
    height: 39px;
    z-index: 20;
	background-repeat:no-repeat;
}

/******************SEARCH AREA*****************/
div#headerTopAreaBorder{
	position:relative;
	margin:0px auto 0px auto;
    left:0px;
	top:45px;
    height:24px;
	width:190px;
	background-image: url(img/searchbox_bg.gif);
	background-position:center;
	background-repeat: no-repeat;
	z-index:33;
}

div#headerTopAreaBorder form {
	position:relative;
	margin: 0;
	padding: 0;
	z-index: 33;
	float:right;
	right:35px;
	display:inline;
	top:3px;
	
}

div#headerTopAreaBorder form p {
	position: relative;
	color: #817668;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	font-size: 12px;
	font-weight:bold;
	padding-right:4px;
	margin-top:2px;	
	float:left;
	left:35px;
	border:none;
}

div#headerTopAreaBorder form input#textInput {
	position: relative;
	display: inline;
	width: 150px;
	height: 15px;
	float:left;
	left:30px;
	border:none;
	background:none;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	font-size: 12px;
	font-weight:bold;
	color: #817668;
}

div#headerTopAreaBorder form input#submitInput {
	position: relative;
	display: inline;
	width: 28px;
	height: 24px;
	padding: 0;
	cursor:pointer;
	float:left;
	top:-5px;
	left:25px;
	border:none;
	background:none;
}
/*******************END SEARCH AREA**********/
.twoColFixRtHdr #searchData {
	position:relative;
	top:50px;
	width: 180px;
	height:30px;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	font-size:13px;
	font-weight:normal;
	color: #817668;
	text-align:left;
}

.twoColFixRtHdr #searchData a{

	width: 180px;
	height:30px;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	font-size:13px;
	font-weight:normal;
	color: #817668;
	text-align:justify;
}

.twoColFixRtHdr #quickLinksArea {
	position:relative;
	width: 180px;
	height:140px;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	font-size:13px;
	border:0px solid red;
	top:20px;
}

img#logo1 {
	position: absolute;
	width:177px;
    height: 30px;/**/
    z-index: 20;
	background-repeat:no-repeat;	
}

div#linksArea {
	position:relative;		
	width:170px;
	margin-left:11px;
	top:35px;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	font-size:13px;
    color: #B3460D;
}

div#linksArea a{  
   font-family:"Trebuchet MS", Arial, "Book Antiqua";
   font-size:13px;
   color: #B3460D;
   text-decoration:none;   
}





.twoColFixRtHdr #loginArea {
	position:relative;
	width: 180px;
	height:150px;	
}


/*****LoginArea*****************/

div#userArea{
	position:relative;
	margin:0px auto 0px auto;
    left:0px;
    height:30px;
	z-index:33;
}

/******************SEARCH AREA*****************/

div#userArea form {
	position:relative;
	margin: 0;
	padding: 0;
	z-index: 33;
	float:left;
	right:0px;
	top:7px;
}

div#userArea form p {
	position: relative;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	color: #817668;
	font-weight:normal;
	font-size: 11px;
	font-weight:bold;
	padding-right:4px;
	margin-top:2px;	
	float:left;
	left:5px;	
}

div#userArea form input#PlugletUserName {
	position: relative;
	width: 105px;
	height: 15px;
	border: 1px solid #203E58;
	background-color: #FFFFFF;
	font-size: 10px;
	font-weight:normal;
	float:left;
	left:15px;
}
div#userArea form input#PlugletPassword {
	position: relative;
	width: 105px;
	height: 15px;
	border: 1px solid #203E58;
	background-color: #FFFFFF;
	font-size: 10px;
	font-weight:normal;
	float:left;
	left:15px;
}
div#userArea form input#submitInput {
	position: relative;
	width: 39px;
	height: 21px;
	border: 0px solid #203E58;
	background-image: url(img/login.gif);
	background-position:center;
	background-repeat: no-repeat;
	padding: 0;
	cursor:pointer;
	float:right;
	top:10px;
	margin-right:0px;
	

}

/*********End Login Area*************/
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 344px;
	margin-bottom: 0;
	margin-left: 30px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
}

div#bannerArea {
	position:relative;
	margin:0 auto 0 auto;
	margin-top:10px;
	margin-left:10px;
	z-index: 4;
	font-size:24px;
	font-weight:normal;
	color:#b44122;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	line-height:30px;
}

div#bannerArea a {
    z-index: 4;
	color:#b44122;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	font-size: 24px;
	line-height:30px;
}

.twoColFixRtHdr div#contentArea {
	position:relative;
    bottom:0px;
   margin-left: 10px;
	margin-right:10px;
	padding-bottom:10px;
    z-index:1000;
    min-height:500px;
    _height:500px;
}

.twoColFixRtHdr div#contentArea a{ 
   color:#202020;
   font-weight:bold;
}

.twoColFixRtHdr div#contentArea a:visited{       
    color:#b44122;
    font-weight:bold;         

}

.twoColFixRtHdr div#contentArea a:hover{        
    color:#873B17;
    font-weight:bold;         

}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#apDiv1 {
	width:100%;
	height:100%;
	z-index:1;
	position: relative;
	background-image: url(img/bgsun2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	left: 0px;
	top: 0px;
	padding-left: 50px;
	border:0px solid red;
}
body,td,th {
	font-family: trebuchet ms;
	font-size: 11px;
}
#apDiv2 {
	position:fixed;
	width:200px;
	height:115px;
	z-index:20;
	left: 461px;
	top: 107px;
	margin-right: auto;
	margin-left: auto;
}
#apDiv3 {
	height:115px;
	z-index:2;
	width: 979px;
}
#apDiv4 {
	height:26px;
	z-index:2;
	background-image: url(img/navbg.jpg);
	margin-left: 11px;
	background-repeat: no-repeat;
	width: 892px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.style1 {color: #FFFFFF}


/* --------------------- FOOTER AREA START ------------------------ */

.twoColFixRtHdr div#footerBottomArea {		
   	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	font-size:10px;
	color: #9a9286;	
	font-weight:bold;
	background-position: 1px top;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	width: 972px;
	text-align:center;
	padding-left: 0px;
	padding-top: 20px;
	padding-right: 80px;
	border:0px solid red;


}

div#footerBottomArea a{	
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
   font-size:10px;
	color: #9a9286;	
	font-weight:bold;


}



.twoColFixRtHdr div#footerTopArea {		
   /* position:relative;		*/
	background-image: url(img/largefooterbg.gif);
	background-repeat: no-repeat;
	background-position: 11px top;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	width: 832px;
	text-align: left;
	padding-left: 40px;
	padding-top: 20px;
	padding-right: 100px;

}

div#footerAreaCenter{
	position:relative;
	top:13px;
	width: 200px;
	margin: 0px auto 0px auto;
	float:left;
	z-index:10;
}

div#footerAreaCenter ul{
	position:relative;
	margin: 0px 0px 0px 0px;
	list-style: none;	
	z-index:1;
	line-height:10px;
	display:inline;
}

div#footerAreaCenter ul li {
	position: relative;
	float: left;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	font-size:10px;
	font-weight:bold;
	text-align: center;
}

div#footerAreaCenter ul li a {
	position: relative;
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	font-size: 10px;
	left:0px;
	font-weight:bold;
	color: #9a9286;
	float:left;
	padding-right:10px;
	padding-left:10px;
	border-right:1px solid #9a9286;
}
div#footerAreaCenter ul li a:hover {
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	font-size: 10px;
	font-weight:bold;
	color: #90A81D;
	float:left;
}

div#footerAreaCenter ul li.NIMLastItem a {
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	font-size: 10px;
	font-weight:bold;
	color: #8d8f6e;
	float:left;
	padding-right:1px;
	padding-left:10px;	
	border-right:none;
}
div#footerAreaCenter ul li.NIMLastItem a:hover {
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";	
	font-size: 10px;
	font-weight:bold;
	color: #90A81D;
	float:left;
	padding-right:1px;
	padding-left:10px;	
	border-right:none;
}

div#locations {
	position: relative;
	width:832px;
	margin: 0px 0px 0px 0px;
	top:5px;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	color: #9a9286;	
	font-size:10px;
	font-weight:bold;
	float:left;
	left:8px;

}
div#locations a{
   font-family:"Trebuchet MS", Arial, "Book Antiqua";
   font-size:10px;
	color: #9a9286;	
	font-weight:bold;
	float:left;
}


div#design {
	position:relative;		
	width:160px;
	margin-left:630px;
	top:-10px;
	font-family:"Trebuchet MS", Arial, "Book Antiqua";
	font-size:10px;
    color: #9a9286;
	font-weight:bold;

}

div#design a{  
   font-family:"Trebuchet MS", Arial, "Book Antiqua";
   font-size:10px;
   color: #9a9286;
   text-decoration:none;
   font-weight:bold;
}

/* --------------------- FOOTER AREA END ------------------------ */