 /* 
 ----------------------------------------------------------------------------
  Copyright Factory Hill Group 2007.                            
  May not be duplicated or reproduced.
 ---------------------------------------------------------------------------- 
*/

/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }

/* clearfix hack */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body 
{
	color : #FFFFFF;
	background-color : #FFFFFF;
	background-image :  url(img/steps2.jpg);
	background-attachment : fixed;
	background-position : top left;
	background-repeat : no-repeat;
    width : 95%;
    font-family: georgia, times roman, times, serif;
    font-size: .9em;
    
}

a:link{color: #8B2C20; text-decoration: underline;}
a:visited{color: #8B2C20; text-decoration: underline;}
a:active{color: #8B2C20; text-decoration: none;}
a:hover{color: #8B2C20; text-decoration: none;}

UL.list {margin: 2px 0px 2px 20px; list-style-image: url(img/bullet.gif);}
.more {font-size: .9em; text-align: right;}
.intro {font-style: italics; font-weight: bold; font-size: 1.1em; color: #0B577E; line-height: 1.25em;}
.bullet {color: #7F9CC6; font-size: 1.5em; margin-right: 4px; margin-left: 10px;}
.heading {color: #0B577E; font-size: 1.0em; font-weight: bold; margin: 0px 0px 2px 0px;}
.headingRef {color: #0B577E; font-size: 1.0em; font-weight: bold; margin: 0px;}
p.break {margin: 0px; padding: 2px 0px 2px 0px;}
#nav
{
	background-color : #FFFFFF;
	margin-top : 0.5em;
	margin-bottom : 0px;
	margin-right : 10px;
	margin-left  : 0px;
	padding : 0px;
    float : right;
}


#section
{
	color : #000000;
	background-color : #f0f0f0;
	border : 1px solid #666666;
	margin-top : 0px;
	margin-bottom : 0.5em;
	margin-right : 2%;
	margin-left  : 2%;
	padding : 1.5%;
    padding : 1.5% 4% 1.5% 3%;
    line-height: 1.5em;
    width : 94%;
    clear: both;
    }
    
#title
{
	color : #333333;
	background-color : #FFFFFF;
	margin-top : 0.25em;
	margin-bottom : 0.5em;
	margin-right : 2%;
	margin-left  : 2%;
	padding : 0.5%;
	width : 40%;
	position : relative;
	left : 45%;
	text-align: right;
}
#identity
{
	color : #6C552C;
	background-color : #FFFFFF;
    font-size: 32px;
	margin-top : 0.25em;
	margin-bottom : 0.5em;
	margin-right : 2%;
	margin-left  : 2%;
	padding : 0.5%;
	width : 50%;
	position : relative;
	left : 45%;
	text-align: right;
}
.tab{
margin: 0px;
padding: 0px;
position: relative; 
bottom: 0px;
}

.tab ul{
padding: 3px 5px 2px 0px;
margin-left: 0px;
margin-top: 1px;
margin-bottom: 0px;
font: bold 12px Verdana;
list-style-type: none;
text-align: right; 
}

.tab li{
display: inline;
margin: 0px;
}

.tab li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0px;
margin-right: 0px; 
border-left: 1px solid #DDD;
color: black;
font-size: 13px;
background: #FFFFFF url(img/tab.gif) top right no-repeat;
}

.tab li a:visited{
color: black;
text-decoration: none;
}

.tab li a:hover{
background-color: #E4C692;
color: #8B2C20;
}

.small {font-size: .8em;}
.smaller {font-size: .7em; color: #666666;}
img.thumb {width: 50px; height: 40px;margin: 4px; padding:0px;}
#stones {font-size: .9em;}
#stones IMG {border: 1px #333333 solid;}
#footer
{
	width : 95%;
	padding :0px;
    border : 0px;
}

#copyright
{
	text-align:right;
}


#latest 
{
	width : 300px;
    height : 310px;
	padding :4px;
    border : #333333 solid 1px;
    float : right;
    position: relative;
    margin: 10px 10px 4px 14px;
    font-size: .8em;
    text-align: center;
    line-height: 1.3em;
    font-family: verdana, arial, sans-serif;
    color: #333333;
    background-color: #FFFFFF; 
}
  
  #stonesbox 
{
	width : 300px;
    height : 350px;
	padding :4px;
    border : #333333 solid 1px;
    float : right;
    position: relative;
    margin: 10px 10px 4px 14px;
    font-size: .8em;
    text-align: center;
    line-height: 1.3em;
    font-family: verdana, arial, sans-serif;
    color: #333333;
    background-color: #FFFFFF; 
}
.project_desc {margin-left: 25px; color: #333333; font-size: .8em;}

.tableref {padding: 6px; border: 1px #E4C692 solid; background-color: #FFFFFF;}

