@charset "utf-8";
body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #3D3D3D;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font: 13px/18px 'ColaborateRegular', Arial, sans-serif;
}
a,  a:visited {
	text-decoration: none;
	color: #1c1f54;
}
a:hover {
	text-decoration: none;
	color: #40C8F4;
}
/*
** HTML elements
*/
form {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}

p.style1 {font: 18px/27px 'ColaborateThinRegular', Arial, sans-serif;}
p.style2 {font: 18px/27px 'ColaborateLightRegular', Arial, sans-serif;}
p.style3 {font: 18px/27px 'ColaborateRegular', Arial, sans-serif;}

h1, h1 a {
	font: 28px/27px 'ColaborateThinRegular', Arial, sans-serif;
	font-weight: normal;
	color: #0D99A0;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h2, h2 a {
	font-size: 10pt;
	margin-bottom: 0px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-top: 0px;
	letter-spacing: 0.03em;
	color: #1c1f54;
}

h3, h3 a {
	font-size: 16px;
	color: #c2c2c2;
	margin: 0px;
	letter-spacing: 1px;
}
p {
	margin-top: 0px;
	margin-bottom: 14px;
	line-height: 16px;
}
span, img, div, a, li  { behavior: url(/js/iepngfix.htc);}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear-block {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clear-block {
	height: 1%;
}
.clear-block {
	display: block;
}
.clear-block {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;
	margin-top: 32px;
	background-image: url(images/site-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#container #header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
}

#container #logo {
	position: absolute;
	left: 0px;
	top: 20px;
	height: 110px;
	width: 273px;
	background-image: url(images/logo.png);
	z-index: 1000;
}
#container #mask {
	height: 578px;
	width: 619px;
	overflow: hidden;
	z-index: 910;
	position: absolute;
	top: 19px;
	left: 32px;
}
#container  #bg-rotation  {
	position: absolute;
	z-index: 900;
	height: 570px;
	width: 517px;
	top: 26px;
	left: 122px;
	overflow: hidden;
}
#home #container #content {
	width: 280px;
	padding-top: 30px;
}
#container #content {
	float: right;
	width: 605px;
	padding-top: 20px;
	padding-right: 30px;
	min-height:542px;




height:expression(
    this.scrollHeight < 542? "542px" : "auto" );
}

#home #container #nav {
	background-image: none;
}
#container #navwrap {
	float: left;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	width: 202px;
	margin-left: 32px;
	min-height:535px;


height:expression(
    this.scrollHeight < 535? "535px" : "auto" );
}
#container #nav {
	z-index: 990;
	margin-top: 135px;
	margin-left: 20px;
	position: relative;
	font: 18px/30px 'ColaborateLightRegular', Arial, sans-serif;
	width: 120px;

}
#container #nav ul, #container #bg-rotation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#container #nav li {
	display: block;
	margin: 0px;
	padding: 0px;position:relative;
}
#container #nav li a {
	color: #939598;
	display:block;
}
div#nav li ul li a {
	color: #939598!important;
	display:block;
}

#container #nav li a:hover, #container #nav li.selected a {
	color: #0d99a0;
}
div#nav li ul li a:hover {
	color: #0d99a0!important;
}
div#nav li ul{
	position:absolute;
	top:5px;
	left:100.1%;
	display:none;
	width: 140px;
	background: #fff;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-top: 1px solid #eee;
}
div#nav li ul li {
	font-size: 12px;
	line-height: 15px;
	border-bottom: 1px solid #eee;
}
div#nav li ul li a {
	padding: 4px 8px;
}
div#nav ul ul,
div#nav ul ul ul,
div#nav ul li:hover ul ul,
div#nav ul li:hover ul ul ul {
	display:none;
}
div#nav ul li:hover ul,
div#nav ul ul li:hover ul,
div#nav ul ul ul li:hover ul {
	display:block;
}

/* End non-anchor hover selectors */

#container #footer-wrap {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#container #footer {
	background-image: url(images/footer-top.gif);
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 50px;
	color: #FFFFFF;
}
#container #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#container #footer a:hover {
	color: #CEF9FB;
}

#footer #left .tags {
	background-image: url(images/footer-name.gif);
	background-repeat: no-repeat;
	padding-top: 25px;
	display: block;
}
#container  .plus1 {
	font: 15px/20px 'ColaborateRegular', Arial, sans-serif;
}

#container  .clm2 {
	float: left;
	width: 49%;
}
#footer #right {
	text-align: right;
}
#footer .tags {
	font-size: 11px;
}

@media screen and (max-width:600px) {

div#container {
    background: none;
    width: 100%;
    margin: 0;
}

#container #logo {
    position: static;
    margin: 0 auto;
}

#container #navwrap {
    float: none;
    width: 100%;
    text-align: center;
    min-height: 200px;
    margin: 0 auto;
            max-height: 310px;
    overflow: hidden;
}

#home #container #nav {
    margin: 0 auto;
            max-height: 310px;
    overflow: hidden;
}

#container #nav ul, #container #bg-rotation ul {
    display: block;
    width: 100%;
    position: static;
}

div#nav li ul li {
    font-size: 18px;
}

#home #container #content {
    width: 95%;
    margin: 0 auto;
    float: none;
    padding: 0;
    min-height: 200px;
}

#container #mask {
    display: none;
}

#container #bg-rotation {
    display: none;
}

#container #footer-wrap {
    background-color: #0D99A0;
    background-image: none;
}

#container #footer {
    background: none;
    padding: 10px;
}

#container .clm2 {
    width: 100%;
    float: none;
    text-align: center;
}

#footer #right {
    text-align: center;
}

#footer #left .tags {
    background-position: 50% 0%;
    padding-bottom: 10px;
    padding-top: 40px;
}
    #container #nav {
    margin: 0 auto;
}

#container #content {
    float: none;
    width: 95%;
    padding: 0;
    min-width: auto;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}

table {
    width: 100% !important;
}

td {
    display: block;
    margin: 0 auto;
    text-align: center !important;
}
    div#content > img:first-child {
display: none;}
}