@import url("/style/structure.css");

/*
-----------HTML Elements---------
*/
body {
	color: #000;
	background: url('/themes/uppi/images/body-bg.png') top center no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, san-serif;
	font-size: 13px;
	line-height: 1.4em;
}
a {
	color: #0000f1;
	text-decoration: underline;
}
a:hover {
	color: #7778EF;
	text-decoration: none;
}
ul { margin-left:15px; padding-left:15px; list-style-type: disc; }
ul li { margin-bottom:.5em; }
ul ul { margin-top:.5em; margin-left:10px; padding-left:10px; }
h1 {
	color: #333;
	font-size: 24px;
	line-height: normal;
}
h2 {
	color: #5674a6;
	font-size: 20px;
	font-weight: normal;
}
h3 {
	font-size: 16px;
}
h4 {
	color: #5674a6;
	font-size: 14px;
}
h5 {
	color: #000;
	font-size: 12px;
}
hr {
	margin: 0 0 1em 0;
	*margin: -1em;
	height: 1px;
	border: none 0;
	border-top: 1px solid #e6e6e6;
}
blockquote {
	margin: 0 0 0 10px;
}


/*
-----------Site-wide Tags-----------
*/
.lnkMore {
	display: inline-block;
	padding: 0 25px 0 0;
	background: url('/themes/uppi/images/read-more-arrow.png') 100% 50% no-repeat;
	line-height: 24px;
}
.altRow {
	background: #ccc;
}
.floatLt {
	float: left;
}
.floatRt {
	float: right;
}
.errMsg, .errContent {
	border: solid 1px #8b0000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 8px;
	color: #8b0000;
	background: #fee8e8;
	zoom: 1;
}
.errContent {
	color: #000;
	background: #fff;
}
.solutions {
	margin: 2em 0 1em;
	border: solid 1px #D7E0EC;
	border-radius: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 7px 10px;
	color: #000;
	background: #f2f5f9; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f5f9', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f5f9), to(#fff)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #f2f5f9, #fff); /* for firefox 3.6+ */
	zoom: 1;
}

/*
-----------Tables-----------
*/
table.doStyle {
	margin: 0 auto 1em auto;
	border: 1px solid #b1ccd6;
	border-collapse: collapse;
	background: #fff;
}
table.doStyle thead {
	background: #eff3f8;
	color: #669aae;
}
table.doStyle thead td, table.doStyle thead th {
	border: 1px solid #b1ccd6;
}
table.doStyle td, table.doStyle th {
	padding: 5px;
	border: 1px solid #b1ccd6;
}
table.doStyle tbody th {
	text-align: center;
}
table.doStyle .altItem {
	background: #eaf1f4;
}
table.doStyle th small {
	font-weight: normal;
	line-height: 13px !important;
}


/*
-----------Mojo Btn-----------
*/
.mojoBtn, .mojoBtn span {
	display: inline-block;
	*display: inline;
	color: #fff;
	background: url('/themes/uppi/images/btn-mojo.png') top left repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial, Times, serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 31px;
	text-decoration: none;
	cursor: pointer;
	zoom: 1;
}
.mojoBtn {
	padding-left: 11px;
}
.mojoBtn:hover {
	color: #111;
	opacity: 0.70;
  filter: alpha(opacity=70);
}
.mojoBtn span {
	padding-right: 11px;
	background-position: bottom right;
}
.mojoBtn span span {
	padding: 0 6px 6px 0;
	background-position: center left;
}

/*
-----------Page Layout-----------
*/
#pageWrap, #footer {
	width: 912px;
	margin: 0 auto;
	padding: 0 24px 24px 24px;
	background: #fff;
}
#footerWrap {
	min-width: 912px;
	width: auto !important;
	min-height: 295px;
	height: auto !important;
	height: 295px;
	background: #fff url('/themes/uppi/images/footerwrap-bg.png') top center repeat-x;
}
#pageContent {
	position: relative;
	z-index: 0;
	zoom: 1;
}
#content {
	padding: 21px 35px 0 25px;
}
#mainContent {
	position: relative;
	width: 100%;
	border-top: 1px solid #e5e5e5;
}
#mainContent .borderLeft {
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 1;
}
#mainContent .borderRight {
	position: absolute;
	top: -1px;
	right: 0;
	z-index: 1;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/themes/uppi/images/content-border-right-homepage.png');
}
#mainContent .borderRight img {
	_filter: alpha(opacity=0);
}

/*
-----------Header-----------
*/
#header {
	position: relative;
	height: 112px;
	z-index: 1
}
#header .logo {
	top: 24px;
	left: 7px;
}
#header .phone {
	position: absolute;
	bottom: 60px;
	right: 0;
	color: #5674a6;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: normal;
}
#header .phone strong {
	color: #000;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: -1px;
}

/*
-----------Header-----------
*/
#subHeader {
	margin: 0 0 24px 0;
}
#subHeader .slide {
	display: none;
}
#subHeader .controls li a {
	padding: 1px 0 0 0;
	width: 13px;
	margin-left: 5px;
	border: 1px solid #9da4ac;
	color: #C9CDD1;
	background: url('/themes/uppi/images/peepshow-controls-bg.png') top center repeat-x;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	text-decoration: none;
}
#subHeader .controls li.current a {
	border-color: #C9CDD1;
	color: #fff;
	cursor: default;
}

/*
----------Nav Design-----------
*/
#navWrap {
	position: absolute;
	right: 0;
	bottom: 15px;
	background: url('/themes/uppi/images/nav-sprite.png') top left no-repeat;
}
#navWrap ul {
	display: inline-block;
	*display: inline;
	background: url('/themes/uppi/images/nav-sprite.png') bottom right no-repeat;
	padding: 0 7px;
	zoom: 1;
}
#navWrap ul li {
	padding: 6px 0;
	background: url('/themes/uppi/images/nav-sprite.png') center center repeat-x;
}
#navWrap li.first a {
	border-left: none 0;
}
#navWrap li.last a {
	border-right: none 0;
}
#navWrap li a {
	border: solid;
	border-width: 0 1px;
	border-left-color: #809ac0;
	border-right-color: #5e80b0;
	padding: 3px 10px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
#navWrap li a:hover, #navWrap li.sfhover a {
	background: url('/themes/uppi/images/nav-bg-hover.png') center center repeat-x;
}
#navWrap li ul, #navWrap li ul li, #navWrap li ul li a, #navWrap li.sfhover ul li a {
	padding: 0;
	border: none 0;
	background: #5674a6;
}
#navWrap li ul li, #navWrap li ul li a, #navWrap li ul li a:hover, #navWrap li.sfhover ul li a {
	background: none 98% 50% no-repeat;
}
#navWrap li ul {
	width: 180px;
	padding: 6px 3px 3px 3px;
}
#navWrap li ul li a, #navWrap li.sfhover ul li a {
	border: solid #879CC0;
	border-width: 0 0 1px 0;
	padding: 4px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	line-height: normal;
}
#navWrap li ul li a:hover {
	background-color: #96adcc;
}
#navWrap li ul li a.sf-with-ul {
	background-image: url('/themes/uppi/images/nav-arrow.gif');
}
#navWrap li ul li.last a {
	border: none 0;
}
#navWrap li ul ul {
	left: -0px !important;
	margin-top: -29px;
	padding: 6px 3px;
}

/*
-----------Bread Crumb-----------
*/

/*
-----------General Column Formatting-----------
*/

/*
-----------All Sidebar Layout-----------
*/
.incSidebarLeft #content {
	width: 640px;
	float: left;
}
#sidebarLeft {
	width: 180px;
	min-height: 554px;
	height: auto !important;
	height: 554px;
	padding: 25px 10px 0 22px;
	background: url('/themes/uppi/images/sidebar-left-bg.png') top center repeat-x;
	float: left;
}

.incSidebarBoth .web_page #content {
	width: 700px;
	padding: 0;
}
.incSidebarBoth .web_page #content .first {
	padding: 21px 35px 0 25px;
}
.incSidebarRight #content {
	width: 345px;
}
.incSidebarRight .web_page #content .twoCol .first {
	width: 379px;
	padding-right: 0;
}
.incSidebarRight #content .twoCol .second, #sidebarRight {
	width: 269px;
	margin: 0 0 0 26px;
	float: left;
}
.incSidebarRight #content .twoCol .second .col {
	width: auto;
	padding: 0;
	margin-left: 0;
}

/*
-----------Sidebar Left Layout-----------
*/
#innerpageNav ul {
	width: 100%;
}
#innerpageNav big a {
	display: block;
	color: #5674a6;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: .75em;
}
#innerpageNav li a {
	margin-bottom: 8px;
	padding: 0 0 0 10px;
	color: #5674a6;
	background: url('/themes/uppi/images/sidebar-arrow.png') 0 5px no-repeat;
}
#innerpageNav li ul {
	background: #d5dfec;
}
#innerpageNav li ul {
	position: relative;
	left: 0;
	display: none;
	width: 100%;
	margin: 0 0 5px;
	padding: 0 0 2px;
	background: #E1E9F2;
	border: solid #adc2dc;
	border-width: 1px 0;
}
#innerpageNav li li {
	width: auto;
	display: block;
}
#innerpageNav li li a {
	margin: 0;
	padding: 2px 10px;
	background: none;
	font-size: 11px;
}
#innerpageNav li.current a {
	font-weight: bold;
}
#innerpageNav li.current li a {
	font-weight: normal;
}

/*
-----------Sidebar Right Layout-----------
*/
#sidebarRight {
	border-bottom: 4px solid #e6e6e6;
	margin: 28px 0 0 0;
}
#mainContent #sidebarRight .col {
	width: 100%;
	margin-bottom: 20px;
}
#sidebarRight .col .listing {
	position: relative;
	height: 124px;
	border: 1px solid #e6e6e6;
	background: #fff;
	font-size: 13px;
	line-height: 15px;
}
#sidebarRight .col .listing big {
	display: block;
	margin-bottom: 6px;
	color: #6682af;
	font-family: Helvetica, sans-serif;
	font-size: 30px;
	line-height: 25px;
	letter-spacing: -1px;
}

#sidebarRight .first .listing {
	padding: 13px 0 0 124px;
}
#sidebarRight .first .listing .leaves {
	position: absolute;
	top: -11px;
	left: 10px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/themes/uppi/images/grean-leaves.png');
}
#sidebarRight .first .listing .leaves img, #sidebarRight .third .listing .chalkboard img {
	_filter: alpha(opacity=0);
}
#sidebarRight .second .listing {
	padding: 13px 63px 0 10px;
}
#sidebarRight .second .listing .question {
	position: absolute;
	top: 63px;
	right: 11px;
}
#sidebarRight .second .listing big {
	color: #7cae5e;
}
#sidebarRight .third .listing {
	padding: 13px 0 0 17px;
}
#sidebarRight .third .listing .chalkboard {
	position: absolute;
	top: -10px;
	right: 14px;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/themes/uppi/images/chalkboard.png');
}

.sidebarCopy {
	padding: 20px 30px 20px 15px;
	background: #f2f5f9; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f5f9', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f5f9), to(#fff)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #f2f5f9, #fff); /* for firefox 3.6+ */
	zoom: 1;
}

/*
----------Footer----------
*/
#footer {
	padding: 25px 0 40px 0;
	background: none;
	font-size: 12px;
	line-height: normal;
}
#footer .copyright { color: #a6a6a6; }
#footer .save, #footer .cert, #footer .content { float: left; }
#footer .save { padding-right: 15px; }
#footer .cert { padding-right: 35px; }
#footer .facebook { float: right; }
#footer #sidebarRight {
	width: 100%;
	margin: 0;
	padding: 0 0 35px 0;
	border: none 0;
}
#footer #sidebarRight .first .listing { margin-right: 34px; }
#footer #sidebarRight .second .listing { margin: 0 17px; }
#footer #sidebarRight .third .listing { margin-left: 34px; }

/*
----------DocLink Lib----------
*/
.docs .doc {
	margin: 0 0 2em 0;
}
.docs .twoCol .doc {
	margin-right: 10px;
	margin-left: 10px;
}
.docs .doc .imgRt {
	border: 1px	solid #e6e6e6;
}

/*
----------Homepage----------
*/
.homePage #mainContent {
	border: 0;
}
.homePage #mainContent #content {
	position: relative;
	width: 557px;
	border-top: 1px solid #e5e5e5;
	float: left;
}
.homePage #mainContent .sidebar {
	border-bottom: 4px solid #e6e6e6;
	width: 269px;
	margin: 0 0 0 26px;
	float: left;
}

/*
----------News----------
*/
.news_page #content .col {
	margin-top: -1px;
	padding: 10px 10px 20px 10px;
	border: solid #e6e6e6;
	border-width: 1px 0;
}
.news_page #content .col h3, .news_page #content .col h3 a {
	margin: 0;
	color: #5674a6;
	text-decoration: none;
}
.news_page #content .col h3 a:hover {
	text-decoration: underline;
}
