/* base.css */

/*
--------------------------
CSS RESET
--------------------------
*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;} :focus {outline: 0;} body {line-height: 1;color: black;background: white;} ol, ul {list-style: none;} table {border-collapse: separate;border-spacing: 0;} caption, th, td {text-align: left;font-weight: normal;}blockquote:before, blockquote:after, q:before, q:after {content: "";} blockquote, q {quotes: "" "";}


/*
--------------------------
BASIC STRUCTURE
--------------------------
*/
html {}

body {font-family: Arial, sans-serif; padding: 50px;}

div#wrapper {}

div#header {}

div#content {}

div#footer {}



/*
--------------------------
FONTS/LINKS
--------------------------
*/
h1, h2, h3, h4, h5, h6 {}

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

h6 {}

div#applicant-information p {font-family: Arial, sans-serif; padding-bottom: 10px; clear: both; line-height: normal;}
div#applicant-information p span {font-size: 13px; color: #666; display: block;}

/* img replacement for headings or navigation */
span.img-text {position: absolute; top: -9999px;}

a:link, a:visited {}
a:active, a:hover, a.active {}


a.print-page {font-size: 14px; padding: 10px 20px; background: #666; color: white; display: block; float: left; margin: 20px 0; font-weight: bold;}
a.print-page:hover {background: #333;}

body#application-response h2 {font-size: 21px; color: red; margin: 20px 0;}

body#application-response p {font: 14px/normal Arial, sans-serif; margin-bottom: 15px;}
body#application-response p#property {margin-bottom: 0;}
