/*************GLOBAL STYLES******************/
body { overflow: -moz-scrollbars-vertical; behavior: url(/js/csshover.htc); background:#bdbec0 url(images/bg-slice.gif) repeat-x; font-family:Verdana, Arial, Helvetica, sans-serif; color:#fff;}
* {margin: 0 auto; padding: 0;}		/*<------<--------<-----| This assumes we're centering!!! */
a img {border: none;}
a { color:#ee090a; text-decoration:underline; font-weight:bold}
a:hover, a.current {text-decoration: none;}
p { font-size:12px; padding:0 0 10px 0; line-height:17px}
ul, ol {padding:4px 0 0 0;}
li {}
td, th, tr {font-size:11px;}
strong { color:#fff;}
hr{ color:#fff; border:1px #fff solid; border-width:0 0 1px 0; margin-bottom:10px;}

h1{color:#dd0000; font-size:20px; padding:0 0 8px 0;}
h2{color:#fff; font-size:18px; padding:0 0 8px 0;}
h3{color:#fff; font-size:16px; padding:0 0 8px 0;}
h4{color:#fff; font-size:14px; padding:0 0 8px 0;}
h5{color:#fff; font-size:12px; padding:0 0 8px 0;}
h6{color:#fff; font-size:10px; padding:0 0 8px 0;}

/*************REUSABLE CLASSES******************/
.right{float:right;}
.left{float:left;}
.full{position:relative; width:99%;}	/****<-----| This works better w/ px based widths ****/
.split50{position:relative; width:50%;float:left;}
.split30{position:relative; width:33%;float:left;}
.greyLine { border:1px solid #ccc; border-width:0 0 1px 0; margin-bottom:10px; clear:both}

/*************WRAPPERS**************/
#PageWrapper{ margin-top:18px; width:930px;}

#SubWrapper{ background:url(images/hp-bg-slice.gif) repeat-y; width:930px;}
#SubTop{ background:url(images/sub-top.gif) no-repeat; padding:0 7px 0 2px ;width:921px;}
#SubMiddle{ padding:99px 0 0 0;}

#BannerBlog{ background:url(images/banner-blog.jpg) no-repeat; width:921px; height:69px;}

#SubContent{ width:921px; background:#434343 url(images/sub-bg-slice.gif) repeat-x;}
#SubContent ul{ font-size:12px; margin:0; padding:0 0 10px 30px;}
#SubContent ol{ font-size:12px; margin:0; padding:0 0 0 30px;}
#SubContent li{ margin:0; padding:0 0 4px 0}
#SubCopy{ float:left; padding:14px 4px 14px 24px; width:520px;}

#Box2{ width:284px; background:url(images/box2-middle.gif) repeat-y; padding:0 10px 0 14px}
#Box2 p{ color:#000;}
#Box2 strong{ color:#000;}
#Box2 h3{ color:#000;}
#Box2Top{ width:308px; background:url(images/box2-top.gif) repeat-y; height:15px; overflow:hidden}
#Box2Bottom{ width:308px; background:url(images/box2-bottom.gif) repeat-y; height:15px; overflow:hidden}

/*************NAVIGATION**************/
#Nav {width: 921px; height: 36px; list-style: none; padding: 0; position:relative; clear:both; display:block;}
	#Nav ul {margin:0; padding:0; list-style:none}
	#Nav li {float: left;}					
	#Nav li a span {display: none; }				
	#Nav li a {height: 36px; display: block; float: left; padding: 0;}					
	#Nav li a.home {width:95px; background: url(images/nav_01.gif) no-repeat top;}
	#Nav li a.about {width:109px; background: url(images/nav_02.gif) no-repeat top;}		
	#Nav li a.clients {width:94px; background: url(images/nav_03.gif) no-repeat top;}					
	#Nav li a.candidates {width:133px; background: url(images/nav_04.gif) no-repeat top;}				
	#Nav li a.search {width:133px; background: url(images/nav_05.gif) no-repeat top;}	
	#Nav li a.resources {width:127px; background: url(images/nav_06.gif) no-repeat top;}
	#Nav li a.blog {width:115px; background: url(images/nav_07.gif) no-repeat top;}
	#Nav li a.contact {width:115px; background: url(images/nav_08.gif) no-repeat top;}
	#Nav li a:hover {background-position: bottom; }
	#Nav li a.current {background-position: bottom; }
	
#SubNav{ background-color:#bdbec0; height:22px; border:2px solid #fff; border-width:0 0 2px 0;}
	#SubNav ul{ color:#000; list-style:none; font-size:11px; padding:3px 0 0 0; margin:0}
	#SubNav li{ float:left; padding:0 4px 0 4px; margin:0}
	#SubNav li a{ color:#000; text-decoration:none; font-weight:normal}
	#SubNav li a:hover{ text-decoration:underline}
	#SubNav li a.current{ font-weight:bold}

#Bottom{ background:url(images/bottom.gif) no-repeat; width:920px; padding:22px 10px 10px 0; color:#000; margin-bottom:10px;}
	#Bottom ul{ font-size:10px; list-style:none; float:right}
	#Bottom li{ padding:0 4px; float:left}
	#Bottom li a{ color:#000; font-weight:normal}

/******************BLOG***************/
small{font-weight:bold; display:block; padding:0 0 10px 0;}
#SideBar{ float:right; padding:52px 24px 20px 24px; width:308px;}
#SideBar ul{ padding:0 0 10px 20px; margin:0; text-align:left}
#SideBar ul h2{font-size:16px; text-align:left}
#SideBar ul ul{ padding:4px 0 14px 20px; margin:0; text-align:left}
#SideBar li{ font-size:12px;}
  #SideBar li ul{margin:0 0 20px 0;}
  #SideBar li li{margin:0 0 0 25px; padding:0; list-style:disc; font-size:12px; }
  #SideBar ul{margin:0; padding:0;}
h2.widgettitle{margin:0; padding:0;}
form#searchform{margin:0 0 15px 0; font-weight:bold; font-size:18px;}
#comment{width:320px;}
img.alignright {float:right; margin:6px 0 1em 1em}
img.alignleft {float:left; margin:6px 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:6px 0 1em 1em}
a img.alignleft {float:left; margin:6px 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.postmetadata{ padding:0 0 14px 0; margin-bottom:16px; border:#ccc dashed 1px; border-width:0 0 1px 0; clear:both}
.entry { font-size:12px; line-height:18px;}
/***************************************/	

#site_credits{ cursor:pointer}

/*************Min-Height Hack**************/
.prop {float:left;width:1px;}
.clear {clear:both;height:1px;overflow:hidden;}	/* I don't currently rely on .clear */
.min431px {height:431px;}
/***************************************/	

/* -- Alsett Clearing Method*/
.clearfix:after {content: "."; display:block; height:0; clear:both; visibility:hidden;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;} 