html {
	height:101%; 
	}

body {
	margin: 0;
	padding: 0;
	text-align:left;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background-color: #1649ac;
	background-image:url(../images/main_ui/blechman_bg.png);
	background-repeat:repeat;
	<!--background-position:right top;-->
	}
	
h1 {
	font-size: 1.3em;
	color:#666666;
	text-align:left;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	margin-right:20px;
	padding-top:10px;
}

h2 {
	font-size: 1.1em;
	color:#000000;
	text-align: left;
	margin-right:20px;
	margin-left:140px;
}

h3 {
	font-size: 1em;
	color:#990000;
	text-align: left;
	margin-right:20px;
	margin-left:140px;
}

h3 a{
	color:#990000;
	border-bottom:none;
}

h4 {
	font-size: .8em;
	color:#990000;
	margin-right:20px;
	margin-left:140px;}


p {
	font-size:1em;
	margin-right:20px;
	line-height: 1.4em;
}

a {
	color: #333333;
	text-decoration:  none;
	border-bottom: 1px dotted #990000;
}
a:hover {
	color:#990000;}

img, img a {
	border: 0;}
	
#wrapper {	
	max-width:950px;
	min-width:780px;
	width:expression(document.body.clientWidth > 1000? "950px": "780" );
	overflow: hidden;
	background-image:none;
	position:relative;
}
#leftCol {
	position:absolute;
	left:0;
	top:0;
	width:123px;
	background-image: url(../images/main_ui/blechmanLeftColBg.png);
	background-color:transparent;
	background-repeat: repeat-y;	
}
#mainContent {
	margin-left:123px;
	margin-right:10px;
	background-color:#FFFFFF;
	padding-left:30px;
	min-height:710px;
}
#wrapperBorder {
	position:absolute;
	top:0;
	right:0;
	width:10px;	
	background-image:url(../images/main_ui/right_border_bg.jpg);
	background-repeat:repeat-y;
	z-index:200;
}
#content {
	width:99%;
	padding-top:10px;
	padding-bottom:30px;}
#masthead a {
	border-bottom:none;

}
#footer {
	width:98%;
	padding-top:8px;
	padding-bottom:18px;
	background-image:url(../images/main_ui/footerBorder.gif);
	background-repeat:no-repeat;
	text-align:center;
	font-size: 0.8em;
	line-height: 0.4em;
}
#footerContent {
	/*height:27px;*/
	border-right: 1px solid #999999;
}
#navWrapper {
	width:100%;
	padding-top:8px;
	padding-bottom:8px;
	background-color:#FFFFFF;
	background-image:url(../images/main_ui/mastDrops.gif);
	background-repeat:no-repeat;
}
/*son of suckerfish menu*/
#nav {
	width:100%;
	font-size:.7em;
	font-weight:bold;
	/*background-color:transparent;*/
	height:30px;
	/*border-right: 1px solid #999999;*/
	text-align:center;
}

#nav, #nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  z-index:100;
  }
#nav a {
	display:block;
	border-bottom:none;
	text-decoration:none;
}
/*#nav a:hover {
	background-color: #db968f;
}*/
#nav li {
	float: left;
	padding-top:3px;
	/*font-weight:bold;
	padding-left:25px;
	padding-right:25px; */ }

li#first{
	margin-left:180px;	
	/*background-repeat:no-repeat;
	background-position: right 15px;*/
	}
#nav li ul {
  position: absolute;
  width: 11em;
  left: -999em;
  /*
  padding-top: 5px;padding-left: 10px;*/
  }
#nav li:hover ul, #nav li.sfhover ul {
	left:auto;
}
#nav li:hover {position:static;}
#nav li ul li {
	width: 10em;
	text-align:left;
	padding-left:5px;
	padding-top:6px;
	padding-bottom:7px;
	/*background-color: #7195AE;*/
	background-image:url(../images/main_ui/navItem.jpg);
	background-repeat:repeat;
	border-bottom: 1px solid #990000;
	border-left:3px solid #720000;
}
#nav li ul li a {
	color: #FFFFFF;
	background-image:none;
	background-color:transparent;
}
#nav li ul li:hover, #nav li ul li.sfhover {
	background-color: #990000;
	background-image:none;
}
#calendarDiv, #calendarDiv a {
	font-size:.8em;
	border-bottom:none;
}
.formTable{
	margin-left:140px;
	width:500px;
	border: 2px solid #444;
}
.formInput{
	width:200px;
	background-color:#EEE;
}
.formArea{
	width:200px;
	background-color:#EEE;
	height:150px;
}
.noDec {
	border-bottom:none;
}
.releases {
	font-size:.8em;
	font-weight:bold;
	margin-left:100px;
	width:80%;
	border-collapse:collapse;
	border: 2px dotted #990000;
}
.releases td,th {
	padding: 4px 6px;	
}
.releases th {
	background-color:#6699CC;
}
.indent {
	margin-left:140px;
}
.centerImage {
	margin-left:auto;
	margin-right:auto;
	display:block;
	padding-left:100px;
}
.breadCrumb {
	font-size:0.6em;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px dotted #990000;
	display:inline-block;
	height:1%;
}
.breadCrumb a:hover {
	color:#990000;
	}
.breadCrumb a, .breadCrumb a:hover {
	text-decoration:none;
	border-bottom:none;
	/*text-indent: 3em;*/
}
.wallToWall {
	position:relative;
	width:105%;
	margin-left:-30px;
}
.squeeze {
	margin-top:-60px;
	margin-bottom:-40px;
}
.leftImage {
	position:relative;
	margin-left:2px;
	float: left;
}
.rightImage {
	position:relative;
	margin-right:-8px;
	float: right;
}
.homeImage {
	position:relative;
	margin-right:16px;
	margin-top:20px;
	float: right;
}
.homeText, homeText a {
	padding-top:1.4em;
	font-size:.9em;
	line-height: 1.4em;
	color:#666666;

}
.benefits {
	list-style-type: none;
	list-style-image: url(../images/dropletBullet.jpg);
}
.faqlist {
}
.faqlist li, .benefits li {	
	padding-bottom: 1em;
}
.faqlist li.last {	
	padding-bottom: 0;
}
.emphaticText {
	font-weight:bold;
}
.footerLinks {
	text-align:center;
	font-size: .7em;
	margin-top:-15px;
}

.next {
	margin-left: 100px;
	width:100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	padding-left:10px;
	letter-spacing: .2em;
	border-top: 1px dotted #990000;
	border-right: 2px dotted #990000;
	border-bottom: 2px dotted #990000;
	border-left: 1px dotted #990000;
}
.navItem{}
.redDot{
	color: #CC0000;
}