 body, #navigation, #navigation ul{margin: 0; padding: 0;}
 body{
	background: #fff;
	 font-family: Georgia, serif;
	 font-size: medium;
	 line-height: 1.5;
	 color: #000;
 }
 h1, h2, h3, h4, h5, h6, #navigation a, #footer, #breadcrumbs, #subNav ul{
	font-family: Corbel, "Trebuchet MS", sans-serif;
 }
 #container{
	margin: 0 auto;
	overflow: hidden;
	padding: 130px 0 1em;
	position: relative;
	text-align: left;
	width: 930px;
 }
 #header{
	height: 120px;
	left: 0;
	position: absolute;
	top: 0;
	width: 930px;
 }
 #logo{
	 border: none;
	 display: block;
	 float: left;
	 height: 58px;	 
	 padding: 5px 0 0;
	 width: 350px;
 }
 #header #cse-search-box{
	float: right;
	margin-top: 25px;
	width: 300px;	
 }
 #cse-search-results iframe {width:600px !important;}
 #searchTerm{width: 220px}
 #navigation, #navigation li a, #footer{
	background-image: url('/img/sprites.png');
	background-repeat: repeat-x;
 }
 #navigation, #navigation li a{background-color: #962D2D}
 #navigation{
	border: solid #A04444;
	border-width: 1px 1px 0;
	clear: both;
	height: 31px;	
	overflow: hidden;
 }
 #navigation, #navigation ul{list-style-type: none}
 #navigation li{float: left} 
 #navigation li a{
	border-right: 1px solid #812727;
	 color: #fff;
	 display: block;
	 padding: 1px 10px 0;
	 line-height: 30px;	
	 text-decoration: none;
	 text-shadow: 2px 2px 1px #700;
 }
 #navigation li a:hover, #navigation li a:focus{
	background-position: 0 -31px;
	text-shadow: none;
 }
  #content{	
	font-size: 95%;
	float: left;
	width: 600px;
 }
 #subNav{
	border: 1px solid #D7E8F6;
	border-radius: 5px;
	background: #F5FBFF;
	float: right;
	font-size: 95%;
	height: 510px;
	margin: 0 0 2em;
	overflow-y: scroll;
	padding: 0.25em 10px;
	width: 278px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
 }
 #subNav ul{
 color: #96BDEE;
 }
#breadcrumbs{
	font-size: 80%;
	padding: 0.35em 0;
}
 h1:first-child, h2:first-child, #content h1, #subNav h2{
	margin: 0;
 }
 h1, h2, h3, h4, h5, h6{
	margin: 1em 0 0;
 }
 ul, p{
	margin: 0.1em 0 1em;
 }
 ul{padding: 0 0 0 2.5em; list-style-type: square;}
 a img{border: none}
 a:visited{color: #668FEC}
 #subNav a{text-decoration: none}
 #subNav a:hover{text-decoration: underline}
 #content a:link{text-decoration: none; border-bottom: 1px solid #11c; color: #11c}
 #content a:visited{ border-bottom: 1px solid #668FEC;
 text-decoration: none;}
 #content a:hover, #content a:focus, #content a:active{border-bottom: 0}
 a:hover{text-decoration: none}
 h1{font-size: 146%}
 h2{font-size: 128%}
 h3{font-size: 115%}
 h4{font-size: 100%}

 #footer{
 background-color: #9b2525;
 background-position: 0 -62px;
 border: 1px solid #A04444;
 color: #eaeaea; 
 margin: 0 auto;
 font-size: 78%;
 padding: 0.5em 15px;
 position: relative;
 text-align: left;
 width: 900px;
 border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
 }
 #footer a{color:#fff;}
 /*drop down menus*/
 #navigation li ul {
	background: #EFF9FF;
	border-left: 1px solid #dff1ff;
	border-right: 1px solid #dff1ff;
	-moz-box-shadow: 4px 1px 10px #ccc;
	position: absolute;
	left: -999em;
 }
 #navigation li ul, #navigation li ul li:last-child a{
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
 }
#navigation li ul li:last-child a{font-weight: bold}
 #navigation li:hover ul {
	left: auto;	
 }
#navigation ul li{ float: none;}
/*dropdown item*/
 #navigation ul li a{
 background: none;
 border-right: none;
 border-bottom: 1px solid #dff1ff;
 color: #000;
 font-size: 90%;
 line-height: 1.8;
 padding: 0 12px;
 text-shadow: none; 
 } 
 #navigation ul li a:hover, #navigation ul li a:focus{
 background: #dff1ff;
 }
 .clear{clear: both;}
 .inset{
 border: 1px solid #aaa;
 box-shadow:4px 4px 8px #ddd;
 float: right;
 left: 12px;
 margin: 0.6em 0 0 0; 
 padding: 2px;
 position: relative; 
 -moz-box-shadow:4px 4px 8px #ddd;
 -webkit-box-shadow:4px 4px 8px #ddd;
 }
 .pageIndex{
  -moz-column-count: 3;
  -moz-column-gap: 2.5em;
  -webkit-column-count: 3;
  -webkit-column-gap: 2.5em;
  column-count: 3;
  column-gap: 2.5em;
  font-size: 95%;
  color: #ccc;
  padding-left: 1em;
 }
 .home #container{
	padding-top: 110px;
 }
 .home #breadcrumbs{
 display: none;
 }
 
