html, body {
	background-color: #FFF;
	margin: auto;
}
body, td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888;
}
a:link, a:visited, a:active {
	color: #888;
	text-decoration: none;
	border: 0;
}
a:hover {
	text-decoration: underline;
}

/* CONTAINER */
#mainwrap {
	width: 688px;
	margin: auto;
	margin-bottom: 30px;
}
* html #mainwrap {
	position: relative;
	left: 50%;
	margin-left: -344px;
}
#mainwrap p {
	margin: 12px 2px;
	padding: 0;
}

/* LOGO */
#topwrap {
	width: 100%;
	border: 0;
	border-bottom: 6px solid #2187EA;
	margin-bottom: 3px;
	height: 100px;
	-moz-user-select: none;
}
#logo {
	width: 370px;
	float: left;
	text-align: left;
}
#logo a {
	background: #fff url(Blu-Logo-2.gif) center left no-repeat;
	width: 370px;
	height: 70px;
	display: block;
	text-decoration: none;
	margin-top: 27px;
}
#phone {
	background: #fff url(phonenum.gif) bottom right no-repeat;
	width: 318px;
	height: 92px;
	float: right;
	display: block;
}

/* MENU */
#menuwrap {
	background: url(menubg.gif) center center repeat-x;
	width: 100%;
	height: 35px;
	margin-bottom: 20px;
	overflow: hidden;
}
#menuwrap div {
	background: url(menudiv.gif) center right no-repeat;
	height: 35px;
	float: left;
	text-align: center;
}
#menuwrap div#end {
	background-image: none;
}
#menuwrap div a {
	height: 35px;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
}
#menuwrap div a span {
	display: none;
}
a#menu1 {
	width: 92px;
	background-image: url(menu1.gif);
}
a#menu1:hover {
	background-image: url(menu1h.gif);
}
a#menu2 {
	width: 105px;
	background-image: url(menu2.gif);
}
a#menu2:hover {
	background-image: url(menu2h.gif);
}
a#menu3 {
	width: 152px;
	background-image: url(menu3.gif);
}
a#menu3:hover {
	background-image: url(menu3h.gif);
}
a#menu4 {
	width: 132px;
	background-image: url(menu4.gif);
}
a#menu4:hover {
	background-image: url(menu4h.gif);
}
a#menu5 {
	width: 104px;
	background-image: url(menu5.gif);
}
a#menu5:hover {
	background-image: url(menu5h.gif);
}
a#menu6 {
	width: 103px;
	background-image: url(menu6.gif);
}
a#menu6:hover {
	background-image: url(menu6h.gif);
}

/* MENU BOXES */
#boxwrap {
	width: 163px;
	float: left;
	margin: 0;
	margin-right: 7px;
}
table.box {
	width: 100%;
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
}
table.box td {
	padding: 0;
	font-size: 1px;
	vertical-align: top;
}
table.box div.tl, table.box div.tr, table.box td.bl, table.box td.br {
	background-color: #fff;
	background-image: url(box.gif);
	background-repeat: no-repeat;
	width: 11px;
	height: 11px;
}
table.box div.tl {
	background-position: top left;
}
table.box div.tr {
	background-position: top right;
}
table.box td.bl {
	background-position: bottom left;
}
table.box td.br {
	background-position: bottom right;
}
table.box td.l {
	background: #fff url(box_lr.gif) center left repeat-y;
}
table.box td.r {
	background: #fff url(box_lr.gif) center right repeat-y;
}
table.box td.b {
	background-color: #fff;
	border-bottom: 1px solid #D2D6D8;
}
table.box td.m {
	font-size: 12px;
	border-top: 1px solid #D2D6D8;
	vertical-align: top;
	padding-top: 6px;
}

/* MENU LISTS */
ul.box, ul.boxbig {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	list-style-type: none;
}
ul.box {
	font-size: 11px;
}
ul.boxbig {
	font-size: 12px;
	font-weight: bold;
}
ul.box li, ul.boxbig li {
	margin: 0;
	border-bottom: 1px dashed #D1D6D8;
	color: #777;
}
ul.box li {
	background: transparent url(redbullet.gif) center left no-repeat;
	padding: 8px 0 8px 8px;
}
ul.boxbig li {
	padding: 5px 0;
}
ul li.end {
	border-bottom: 0;
}
ul.box li a, ul.boxbig li a {
	color: #777;
}
div.nl {
	display: block;
	height: 10px;
}

/* TITLES */
img.title {
	display: block;
}
div.title1, div.title2, div.title3 {
	width: 100%;
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
}
div.title1 {
	background-image: url(title1.gif);
	height: 13px;
}
div.title2 {
	background-image: url(title2.gif);
	height: 26px;
}
div.title3 {
	background-image: url(title3.gif);
	height: 12px;
}

/* CONTENT AREA */
#contentwrap {
	display: block;
	float: left;
	width: 518px;
}
img#special {
	border: 0;
	margin-bottom: 30px;
}
#contentwrap p {
	font-size: 11px;
	margin: 12px 15px 12px 5px;
	padding: 0;
	color: #666;
}
#contentwrap p strong {
	font-weight: bold;
	color: #222;
}
a.moreinfo, a.moreinfo:hover {
	background: #fff url(moreinfo.gif) top right no-repeat;
	width: 100%;
	height: 14px;
	text-decoration: none;
	display: block;
}
#contentwrap p.pad {
	margin-left: 21px;
}

/* FOOTER */
#footerwrap {
	width: 100%;
	clear: left;
}
#planlinks {
	width: 100%;
	height: 166px;
	padding-bottom: 6px;
	border-bottom: 5px solid #BEBEBE;
}
div.googletalk {
	background: #fff url(googletalk.gif) center center no-repeat;
	width: 163px;
	height: 160px;
	float: left;
	display: block;
}
div.googletalk a {
	font-size: 8px;
	font-weight: bold;
	color: #9BB816;
	text-transform: uppercase;
	text-decoration: underline;
	text-align: center;
	width: 100%;
	display: block;
	padding-top: 130px;
	padding-bottom: 15px;
}
a#plan1, a#plan2, a#plan3 {
	width: 166px;
	height: 160px;
	margin-left: 7px;
	float: right;
	display: block;
}
a#plan1 {
	background: #fff url(plan1.gif) center right no-repeat;
}
a#plan2 {
	background: #fff url(plan2.gif) center right no-repeat;
}
a#plan3 {
	background: #fff url(plan3.gif) center right no-repeat;
}
#footerlinks, #copyright {
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
}
#footerlinks a {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 10px;
}
#footerlinks a:hover {
	text-decoration: none;
	color: #DE731E;
}

/* MISC */
a.smllink, a.smllink:hover {
	font-size: 10px;
	font-weight: bold;
	color: #9BB816;
	text-transform: uppercase;
	text-decoration: underline;
}
div.hr {
	height: 0;
	margin: 0 20px;
	border-bottom: 1px solid #D2D6D8;
}
div.hr div {
	display: none;
}