/*
x-72.com Main stylesheet
Created by Andrew Holland
www.x-72.com
*/

/*------ undo HTML ------*/

ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input

{
	margin: 0;
	padding: 0;
}

:link,:visited {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

a img,:link img,:visited img {
	border: none;
}

address {
	font-style: normal;
}

/*------ basic ------*/

body {
	font-family:verdana, sans-serif;
	color: #387D9D;
	text-align:center;
	background: #002B42 repeat-x;
	font: 80% helvetica, sans-serif;
}

/*------ layout ------*/

#casing {
	margin:0 auto 0 auto;
	text-align:left;
	width:768px;
	display:block;
	float:none;
}

#block_1
	{
	float: left;
	width: 464px;
	margin-left: 32px;
}

* html #block_1
	{
	display: inline;
}
	
#block_2
	{
	float: left;
	width: 224px;
	margin-left: 16px;
}

#footer {
	clear: both;
	margin-top: -20px;
}

/*------ typography ------*/

h1 {
	margin: 20px 0 0 30px;
}

h2 {
	border-bottom: solid #387D9D 4px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 1.75em;
}

h3 {
	font-size: 1.5em;
}

#sidebar h3 {
	padding-top: 6px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 1.4em;
}

h4 {
	font-size: 1.3em;
	margin-top: 20px;
}

a {
	color: #ABE8FE;
	text-decoration:none;
	padding-top: 2px;
	padding-bottom: 2px;
}

a:hover, a:active {
	color: white;
}

a.active {
	color: white;
}

#sidebar ul {
	padding-left: 0;
}

#sidebar li {
	list-style: none;
	padding-left: 0;
	margin-bottom: 10px;

}

#sidebar a {
	display: block;
}

#content p {
	line-height: 1.4em;
	margin-bottom: 10px;
}

#sidebar p {
	line-height: 1.4em;
	margin-bottom: 10px;
}

#footer p {
	line-height: 1.4em;
	padding: 0 30px 0 30px;
}

.address {
	list-style: none;
	padding-left: 0;
}

.contact {
	margin-top: 20px;
}

.address li  {
	list-style: none;
	margin-bottom: 5px;

}

/*------ form ------*/

label {
	padding-bottom: 12px;
}

input {
	width: 400px;
	margin-bottom: 12px;
}

textarea {
	width: 400px;
	margin-bottom: 12px;
}

input:focus, textarea:focus {
	background-color: #fff5be;
}

.zemSubmit {
	width: 80px;
}

ul.zemError {
	list-style-type: none;
	line-height: 1.4em;
	margin-bottom: 12px;
}

legend {
	margin-bottom: 20px;
	padding-top: 12px;
	font-size: 1.3em;
}

fieldset {
	border:0;
	margin:0;
	padding:0;
}

.zemThanks p {
	color: #ABE8FE;
	font-size: 1.3em;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */


.sIFR-hasFlash h2 {
	visibility: hidden;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
}