/**********/
/*  Body  */
/**********/

/* wrappers  */
#contentWrap {
	background: #fff url(../Images/shadow-lght-gray-grad.jpg) repeat-x;
	padding-top: 10px;
	overflow: hidden;
}
#content2 {
	width: 395px;
	float:right;
	margin: 0 auto;
	padding: 0;
	clear: both;
}
/*  Containers  */
#mainContent {
	width: 395px; /* 2 column is 724px when ul#serviceNav = 240px */
	margin: 0 auto;
	float: left;
	padding-bottom: 43px;
}

/*  jQuery UI  */

.ui-widget-overlay {
	background: #000;
	opacity: .4;
	left: 0;
	position: absolute;
	top: 0;
}
.ui-widget-content {
	clear: both;
}
.ui-icon {
	overflow: hidden;
	text-indent: -9999px;
	width: 18px;
	height: 20px;
}
.ui-icon-closethick {
	background-position: -96px -128px;
}
.ui-widget-header .ui-icon {
	background-image: url(../images/ui-icons_222222_256x240.png);
}
/**********/
/*  Tabs  */
/**********/
#tabs {
	background: #fcfcfc url(../Images/bg-grad-fcfcfc.png) bottom repeat-x;
}
.ui-tabs .ui-tabs-hide {
	display: none;
}
.ui-tabs-panel {
	clear: both;
	border: 5px solid #90A4AC;
	padding: 20px;
}
.ui-state-default a {
	background: #e7e7e7 url(../Images/bg-grad-tabs-deselected.png) bottom repeat-x;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	color: #666;
}
.ui-tabs-selected a {
	background: #90A4AC url(../Images/bg-grad-tab-selected.png) top repeat-x;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	color: #fff;
}
.ui-widget-content {
}

.ui-tabs-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background: #fff;
}
.ui-tabs-nav li {
	float: left;
	margin-right: 3px;
}
.ui-tabs-nav li a {
	display: block;
	padding: 10px 20px;
	/*border-right: 3px solid #fff;*/
}

/***********/
/*  Tools  */
/***********/
.left {
	float: left;
}
.right	{
	float: right;
}
.leftColumn {
	float: left;
	width: 45%;
}
.rightColumn {
	float: right;
	width: 45%;
}
.offScreen {
	position: absolute;
	left: -9999px;
}
	
