/* base
-------------------------------------*/
body {
	background: #fff url(/images/bg_right.gif) 890px 0px no-repeat;
	margin: 0px;
	padding: 0px;
}
body,
table {
	font: 12px/17px Verdana;
	color: #656571;
}

a {
	color: #00529c;
}
a:hover {
	color: #009bdf !important;
}
a:visited {
	color: #287AC4;
}

/* layout
-------------------------------------*/
#bg-left {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(/images/bg_left.gif) left top no-repeat;
	width: 110px;
	height: 672px;
}
#header {
	width: 780px;
	margin-left: 110px
}
#container {
	background: url(/images/container_bg.gif) left top repeat-y;
	width: 780px;
	margin-left: 110px;
	overflow: visible;
}
#content-left {
	width: 226px;
	background-color: #f9f9f9;
	border-right: 1px solid #efeff0;
	float: left;
	min-height: 415px;
	height: auto !important;
	height: 415px;
}
#side-content {
	margin: 18px 10px 0px 10px;
}
#side-content dl {
	font-size: 0.9em;
	margin-left: 28px;
}
#side-content dl dd {
	margin: 0px;
	margin: 3px 0px 15px 15px;
}
#side-content dl dt {
	font-weight: bold;
}
#content {
	width: 513px;
	margin: 5px 20px 25px 20px;
	float: left;
	min-height: 415px;
	height: auto !important;
	height: 415px;
	text-align: justify;
	line-height: 19px;
}
#footer {
	clear: both;
	width: 760px;
	border-top: 10px solid #009bdf;
	margin-left: 110px;
	font-size: 11px;
	padding: 10px 10px;
	color: #939598;
	text-align: right;
}
#footer a {
	color: #939598;
}
#footer a:hover {
	color: #0d529c;
}
#footer .footer-links {
	margin-bottom: 4px;
}
#footer p.wlion {
	font-size: 10px;
	margin-top: 5px;
}

/* nav
-------------------------------------*/
#nav {
	border-top: 9px solid #009bdf;
	height: 51px;
	overflow: hidden;
}
#nav a {
	display: block;
	height: 52px;
	float: left;
	background: url(/images/menu.gif) no-repeat;
	text-indent: -9999em;
	overflow: hidden;
	outline: none;
}
#nav a.on {
	cursor: default;
}
#nav a#about         { width: 246px; background-position:    0px -52px; }
#nav a#services      { width: 137px; background-position: -246px -52px; }
#nav a#professionals { width: 160px; background-position: -383px -52px; }
#nav a#news          { width: 114px; background-position: -543px -52px; }
#nav a#contact       { width: 123px; background-position: -657px -52px; }
#nav a#about.on,
#nav a#about:hover         { background-position:    0px 0px; }
#nav a#services.on,
#nav a#services:hover      { background-position: -246px 0px; }
#nav a#professionals.on,
#nav a#professionals:hover { background-position: -383px 0px; }
#nav a#news.on,
#nav a#news:hover          { background-position: -543px 0px; }
#nav a#contact.on,
#nav a#contact:hover       { background-position: -657px 0px; }

#breadcrumbs {
	background-color: #f2f2f2;
	padding: 5px 10px 5px 37px;
	font-size: 10px;
}
#breadcrumbs a {
	color: #000;
}
#breadcrumbs a:hover {
	color: #009bdf;
}

/* sidenav
-------------------------------------*/
ul#sidenav {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
	background-color: #fff;
}
ul#sidenav li {
	list-style-type: none;
	padding: 5px 0px 5px 38px;
	border-bottom: 1px solid #efeff0;
}
ul#sidenav li a {
	text-decoration: none;
}
ul#sidenav li a:visited {
	color: #00529c;
}
ul#sidenav li.subhead.on a {
	background: url(/images/icon_arrow.gif) 0px 50% no-repeat;
	padding-left: 12px;
}
ul#sidenav li.subpage {
	background-color: #f2f2f2;
	border-bottom: 1px solid #f9f9f9;
	padding-left: 47px;
}
ul#sidenav li.subpage.on a {
	font-weight: bold;
	background-image: none;
	padding-left: 0px;
}
ul#sidenav li.on a {
	font-weight: bold;
}

/* notice area
-------------------------------------*/
div#notice {
	margin: 0 0 15px 0;
	padding: 10px 10px 10px 32px;
	text-align: left;
}
div#notice a {
	color: #c00;
	text-decoration: underline;
}
div#notice a:hover {
	text-decoration: none;
}
div.notice-info {
	background-color: #e2f9e3;
	background-image: url(/images/tick.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	border: 1px solid #9c9;
}
div.notice-error {
	background-color: #ffcfce;
	background-image: url(/images/cross.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	border: 1px solid #c00;
}

/* tombstones
-------------------------------------*/
ul#tombstones {
	width: 480px;
	margin: 0px auto;
	padding: 0px;
}
ul#tombstones li {
	float: left;
	margin: 5px;
	padding: 0px;
	list-style-type: none;
}

/* no script notice
-------------------------------------*/
#noscript {
	position: absolute;
	opacity: 0.85;
	top: 2px;
	left: 110px;
	margin: 0px 3px;
	width: 754px;
	padding: 10px;
	text-align: left;
	background-color: #ffcfce;
	border: 1px solid #c00;
}

/* misc
-------------------------------------*/
h2 {
	color: #009ae0;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}
p.backtotop,
p.read-more {
	display: block;
	text-align: right;
}
p.backtotop a,
p.read-more a {
	color: #009bdf;
	font-size: 10px;
}
p.backtotop a {
	background: url(/images/arr_up.gif) right 5px no-repeat;
	padding-right: 13px;
}
p.read-more a {
	background: url(/images/icon_arrow_right.gif) right 4px no-repeat;
	padding-right: 10px;
}
p.back-to-top {
	margin: 10px 0 15px 0;
	font-size: 0.85em;
}
span.highlight {
	background-color: #ffc;
}
.hide {
	display: none;
}
.caption {
	font-size: 0.85em;
}
a.disabled,
a.disabled:hover,
span.disabled,
span.disabled a {
	color: #ccc;
}
.odd {
	background-color: #fff;
}
.even {
	background-color: #eee;
}
h2.header span.caption {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}
map {
	display: none;
}
.hr {
	clear: both;
	background-color: #e4e4e5;
	height: 1px;
	overflow: hidden;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
}
.clear {
	clear: both;
}
form {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#map {
	width: 513px;
	height: 385px;
}

/* icons
-------------------------------------*/
ul.icons {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.icons li {
	padding: 0;
	margin: 0.5em 0;
}
ul.icons li a {
	padding: 3px 0 3px 20px;
	margin: 0;
}
a.icon {
	margin: 0;
	padding: 3px 0 3px 20px;
}
a.pdf             { background: url(/images/icon_pdf.gif)        0 50% no-repeat; }
a.doc             { background: url(/images/icon_doc.gif)        0 50% no-repeat; }
a.ppt             { background: url(/images/icon_ppt.gif)        0 50% no-repeat; }
a.xls             { background: url(/images/icon_xls.gif)        0 50% no-repeat; }
a.txt             { background: url(/images/icon_txt.gif)        0 50% no-repeat; }
a.jpg             { background: url(/images/icon_jpg.gif)        0 50% no-repeat; }
a.gif             { background: url(/images/icon_gif.gif)        0 50% no-repeat; }
a.email           { background: url(/images/icon_email.gif)      0 50% no-repeat; }
a.print           { background: url(/images/icon_print.gif)      0 50% no-repeat; }
a.lock            { background: url(/images/icon_lock.gif)       0 50% no-repeat; }
a.help            { background: url(/images/icon_help.gif)       0 50% no-repeat; }
a.login           { background: url(/images/icon_login.gif)      0 50% no-repeat; }
a.logout          { background: url(/images/icon_logout.gif)     0 50% no-repeat; }
a.chat            { background: url(/images/icon_chat.gif)       0 50% no-repeat; }
a.cart            { background: url(/images/icon_cart.gif)       0 50% no-repeat; }

/* tooltips
-------------------------------------*/
a.tooltip-link {
	font-style: normal;
	text-decoration: none;
	border-bottom: dashed 1px #00f;
}
a.tooltip-link:hover {
	border-bottom: none;
}
.tooltip {
	width: 300px;
	text-align: left;
	border: 1px solid #ddd;
}
.tooltip .title {
	padding: 3px;
	background: #ccc;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.tooltip .content {
	padding: 5px;
	background-color: #eee;
	font-size: 11px;
}
/* slideshow
-------------------------------------*/
#slideshow img {
	position: absolute; 
	z-index: 10;
}
 
#slideshow {  
	height: 190px;
	width: 196px;
	position: absolute;
	top: 215px;
	left: 915px;
}
/* pushup
-------------------------------------*/
#pushup {
	position: fixed;
	top: 10px;
	right: 10px;
	margin: 0;
	padding: 4px;
	background: #ffcfce;
	border: 1px solid #cc0000;
	z-index: 9999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
* html #pushup {
	position: absolute;
}
#pushup * {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}
.withReminder { padding-bottom: 6px; }
#pushup a {
	outline-style: none;
	text-decoration: none;
}
#pushup .pushup_messageLink {
	float: left;
	position: relative;
	color: #656571;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}
#pushup .pushup_icon {
	position: relative;
	float: left;
	height: 22px;
	width: 22px;
	margin-right: 5px;
	overflow: hidden;
	vertical-align: middle;
}
#pushup .pushup_message {
	position: relative;
	float: left;
	margin-right: 3px;
	line-height: 18px;
	vertical-align: middle;
}
#pushup .pushup_reminder {
	float: left;
	clear: both;
	font-size: 10px;
	color: #656571;
	margin-left: 27px;
	cursor: pointer;
}
#pushup .pushup_messageLink:hover,
#pushup .pushup_reminder:hover { text-decoration: underline; }

