@charset "UTF-8";
/* Santa Cruz Pregnancy Resource Center */
/* HOT */
/* Copyright (c) 2007 Santa Cruz Pregnancy Resource Center */
/* Design by Kevin at Brough Communications [http://www.brough.com/] */
/* For Screen */

/************** Root Element **************/
html, body { margin:0; padding:0; text-align:center; }
body { font:80%/1.4 Arial,Helvetica,sans-serif; color:#fff; background:#595959 url("../img/decor/body_bg.jpg") 0 0 repeat-x; }

/************** Links **************/
a:link, a:visited { color:#ff6f00; text-decoration:underline; }
a:hover, a:active, a:focus { color:#fff; background:#999; text-decoration:none; }
a img, img { border:0 none; }
a img { display:block; }

/************** Headlines **************/
h1 { margin:0; padding:0; font-size:200%; }
h2 { margin:0; font-size:150%; }
h3 { margin:0 0 5px 0; font-size:160%; color:#333; }
h4 { margin:0; font-size:125%; }
h5 { margin:0; font-size:110%; }
h6 { margin:0; font-size:100%; }

/************** Page Layout **************/
#container { width:821px; margin:0 auto; padding:0; text-align:left; }
#header { position:relative; left:-230px; margin:0; padding:0; background:url("../img/content/header.png") 0 0 no-repeat; 
	width:1051px; height:200px; z-index:5; }
#header h1 { text-indent:-9999px; }
#header h1 a { position:absolute; top:65px; left:250px; display:block; width:280px; height:75px; }
#header h1 a:hover { background:transparent; }
#header h2 { display:none; }
#bottle { position:absolute; top:10px; right:350px; }
#content-container { margin:0; padding:0; border:1px solid #000; border-width:0 1px; color:#333; 
	background:#f5f5f5 url("../img/decor/content_bg.gif") 0 0 repeat-y; }
#sidebar { float:left; width:250px; margin:15px 0; padding:0; text-align:center; }
#sidebar h5 { margin:10px 0 0 25px; text-align:left; }
#sidebar ul { margin:0 25px; padding:0; text-align:left; }
#sidebar li { margin:0 0 7px 0; line-height:1.2; }
#sidebar img { text-align:center; }
.organized { list-style:none; margin:0; padding:0; }
#content { margin:0 0 0 250px; padding:15px 10px; }
#content p { margin:0; padding:5px 0; }
#content img.left { float:left; margin:10px 10px 10px 0; }
#content img.right { float:right; margin:10px 0 10px 10px; }
.item { float:left; }
.disclaimer {font-size: 70%}
.clear { clear:both; }
#footer { margin:0; padding:0; border:1px solid #000; border-top-color:#fff; color:#fff; background:#ff7101; text-align:center; }

/************** Standard Elements **************/
ul { list-style:disc url("../img/decor/bullet.gif"); }
table { margin:10px 0 15px; }

/************** Forms **************/
.text-input { width:250px; }
textarea { width:400px; height:100px; }

/************** First Level Navigation **************/
#nav { list-style:none; margin:0; padding:0; }
#nav li { display:block; position:relative; float:left; margin:0; padding:0; }
#nav li a { display:block; height:31px; text-indent:-9999px; }
#nav li li a { text-indent:0; }
#nav li a:hover { background-position:0 -31px; }
li#nav-home a { background:url("/hot/img/nav/home.gif") 0 0 no-repeat; width:95px; }
li#nav-blog a { background:url("/hot/img/nav/blog.gif") 0 0 no-repeat; width:95px; }
li#nav-issues a { background:url("/hot/img/nav/issues.gif") 0 0 no-repeat; width:96px; }
li#nav-contact a { background:url("/hot/img/nav/contact.gif") 0 0 no-repeat; width:125px; }
li#nav-services a { background:url("/hot/img/nav/services.gif") 0 0 no-repeat; width:106px; }
li#nav-prc a { background:url("/hot/img/nav/prc.gif") 0 0 no-repeat; width:225px; }
li#nav-parents a { background:url("/hot/img/nav/parents_teachers.gif") 0 0 no-repeat; width:172px; }

/************** Second Level Navigation **************/
#nav li ul { display:none; position:absolute; left:0; top:31px; list-style:none; margin:0; padding:0; 
	background:#d6d6d6; width:125px; }
#nav li:hover ul, #nav li.over ul { display:block; }
#nav li ul li { float:none; }
#nav li ul li a { display:block; width:auto; height:auto; padding:1px 4px; color:#000; background:transparent; text-decoration:none; }
#nav li ul li a:hover { color:#fff; background:#999; }

/************** Active Links **************/
.blog li#nav-blog a, .issues li#nav-issues a, .contact li#nav-contact a, .services li#nav-services a, 
.parents li#nav-parents a { background-position:0 -31px; cursor:default; }
