/* home page styles*/

.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
} 

.twoColFixRtHdr #topNav { 
	background-image: url(../images/topnav.jpg);
    height: 32px;
	}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 272px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 650px;
	font: 13px Arial, Verdana, Helvetica;
	padding: 0px 0px 0px 22px;
    margin: 0;
	background:#F9991C url(../images/yellow_curve.gif) top left repeat-y;
/*	background-color:#F9991C; */
	}

.twoColFixRtHdr #sidebar1 p.title{
	font: 16px Arial, Verdana, Helvetica;
    margin-left: 10px;

	}
	
.twoColFixRtHdr #sidebar1 p{
    margin-left: 10px;

	}	

	
.twoColFixRtHdr #sidebar1 ul{
    margin-left: 10px;
	margin-right: 10px;
		font: 11px Arial, Verdana, Helvetica;
	}	

.twoColFixRtHdr #mainContent { 
	margin: 10px 250px 0 0; 
	padding: 0 10px; 
	font: 12px Arial, Verdana, Helvetica;
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px;
	background-image: url(../images/footer.jpg);
	height: 32px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 12px 0 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color:#FFFFFF;
}

.twoColFixRtHdr #footer a {
	color:#FFFFFF;
}

.twoColFixRtHdr #footer a:hover {
	color:#F9991C;
}


.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;
	clear: both;
}
.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;
}

.homecallout div{
	margin: 2px 5px;
	padding: 5px;
	clear: both;
}

.homecallout {
	border: solid 1px #14477C;
	background-color: #FFFFFF;
	font-size: 12px;	
	margin: 15px 10px 0 10px;
}

.homecallout h1 {
	background-color: #14477C;
	color: white;
	margin: 0px;
    padding: 2px 4px 2px 4px;
	font-size:16px;
}

.iconlist
{
	list-style: none;
	margin: 0;
	padding: 0;
}
li.arrow  {
	background-image: url(../images/redbullet.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-bottom: 15px;
	background-position: left top;
	}

li.bluebox  {
	background-image: url(../images/bluebullet.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-bottom: 5px;
	background-position: left top;
    }
	


/*Left Column Styles*/

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;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 14px;
    background-image: url(../images/solid_divider.gif);
    background-repeat: repeat-y;
    background-position: 200px 0px;
} 
.twoColFixLtHdr #header { 

} 

.twoColFixLtHdr #topNav { 
	height: 32px;
}

 
.twoColFixLtHdr #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 */
}

.twoColFixLtHdr #sidebar1 {
	font: 12px Arial, Verdana, Helvetica;
	float:left;
	padding-bottom:20px;
}

.twoColFixLtHdr #sidebar1 ul {
    list-style: none;
	display: block;
	margin-left: -40px;
	
}


.twoColFixLtHdr #sidebar1 a{
     display: block;
	 padding: 5px 0 5px 10px;
	 width: 190px;
	 color: #000000;
	 border-bottom: 1px solid #f9991C;
     text-decoration: none;
	 
}

.twoColFixLtHdr #sidebar1 ul ul a {
     padding-left: 25px;
     width:175px;
}


.twoColFixLtHdr #sidebar1 a:hover {
    background: #FBB355;
	}

.twoColFixLtHdr a.current{
    color: #000000;
    background: #FBB355;
	text-decoration: none;
	}


	
.twoColFixLtHdr #mainContent { 
	margin: 10px 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font: 12px Arial, Verdana, Helvetica;
} 

h2 {
	font-size: 16px;
	color:#FFFFFF;
	margin: 0px;
	padding: 5px;
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-image: url(../images/footer.jpg);
	height: 32px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 12px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color:#FFFFFF;
}

.twoColFixLtHdr #footer a {
	color:#FFFFFF;
}

.twoColFixLtHdr #footer a:hover {
	color:#F9991C;
}

.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;
}

.callout div {
	margin: 2px 5px;
	padding: 1px;
}
.callout {
	border: solid 1px #14477C;
	background-color: #EEEEEE;
	font-size: 11px;	
    width: 164px;
	margin: 10px 10px 10px 20px;
}
.callout h1 {
	background-color: #14477C;
	color: white;
	margin: 0px;
    padding: 2px 4px 2px 4px;
	font-size:12px;
}


/*top nav*/

  #buttons {
    width: 780px; height: 32px;
    background: url(../images/topnav.jpg);
    margin: 0; padding: 0;
    position: relative;}
  #buttons li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;}
  #buttons li, #buttons a {
    height: 32px; display: block;}

  #panel1b {left: 0; width: 140px;}
  #panel2b {left: 141px; width: 100px;}
  #panel3b {left: 241px; width: 200px;}
  #panel4b {left: 441px; width: 110px;}
  #panel5b {left: 551px; width: 130px;}
  #panel6b {left: 681px; width: 99px;}

   #panel1b.active a {
    background: transparent url(../images/topnav.jpg)
    0 -32px no-repeat;}
  #panel2b.active a {
    background: transparent url(../images/topnav.jpg)
    -141px -32px no-repeat;}
  #panel3b.active a {
    background: transparent url(../images/topnav.jpg)
    -241px -32px no-repeat;}
  #panel4b.active a{
    background: transparent url(../images/topnav.jpg)
    -441px -32px no-repeat;}
  #panel5b.active a {
    background: transparent url(../images/topnav.jpg)
    -551px -32px no-repeat;}
  #panel6b.active a {
    background: transparent url(../images/topnav.jpg)
    -681px -32px no-repeat;}	
	
  #panel1b a:hover {
    background: transparent url(../images/topnav.jpg)
    0 -32px no-repeat;}
  #panel2b a:hover {
    background: transparent url(../images/topnav.jpg)
    -141px -32px no-repeat;}
  #panel3b a:hover {
    background: transparent url(../images/topnav.jpg)
    -241px -32px no-repeat;}
  #panel4b a:hover {
    background: transparent url(../images/topnav.jpg)
    -441px -32px no-repeat;}
  #panel5b a:hover {
    background: transparent url(../images/topnav.jpg)
    -551px -32px no-repeat;}
  #panel6b a:hover {
    background: transparent url(../images/topnav.jpg)
    -681px -32px no-repeat;}	


/* Download Styles */

a.pdf {
	background: transparent url(../images/iconPDF.gif) no-repeat left center;
	padding: 1px 2px 1px 25px;
}
a.doc {
	background: transparent url(../images/iconDOC.gif) no-repeat left center;
	padding: 1px 2px 1px 25px;
}
a.ppt {
	background: transparent url(../images/iconPPT.gif) no-repeat left center;
	padding: 1px 2px 1px 25px;
}
a.xls {
	background: transparent url(../images/iconXLS.gif) no-repeat left center;
	padding: 1px 2px 1px 25px;
}

a.htm {
	background: transparent url(../images/iconHTM.gif) no-repeat left center;
	padding: 1px 2px 1px 25px;
}

a.video {
	background: transparent url(../images/iconVideo.gif) no-repeat left center;
	padding: 1px 2px 1px 25px;
}

a.mp3 {
	background: transparent url(../images/IconMP3.gif) no-repeat left center;
	padding: 1px 2px 1px 25px;
}

p.htm {
	background: transparent url(../images/iconHTM.gif) no-repeat left center;
	padding: 1px 2px 1px 25px;
}

p.pdf {
	background: transparent url(../images/iconPDF.gif) no-repeat left center;
	padding: 1px 2px 1px 25px;
}

p.ppt{
	background: transparent url(../images/iconPPT.gif) no-repeat left center;
	padding: 1px 2px 1px 25px;
}


p.doc {
	background: transparent url(../images/iconDOC.gif) no-repeat left center;
	padding: 1px 2px 1px 25px;
}
p.xls{
	background: transparent url(../images/iconXLS.gif) no-repeat left center;
	padding: 1px 2px 1px 25px;
}
p.zip {
	background: transparent url(../images/iconZip.gif) no-repeat left center;
	padding: 1px 2px 1px 25px;
}
p.video {
	background:transparent url(../images/iconVideo.gif) no-repeat left center;
                     padding: 1px 2px 1px 25px;
         }


	
	li {
		padding-left:0px;
		padding-bottom:3px;
		padding-top:0px;
		padding-right:0px;
	}

    li.pdf, li.doc, li.ppt, li.video, li.htm, li.jpg, li.zip, li.xls, li.wma, li.mp3, li.noicon 
	{
		padding-left:25px;
		padding-bottom:5px;
		padding-top:2px;
		padding-right:0px;
		}
		 
	li.pdf {
		background:transparent url(../images/iconPDF.gif) no-repeat left top;
	}
	li.doc {
		background:transparent url(../images/iconDOC.gif) no-repeat left top;
	}
	
	li.mp3{
		background:transparent url(../images/IconMP3.gif) no-repeat left top;
	}

	li.ppt {
		background:transparent url(../images/iconPPT.gif) no-repeat left top;
	}
	li.video {
		background:transparent url(../images/iconVideo.gif) no-repeat left top;
	}
	li.htm{
		background:transparent url(../images/IconHTM.gif) no-repeat left top;
	}
	
	li.jpg{
		background:transparent url(../images/IconJPG.gif) no-repeat left top;
	}

	li.xls{
		background:transparent url(../images/iconXLS.gif) no-repeat left top;
	}

	li.zip{
		background:transparent url(../images/IconZip.gif) no-repeat left top;
	}

	li.pdf a, li.doc a, li.ppt a, li.video a, li.htm a, li.jpg a, li.zip a, li.noicon a, li.xls a, li.mp3 a {
		font-weight:normal;
	}





