/*---------------------------------------------
Base stylesheet for itsmax.net
by: Max Johnson, Jan. 2009
---------------------------------------------*/
@charset "utf-8";

/* reset defaults */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* commented backslash hack \*/ 
html, body{
	width:100%;
	height:100%;
	background: url(../img/bg_stripes.png) #FFF center;
} 
/* end hack */
html,body {margin:0;padding:0}

a img, :link img, :visited img {
	border: 0;
}

/* end reset defaults */

/* tags */

a, a:link, a:visited, a:active, a:hover {
	color: #700;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	/*list-style: none;*/
	color: #224;
	line-height: 130%;
}

ol ol {
	list-style:lower-roman;
}

acronym {
	border-bottom: 1px dotted #FF0000;
}

body {
	/*background: url(../img/vignette_l.gif) left repeat-y #fff;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	margin: 0px;
	text-align:center;
}

dfn {
	border-bottom: 1px dotted #000;
}

h1{
	border-bottom: 4px double;
	color: #444;
	font-size: 140%;
	font-variant: small-caps;
	letter-spacing: 2px;
	margin: 14px;
	padding: 0px;
	text-align: center;
}

h2{
	clear: both;
	color: #444;
	font-size: 130%;
	font-variant: small-caps;
	letter-spacing: 2px;
	margin: 0px;
	padding: 10px;
	background: transparent url(../img/hdr_rule2.gif) repeat-x scroll bottom left;
}

h2 span {
	font-size: 90%;
	color:#999;
}

h3{
	font-size: 105%;
	color: #533;
	margin: 5px;
}

p {
	color: #224;
	font-size: 95%;
	letter-spacing: 0.016em;
	line-height: 130%;
	padding: 0 10px 10px 20px;
}

hr {
	height: 1px;
	border-bottom: 1px solid #300;
	width: 90%;
	margin: auto auto;
}

/* end tags */

/* page */

#container {
	width: 100%;
	min-height:100%;
	height:auto;
	/*background: url(../img/vignette_r.gif) right repeat-y;*/
	text-align:left;
}

#page {
	margin: 0 auto;
	overflow: hidden;
	width: 855px;
}

/* end page */

/* header */

#header {
	background: url(../img/hdr_rule2.gif) repeat-x;
	height: 80px;
	width: 100%;
	position: relative;
	margin-top: 25px;
}

#hdr_fx {
	position: absolute;
	left: 0;
	top: 0px;
	height: 96px;
}

#hdr_inner {
	background: url(../img/hdr_bg.jpg) no-repeat scroll right top;
	position: relative;
	width: 100%;
}

#header h1 {
	border: 0;
	float: right;
	margin: 0px 5px 0 0;
	padding: 0;
}

#header h1 a {
	display: block;
	width: 196px;
	height: 61px;
}

#breadcrumb {
	display: block;
	float: left;
	font-size: 80%;
	color: #999;
}

/* end header */

/* content */

#content {
	margin: 10px 0;
	padding-top: 1px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

#main_content {
	background: #fff;
	float: right;
	width: 600px;
	min-height: 390px;
	/*
	height: 390px;
	overflow: auto;
	*/
	border: 1px solid #000;
	font-size: 90%;
}

#main_content a:link, #main_content a:visited, #main_content a:active { color: #700; }
#main_content a:hover { color: #183A5D; }

#main_content ul, ol {
	margin-left: 50px;
}

#main_content ul {
	list-style: url("../img/bullet_diamond.gif") disc;
	/*list-style: square;*/
}

.content_buffer {
	padding: 20px;
}

.note {
	font-size: 80%;
	font-style: italic;
}

.section {
	clear: both;
}
/* end content */

/* footer */

#footer {
	background: url(../img/ftr_rule2.gif) repeat-x;
	color: #777;
	padding: 1%;
	width: 98%;
	position: relative;
	text-align: center;
}

#footer a:hover { color: #DA9816; }

.footer_notes {
	color: #777;
	font-size: 0.625em;
	margin: 2px 0;
	padding-bottom: 0;
}

/* end footer */

/* miscellaneous */
a.siteLink {
	display:block;
	width: 200px;
	padding: 10px;
	margin: 3px auto;
	border: 1px dashed #f2f2f6;
}
a.siteLink:hover {
	border: 1px dashed #999;
	background-color: #fcfcff;
}

.center {
	display: block;
	margin: 0px auto;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.spoofImage, .loadImage {
	background-position: center center;
	background-repeat: no-repeat;
}

.spoofImage {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;	
}

.icon {
	margin-right: 10px;
}

.phone {
	background: url(../img/phone.gif) no-repeat right top;
	margin-right: 4px;
	padding-right: 18px;
}

.mail_to {
	background: url(../img/email.gif) no-repeat right top;
	margin-right: 4px;
	padding-right: 18px;
}

.ext_link {
	background: url(../img/externalLink.gif) no-repeat right top;
	margin-right: 4px;
	padding-right: 10px;
}

/* end miscellaneous */


/* ------------------------------------------------------
P.I.E. FLOAT CLEARING
http://www.positioniseverything.net/easyclearing.html 
------------------------------------------------------ */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		
