@import "http://yui.yahooapis.com/2.6.0/build/fonts/fonts-min.css";
@import "psg-style.css";

/* Stylesheet Information Index

Website: http://www.permanentsearch.com
Filename: psg-base.css
Author: Justin Kozuch (jkozuch@evokesolutions.com)
Revision: 1.0
Stylesheet Media: Screen
Description: Base stylesheet for PSG Website (IE6/IE7, Firefox 2/3, and Safari).

CSS Document Table Of Contents

1. General
-------------------------------------------------- */

/* General
-------------------------------------------------- */
body {
	font-size: 13px;
}
.clearfix {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

a {
	color: #4e82bc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#siteContainer, #hd, #bd, .footer, #gutter, #content, #sidebar {
	/*border: 1px solid #000;*/
}
#siteContainer {
	margin: 0 auto;
	width: 880px;
}
#hd {
	float: left;
	display: inline;
	margin-top: 30px;
	width: 100%;
	height: 100px;
}
h1#logo a {
	text-decoration: none;
	color: #fff;
}
img {
	border: none;
}
#bd {
	float: left;
	display: inline;
	margin-top: 50px;
	width: inherit;
	font-family: Verdana;
	color: #333;
}
#content {
	font-size: 13px;
}
h2 {
	font: 192% Georgia;
	color: #666;
}