@charset "utf-8";
/* CSS Document */

/* ------------------------------------- Content -------------------------------------------------------------- */

body {
background:#fff url(../images/noise.png) repeat;
font-size: 11pt;
font-family: arial;
}

#topsqueeze {
background:url(../images/topsqueeze.png) no-repeat center top;
height:38px;
width:947px
margin:0 auto;
}

#wrapper {
background:url(../images/midsqueeze.png) repeat-y center top;
margin:0 auto;
padding-top: 10px;
width:947px;
}

#squeezecopy {
width: 600px;
margin-left: 50px;
}
#im-squeezeform {
width: 320px;
margin: 20px 50px 0px 0px;
}
#botsqueeze {
background:url(../images/botsqueeze.png) no-repeat center bottom;
height:38px;
width:947px;
margin:0 auto;
}
h1 {color:#000000; font-size:24pt; line-height:100%; font-family:tahoma, Verdana, Sans-Serif;}
h2 {color:#000000; font-size:18pt; line-height:100%; font-family:tahoma, Verdana, Sans-Serif;}
h3{color:#000000; font-size:14pt; line-height:100%; font-family:tahoma, Verdana, Sans-Serif;}

#bullet
{
margin-left: 5px;
padding-left: 20px;
text-align: left;
list-style: none;
}

#li
{
padding: 0px 18px 5px 14px;
background-image: url('../images/bullet.png');
background-repeat: no-repeat;
}

img, a img 			{ border:none}
a:active 			{ outline: none;}
a:focus				{ outline: none;}
a					{ text-decoration:none;}
a:hover				{ text-decoration:underline;}

.rounded			{-moz-border-radius: 5px; -webkit-border-radius: 5px;}
.socshadow				{ text-shadow: black 2px 2px 5px;}
.line				{ position:relative; left:15px; border-bottom:3px double #e2e2e2; clear:both; width:945px; margin:0px 0px 5px; height:3px;}

.aligncenter 		{ display:block; margin-left:auto; margin-right:auto; text-align:center}
.alignleft 			{ float: left;}
.alignright 		{float: right;}


p							{ margin:0px 0px 0px 0px; padding:5px 15px 5px 0px;color: #161618}
ul 					{ padding:0; margin:5px 0px 10px 15px}
li 					{ color:#161618; margin:5px 0px 0px 0px; padding; 0px -5px;}
ol 					{ list-style-type: decimal; color:#585858; margin:0px;}
ol ol 				{ list-style-type: upper-alpha; }
ol ol ol 			{ list-style-type: decimal; }
ol ol ol ol 		{ list-style-type: lower-alpha; }
ol ol ol ol ol 		{ list-style-type: lower-roman; }

/* ------------------------------------- Footer --------------------------------------------------------------- */
.im-footer {
	position: relative;
	min-height: 0px;
	padding: 0px;
	left: 19px;
	width: 935px;
	clear: both;
}

.im-footer li {
	list-style: none
}

.im-lowerFooter {
	position: relative;
	padding: 0px;
	left: 0px;
	width: 900px;
	margin: -15px 0px 0px;
}

.footerContent {
	clear: both;
}


.im-lowerFrame {
	position: relative;
	width: 900px;
	text-align: left;
	clear: both;
	left: 5px;
	margin: 0 auto;
	font-size: 80%;
}

/* ---------------------- START new navigation (wordpress 3.0 menus) ----- */
.menu-primary,.menu-top,.menu-bottomleft,.menu-bottomright {
	list-style: none;
	margin: 0px;
	padding: 0px;
	clear: both;
}

.menu-primary li a,.menu-top li a,.menu-bottomleft li a,.menu-bottomright li a {
	color: #6B2A31;
}

.menu-primary li a:hover,.menu-top li a:hover,.menu-bottomleft li a:hover,.menu-bottomright li a:hover {
	color: #2b0804;
}

.menu-primary li,.menu-bottomleft li {
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.menu-top li,.menu-bottomright li {
	float: right;
	margin: 0px;
	padding: 0px;
}

/* bottom navigation */
.menu-bottomleft li {
	padding-right: 20px;
}

.menu-bottomright li {
	padding-left: 20px;
}

.lowerNav {
	float: left;
	font-size: 11px;
	color: #A8A8A8;
	width: 440px;
	text-align: left;
	overflow: hidden;
}

.copyright {
	float: right;
	font-size: 11px;
	color: #A8A8A8;
	width: 440px;
	overflow: hidden;
	text-align: right;
	padding-right: 10px;
}