/* 
Title:     DiamondCrystal.com
Author:    (r) This site runs like Clockwork (http://www.clockwork.net/).
*/

/* CSS Reset from Eric Meyer, slightly modified */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body  {
	font: 75% Arial, Helvetica, sans-serif;
	padding: 0;
	background: #f2f0ec;
	color: #000000;
}
html>body {
	font-size: 12px;
}
/*	We're using ems so IE 6 can resize text. Here, 1em equals 12px.
	
	Conversion Chart
	9px  = .75em
	10px = .83334em
	11px = .91667em
	12px = 1em
	13px = 1.0834em
	14px = 1.1667em
	16px = 1.3334em
	18px = 1.5em
	20px = 1.6667em
	22px = 1.8334em

	24px = 2em
*/

/* Typography and misc tags
-------------------------------------------*/
a {
	color: #0b5395;
}
a:hover {
	color: #2b8cbe;
}
	a.back_top {
		display: block;
		font-size: .75em;
		color: #b7aea1;
		text-decoration: none;
		padding: 0 0 2px 0;
		margin: 30px 0;
		border-bottom: 1px solid #dad3c8;
	}
p, ul, ol {
	margin: 0 0 15px 0;
	font-size: 1em;
}
p {
	line-height: 1.5em;
}
	p.note {
		font-size: .91667em;
		color: #64605a;
	}
	p#breadcrumb, p#breadcrumb a {
		font-size: 1em;
		color: #64605a;
	}
img {
	border: 0px;
}
	img.main_pic {
		margin: 0 0 15px 20px;
	}
hr {
	border: none;
	height: 1px;
	background: #dad3c8;
	margin: 20px 0;
}
sup {
	vertical-align: top;
}
strong {
	font-weight: bold;
}
ul li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 8px 15px;
	background: url(./images/bullet.gif) 0 -200px no-repeat;
}
ul li a {
	font-size: 1em;
}
ul li a:hover {
	color: #2b8cbe;
}
ol {
	margin: 0 0 15px 30px;
}
ol li {
	margin: 0 0 8px 0;
}
h1 {
	font-size: 1.8334em;
	color: #403428;
	margin: 5px 0 10px 0;
	font-weight: normal;
}
h2 {
	font-size: 1.5em;
	color: #31516f;
	margin: 0 0 5px 0;
	font-weight: normal;
}
h2 a {
	color: #31516f;
	text-decoration: none;
}
h2 a:hover {
	color: #0b5395;
	text-decoration: underline;
}
h3 {
	font-size: 1.3334em;
	font-weight: normal;
	margin: 0 0 5px;
}
h4 {
	font-size: 1.1667em;
}
h5 {
	font-size: 1.0834em;
}
h6 {
	font-size: 1em;
}

/* Header
-------------------------------------------*/
#header { 
	margin: 0 7px;
	height: 165px;
	padding: 0 10px 0 0;
	position: relative;  
}
#header h1 {
	width: 171px;
	height: 126px;
	position: absolute;
	top: 22px;
	left: 48px;
	margin: 0;
	text-indent:-9009px
}
#header h1 a{
	display:block;
	width:100%;
	height: 100%;
	padding:0;
}
#header ul li {
	float: left;
	list-style-type: none;
}


input.searchfield {
	width: 150px;
}
input.searchfield, input.button {
	height: 21px;
	border: 1px solid #c1c1c1;
	font-size: 12px;
	line-height: 1.1667em;
}
input.button {
	margin: 0 0 0 10px;
	padding: 0 10px;
	background: #ccc url(./images/bg_btn.gif) top left repeat-x;
	color: #fff;
	font-size: .83334em;
	text-transform: uppercase;   width: 0;  /* IE table-cell margin fix */
    overflow: visible;
}
input.button[class] {  /* IE ignores [class] */
    width: auto;  /* cancel margin fix for other browsers */
}
#utility_nav input.searchfield, #utility_nav input.button {
	float: left;
}




/* Form 
-------------------------------------------*/

label {
	text-transform: uppercase;
	font-size: .91667em;
}
p.note label {
	text-transform: none;
	font-size: 1em;
}
#contact-form input.textbox, #contact-form textarea, #contact-form select {
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 0 0 8px 0;
	display: block;
	width: 350px;
	padding: 3px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .91667em;
	color: #666;
} 
#contact-form select {
	padding: 0;
	width: 354px;
}
#contact-form .commentbox {
	height: 150px;
}
#contact-form input.button {
	border: none;
	width: auto;
}
input.check_box {
	width: 15px;
	display: inline;
	border: none;
	margin: 0;
}
label {
	clear: left;
}
.required_note {
	color: #cc0000;
	font-size:  1em;
	text-transform: none;
}
.required_star {
	color: #cc0000;
	font-size: 1.1667em;
}
