/*Edifice-FM Web Site
Designed by Michael Edwards 2008
mail@michaeledwards.me.uk*/

/*Global Styling*/
body {
font-family:Arial, Helvetica, sans-serif;
font-size: 9pt;
font-weight:100;
text-decoration:none; 
margin:0;
padding:0;
line-height:1.5;
text-align:center;
min-width:790px;
color:#505050;
behavior:url(csshover.htc); /*WinIE behaviour call */
}	

h1 {
font-family:Arial, Helvetica, sans-serif; 
font-size:15pt; 
color:#013469; 
font-weight:100; 
padding-left:10px;
line-height:1;
margin:0;
}

h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:10pt; 
color:#505050; 
font-weight:bold; 
line-height:1.5;
padding-left:10px;}

h3 a:link {
text-decoration:none;
color:#800000;
}

h3 a:visited {
text-decoration:none;
color:#800000;
}

h3 a:hover{
text-decoration:none;
color:#013469;
}

h4 {
font-family:Arial, Helvetica, sans-serif;
font-size:9pt; 
color:#013469;  
font-weight:bold; 
line-height:1.5;
padding-left:10px;
margin-bottom:3px;
}

h5 {
font-family:Arial, Helvetica, sans-serif;
font-size:9pt; 
color:#505050;  
font-weight:bold; 
line-height:1.5;
padding-left:10px;
margin-bottom:3px;
}

h6 {
font-family:Arial, Helvetica, sans-serif;
font-size:7.5pt; 
color:#505050;  
font-weight:100; 
line-height:1.5;
padding-left:10px;
margin-bottom:3px;
}

p {margin:0;}

ul {margin:0 0 0 25px; padding:0;}

/* Wrapper controls the positioning of the whole site on the screen */

#outer_wrapper {
width:777px;
margin:15px auto;
text-align:left;
background-image:url(../images/core/wrapper_shadow.gif);
background-repeat:repeat-y;
background-position: bottom right;
border:1px solid #fff;
}

#wrapper {
width:760px;  
background-color:#fff; 
border:1px solid #999;
padding:5px;
margin:0 0 5px 0;
}

#block {
height:15px;
width:5px;
background-color:#fff;
float:right;
}

#masthead { 
height:94px;
width:760px; 
border-bottom:1px solid #999;
}

#navbar {
font-size:8pt;
height:25px;
margin:0 0 0 -20px;
color:#013469;
font-weight:bold;
float:left;
width:760px;
}

#navbar ul {
margin:0;
padding:0;
background-color:#fff; 
}

#navbar li {
position: relative;
list-style:none;
float:left;
width:8.5em;
margin:0 0px;
z-index:120;
padding:5px 2px;
text-align:center;
}

#navbar li a {
display:block;
text-decoration:none; width: 100%; 
voice-family: "\"}\""; voice-family:inherit;
width: 8.5em;
}

#navbar>ul a {
width: auto;
}

#navbar ul ul {
position: relative;
height:160px;
width:8.5em;
background-color:#fff;
border:1px solid #999;
display:none;
margin-top:4px;
}


#navbar ul ul li {

margin-left:-3px;
}

#navbar ul.level1 li.submenu:hover ul.level2 {
display:block;
}

#navbar a:link {
text-decoration:none; 
color:#505050;
}

#navbar a:visited {
text-decoration:none; 
color:#505050;
}

#navbar a:hover {
color:#800000;
}

/* This sets the global styles for the main content */
#col2 {
float:right;
width:760px;
padding:20px 0 10px 0;
border-top:1px solid #999;
margin-bottom:10px;
}

#col2 p {
padding-left:10px;
margin-right:10px;
margin-bottom:8px;
}

#col2 img {
padding:20px;
}

#col2 a:link {
color:#800000;
text-decoration:none;
}

#col2 a:visited {
color:#800000;
text-decoration:none;
}

#col2 a:hover {
color:#013469;
text-decoration:none;
}

/* Style for the contact form */

#contact {
margin:2em 8em;
padding:.5em .5em .5em 1em;
color:#013469;
border:1px solid #ccc;
background-color:#e7e6e6;
width:68%;
}

#contact p {
padding-bottom:.5em;
}

#contact fieldset {
padding:1em 1em 1em 1em;
margin:.5em;
border:1px solid #ccc;
}

#contact legend {
font-weight:bold;
color:#013469;
}

#contact label {
display:block;
}

#name, #email, #telephone, #comments {
width:200px;
font-size:10pt;
}

#comments, #message_body {
width: 300px;
height:100px;
}

#submit {
margin-top:1em;
}

#footer {
clear:both;
width:760px;
height:25px;
border-top:1px solid #999;
padding:0 0 10px 0;
}

#footer p {
padding:12px 0 0 11px; 
margin:0; 
font-size:7pt;
}

#footer a:link, a:visited {
color:#013469; 
text-decoration:none;
}

#footer a:hover {
color:#800000; 
text-decoration:none;
}

#pdf {
float:left;
position:relative;
left:590px;
bottom:35px;
border-left:3px solid #fff;
border-right:3px solid #fff;
}

#pdfp {
float:left; 
position:relative; 
left:584px; 
bottom:25px;
}

#listright {
padding:0;
padding-left:270px;
}

#right {
float:right;
padding:10px;
border:1px solid #ccc;
margin-left:30px;
margin-right:10px;
}

#left {
float:left;
padding:10px;
border:1px solid #ccc;
margin-left:10px;
margin-right:20px;
}

.space {
margin-right:15px;
}

.red {
color:#800000;
}
.smaller {
font-size:smaller;
}
.smaller a {color:#013469;}
