/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.1
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}


:focus {
	outline: 0;
}

body {
	background: #2E2E2E url(http://www.vertro.com/files/img/bg.gif) repeat;

	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%; /* After this, 1em == 10px, 1.2em == 12px, etc. */

	behavior: url(/files/css/csshover.htc);
}

h1, h2, h3 {
	color: #333;
}

h1 a {
	font-size: 2.2em;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	padding: 0 0 1em 0;

	font-size: 2em;
}

h3 {
	font-size: 1.5em;
	color: #777;
	font-weight: bold;
}

h4 {
	margin-bottom: 5px;
	padding: 5px;
	background: #6699cc;

	color: #fff;
	font-weight: bold;
}

strong {
	color: #333;
	font-weight: bold;
}

#container {
	width: 960px;

	margin: 0 auto;
}

#topCorners, #bottomCorners {
	width: 100%;
}

#topCorners {
	margin-top: 20px;
}

.rightCorner, .leftCorner {
	width: 50%;
	height: 10px;

	background: url(http://www.vertro.com/files/img/corners.gif) no-repeat;
}

#topCorners .rightCorner {
	background-position: right top;
}

#topCorners .leftCorner {
	background-position: left top;
}

#header {
	background: #fff;
	padding: 30px 40px 28px;
}

#header h1 {
	width: 155px;
	height: 40px;

	background: url(http://www.vertro.com/files/img/logo.png) no-repeat;

	text-indent: -9999px;
}

#header h1 a {
	display: block;

	width: 155px;
	height: 40px;
}

#content {
	padding: 40px 40px 30px 40px;
	background: #fff;

	color: #333;
	font-size: 1.2em;

	z-index: 1;
}

#content p {
	margin: 1.5em 0;

	line-height: 1.5em;
}

#content p.first {
	margin-top: 0;
	padding-top: 0;
}

#content a, #content a:hover, #content a:visited {
	color: #336699;
	text-decoration: underline;
}

#content a:active {
	color: #996633;
}

#bottomCorners .rightCorner {
	background-position: right bottom;
}

#bottomCorners .leftCorner {
	background-position: left bottom;
}

#footer {
	margin: 10px 0;

	font-size: 1.2em;
}

#footer, #footer .links a {
	color: #979797;
}

#footer .links {
	float: right;

	margin-right: 10px;
}

#footer .links a {
	text-decoration: none;
}

#footer .links a:hover {
	text-decoration: underline;
}

#footer .links span {
	padding: 0 0.5em;
}

#footer .copyright {
	float: left;

	margin-left: 10px;
}

.clear {
	clear: both;

	height: 0;

	font-size: 0;
	line-height: 0;
}

.hidden {
	display: none;
}

.error {
	color: #f33;
}


#navigation {
	background: #DBD0BE url(http://www.vertro.com/files/img/nav-bg.png) repeat-x left top;

	z-index: 2;
}

#navigation ul {
	float: left;

	padding-left: 21px;

	z-index: 2;
}

#navigation li {
	display: block;
	float: left;
	position: relative;
	left: 0;
	top: 0;

	z-index: 2;
}

#navigation li a {
	display: block;
	float: left;

	padding: 0 19px;

	color: #333;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
}

#navigation li.top:hover a.top {
	background: #D5C5A5 url(http://www.vertro.com/files/img/nav-bg.png) repeat-x left -41px;
}

#navigation li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 40px;

	border: 1px solid #ccc;
	border-top-width: 0;
	padding: 0;
	background: #fff;

	color: #000;

	z-index: 3;
}

#navigation li.top:hover ul {
	display: block;
}

#navigation li ul li {
	float: none;
	display: block;

	border-top: 1px solid #ccc;

	z-index: 4;
}

#navigation li ul li.first {
	border: 0;
}

#navigation li ul li a {
	display: block;
	float: none;
	position: relative;

	padding: 0.5em 19px;

	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.2em;

	z-index: 5;
}

#navigation li ul li a:hover {
	background: #eeebe7;
}


body {
	behavior: url(/includes/csshover.htc);
}

#content dl dd ol, #content dl dd ul {
	padding-left: 40px;
}

