﻿* { border:0;margin:0;padding:0; }
body { background-color:#5a5a5a;text-align:center;font: 12px/18px Arial, sans-serif; }

/* png fix */
img {behavior: url(assets/css/pngHack.htc);}
	
a { color: #2d3e6e}
#container {margin:0 auto;text-align:left;width:990px; }
#head { width:990px; }
#content { background:url(../img/body.jpg) repeat-y top left;width:990px;display:table; }

#leftContainer { width:215px;float:left;}
#middleContainer {width:415px;float:left; }
#middleContainerhome {width:615px;float:left; }

#rightContainer {width:250px;float:right; }

#nav {  margin: 0 16px 0 14px; background:url(../img/nav.jpg) repeat-x top left; width:200px;}			
#navContent { padding:10px; }
#main { margin: 0px; }
#rightBar {margin-right:25px;}
#footer { width:990px; height:153px; display:table; background:url(../img/footer.jpg) no-repeat top left;}

#main p { margin:5px 0;}
#nav ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#nav a, #nav span
{
padding: 5px 0;
border-bottom: 1px solid #2d3e6e;
display:block;
width:180px;
}

#nav a:link, #nav a:visited
{
color: #FFF;
text-decoration: none;
font-weight:bold;
}

#nav a:hover
{
color: #BD8A21;
}
#nav strong{ color: #BD8A21; font: bold 14px/18px Arial,sans-serif; margin-left:10px; }

	.quick-tips { background: #C8CCDA url(../img/quicktips-sides.png) repeat-y left top; float: left; width: 225px; }
	.quick-tips .inside { width: 100%;  background: url(../img/quicktips-sides.png) repeat-y right top; }
	.quick-tips .content { background-color: #C8CCDA; clear: both; margin-left:15px;}
	.quick-tips .top { width: 100%; background: #C8CCDA url(../img/quicktips-topbottom.png) repeat-x left top; height: 10px; }
	.quick-tips .top .left { float: left; width: 20px; height: 10px; background: url(../img/quicktips-corners.png) no-repeat left top; }
	.quick-tips .top .right { float: right; width: 20px; height: 10px; background: url(../img/quicktips-corners.png) no-repeat right top;  }
	.quick-tips .bottom { width: 100%; background: #C8CCDA url(../img/quicktips-topbottom.png) repeat-x left bottom; height: 10px; }
	.quick-tips .bottom .left { float: left; width: 20px; height: 10px; background: url(../img/quicktips-corners.png) no-repeat left bottom; }
	.quick-tips .bottom .right { float: right; width: 20px; height: 10px; background: url(../img/quicktips-corners.png) no-repeat right bottom;  }
		
	.sidebar { background: #EDDDC0 url(../img/sidebar-sides.png) repeat-y left top; float: left; width: 225px; }
	.sidebar .inside { width: 100%;  background: url(../img/sidebar-sides.png) repeat-y right top; }
	.sidebar .content { margin-left:15px; background-color: #EDDDC0; clear: both; }
	.sidebar .top { width: 100%; background: #EDDDC0 url(../img/sidebar-topbottom.png) repeat-x left top; height: 10px; }
	.sidebar .top .left { float: left; width: 20px; height: 10px; background: url(../img/sidebar-corners.png) no-repeat left top; }
	.sidebar .top .right { float: right; width: 20px; height: 10px; background: url(../img/sidebar-corners.png) no-repeat right top;  }
	.sidebar .bottom { width: 100%; background: #EDDDC0 url(../img/sidebar-topbottom.png) repeat-x left bottom; height: 10px; }
	.sidebar .bottom .left { float: left; width: 20px; height: 10px; background: url(../img/sidebar-corners.png) no-repeat left bottom; }
	.sidebar .bottom .right { float: right; width: 20px; height: 10px; background: url(../img/sidebar-corners.png) no-repeat right bottom;  }
	.sidebar .intro { color: #1F3769; font: bold 14px/18px Arial,sans-serif; margin-left:10px; }
	.sidebar li { margin-left:10px; vertical-align:middle;}
	.sidebar li strong { color:#1F3769; }
	.sidebar ul { list-style-image: url(../img/bullet.gif);  }
	
	#footer #copy { margin:15px 0 15px 35px; color:#1F3769; }
	#footer #footerContent { margin:0 0 0 35px; }
	#footer #footerContent #pdf { float:left; width:425px; height:60px; }
	#footer #footerContent #ladotd { float:left; width:250px; height:60px; }
	#footer #footerContent #ladotd span {margin-top:10px;}
	#footer #footerContent #hntb { float:right; width:200px; margin-top:10px; }
	#footer #footerContent #pdf img { float:left; margin: 2px 5px 0 0; }
	#footer #footerContent #ladotd img { float:left; margin-right:5px; }
	#footer #footerContent #hntb img { vertical-align:middle; margin-left:5px; }
	
	#footer a { text-decoration:none; color:#1F3769;}
	
	#tabs p {margin:5px 0;}
	#tabs strong {color:#1F3769;}
	
	#buttons {margin-top: 40px; margin-left: 10px;}
	#buttons2 {margin-top: 40px; margin-left: 100px;}
	#home #welcome { margin-top: 30px; margin-left: 10px; }
	
	h1 { color: #1F3769; font: bold 18px/22px Arial,sans-serif; }
	h2 { color: #1F3769; font: bold 14px/18px Arial,sans-serif; }
	
	blockquote {margin-left:15px;}
	
	ul.list li { margin-left:10px;}
	ul.list li strong { color:#1F3769; }
	ul.list { list-style-image: url(../img/bullet.gif);  }
	
	ol.list li { margin-left:10px; vertical-align:middle;}
	ol.list li strong { color:#1F3769; }
	ol.list { list-style-type:decimal;  }
	
	#form {width:100%;}
	#form br {clear:both;}
	#form div { margin:5px 0;}
	#form label { font-weight:bold; width:150px; display:block; float:left; text-align:right; padding-right:5px;}
	#form .brdr { border:1px solid #c9a15d; background-color:#f4bd59; float:left;  width:200px;}
	#form .btn {width:357px;text-align:right; margin-top:10px;display:block;}
	
	#form .btn input { border:1px solid #1F3769; background-color:#fff; color:#000; padding:2px;font-weight:bold;}
	