/* LINKS */

/* global */
a, a:link, a:visited, a:hover, a:active {
color: #ED1E25;
background-color: transparent;
border-bottom: none;
}

/* Content */
#content a:visited {
color: #E26966;
}
#content a:hover {
color: #C41E24;
}
/* Footer */
#footer a:link, #footer a:visited {
color: #666;
text-decoration: none;
border-bottom: 1px dotted #666;
}
#footer a:hover {
color: #000;
text-decoration: none;
border-bottom: 1px solid #666;
}

/* STRUCTURE */

* { margin: 0; padding: 0; }

/* Body */
body {
background: #fff;
}
/* Header */
#header {
display:none;
}
#banner {
display: none;
}

/*
Global NAV settings
*/
.udm {
display:none;
}

/* Main Nav
http://www.udm4.com/manual/development/css/
*/

ul#nav {
display:none;
}

/* Sub Nav
http://www.udm4.com/manual/development/css/
*/

ul#submenu {
display:none;
}

/* Content */
#content {
text-align: left;
padding: 24px 30px 0 30px;
}

/* content heading with Gilder/Levin Method of Image Replacement */
/* http://www.mezzoblue.com/tests/revised-image-replacement  */
/* THIS IS IN EACH HTML SEPERATELY FOR DIFFERENT IMAGES/DIMENSIONS */

#contentbody {
margin-top: 1.5em;
color: #000;
min-height: 345px;
}
#contentbody p {
margin:0 0 1.6em 0;
}
/* Footer */
/* CAN WE GET RID OF THE DIV AND GIVE THE UL A FOOTER ID?...leave for now */
#footer {
padding-bottom:1.2em;
bottom:0;
color: #666;
float: left;
clear: both; /* make sure it's below the content div */
}
#footer ul {
list-style: none;
float: left;
}
#footer li {
display:none;
}

li#print{
display: inline;
list-style: none;
margin: 0 1em 0 0em;
float: left;
}

/* LISTS, IMAGES, ETC */
/* Images */
img	{
border: none;
font-size: 1.2em;
}
a#logo img {
background: #ED1E25;
color:white;
}
#contentimage {
float:right;
margin-left:10px;
margin-bottom:10px;
}

#contentheading span{
display:none;
}

/* TYPOGRAPHY */
body {
text-align: left;
font-family: "Times New Roman", Garamond, serif;
font-size: 62.5%;
}
#contentbody {
line-height: 1.5em;			/* 15pt */
text-align: left;
font-size: 1.2em;			/* 12pt */
font-weight: normal;
}
#contentheading h1 {
font-size: 1.8em;			/* 18pt */
color:#000;
font-weight: normal;
}
#contentheading h2 {
font-size: 1.6em;			/* 16pt */
font-weight: normal;
}
#contentbody h3 {
font-size: 1.4em;			/* 14pt */
font-weight: normal;
}
