@charset "utf-8";
/* STYLES PRNS as of APRIL 2009 */

/* Main Structure */
div#container {
    height: 100%;
    height: auto !important;
    min-height: 100%;
    margin-bottom: -100px;
	background-color:#fff
}

div#content {
    margin: 0px 262px 0px 0px;
	background-color: #099;
	text-align:center;
	background-color:#fff;
	min-height:782px;
	height:auto;
}

div#right-sidebar {
    width: 250px;
    float: right;
    padding-right:0px;
	background-image:url(http://www.sanjoseca.gov/prns/template_files/images/bg_body-right.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FFF;
	min-height:782px;
	height:782px
}

div#footer-push {
    height: 100px;
}

body, html {padding:0px;
margin:0px
}

#header-bg {background-image:url(../images/header-bg.jpg);
background-repeat:repeat-x;
height:165px;
width:auto
}

/* TABLES */
#prns-table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

#prns-table th {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	padding: 5px 8px;
	border-bottom: 2px solid #CCC;
}
#prns-table td
{
	color: #003366;
	padding: 9px 8px 9px 8px;
}
#prns-table tbody tr:hover td
{
	color: #009;
} 
#prns-table .odd
{
	background-color:#d8fbff 
}

/* RIGHT Navigation */

#navigation {width:240px;
height:auto;
float:right;
margin-bottom:10px;
text-align:left;
}

#navcontainer ul { margin:0;
padding:0px;
list-style-type:none;
margin-left:15px
}

#navcontainer a {display:block;
color: #000000;
width: 215px;
text-decoration: none;
height:24px;
padding-left:5px;
padding-top:5px;
border-top: solid #dcddde 1px;
border-bottom: solid #ffffff 1px
}

#navcontainer a:hover {color: #003366;
background-image:url(http://www.sanjoseca.gov/prns/template_files/images/over.jpg);
background-repeat:no-repeat;
background-position:left top;
height:24px
}

#navcontainer li { }

/* ------ FONTS HEADERS & Formating------ */
h1 {font-family: Verdana, Geneva, sans-serif;
font-size:36px;
color:#9cceff;
padding:0px;
margin:0px;
border-bottom-style: dotted;
border-bottom:3px dotted
}

h2 {font-family:Verdana, Geneva, sans-serif;
font-size:18px;
color: #CCC;
padding:0px;
margin:0px;
}

h3 {font-family: Georgia, "Times New Roman", Times, serif;
font-size:20px;
margin-left:5px;
margin-top:0px;
color:#003366;
font-weight:bold;
font-style:italic;
}

h4 {font-family:Arial, Helvetica, sans-serif;
color:#003366;
font-size:13px;
font-style:normal;
margin:0px;
padding:0px;
display:inline
}

h5 {font-family: arial,Helvetica, Arial, sans-serif;
font-size:14px;
font-weight:normal;
line-height:18px;
letter-spacing:1px;
padding:0px;
margin:0px
}

h6 {}

p {font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
margin-left:5px;
margin-top:5px;
line-height:18px;
letter-spacing:1px;
}

/* Content Containers */
#page-top {	min-width:550px;
	max-width:750px;
height:auto;
margin-bottom:10px;
text-align:left;
margin-left:auto;
margin-right:auto;
padding-bottom:10px;
width: expression(document.body.clientWidth < 742? "750px" : document.body.clientWidth > 1202? "750px" : "auto");
}

#articles {
	min-width:550px;
	max-width:750px;
min-height:300px;
height:auto!important;
height:300px;
margin-bottom:10px;
border-bottom:2px solid #003366;
border-bottom-style:dotted;
text-align:left;
margin-left:auto;
margin-right:auto;
padding-bottom:10px;
width: expression(document.body.clientWidth < 742? "750px" : document.body.clientWidth > 1202? "750px" : "auto");
}
/* Image Formatting */
.img-pad {float:left;
margin-right:10px;
border:#003366 solid 1px}
