/* CSS rules common to entire site
**********************************/

@font-face {
    font-family: 'Din';
    src: url('dinrg-webfont.eot');
    src: url('dinrg-webfont.woff') format('woff'),
         url('dinrg-webfont.ttf') format('truetype'),
		 url('dinrg-webfont.eot') format('eot'),
         url('dinrg-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Element Defaults
*******************/
a:link, a:visited
{
    color: #666;
    text-decoration: none;
}

a:hover
{
    color: #c1001f;
    text-decoration: none;
}

ul li
{
    line-height: 16px;
    margin: 0px;
    padding: 0px;
}

li
{
    line-height: 16px;
    list-style: circle;
    margin: 0px;
    padding: 0px;
    font: normal 11px Helvetica, Arial, sans-serif;
}

acronym
{
    cursor: help;
}

body
{
    background: #fff;
    font: normal 11px Helvetica, Arial, sans-serif;
    color: black;
    text-align: center;
    margin: 0px;
}

h1
{
    font: normal 18px Helvetica, Arial, sans-serif;
}

h2
{
    color: #c1001f;
    font: normal 14px Helvetica, Arial, sans-serif;
    margin-top: 25px;
}

h2 span
{
    color: black;
    font: normal 14px Helvetica, Arial, sans-serif;
}

h3
{
    color: black;
    font: bold 12px Helvetica, Arial, sans-serif;
    margin: 0px 0px 10px 0px;
}

h4
{
    color: white;
    font: bold 12px Helvetica, Arial, sans-serif;
    margin: 0px 0px 0px 0px;
}

h5
{
    color: #c1001f;
    font: bold 11px Helvetica, Arial, sans-serif;
    margin: 20px 0px 20px 0px;
}

h5 a:link,
h5 a:visited
{
    color: #c1001f;
    font: bold 11px Helvetica, Arial, sans-serif;
    margin: 0px 0px 0px 0px;
}

img
{
    border: none;
    display: inline;
}

p
{
    font: normal 11px Helvetica, Arial, sans-serif;
    margin: 0px 0px 10px 0px;
}

a.catalogue {
	font-family: "Din", Helvetica, Arial, sans-serif;
	font-size:17px;
	color:#000;
}

td
{
    font: normal 11px Helvetica, Arial, sans-serif;
    vertical-align: top;
}

hr
{
    height: 1px;
    border: none;
    background-color: #ccc;
	margin:5px 0;
}

hr.dotted
{
    border-bottom: 1px dotted #ccc;
    height: 1px;
    border-top: none;
    border-right: none;
    border-left: none;
    background: none;
    margin: 5px 0px;
}

iframe
{
    border: none;
}

#print-button {
	color:#F00;
	text-decoration:underline;
}

.file a {
	color:#F00;
	text-decoration:underline;
	padding-left:5px;
}

/* Classes
**********/
.block
{
    display: block;
}

.grey-solid
{
    background: #dcdcde;
}

p.intro
{
    font-size: 14px;
    line-height: 24px;
}

/* text
*********
.red12treb,
a:link.red12treb,
a:visited.red12treb
{
    font: bold 12px Helvetica, Arial, sans-serif;   color: #ed1b2e;
}
*/

/*******************
Layout defaults
******************/

#wrap-default
{
    text-align: center;
    background: url(/images/layout/new/heading-background.png) repeat-x #fff;
}

/* Header
*****************/
#header
{
    width: 960px;
    padding: 0px;
    margin: 0px auto 0px auto;
    height: 106px;
    position: relative;
    text-align: right;
}

#header,
#header a
{
    color: #ccc;
}

#uflgroup
{
    position: absolute;
    top: 24px;
    left: 375px;
    font-size: 14px;
}

#search
{
    position: absolute;
    top: 20px;
    left: 0px;
    height: 30px;
    font-size: 14px;
}

#search input.search-input
{
    background: #5e5d61;
    padding: 2px;
    width: 180px;
    border: none;
    margin: 0px 7px 0px 0px;
    color: #f1f1f1;
}

#logo
{
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
}

/* Page
*****************/

#page-wrap
{
    width: 960px;
    padding: 15px 0px 0px 0px;
    margin: 0px auto 0px auto;
    margin-bottom: 7px;
    text-align: left;
}

#page
{
    margin-left: 150px;
    margin-top: 30px;
    padding-left: 15px;
    padding-top: 1px;
    text-align: left;
}

#page-alt
{
    margin-left: 195px;
    margin-top: 20px;
    padding-left: 15px;
    padding-top: 1px;
    text-align: left;
}

#page p,
#page-alt p,
#page-contact p
{
    font: normal 11px Helvetica, Arial, sans-serif;
    line-height: 16px;
    color: black;
    padding-right: 250px;
}

#page-contact
{
    margin-left: 0px;
    margin-top: 10px;
    padding-top: 1px;
    text-align: left;
}

#page-products
{
    width: 960px;
    padding: 40px 0px 0px 0px;
    margin: 0px auto 0px auto;
    margin-bottom: 7px;
    text-align: left;
}

#page-text
{
    margin: 0px 0px 0px 277px;
    padding: 20px 20px 70px 20px;
}

#photo
{
    float: right;
    text-align: right;
    display: block;
    width: 300px;
    margin: 20px 0px 100px 15px;
}

.page-img
{
    float: right;
    clear: right;
    display: block;
    margin: 20px 0px 10px 15px;
}

/* Footer
*****************/

#footer
{
    clear: both;
    text-align: center;
    font-size: 10px;
    margin-top: 7px;
    color: #b1b4b6;
    padding: 0px 10px 5px 10px;
    vertical-align: text-top;
}

/* Projects Styles
********************/
#projects-map
{
    background: url(/images/layout/new/projects-map.jpg) no-repeat;
    width: 795px;
    height: 465px;
    margin-bottom: 10px;
}

/* News Styles
*****************/

.news-photo
{
    margin: 0px 10px 0px 0px;
    display: block;
    padding: 0px;
    width: 700px;
    height: 100px;
    border-bottom: 1px dotted #ccc;
}

.news-photo img
{
    float: left;
    display: block;
    border: 1px solid #ccc;
    margin: 0px 10px 10px 0px;
}

.news-h5,
.news-p
{
    margin: 0px;
}


a.news-photo:link,
a.news-photo:visited
{
    display: block;
    padding: 5px;
}

a.news-photo:hover
{
    background: #ccc;
    text-decoration: none;
}

#news-details
{
    text-align: left;
    width: 490px;
}

#news-details p
{
	padding-right: 0px;	
}

/* About Styles
*****************/

#highlights td
{
    line-height: 1.7em;
    padding-top: 5px;
}

#highlights .alt
{
    background: #f6f6f6;
}

#highlights .year
{
    color: black;
    font: bold 11px Helvetica, Arial, sans-serif;
    margin: 0px 0px 10px 0px;
    padding-right: 20px;
}

/* Contact Styles
*****************/

.contact-left p
{
    color: black;
}


#print-contact
{
	visibility: hidden;
	height: 0px;	
}
