/* CSS Document */

body {
	font-size: 10px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-image: url(../images/pagebg3.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}
A img {
	border: 0px;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
p, ul, form, dl {
	font-size: 1.3em;
}
table {
	font-size: 12px;
}
table td {
	font-size: 12px;
}
p {
	line-height: 1.4em; 
	margin: 1em 1.2em 1em 1.6em;
}
h1 {
	color: #2F4E72; /*#5283b1;*/
	font-size: 1.8em;
	margin: 0.3em 0.5em 0.5em 0.65em;
}
h2 {
	color:  #2F4E72;
	font-size: 1.4em;
	margin: 1em 0.8em -0.4em 1em;
}
h3 {
	color:  #FF7700;
	font-size: 1.4em;
	margin: 1em 0.8em -0.4em 1em;
}
h4 {
	color:  #FF7700;
	font-size: 13px;
	margin: 1em 0.8em -0.4em 1em;
}
.clear {
	clear: both;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.marginleft {
	margin-left: 1em;
}
.marginright {
	margin-right: 1em;
}	
.marginbottom {
	margin-bottom: 1em;
}	
.margintop {
	margin-top: 1em;
}	
.callnow {
	color: #FF7700;
	font-size: 1.2em;
	font-weight: bold;
}
.orange {
	color: #FF7700;
}
a.breadcrumbs {
	color:#5283b1;
}
.breadcrumbs {
	font-size: 9px;
	padding: 2px;
}
.red {
	color: #FF0000;
	display: none;
}

/* div layout styles */
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background-color: transparent;
	/*background-image: url(../images/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: right;*/
	margin-left:5px;
}
#header p {
	color: #2F4E72;
}
#info, #infop {
	float: right;
	background-color: transparent;
	font-weight:bold;
	padding: 10px;
	height: 30px;
	margin-right: 10px;
}
#info p, #infop p {
	padding: 0em 1em 0em 0.5em;
	margin: 0;
}
#info strong {
	font-size: 14px;
}
img#logo {
	margin: 1em;
}
#divider {
	width:1px;
	margin-top:15px;
	background-color: #5283b1;
	height: 470px;
	float: left;
}


/* Navigation styles */	
#nav {
	height: 53px;
	background-image: url(../images/navbg.gif);
	background-repeat: repeat-x;
	z-index: 50;
}
#nav ul {
	list-style: none;
	margin-left: 40px;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	display: block;
	color: #2F4E72;
	text-decoration: none;
	padding: 22px 15px 15px 15px;
	font-size: 1em;
}
#nav ul li a:hover {
	color: #FFF;
	background-image: url(../images/navactivebg.gif);
	background-repeat: repeat-x;
}
/* on tab styles*/
#nav ul li#on {
	background-image: url(../images/navonbg.gif);
	background-repeat: no-repeat;
}
#nav ul li#on a {
	background-image: url(../images/navoncorner.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#nav ul li#on a:hover {
	color: #e58c3f;
	background-image: url(../images/navoncorner.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
img#picture {
	border-bottom: 2px solid #bccad7;
}

/* body styles */
#news a, #content a, #content_full a {
	font-weight: bold;
	color: #2F4E72;
	text-decoration: none;
}
#news a:hover, #content a:hover {
	text-decoration: underline;
}
#news {
	width: 190px;
	float: left;
	min-height: 100px;
	padding-left: 4px;
}
#news div {
	clear:both;
	margin-top: 10px;
}
#news div blockquote {
	background-image: url(../images/newsquote.gif);
	background-repeat: no-repeat;
	margin-left: 1.6em;
}
#news div blockquote p {	
	font-style: italic;
	font-size: 11px;
	width: 120px;
}
#news div p.right {
	text-align: right;
}
#news div p {
	width: 160px;
}
#news div blockquote p span {
	float:right;text-decoration:none;
}

/* Subnav styles*/
#news ul {
	list-style: none;
	margin: 0.5em;
}	
#news ul li {
	border-bottom: 1px solid #C5C4C2;
}
#news ul li a {
	display: block;
	padding: 0.6em 0.6em 0.6em 1.8em;
	text-decoration: none;
	border: 0;
	background-image: url(../images/subnavarrow.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
}
#news ul li a:hover {
	background-color: #E4E4E4;
	color: #2F4E71;
}
		
#content {
	width: 600px;
	float: right;
	min-height: 300px;
}

#content_full {
	width: 790px;
	float: left;
	min-height: 300px;
}
#content_full a {
	font-size: 11px;
	color:#5283b1;
	text-decoration: underline;
}

#content_full td {
	font-size: 16px;
}

#footer {
	clear: both;
	background-color: #E4E4E4;
	border-top: 2px solid #C5C4C2;
	text-align: center;
	color: #2A4B76;
	padding: 0.5em;
}
#footer a {
	color: #2F4E72;
}
#footer a:hover {
	text-decoration: none;
}
#white {
	background-color: #FFF;
	clear: both;
	height: 18px;
}
#stone_cat {
	float: left;
	width: 130px;
	text-align:center;
	height:130px;
	margin-left: 20px;
	padding-left: 20px;
}
#stone_thumb {
	float: left;
	width: 200px;
	text-align:center;
	height:200px;
	margin-left: 20px;
	padding-left: 20px;
	margin-bottom: 30px;
}
#stone_thumb a  {
	text-decoration: none;
}
#paginater {
	padding:20px;
	font-size: 13px;
}
#full_content_padding {
	margin-left: 20px;
}
#edge {
	text-align:center;
	float: left;
	width: 175px;
	height: 120px;
}
#advanced {
	margin: 1em 1.2em 1em 3em;
}
#advanced td {
	font-size: 11px;
}
