﻿#needAssistance
{
	border: solid 1px #10BEEF;
	width: 100%;
	line-height: 22px;
	text-align: center;
	background-color: #F6F6F1;
}
#needAssistance #wrapper
{
	margin: 15px 10px 40px 10px;
}

#needAssistance #title
{
	text-align: center;
	color: #10BEEF;
	font-size: 19px;
	margin-bottom: 10px;
}

#needAssistance #title table
{
	margin:auto;
}

#needAssistance #text
{
	text-align:left;
	font-size:14px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	BlogSide
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#blogSide
{
	margin:auto;
	font-family:Tahoma;
}

#blogSide #top
{
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/BlogCol2Up.png);
	padding-top:30px;
	font-size:14px;
}

#blogSide #text p
{
	margin:15px 0px 15px 0px;
}

#blogSide #bottom
{
	background-repeat: no-repeat;
	background-position: center bottom ;
	background-image: url(images/BlogCol2Down.png);
}

#blogSide #subscribe 
{
	margin:40px 0px 40px 0px;
	padding: 15px;
	background-color: #EFF9FC; 
}
#blogSide #subscribe a
{
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(images/icon_rss.gif);
	font-weight:bold;
}

#blogSide h2
{
	color: #FF7500;
	font-size: 19px;
	font-weight:lighter;
	margin:10px 0px 10px 0px;
}

#blogSide #bottom p
{
	padding:15px 0px 15px 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	CustomerCare
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.CustomerCare
{
	font-size: 14px; 
	font-family: Arial; 
	margin-bottom:40px;
}
.CustomerCare .contentTitle
{
	margin-bottom:20px;
}

.CustomerCare h3
{
	font-size:14px;
	font-weight:bold;
	padding:10px 0px 10px 0px;
}
.CustomerCare h4
{
	font-size:14px;
	font-style: italic;
	font-weight:normal;
	padding:10px 0px 10px 0px;
}

.CustomerCare p
{
	font-size:14px;
	padding:10px 0px 10px 0px;
}

.CustomerCare .note
{
	font-size:11px;
}

.CustomerCare ul
{
	list-style-position: inside;
}
.CustomerCare li
{
	padding:7px 0px 7px 0px;	
}
