/* Yellow Page Consultants - screen.css */


* {
	margin: 0;
	padding: 0;

}

a {
outline: none;
}

img {
border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #CCC;

}

html>body {font-size: 10px;}


.clear {
clear: both;
}

a:link {
color: #000000;
text-decoration: none;

}

a:visited {
color: #333333;
text-decoration: none;

}


a:hover, a:active {
color: #1070df;
text-decoration: none;

}
#mainnavhome a:link {
color: #000000;
text-decoration: none;

}

#mainnavhome a:visited {
color: #333333;
text-decoration: none;

}


#mainnavhome a:hover, a:active {
color: #FFFFFF;
text-decoration: none;

}


h1, h2, h3, h4, h5 {
font-weight: normal;
}

h1 {
font-size: 3em;
letter-spacing: -1px;
}


h2 {
font-size: 2.5em;
letter-spacing: -1px;
}

h3 {
font-size: 2em;
letter-spacing: -1px;
}

h4 {
font-size: 1.4em;
}

p {
font-size: 1.2em;
line-height: 140%;
}

#wrapper {
width: 800px;
margin-left: auto;
margin-right: auto;
text-align: left;
background-color: #ffffff;
height: 1%;
overflow: hidden;

}


.sub #wrapper {
background-image: url("images/bk-sidebar.gif");
background-repeat: repeat-y;
}

.sub2 #wrapper {
background-image: none;
background-repeat: no-repeat;
background-color: #ffffff;
}



#logo {
background-image: url("images/ypclogo.gif");
background-repeat: no-repeat;
height: 100px;
width: 250px;
background-position: 0 0;
float: left;
}

h1#logolink a {
display: block;
height: 100px;
width: 250px;
text-indent: -999em;
float: left;
}

h1#logolink a,h1#logolink a:link, h1#logolink a:visited, h1#logolink a:hover, h1#logolink a:active {
text-decoration: none;
}

#land #logo {
background-image: url("images/ypclogo2.gif");
background-repeat: no-repeat;
height: 100px;
width: 247px;
background-position: 0 0;
float: left;
}

#land h1#logolink a {
display: block;
height: 100px;
width: 247px;
text-indent: -999em;
float: left;
}


#h2-standout {
text-indent: -999em;
background: url("images/standout.gif") no-repeat 0 0;
height: 100px;
width: 550px;
float: right;
}

#land #header {
background: url("images/standout2.gif") no-repeat right top;
width: 800px;
height: 100px;

}



#sidebar {
float: left;
width: 250px;
background-color: #000000;
}


#exp #sidebar {
background-color: #ffffff;
background-image: url("images/bk-nav.gif");
background-repeat: repeat-x;
padding-top: 60px;
}


#main {
width: 550px;
float: right;
background-image: url("images/bk-nav.gif");
background-repeat: repeat-x;
padding-top: 20px;
}

#verbage {
padding: 10px 20px 30px 20px;
}


#verbage h3 {
font-weight: bold;
margin-bottom: 15px;
}

#verbage h4 {
font-weight: bold;
font-style: italic;
margin-bottom: 15px;
}


#verbage p {
margin-bottom: 20px;
}

#verbage ul {
line-height: 140%;
}


ul.shortlist {
list-style-type: square;
margin-left: 30px;
margin-bottom: 20px;
}

.shortlist li {
font-size: 1.2em;
}

.longlist span {
font-style: italic;
color: #0066dd;
}


ul.longlist {
list-style-type: none;
margin-bottom: 20px;


}

.longlist li {
font-size: 1.2em;
}

.longlist ul {
list-style-type: square;
margin-left: 30px;
margin-top: 20px;
}

.longlist li li {
font-size: 1em;
}






.quote {
margin-left: 20px;
padding: 0 30px 0 10px;
border-left: 3px solid #ffd22c;
margin-top: 30px;
margin-bottom: 30px;

}

#verbage .quote p {
margin-bottom: 5px;
line-height: 120%;
}

.excerpt {
font-family: Times, "Times New Roman", serif;
font-size: 1.6em;
font-style: italic;
color: #0066dd;

}

.byline {
font-size: 1.1em;
color: #333333;
text-align: right;
}





#footer {
background-color: #ffd22c;
width: 800px;
margin-left: auto;
margin-right: auto;
margin-top: 0;
clear: both;

}

ul.footleft {
float: left;
list-style-type: none;

padding: 10px 0 10px 15px;
text-align: left;
}

ul.footleft li {
font-size: 1.2em;
line-height: 120%;
display: inline;
}

ul.footright {
float: right;
list-style-type: none;

padding: 10px 15px 10px 0;
text-align: right;
}

ul.footright li {
font-size: 1.1em;
line-height: 120%;
display: inline;
}

#footer a:link {
color: #000000;
text-decoration: none;
font-weight: bold;
}

#footer a:visited {
color: #333333;
text-decoration: none;
font-weight: bold;
}


#footer a:hover, #footer a:active {
color: #ffffff;
text-decoration: none;
font-weight: bold;
}

.required {
color: #cc0000;
}

.lite {
color: #666666;
}


#form1 {
width: 500px;
font-family: Arial, Helvetica, sans-serif;
padding-top: 10px;
border-top: 1px solid #ccc;
margin-top: 30px;
}

#form1 p {
margin-bottom: 20px;
}

form#form1 ol {
list-style-type: none;
font-size: 1.2em;
}


form#form1 li {
margin-bottom: 10px;

}


form#form1 input {
padding: 1px;
}

form#form1 legend {
font-size: 1.1em;
color: #ffffff;
font-weight: bold;
background-color: #ffffff;
padding-right: 5px;
margin-left: 0;
padding-left: 0;
display: none;
}

form#form1 textarea {
height: 150px;
width: 300px;
margin-top: 5px;
}


form#form1 label {
width: 100px;
float: left;
}

form#form1 #formcomments label {
width: 100px;
}

form#form1 li input {
width: 250px;
font-family: Arial, Helvetica, sans-serif;
}


form#form1 .shortfield input {
width: 50px !important;
}


form#form1 fieldset {
border: 0;
border-top: 1px solid #ffffff;
margin-left: 0;
padding-left: 0;
}

form#form1 legend {
padding-bottom: 10px;
}

#optional_comments {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;
}


#submitarea {
margin-bottom: 10px;
margin-left: 100px;

}

#submit, #clear {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
}



/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
.tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
.tabs-nav {
        display: none;
    }
}

.tabs-nav {
list-style-type: none;
font-size: 1.3em;
line-height: 140%;
margin-bottom: 20px;
}

.tabs-nav li {
border-bottom: 1px solid #cccccc;
padding: 3px 0;
}

.tabs-nav li a {
padding-right: 16px;


}

.tabs-nav li a:hover {
background-image: url("images/bk-tabs.gif");
background-repeat: no-repeat;
background-position: right 50%;
}


.tabs-nav .tabs-selected a {
font-weight: bold;
color: #000000;
cursor: default;

}

.tabs-nav .tabs-selected a:hover {
background-image: none;
}

.toplink {
padding: 3px 0;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
font-size: 1.3em;
line-height: 140%;
}

.toplink a {
padding-right: 18px;
background-image: url("images/bk-top2.gif");
background-repeat: no-repeat;
background-position: right 50%;
}


.toplink a:hover {
background-image: url("images/bk-top.gif");
background-repeat: no-repeat;
background-position: right 50%;
}
.backgroundhold {
	height: 800px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.leftcontainer {
	float: left;
	height: 670px;
	width: 251px;
	background-color: #000;
}
.rightbottomcontainer {
	float: right;
	height: 290px;
	width: 549px;
	background-color: #FFF;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 30px;
}
.bottomcontainer {
	background-color: #FC0;
	clear: both;
	float: left;
	height: 80px;
	width: 800px;
}
.toprightcontainer {
	height: 100px;
	width: 549px;
	float: right;
	clear: none;
}
.leftnavigationdiv {
	background-color: #FFCC00;
	float: left;
	height: 250px;
	width: 180px;
	clear: left;
}
.rightFlashContainer {
	float: right;
	height: 250px;
	width: 369px;
}
.topmiddlecontainer {
	height: 250px;
	width: 549px;
	float: right;
}
.navigationleftdiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 10px;
}
.navigationleftdivtop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-top: 15px;
}
.Yellowpagecss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.homepagecopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
.copycenterdiv {
	width: 500px;
	padding-left: 20px;
	padding-top: 20px;
}
.subnavbackground {
	background-image: url(images/subnavbackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 532px;
}
.subnavigationdiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 20px;
	float: left;
}
.subnavigationdivfirst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 20px;
	float: left;
}
