/* 
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-family: 'Roboto', sans-serif;
	padding: 0;
	background: #fff;
	color: #000000;
}
html>body {
	font-size: 14px;
}
div.required {
    position: relative;

}
div.required:before {
    content: "*";
    position: absolute;
    left: 12px;
    top: 8px;
    color: red;
}
/*	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 {
    background-color: rgb(0, 85, 164);
    height: 44px; 
    padding: 0 20px;
    color: #fff;
    z-index: 53;
}

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 {
    max-width: 1200px;
    margin: 0 auto;
}
#contact-form input.textbox, #contact-form textarea, #contact-form select {
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 0 0 8px 0;
    box-sizing: border-box;
	padding: 0 15px;
    display: block;
    font-family: 'Roboto', sans-serif;
	color: #222;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
    height: 44px;
    z-index: 51; 

}
div.padded {
    box-sizing: border-box;
    padding: 5px;
}
#contact-form select {
	padding: 0 15px;
    border-radius: 6px;
    background-image: linear-gradient( 90deg, rgb(204,204,204) 0%, rgb(255,255,255) 52%);
    background-image: -moz-linear-gradient( 90deg, rgb(204,204,204) 0%, rgb(255,255,255) 52%);
    background-image: -webkit-linear-gradient( 90deg, rgb(204,204,204) 0%, rgb(255,255,255) 52%);
    background-image: -ms-linear-gradient( 90deg, rgb(204,204,204) 0%, rgb(255,255,255) 52%);
    height: 43px;
    z-index: 58;

}
#contact-form .commentbox {
	height: 150px;
    padding-top: 10px;
}
#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;
}

@media screen and (max-width:375px) {
    #contact-form input.textbox, #contact-form textarea, #contact-form select {
        width: 99%;
    }
    #contact-form select {
        width: 99%;
    }
}
