/* Copyright Digital:Idiom c2009 - 2011 - Contact thewebteam @ digitalidiom.co.uk */
/* www.digitalidiom.co.uk for professional web design to world standards */
/* NO copy or use of original material by digital:idiom without permission */


/* ############## JRP PROPERTY CONSULTING ####################################  */

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, img, iframe, ul, ol, p, h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
background-color: #262626;
color: #333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
}

h1 {
font:normal 26px "Times New Roman", Geneva, serif;
line-height:1.2em;
color: #333;
margin:0px 0px 50px 0px;
}

h2 {
font:bold 22px "Times New Roman", Geneva, serif;
color: #FF6600;
margin:20px 0px 4px 0px;
}

h3 {
font:bold 14px Verdana, Arial, Helvetica, sans-serif;
color: #333;
margin:10px 0px 4px 0px;
}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333;
margin:6px 0px 20px 0px;
line-height:1.4em;
}

.printOnly {display:none;}
.linkOnly {display:none;}

.boxed1 {
border-bottom:1px solid #CCC;
margin:10px 0px;
padding:10px;
background-color:#FFF;
}

.boxed2 {
border-bottom:1px solid #CCC;
margin:10px 0px;
padding:10px;
background-color:#FFF;
}

#content ul, #content ol {
margin:4px 0px 4px 20px;
padding:4px;
}

#content ul li, #content ol li {
padding:4px;
}


.imgRight {
float:right;
margin-left:12px;
}

.imgLeft {
float:left;
margin-right:12px;
}

/* LINK STYLE ************************************* */
#content a:link, #content a:visited {
color:#B30; text-decoration:none;
}

#content a:hover {
color:#FF6500; text-decoration:underline;
}

#content .alignR {
text-align:right;
}

#footer a:link, #footer a:visited {
color:#B30; text-decoration:none;
}

#footer a:hover {
color:#FF6500; text-decoration:underline;
}





/* BLOCK CONTAINERS ******************************* */
#page {
margin: 0px auto 0px auto;
margin-top:10px;
background-color: #FFF;
}

#masthead {
height:120px;
color:#333;
}

#logo {
padding:10px 0px 0px 0px;
}

#content-wrapper {

}

#content {
margin:50px 0px 0px 0px;
}

#sidebar {
display:none;
}

.top-home {
display:none;
}

#footer {
margin:0px;
color:#666;
font:normal 10px Verdana, Arial, Helvetica, sans-serif;
background: transparent url("images/bg-footer.gif") center bottom repeat-x;
text-align:left;
padding:5px 0px 2px 0px;
border-top:1px solid #CCC;
clear:both;
line-height:0.9em;
}


/* ###### Incidentals / Cosmetics ###### */
#sidequote {
padding-top:26px;
width:230px;
background: transparent url("images/bg-quote-top.gif") center top no-repeat;
}
.quotetop {
color:#333;
font:bold italic 14px Verdana, Arial, sans-serif;
text-align:right;
margin:0px 10px 0px 6px;
}
.ref {
color:#666;
font:bold italic 13px Verdana, Arial, sans-serif;
text-align:right;
}

.quotebtm {
background: transparent url("images/bg-quote-btm.gif") center bottom no-repeat;
width:230px;
padding:0px; margin:0px;
height:8px;
}


/* LISTOMATIC MENUS ******************************************** */
#navcontainer {
border-top:1px solid #CCC;
border-bottom:1px solid #CCC;
width:100%;
background:#FFF url('images/bg-menu.gif') left bottom repeat-x;
}

#navlist {
display:none;
}

#navlist li
{
padding:0px 14px 8px 0px;
margin:0;
font: 12px Verdana, Arial, Helvetica, sans-serif;
display: inline;
}

#navlist li a, #navlist li a:link, #navlist li a:visited
{
color: #333;
text-decoration: none;
font-weight:bold;
padding-left:10px;
background:transparent url('images/bullet-red-black.gif') 0px 4px no-repeat;
}

#navlist li a:hover
{
color: #FF6500;
text-decoration: none;
border-bottom:0px solid #CCC;
background:transparent url('images/bullet-red-black.gif') 0px -56px no-repeat;
}

