
	
	
		/* @override 
	http://www.onegate.com/og/css/default.css
	http://onegate.com/og/css/default.css
*/

/* @group Eric Meyer's Reworked Reset */
/* http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/ */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* @end */

/* @group Clearfix */

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* Don't forget the bit for IE6 and earlier browsers. */

/* @end */

/* @group Navigation */

/* @group Breadcrumb Nav */ 
#crumbList {
	list-style: none;
	margin: 0 0 12px 0;
	padding: 0;
}

#crumbList li {
	list-style: none;
	display: inline;
}

#crumbList li a {
	text-decoration: none;
}

/* @end */

/* @group Session Nav */

#navSession {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px dotted #fff;
}

#navSession li {
	list-style: none;
	margin: 0 0 6px 0;
	padding: 0;
}

#navSession li a {
	text-decoration: none;
}

/* @end */

/* @group Sequential & More Results Nav */ 
#navSequential, .moreResults ul {
	list-style: none;
	margin: 0 0 12px 0;
	padding: 0;
	display: inline;
}

#navSequential li, .moreResults li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0 !important;
	text-align: center;
}

#navSequential li a, .moreResults li a {
	text-decoration: none;
	padding: .1em .2em;
}

#navSequential li#current a, .moreResults li#current a {
	border: 1px solid #e4e4e4;
	color: #000;
}

#navSequential li a:hover, .moreResults li a:hover {
	background: #e4e4e4;
	color: #78A8D4;
}

#navSequential a.current, .moreResults a.current {
	border: 1px solid #ccc;
}

/* @end */

/* @end */

/* @group Tables */

table {
	margin: 0 0 2em 0;
	border-collapse: collapse;
}

#popUp table {
	width: 100%;
}		

table + .divide {
	margin-top: 8px;
}

table th {
	padding: 4px;
	border: 1px solid #e4e4e4;
}

table th a {
	color: #fff;
}

table td {
	padding: 4px;
	border: 1px solid #e4e4e4;
}

table tr.alt {
}

/* @end */

/* @group Definition Lists */

dl {
	margin: 0 0 1em 0;
}

dt {
	margin: 0 0 .5em 0;
	font-weight: bold;
}

dt a {
	text-decoration: none;
}

dd {
	padding: 0;
	margin: 0 0 .5em 0;
}

dd p {
	margin: 0 0 .25em 0;
	padding: 0;
}

dd img {
	
}

/* @group Two Column */
dl.twoColumn {
	text-align: left;
	margin: 0;
}

dl.twoColumn dt {
	float: left;
	clear: left;
	width: 200px;
}

dl.twoColumn dt.description {
}

dl.twoColumn dt.required {
	font-weight: bold;
}

dl.twoColumn dd {
	margin: 0 0 0 220px;
	padding: 0;
	clear: right;
	vertical-align: middle;
}

dl.twoColumn dd input.text {
	width: 290px;
	margin: 0;
}

dl.twoColumn dd textarea {
	width: 290px;
	height: 97px;
}
/* @end */

/* @end */

/* @group Portals */
#portal dt {
	font-weight: normal;
	font-size: 120%;
	margin-bottom: .25em;
}

#portal dt a {
	font-weight: normal;
	font-size: 120%;
	text-decoration: none;
	color: #f5701d;
}

#portal dd {
	line-height: 1.25;
	margin-bottom: 1em;
}

#portal dd ul.nav {
	margin-top: .5em;
}

#portal dd ul.nav li {
	display: inline;
	padding-right: 1em;
	font-size: 90%;
}

#portal dd ul.nav li a {
	text-decoration: none;
}


/* @end */

/* @group Featured Portal Items */

div.portalFeatures {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}

div.portalFeatures dl {
	margin: 6px 0 0 0;
	list-style: none;
}

div.portalFeatures dt {
	margin: 0 0 4px 0;
	padding: 0;
	font-weight: bold;
	clear: both;
}

div.portalFeatures dd {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	font-weight: normal;
	clear: both;
}

div.portalFeatures dd p {
	margin: 0 0 4px 0;
	padding: 0;
	font-weight: normal;
}

div.portalFeatures dd img {
	margin: 0 6px 4px 0;
	padding: 0;
	float:  left;
}

div.portalFeatures a {
	text-decoration: none;
}

/* Release Date & Other exceptions */

.portalFeatures dt.releaseDate, .portalFeatures dt.releaseDateFirst { margin: 0 0 2px 0; font-weight: normal !important; color: #666; font-size: 10px; }

/* @end */

/* @group Display Objects & System Components */

/* @group Advertisements */

div.ad {
	margin: 0 0 20px 0;
}

div.ad img {
	border: none;
}

/* @end */

/* @group Calendar */

#calendarContainer {
	text-align: center;
}

#calendar {
	margin: 20px auto;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

#calendar th {
	padding: 0;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	background-color: #666;
	color: #fff;
	border: 1px solid #666;
}

#calendar th a {
	color: #fff;
	display: block;
	padding: 4px 2px;
}

#calendar th a:hover {
	background-color: #999;
}

#calendar tr.dayofweek td {
	font-style: normal;
	font-weight: bold;
	padding: 6px 4px;
	text-align: center;
	height: auto;
}

#calendar tr.dayofweek td a {

}

#calendar td {
	border: 1px solid #ccc;
	text-align: left;
	height: 60px;
	width: 14%;
	vertical-align: top;
	padding: 4px;
	line-height: 10px;
	font-size: 9px;
}

#calendar td .date {
	font-style: italic;
}

#calendar ul {
	list-style: none;
	margin: 4px 0 0 0;
	padding: 0;
}

#calendar ul li {

	line-height: 10px;
}

#calendar ul li a {
	text-decoration: none;
	margin: 2px 0;
	padding: 0 0 2px 0;
	display: block;
	text-align: left;
}

#calendar ul li a:hover, #calendar ul li a#today {
	text-decoration: underline;
}

/* @end */

/* @group Calendar Date Selector */

#datePicker {
	background: #fff none;

	text-align: center;
	width: 190px;
}

#datePicker #datePickerContainer {
	margin: 6px auto;
	padding: 0;
	width: 178px;
	text-align: center;
}

#datePicker form {

}

#datePicker select.dropdown {
	margin: 0;
	font-size: 11px;
	vertical-align: middle;
}

#datePicker input.submit {
	vertical-align: middle;

}

#datePicker #calendarDates {
	margin: 6px auto;
	padding: 0;
	background-color: #fff;
}

body#datePicker #calendarDates th {
	font-size: 10px;
	background-color: #333;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-align: center;
}

body#datePicker #calendarDates th a {
	color: #fff;
}

#datePicker #calendarDates tr.dayofweek td {
	font-size: 10px;
	background-color: #EAE7E7;
	font-style: normal;
	font-weight: bold;
	color: #333;
	padding: 4px;
	text-align: center;
}

#datePicker #calendarDates td {
	font-size: 10px;
	background-color: #f6f6f6;
	font-style: normal;
	font-weight: normal;
	color: #333;
	border: 1px solid #EAE7E7;
	text-align: center;
}

#datePicker #calendarDates a {
	color: #333;
	text-decoration: none;
	padding: 4px;
	display: block;
}

#datePicker #calendarDates a:hover, #calendar a#today {
	color: #fff;
	text-decoration: none;
	padding: 4px;
	display: block;
	background-color: #f6f6f6;
}

/* @end */

/* @group Send to a Friend Pop-Up */

.sendToFriend input.text {
	width: 300px;
}

.sendToFriend textarea {
	height: 100px;
	width: 300px;
}

/* @end */

/* @group Site Map */

#siteMap {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}

#siteMap ul {
	margin: 6px 0 0 0;
	list-style: none;
	padding: 0;
}

#siteMap li {
	list-style: none;
	margin: 0 0 6px 8px;
	padding: 0;
}

#siteMap li a:hover {
	text-decoration: underline;
}

#siteMap li.home {
	margin: 0 0 6px 0;
}

#siteMap li li a {
	color: #666;
}

#siteMap li li li a, #siteMap li li li li a, #siteMap li li li li li a {
	font-weight: normal;
	font-size: 9px;
}

/* @end */

/* @group Add Comment Component */

div.comments {
	margin-top: 1em;
		clear: both;
}

div.comments h3 {
}

div.comments #postComment {
	border-top: 1px dotted #ccc;
}

div.comments form dl {
}

#content div.comments form dt, #content div.comments form dd {

}

/* @end */

/* @group Site Map (New) */
ul#siteMap {
list-style: none;
margin: 13px 0 13px 0;
padding: 0;
border-bottom: 1px #ccc dotted;
}

#siteMap li {
font-weight: bold;
padding: 0;
margin: 0;
}

#siteMap li ul {
margin: 3px 0 13px 0 !important;
padding: 10px 0 10px 0 !important;
list-style: none;
background-color: #e4e4e4;
}

#siteMap li ul li {
/* background: url(../images/arrow_sm_red.gif) no-repeat 7px 8px; */
padding: 3px 10px 10px 10px !important;
margin: 0 !important;
background-color: #e4e4e4;
font-weight: bold;
}

#siteMap li ul li ul {
margin: 3px 0 5px 0 !important;
padding: 5px 10px 5px 10px !important;
background: #f1f1f1;
}

#siteMap li ul li ul li {
margin: 0 !important;
padding: 0 !important;
font-weight: normal;
background: none;
}

#siteMap li ul li ul li a {font-size: inherit; }

#siteMap li ul li ul li ul {
background: #fafafa;
}

#siteMap li ul li ul li ul li {
margin: 0 !important;
padding: 0 0 0 5px !important;
background: none;
font-weight: normal;
}

/* @end */

/* @end */

/* @group Forms */

/* @group Contact Form */
form#contactForm {
	margin: 0 0 30px 0;
	float: left;
}

#contactForm select.dropdown {
	font-size: 1em;
	width: 200px;
	margin: 0;
}

#contactForm textarea {
	width: 100%;
	height: 130px;
	padding: 0;
	margin: 0;
	border: 1px solid #ccc;
}

#contactForm dl {margin: 0 0 6px 0; }
#contactForm dt {display: block; border: none !important; margin: 0 0 2px 0 !important; padding: 0 !important; }
#contactForm dd {display: block; border: none !important; margin: 0 !important; padding: 0 !important; }
#contactForm dd input {width: 100%; border: 1px solid #ccc; }

#contactForm .fname {float: left; width: 49%; }
#contactForm .lname {float: right; width: 49%; }

#contactForm .address, #contactForm .email, #contactForm .subjectfield, #contactForm .message {float: left; width: 100%; }

#contactForm .city {float: left; width: 37%; }
#contactForm .state {float: left; width: 10%; margin-left: 2%; }
#contactForm .zip {float: right; width: 49%; }
#contactForm .phone {float: left; width: 49%; }
#contactForm .fax {float: right; width: 49%; }
#contactForm .email {float: left; width: 100%; }
#contactForm .subjectfield {float: left; width: 100%; }
#contactForm .message {float: left; width: 100%; }

#contactForm .submit {float: right; margin-bottom: 13px; }

#contactMsg {
	margin-top: 6px;
	margin-bottom: 6px;
	color: red;
	line-height: 14px;
}

.required {
	color: red;
	margin: 0 0 4px 0;
}

span.textAlt {
	font-weight: normal;
}

/* @end */

/* @group Login Form */
#loginContainer {
}

form#login, form#sendLogin {
}

#login dl, #sendLogin dl {
	margin: 0 0 10px 0;
}

#loginContainer h3 {
	color: red !important;
	margin: 10px 0 0 0 !important;
	padding: 10px 0 0 0;
	background: url(../images/rule_dotted_horz.gif) repeat-x left top;
}

#login {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: url(../images/rule_dotted_horz.gif) repeat-x left bottom;
}

#login dt, #sendLogin dt {
	margin: 0 0 4px 0 !important;
	font-weight: bold;
	float: none !important;
	line-height: auto !important;
	width: auto !important;
}

#login dd, #sendLogin dd {
	margin: 0 0 4px 0 !important;
	float: none !important;
}

#login input.text, #sendLogin input.text{
		width: 200px;
	}

#login p {
	margin: 0 0 4px 0;
}

#notRegistered {
	/*padding: 10px;
	background: #fff;
	display: none;*/
}

#notRegistered h3 {
	margin: 2px 0 8px 0 !important;
}

#notRegistered a {
	margin: 0;

}

/* @end */

/* @group Mailing Lists */
form.mailinglist {
	margin: 0 0 10px 0;
	padding: 0;
}

form.mailinglist h3 {
	text-align: left;
	margin: 5px 0 5px;
	padding: 0;
}

form.mailinglist dl {
	margin: 0;
}

form.mailinglist dt {
	margin: 0 0 2px 0;
}

form.mailinglist dd {
	margin: 0 0 2px 0;
}

form.mailinglist .firstName, form.mailinglist .lastName, form.mailinglist .company {
	display: none;
}

form.mailinglist p.description {
	margin: 0 0 4px 0;
	color: #666;
}

form.mailinglist input.text {
	width: 95%;
	margin: 0 0 4px 0;
}

form.mailinglist span.radiogroup {
	/*	display: none; */
}

form.mailinglist input.submit {
	margin: 6px 0 4px 0;
}

/* Mailing Lists in Main Content */

#content form.mailinglist {

}

/* Master Mailing List form */

#frmEmailMaster {
	margin: 0 0 30px 0;
	padding: 0;
}

#frmEmailMaster h3 {

}

#frmEmailMaster input.text {

}

dl#masterEmail {
	margin: 10px 0;
	padding: 0;
}

#masterEmail dt {
	list-style: none;
	font-weight: bold;
	line-height: 11px;
	margin: 0 0 4px 0;
	padding: 0;
}

#masterEmail input.checkbox {
	margin: 0 4px 0 0;
}

#masterEmail dd {
	margin: 0 0 10px 0;
	padding: 0;
}

/* @end */

/* @group Data Collection */

div.form {
	margin: 10px 10px 10px 0;
	padding: 10px 0;
	background: url(../images/rule_dotted_horz.gif) left top repeat-x;
}

.sidebar div.form {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

div.form h3 {
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: none;
	letter-spacing: normal;
}

div.form p {
	margin: 10px 0 0 0;
	padding: 0;
}

div.form input.submit {
	margin: 6px 0 0 0;
}

input.text, form textarea {
	width: 260px;
}

form textarea {
	height: 100px;
}

button {
	padding: 4px 6px;
	border: 0;
}

/* @end */

/* @group Form Submission Responses */

.sidebar .responseMessage {
	color: red;
}

.sidebar .responseMessage em {
	font-style: normal;
}

.pollResults {
	list-style: none;

}

.pollResults li {
	list-style: none;
	margin: 0 0 2px 0;
	padding: 0;
}

.pollValue {

}

.pollPercent {
	font-style: oblique;
}

.pollQty {
	display: none;
}

/* @end */

/* @group Search Form */

/*#searchForm {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
}

#searchForm input.text {
	width: 100px;
	margin: 0 4px 0 0;
}

#searchForm input.submit {
	width: auto;
	margin: 0 4px 0 0;
}*/

/* @end */

/* @end */
	
		/*  Layout CSS  */

#container { width: 960px; }
#header { width: 960px; float: left; }

#contentPrimary {
	float: left; 
	width: 960px; 
}
 
.twoColSL #contentPrimary, .twoColSR #contentPrimary {
		width: 760px; 	/* Content Primary width adjustment- for 2 column layouts */
}		

.threeCol #contentPrimary {
		width: 560px; 	/* Content Primary width adjustment- for 3 column layouts */
}

#left {
	float: left;
	width: 200px;		/* Left Column Width Adjustment */ 
}

#right {
	float: right;
	width: 200px;		/* Right Column Width Adjustment */
}

#footer { clear: both; }
	
		/* @override file:///Volumes/MacBook%20Pro/Users/newsean/Desktop/onegate-service_detail/css/site.css */

/* @group Colors */

/*Lt Blue: #58a3c9*/
/*Lt Blue2: #82bad7*/
/*Dk. Blue #3b526e*/
/*Dk. Gray: #d1d0c8*/
/*Gray: #f2f1e3*/
/*Orange: #f5701d*/


/* @end */

/* @group General Styles  */

body {
	background: #f2f1e8;
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #333;
}

#outerContainer {
	background: #f2f1e8;
	/*border: 14px solid #fff;*/ 
	border-top: 28px solid #f5701d;
	min-width: 920px;
}

a:link {
	color: #f5701d;
	text-decoration: underline;
}

a:visited {
	color: #f5701d;
	text-decoration: underline;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

a img {
	border-width: 0;
}

p {
	line-height: 1.5;
	margin-bottom: 1em;
}

table {
	border-collapse: collapse;
	border: 0;
}

td, th {
	border: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* @end */

/* @group Headings */

h2 {
	font-size: 250%;
	padding: 0 0 .35em;
	margin: 0 0 .75em;
	border-bottom: 1px solid #D1D0C8;
	color: #2A3C50;
	font-weight: normal;
}

#homepage h2 {
	margin: 0 0 .35em;
}

h3 {
	font-size: 200%;
	margin: 0 0 .5em;
	color: #F5701D;
}

.sidebar h3 {
	font-size: 12px;
	color: #1F3352;
	font-weight: bold;
	margin-bottom: .75em;
}

h4 {
	font-size: 165%;
	margin: 0 0 .5em;
	font-weight: normal;
	color: #2A3C50;
}

h5 {
	font-size: 130%;
	margin: 0 0 .5em;
	color: #F5701D;
}

h6 {
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 1em;
}

/* @end */

/* @group Layout */

#header {
	height: 28px;
	position: absolute;
	top: 0px;
	left: 0;
	background: #f5701d;
	width: 100%;
	border-bottom: 2px solid #fff;
}

#container {
	margin: 0 auto;
	background: url(../images/bg_content.png) repeat-y top left;
	width: 902px;
}

#content {
	position: relative;
	background: url(../images/bg_content_bottom.png) no-repeat bottom left;
	width: 902px;
	padding-bottom: 38px;
	margin-top: 20px;
	min-height: 500px;
}

#branding {
	background: url(../images/bg_content_top.png) no-repeat top left;
	height: 100px;
}

.sidebar {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

#contentPrimary {
	font-size: 1.2em;
	z-index: 1;
	min-height: 300px;
}

.twoColSL #contentPrimary {
	padding: 0;
	margin: 0 28px 0 0;
	width: 413px;
	float: right;
	position: relative;
	display: inline;
}

.twoColSR #contentPrimary {
	padding: 0;
	margin: 0 0 0 52px;
	width: 572px;
	float: left;
	position: relative;
}

.twoColSL #left {
	width: 377px;
	padding: 0px 14px 16px 14px;
	margin: 0 0 1.5em 20px;
}

.twoColSR #right {
	width: 200px;
	margin: 0 52px 1.5em 0;
	float: right;
	padding: 40px 0 0 0;
}


#footer {
	padding:  0 32px;
	background: #f2f1e8;
	color: #A6A49D;
}

/* @end */

/* @group Navigation */
#header div {
	width: 832px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
	font-size: 1.2em;
}

#navPrimary {
	display: inline;
}

#navPrimary li {
	display: inline;
	text-align: right;
	padding: 0 1.5em  0 .5em;
	background: url(../images/pointer_yellow.gif) no-repeat left center;
}

#navPrimary li a {
	text-decoration: none;
	color: #fff;
	line-height: 28px;
}

a#bookmarkMe {
	text-decoration: none;
	color: #fff;
	line-height: 28px;
	padding: 0 1.5em  0 .5em;
	background: url(../images/pointer_yellow.gif) no-repeat left center;
}

#navSecondary {
	
}

#navSecondary li {
	border-bottom: 1px solid #D1D0C8;
	padding: 5px 0 5px 14px;
	background: url(../images/pointer_orange.gif) no-repeat 6px 9px;
	font-weight: bold;
}

#navSecondary li a {
	text-decoration: none;
	color: #2A3C50;
}

#navSecondary li ul {
	border-top: 1px solid #D1D0C8;
	margin-left: 2em;
}

#navSecondary li li {
	border-bottom: 0 solid #D1D0C8;
	padding: 5px 0;
	background-image: none;
}

/* @end */

/* @group Content */

/* @group Branding */
h1 {
	width: 184px;
	height: 45px;
	position: absolute;
	top: 38px;
	left: 30px;
	background: url(../images/h1_logo.gif) no-repeat;
}

#homepage h1, #for h1 {
	width: 207px;
}

h1 a {
	text-indent: -999em;
	display: block;
	height: 45px;
	width: 184px;
}

#branding select {
	position: absolute;
	left: 245px;
	top: 50px;
}
/* @end */

#searchForm {
	position: absolute;
	top: 50px;
	right: 50px;
}

#searchForm input.text {
	width: 150px;
	font-size: 12px;
	padding: 4px;
	float: left;
	margin-right: .25em;
	color: #666;
	border: 1px solid #ccc;
}

 #searchForm button {
	background: url(../images/btn_go_alt.gif) no-repeat;
	width: 40px;
	height: 25px;
	text-indent: -999em;
	margin: 0;
	padding: 0;
	border: 0;
	/*display: block;
	float: left;*/
}


/* @group Left Column */

#left .searchCategory, #left .currentCategory {
	position: relative;
	float: left;
	width: 100%;
	/*border-bottom: 1px solid #fff;*/
	border-top: 1px solid #d1d0c8;
	padding-top: 1em;
	margin-top: 1em;
}

#left h3 {
	font-size: 14px;
	font-weight: bold;
	color: #f5701d;
	margin-bottom: 0;
	cursor: pointer;
	position: relative;
}

#left h3 a.categoryTitle {
	padding: 0 0 0 12px;
	color: #f5701d;
	display: block;
	-moz-outline: 0;
}

#left h3 a:hover {
	text-decoration: none;
	color: #;
}

#left h3.current a.categoryTitle {
	color: #fff;
	display: block;
	z-index: 100;
	position: relative;
	width: 433px;
	line-height: 22px;
	left: -36px;
	background: url(../images/arrow.png) no-repeat right center;
	padding: 7px 0 12px 52px;
	-moz-outline: 0;
}

#left h3 a.openClose {
	position: absolute;
	display: block;
	width: 9px;
	height: 9px;
	top: 0px;
	left: -2px;
	z-index: 1000;
	-moz-outline: 0;
}

#left h3.current a.openClose {
	top: 12px;
}

#left h3 a.sponsor {
	position: absolute;
	top: 11px;
	right: 0px;
	z-index: 100;
	font-size: 10px;
	text-decoration: none;
	color: #ABB2BA;
	font-weight: normal;
	display: none;
	-moz-outline: 0;
}

#left h3.current a.sponsor {
	top: 16px;
	right: -53px;
	display: inline;
	position: absolute;
}

#left ul {
	list-style: none;
	/*border-bottom: 1px solid #d1d0c8;
	padding-bottom: 2em;*/
	margin: .25em 0 .5em 0;
	float: left;
	width: 99%;
}

#left ul li {
	float: left;
	/* line-height: 31px; */
	width: 50%;
	border-bottom: 1px solid #f2f1e8;
	padding: 3px 0;
}

#left ul#navExpandCollapse {
	float: none;
	padding: 0;
	border: 0;
	padding: 0;
	margin-bottom: 1em;
}

#left ul#navExpandCollapse li {
	float: left;
	display: inline;
	width: auto;
	border: 0;
	padding: 0 1em 0 0;
	color: #485765;
}

#left ul#navExpandCollapse li#auto {
	float: right;
	padding: 0;
}

#left ul#navExpandCollapse li a {
	border: 0;
	padding: 0;
	display:  inline !important;
	width: auto !important;
	color: #485765;
}

#left ul#navExpandCollapse li a:hover {
	background: transparent;
}

#left ul#navExpandCollapse li#auto input {
	margin-top: -4px;
}

#left ul#navExpandCollapse li span {
	color: #000;
}

#left li a {
	text-decoration: none;
	display: block;
	margin-top: 2px;
	padding: 0 18px 0 12px;
	 vertical-align: middle; 
	cursor: pointer;
	color: #485765;
}

#left li a:hover  {
	background: url(../images/btn_hover.png) no-repeat left center;
	text-decoration: none;
		color: #000;
}

#left li.current a, #left li.current a:hover {
	background: url(../images/btn_current.png) no-repeat left center;
	color: #fff;
}

#left li a span {
	display: block;
	padding: 0 0 4px 20px;
	background: url(/tasks/sites/og/assets/Image/favicons/default.gif) no-repeat left 3px;
	line-height: 20px;
}

/* #left li a img.favicon {
	margin: 2px 4px 2px 0;
	height: 16px;
	width: 16px;
	float: left;
} */

/* @end */

/* @group Right Column */

.sidebar .syndLocal {
	margin-bottom: 2em;
}

.sidebar .syndLocal ul {
	margin-bottom: .75em;
}

.sidebar li {
	margin-bottom: .5em;
	padding-bottom: .5em;
	border-bottom: 1px solid #D1D0C8;
}

.sidebar li a {
	text-decoration: none;
	color: #45668C;
}

.syndLocal .viewMore {
	display: block;
	background: url(../images/arrow_small_orange.gif) no-repeat left center;
	padding-left: 7px;
	text-decoration: none;
	color: #45668C;
	font-weight: bold;
}

a.btn {
	display: block;
	height: 32px;
	margin-bottom: 2em;
	background: url(../images/btn_blue_big.jpg) no-repeat 50% 50%;
	text-decoration: none;
	color: #fff;
	line-height: 32px;
	text-align: center;
	font-size: 12px;
}

.adWords {
	font-size: 1em;
}

.adWords h2 {
	font-size: 1.4em;
	text-align: left;
	color: #666;
	padding-bottom: .5em;
	margin-bottom: .5em !important;
}

.adWords h3 {
	margin-bottom: .25em;
}

.adWords li {
	border: 0;
	margin-bottom: 1em;
	line-height: 1.2;
}

.adWords  cite {
	color: #666;
}

/* @group Services */

#searchServiceContainer {
	background: url(../images/bg_search_bottom.png) no-repeat left bottom;
	color: #fff;
	width: 420px;
	padding-bottom: 20px;
	margin-top: -60px;
	margin-bottom: 100px;
}

/*.soloSearchService #searchServiceContainer {
	width: 420px;
	margin-top: 0;
	margin-bottom: 0;
}*/

#searchService {
	background: url(../images/bg_search_top.png) no-repeat left top;
	padding: 18px 32px 7px 20px;
	color: #fff;
	min-height: 120px;
}

#progressBar {
	margin: 14% 21%;
}

#searchService h3 {
	display: block;
	font-size: 160%;
	font-weight: normal;
	margin-bottom: .5em;
	color: #fff;
}

#searchService .syndRemote {
	border-bottom: 1px dotted #fff;
	margin-bottom: 1em;
}

#searchService .syndRemote h3 {
	display: none;
}

#searchService .syndRemote dt {
	margin-bottom: .4em;
}

#searchService .syndRemote dt a {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}

#searchService .syndRemote dd {
	margin-bottom: .5em;
	color:  #96a0ac;
	line-height: 1.1;
}


#searchService h3 a {
	/*text-decoration: none;*/
	color: #f2f1e8;
}

#searchService a {
	text-decoration: underline;
	color: #6c99d8;
}

#searchService a:hover {
	text-decoration: underline;
	color: #f2d917;
}

#searchService h3 a:hover {
	text-decoration: underline;
	color: #F5701D;
}

#searchService form {
	/*margin-bottom: .75em;
	padding-bottom: 1.25em;
	background: url(../images/rule_dotted_lt_orange.gif) repeat-x left bottom;*/
}

#searchService label {
	display: block;
	font-size: 10px;
	margin: 4px 0;
}

#searchService input {
	font-size: 14px;
	width: 240px;
	margin: 0 4px 0 0;
	/*padding-left: 20px;*/
}

#searchService input[type="checkbox"] {
	width: auto;
	margin-right: 4px;
}

#searchService select {
	font-size: 14px;
	width: auto !important;
	max-width: 260px !important;
	margin-right: 4px;
}

#searchService button {
	background: url(../images/btn_go.gif) no-repeat;
	width: 40px;
	height: 25px;
	text-indent: -999em;
	margin: 0;
	padding: 0;
}

#serviceDetailContainer {
	margin-top: 1.35em;
	padding-top: 1.6em;
	background: url(../images/rule_dotted.gif) repeat-x left top;
}

#serviceDetail {
	font-size: 90%;
	/*margin-top: 1.35em;
	padding-top: 1.6em;
	background: url(../images/rule_dotted.gif) repeat-x left top;*/
	position: relative;
}

#serviceDetail ul {
	background: url(../images/bg_search_content_top.gif) no-repeat left bottom;
	z-index: 100;
	position: absolute;
	height: 31px;
	width: 100%;
}

#serviceDetail li {
	/*display: inline;
	padding: 0 1em;*/
	/*font-size: 110%;*/
	line-height: 29px;
	float:left;
	/*font-weight: bold;*/
	padding-left: 12px;
	margin-bottom: 6px;
	/*background: #28394b;*/
}

#serviceDetail li a {
	color: #FF721F;
	line-height: 21px;
	padding-bottom: 4px;
	display: block;
	padding-right: 12px;
	cursor: pointer;
}

#addlContent li a {
	color: #f2f1e8;
	text-decoration: none;
}

#serviceDetail li a:hover {
	color: #fff;
	text-decoration: none;
}

#serviceDetail li.current {
	color: #3b526e;
	background: url(../images/tab_search_left.gif) no-repeat left top;
}

#serviceDetail li#first.current {
	border-bottom: 4px solid #485765;
}
#serviceDetail li.current a {
	color: #fff;
	background: url(../images/tab_search_right.gif) no-repeat right top;
}

#serviceDetail p {
	line-height: 1.2;
}

#serviceDetail p.singleLine {
	width:  250px;
	margin-bottom: .5em;
}

#serviceDetail h3 {
	display: none;
}

#serviceDetail  a {
	/*color: #f2f1e3;*/
}

#serviceDetail  dt {
	margin-bottom: .75em;
}

#serviceDetailContent {
	margin-top: 31px;
	padding: 1em 12px 1em;
	background: #485765 url(../images/bg_search_content_bottom.gif) no-repeat left bottom;
	min-height: 60px;
}

#serviceDetailContent a {
	color: #7CADFA;
}

#serviceDetailContent a:hover {
	color: #FF721F;
}

#serviceDetailContent ol, #serviceDetailContent ul {
	margin: 2em;
}

#serviceDetailContent li {
	float: none;
	line-height: 1.25;
	margin-bottom: .75em;
	padding: 0;
}

#serviceDetailContent ul li {
	list-style-type: circle;
}

#serviceDetailContent ol li {
	list-style-type: decimal;
}


#searchService .social {
	margin: 8px 12px 0;
	font-size: 90%;
	}
#searchService .social ul {
	text-align: right;
	}
#searchService .social li {
	display: inline;
	padding: 0 4px;
	}
#searchService .social li a:hover {
	color: #FF721F;
	}

/* @end */

/* @group Service Detail Pages */

#searchservices h2 {
	margin-bottom: .35em;
}

#searchservices #contentPrimary h3 {
	border-top: 1px dotted #D1D0C8;
	padding-top: .75em;
	margin-top: .75em;
	color: #335FA4;
	font-size: 22px;
	display: block;
}

#searchservices #contentPrimary h3.alt {
	border-top: 0;
}

#searchservices #searchService h3 {
	border: 0;
	margin-top: 0;
	padding-top: 0;
}

#searchservices #searchService h3 a {
	color: #fff;
}

#searchservices .social {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #ccc;
	float: left;
	width: 100%;
}

#searchservices .social ul {
	float: left;
	width: 100%;
	padding: 0;
	}

#searchservices .social li {
	float: left;
	margin-right: 1em;
}

#searchservices .social li.shareThis {
	margin-left: 0;
}

#searchservices .social li a {
	background: url(../images/arrow_small_lt_gray.gif) no-repeat left center;
	padding: 0 0 0 7px;
	text-decoration: none;
}

#searchservices .social li.rss a {
	background: url(../images/icon_rss.gif) no-repeat left center;
	padding-left: 16px;
}

#searchservices #searchServiceContainer {
	width: 320px;
	margin: 0 0 1em 1em;
	float: right;
	background: url(../images/bg_search_bottom_sm.png) no-repeat left bottom;
}

#searchservices #serviceDetailContainer {
	margin: 0;
	padding: 0;
	background: none;
	/*display: none;*/
}

#searchservices #serviceDetailContent {
	margin: 0;
	padding: 0;
	background: transparent;
	min-height: auto;
}

#searchservices #serviceDetailContent p {
	line-height: 1.4;
}

#searchservices #serviceDetailContent a {
	color: #FF721F;
}

#searchservices #searchService {
	background: url(../images/bg_search_top_sm.png) no-repeat left top;
	padding: 18px 14px 7px 14px;
	color: #fff;
	min-height: 0;
}

#searchservices #searchService input {
	font-size: 14px;
	width: 230px;
	margin: 0 4px 0 0;
	float: left;
	/*padding-left: 20px;*/
}

#searchservices #searchService button {
	clear: right;
}

/* @end */

/* @end */


#blog #portal dl {
	border-bottom: 1px solid #d1d0c8;
	padding-bottom: .25em;
}

#blog #portal dt.releaseDate {
	font-size: .9em;
	margin-bottom: .55em;
	padding-top: .5em;
	font-style: italic;
	color: #808080;
	float: right;
	clear: right;
}

#blog #portal dt a  {
	color: #2a62ab;
}

#blog #portal dd a  {
	color: #808080;
}

#blog #portal dd ul.nav  {
	margin-top: 0;
}


div.moreResults h4 {
	font-size: 1em;
	float: left;
	padding-right: .5em;
}

/*#footer p {
	display: inline;
}

#footer ul {
	list-style: none;
	display: inline;
}

#footer ul li {
	display: inline;
	padding-left: 1.5em;
}

#footer ul li a {
	text-decoration: none;
}*/

#trackbacks { padding: 10px 0 0;}

#trackbacks ol { padding: 20px 0; }

#trackbacks ol li { margin: 0 0 1em; }

/* @end */
	
	
