@charset "UTF-8";
/* CSS Document */

body {
	background: url(images/bb.jpg) #0b2138 repeat-y right;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px 0px 0px 0px;
}
#mainwrapper{
 	position:absolute;
	top:103px;
	text-align:left;
	width:100%;
}
#headerFlash{
	position:absolute;
	width:100%;
	top:0px;
	z-index:2;
}
#tm{
	background:url(images/tm.jpg) no-repeat top center;
}
#tl{
	background:url(images/tl.jpg) no-repeat top left;
}
#t{
	background:url(images/t.jpg) repeat-x top #dddddd;
}
#tr{
	background:url(images/tr.jpg) no-repeat top right;
}
#r{
	background:url(images/r.jpg) repeat-y right;
}
#br{
	background:url(images/br.jpg) no-repeat bottom right;
}
#b{
	background:url(images/b.jpg) repeat-x bottom;
}
#bl{
	background:url(images/bl.jpg) no-repeat bottom left;
}
#l{
	background:url(images/l.jpg) repeat-y left;
}





#itm{
	background:url(images/itm.jpg) no-repeat top center;
}
#itl{
	background:url(images/itl.jpg) no-repeat top left;
}
#it{
	background:url(images/it.jpg) repeat-x top #dddddd;
}
#itr{
	background:url(images/itr.jpg) no-repeat top right;
}
#ir{
	background:url(images/ir.jpg) repeat-y right;
}
#ibr{
	background:url(images/ibr.jpg) no-repeat bottom right;
}
#ib{
	background:url(images/ib.jpg) repeat-x bottom;
}
#ibl{
	background:url(images/ibl.jpg) no-repeat bottom left;
}
#il{
	background:url(images/il.jpg) repeat-y left;
}
#btxt{
	padding:20px 20px 20px 20px;
}
#incontent{
	padding:82px 40px 40px 40px;
}
#intext{
	padding:0px 10px 0px 0px;
	color:#545c48;
}
#menu{
	position:absolute;
	width:211px;
	top:90px;
	right:0px;
	z-index:3;
	padding:100px 0px 10px 3px;
}
#cblock{
	float:left;
	width:50%;
}
#divLeft{
	float:left;
	margin-right:10px;
}
h1{
	font-family:"Lucida Sans Unicode", "Lucida Sans", Arial;
	font-size:20px;
	font-weight:normal;
	text-align:left;
	color:#8ba6bf;
	margin:9px 0px 0px 5px;
}
h2{
	font-family:"Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#0b2b49;
	background:url(images/line.jpg) repeat-x bottom;
	margin:28px 0px 0px 0px;
	padding-bottom:20px;
}
undertext{
	font-size:12px;
	color:#FFFFFF;
}
.mainmenu, .submenu{
	margin: 10px 0px 0px 10px;
	font-size:14px;
	font-weight: bold;
	color: #cccccc;
	line-height: 20px;
	text-decoration:none;
}
.mainmenu:hover, .submenu:hover{
	color:#FFFFFF;
	text-decoration:none;
	color:#0089FF;
	}
.submenu{
	font-size:12px;
	}
.botlink{
	color:#FFFFFF;
}
.botlink:hover{
	color:#CCCCCC;
}
.smallertxt {
	font-size: 12px;
	}

.floatRight { 
	float: right;
	margin: 5px 0px 5px 10px;
	border: solid thin #cccccc;
}
.floatLeft { 
	float: left;
	margin: 5px 10px 5px 0px;
	border: solid thin #cccccc;
}
.floatRightNoBrdr { 
	float: right;
	margin: 5px 0px 5px 10px;
	border:none;
}
.floatLeftNoBrdr { 
	float: left;
	margin: 5px 10px 5px 0px;
	border:none;
}
#divRight{
	float: right;
	margin: 0px 5px 5px 5px;
}
.edits{
  float: right;
  margin-right: 5px;
  }
.firstedit{
  float: right;
  margin-right:15px;
  }
.centerit{
	text-align: center;
}
centernow{
	text-align: center;
}
a:hover{
  color: #507bcb;
  text-decoration: underline;
}
a {
	color:#2057bc;
	font-weight:bold;
	text-decoration: none;
}
.searched{
	background-color:#aaFFaa;
	font-weight:bold;
}
strong{
	color:#000;
}
input, textarea{
	border: thin solid #cccccc;
	}
	.pricingtable{
		background:#ffffff;
		border:thin solid #cccccc;
		color:#666666;
	}