:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
table {
    border-spacing:0;
}
fieldset,img,abbr,acronym {
    border:0;
} 
address,caption,cite,code,dfn,em,u,s,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
q:before,q:after {
    content:'';
}
a {
    text-decoration: underline;
    outline: none;
}

hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,
:link img,
:visited img {
    border: none;
}
address {
    font-style: normal;
}
#pdsLogoWrapper {
	height:90px;
}
/***** this is for link to admin *****/
#siteDesignText {
	text-align: center;
	margin-top:6px;
	margin-bottom:-14px;
}
#siteDesignText a {
	cursor:default;
}
/***** this is for PDS logo in footer *****/
#footerPDS {
	margin-top:15px; 
	margin-bottom:15px;
}
#footerPDS a:hover {
	padding:58px 5px 0px 5px;
	border: solid 1px #030391;
	-moz-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 2px 2px 4px #000;
	-webkit-box-shadow: 2px 2px 4px #000;
	box-shadow: 2px 2px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

