@charset "utf-8";
/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}
body {
	color:#000;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, td, th {
	vertical-align: middle;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Remove annoying border on linked images. */
a img {
	border: none;
}
/* Text elements
-------------------------------------------------------------- */

p {
	margin: 0 0 1.5em;
	line-height: 1.5;
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
	color: #000;
}
a {
	color: #006;
	text-decoration: underline;
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}
del {
	color:#666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}
/* Lists
-------------------------------------------------------------- */

li ul, li ol {
	margin: 0;
}
ul, ol {
	margin: 0 1.5em 1.5em 0;
	padding-left: 3.333em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
html {
	margin: 0 auto; /* Fills the page */
	position: relative; /* Fix for absolute positioning */
	background-color: #eee;
	background-image: url(../images/bg.png);
	background-attachment: fixed;
}
.container {
	width:1024px;
	margin:0 auto;
	text-align:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.125em;
}
#header {
	background-image: url(../images/headergrad.png);
	background-repeat: repeat-x;
	height:400px;
}
#masthead h1 a {
	font-family: 'Rock Salt', arial, serif;
	font-size: 36px;
	color:#C10000;
	text-decoration:none;
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.3); 
}
/* @group Global Nav */

#global_nav {
	list-style: none;
	position:relative;
	z-index: 1;
	left: 10px;	
}
#global_nav li {
	display: block;
	float:  left;
	height: 25px;
	margin-left: 30px;
}
#global_nav li a {
	display: block;
	line-height: 22px;
	color: #000;
	text-decoration: none;
	font-size: 100%;
}
#global_nav li.current a, #global_nav li a:hover {
	border-bottom: 1px solid #CCC;
}
/* @end */
.drop-shadow {
	position:relative;
	width:912px;
	padding:1em;
	margin:2em auto 5em;
	background:#fff;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.2) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.2) inset;
	top: -350px;
}
.drop-shadow:before, .drop-shadow:after {
	content:"";
	position:absolute;
	z-index:-2;
	bottom:15px;
	left:10px;
	width:50%;
	height:20%;
}
.drop-shadow:after {
	right:10px;
	left:auto;
}
.round {
	-moz-border-radius:4px;
	border-radius:4px;
}
.image_box_left {
	float: left; /*"shrink wraps the box width to that of the widest content*/
	padding-right:10px;
}
.image_box_right {
	float: right; /*"shrink wraps the box width to that of the widest content*/
}
.image_box_center {
	float: none; /*"shrink wraps the box width to that of the widest content*/
	;
	text-align: center;
}
/* @group Footer */

#footer {
	position:relative;
	color: #777;
	padding: 1px 0 50px 0;
	top:-400px;
}
#footer_nav, #footer_nav a, #footer hr {
	color: #777;
}
#footer_nav {
	float: right;
	text-align: right;
	padding-top: 5px;
}
#footer_design a, #footer_design, #footer_design a:hover {
	color:#E9E9E9;
	text-decoration:none;
}
/* @end */
/* Conact form */
#cform {
	position: static;
	width: 525px;
	float: left;
	/*    border-color: #00C;
    border-width: 1px; */
	
    background-color: #D8D8C5;
	border: 1px solid #999999;
	-moz-box-shadow: 3px 3px 3px #aaaaaa;
	-webkit-box-shadow: 3px 3px 3px #aaaaaa;
	box-shadow: 3px 3px 3px #aaaaaa;
	padding: 5px 5px 5px 5px;
	border-radius: 5px;
}
form.cmxform {
	width: 520px;
	font-size: .8em;
	color: #333;
}
form.cmxform legend {
	padding-left: 0;
}
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}
form.cmxform legend, form.cmxform label {
	color: #333;
}
form.cmxform fieldset {
	border-width: 1px;
	border-color: #933;
}
form.cmxform fieldset {
	margin-bottom: 10px;
}
form.cmxform fieldset fieldset {
	background: none;
}
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
form.cmxform fieldset li {
	padding: 5px 10px 7px;
}
form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}
form.cmxform label {
	display: inline-block;
	line-height: 1.2;
	vertical-align: top;
}
form.cmxform label {
	width: 120px;
}
/* Width of labels */
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
}
form.cmxform fieldset fieldset legend {
	/* padding: 0 0 5px; */
    font-weight: normal;
}
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}
form.cmxform fieldset fieldset label {
	margin-left: 123px;
}
/* Width plus 3 (html space) */
/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */
form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
#contactbody {
	position:relative;
	width: 300px;
	/*height: 650px;*/
    float: left;
	border-color: #00C;
	border-width: 1px;
	padding-left: 13px;
}
/* End Conact Form */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

