@import url(layout.css);
@import url(typography.css);
@import url(temp.css);

/* --- LINKS ---*/

a:link	{
	color:#992505;
	text-decoration:underline;
}
a:active	{
	color:#992505;
	text-decoration:underline;
}
a:hover	{
	color:#C4421E;
	text-decoration:underline;
}
a:visited	{
	color:#992505;
	text-decoration:underline;
}

/* Basic site layout ---------- */
html, body	{
	height:100%;
	margin:0px;
	background:url(../images/bg.gif) center;
}

div	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
}

#header	{
	position:absolute;
	z-index:3;
	left:50%;
	margin-left:-376px;
	width:750px;
	height:128px;
	margin-top:0px;
	background:url(../images/header.gif) no-repeat top center;
}

#bgBorder	{
	position:absolute;
	z-index:1;
	left:50%;
	margin-left:-376px;
}

#contentWrapper	{
	position:absolute;
	z-index:1;
	left:50%;
	margin-left:-376px;
	margin-top:0px;
	width:750px;
	min-height:100%;
	height:100%;
		background:url(../images/footer.gif) no-repeat bottom center;
}
#contentWrapper[id]	{
	height:auto;
}

#menu	{
	width:148px;
	float:left;
	margin:0 0 0 0px;
	padding:0 0 0 8px;
	padding-top:132px;
}
#missionStatement	{
	text-align:center;
	padding-right:6px;
}

#primaryCol	{
	width:578px;
	float:left;
	margin:0 0 0 0px;
	padding:0 8px 0 8px;
	padding-top:132px;
}

.subCol	{
	float:left;
		width:300px;
}
.subCol div	{
	margin-bottom:10px;
}

.imgWrapper	{
	background:url(../images/imgShadow.png) no-repeat bottom right !important;
	background:url(../images/imgShadow.gif) no-repeat bottom right;
	clear:right;
	float:left;
	position:relative;
}

.imgWrapper img	{
	background-color:#fff;
	border:1px solid #9E8D77;
	padding:3px;
	display:block;
	margin:-4px 4px 4px -4px;
	position:relative;
}


.contentBlock	{
	padding:6px;
	margin:0px;
	width:250px;
	border:1px solid #aa9d7e;
	background:url(../images/blockBG.gif);
	display:block;
	margin:-4px 4px 4px -4px;
	position:relative;
}
.contentBlockShadow	{
	margin:8px 0px 6px 8px;
	background:url(../images/imgShadow.gif) no-repeat bottom right;
	clear:right;
	float:left;
	position:relative;
}
.contentBlock div	{
	margin-bottom:10px;
}
.contentBlock li	{
	list-style-image:url(../images/bulletPaw.gif);
	padding-left:0px;
	margin-left:8px;
	background:none;
	line-height:18px;
	text-align:left;
}
/*ul.paw li	{
	background:url(../images/bulletPaw.gif);
	line-height:20px;
}*/

ul	{
	list-style-type:none;
	margin:8px 16px 16px 16px;
	padding:0;
}
li	{
	margin:0 0 2px 0;
	padding:0 0 0 16px;
	background:url(../images/bullet.gif) no-repeat 0 3px;
	color:#515d2e;
}
dt	{
	font-weight:bold;
	color:#709410;
}
ol li	{
	background:none;
	padding:0 0 0 6px;
}

.important	{
	border:1px solid #937323;
	background-color:#fdf9ee;
	padding:4px;
	margin-bottom:12px;
}

/* -------- ICONS -------- */
.dl	{
	padding-right:9px;
	background:url(../images/iconDL.gif) no-repeat right 3px;
}
.newWin	{
	padding-right:9px;
	background:url(../images/iconWindow.gif) no-repeat right 3px;
}

.pdf	{
	padding-right:15px;
	background:url(../images/iconPDF.gif) no-repeat right 3px;
}
/* --- Site Pages --- */


#links dt	{
	margin:12px 0px 12px 0px;
	width:500px;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#709410;
}
dl#links dd.spacer	{
	height:1.5em;
	border-bottom:1px solid #D1BDA4;
}

/* --- Vaccine --- */

#infoVaccine dt	{
	margin:12px 0px 12px 0px;
	width:500px;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#709410;
}
#infoVaccine dl dd.spacer	{
	height:1.5em;
	border-bottom:1px solid #D1BDA4;
}


#server	{
position:fixed;z-index:500;top:0;left:0;margin:2px;background:#fff;border:1px solid #444;padding:4px;
font-variant:small-caps;
}