/* #######################  GENERAL SETTINGS ############################ */
* {
	margin:0;
	padding:0;
}
html {
	height:100%;
}
body {
	background-color:#FFFFFF;
	color:#2C2C2C;
	font-family:Arial, Tahoma, "Helvetica Neue", "Lucida Grande", Helvetica, Verdana, sans-serif;
	font-size:0.7em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:14px;
	margin:0;
	padding:0;
}
/* Headings Typography */
h1 {
	font-size: 12px;
	line-height: 1.2em;
	color: #4f4f4f;
	padding: 0;
	margin: 0;
}
h2 {
	font-size: 1.35em;
	line-height: 1.8em;
	color: #4f4f4f;
	padding: 0;
	margin: 0;
}
h3 {
	font-size: 1.25em;
	line-height: 1.1em;
	margin: 8px 0 6px 0;
	color: #022d50;
	padding: 0;
}
h4 {
	font-size: 1.15em;
	line-height: 1em;
	color: #4f4f4f;
	padding: 0;
	margin: 0;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
	color: #F89201;
	padding: 0;
	margin: 0;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
p {
	margin:12px 0;
}
ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
a img, form, fieldset {
	border: 0;
}
/* Link Blue*/
a {
	color: #008bc6;
	text-decoration: underline;
}
a:visited {
	color: #008bc6;
}
a:hover {
	color: #545454;
}
a:focus {
	outline: none;
}
img {
	border: 0 none;
}
/* Clears Divs */
.clr {
	clear: both;
}
/* #######################  END GENERAL SETTINGS ############################ */
.osn {
	width: 960px;
	margin: 0 auto 0 auto;
	position: relative;
}
#header {
	background:#0187C4 url(../images/header_bg.jpg) no-repeat scroll left center;
	height:166px;
	margin:10px auto 0;
	position:relative;
	width:960px;
}
#header .logo, #header .logo a, #header .logo span {
	background:transparent url(../images/sintima_logo.jpg) no-repeat scroll 0 50%;
	float:left;
	height:166px;
	text-indent:-9999px;
	width:309px;
}
.header_desc {
	float:right;
	height:67px;
	margin:65px 0 0;
	padding:19px 20px 0 220px;
	width:409px;
}
.header_desc p {
	margin:0;
	padding:0;
}
#coolTopMenu ul {
	float:left;
	font-family:Arial, Tahoma, "Helvetica Neue", "Lucida Grande", Helvetica, Verdana, sans-serif;
	font-size:1.35em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:37px;
	line-height:normal;
	margin-right:12px;
	position:absolute;
	right:0;
	top:8px;
}
#coolTopMenu ul li {
	display:inline;
}
.menu-top li a:link, .menu-top li a:active, .menu-top li a:visited {
	border-bottom:6px solid #DFE5E5;
	color:#E9E9E9;
	cursor:pointer;
	float:left;
	height:34px;
	margin:0;
	padding:14px 16px 2px;
	text-decoration:none;
}
.menu-top li a:hover {
	border-bottom:6px solid #22DEFA;
	color:#FFFFFF;
	cursor:pointer;
}
#contentwrapper {
	margin:15px auto;
	padding-bottom:10px;
	width:960px;
}
#left {
	float:left;
	margin-bottom:20px;
	margin-right:15px;
	width:180px;
}
#center {
	float:left;
}
#rightsmall {
	float:right;
	padding-right:8px;
}
.menu-left {
	float: left;
	width: 180px;
}

.menu-left li a:link, .menu-left li a:visited {
	text-decoration: none;
}
.menu-left li a:link span, .menu-left li a:visited span {
	background-color:transparent;
	border:1px solid #FFFFFF;
	color:#008BC6;
	cursor:pointer;
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-top:0;
	padding:5px 0 5px 7px;
	text-decoration:none;
}
.menu-left li a:hover span {
	background-color:#EBEBEB;
	border:1px solid #EBEBEB;
}
.menu-left li.expand a:link span, .menu-left li.active a:link span, .menu-left li.expand a:visited span, .menu-left li.active a:visited span {
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	padding:5px 0 5px 7px;
	text-decoration:none;
}
.menu-left li ul {
	background:transparent url(../images/table_th_bg.gif) repeat-x scroll center bottom;
	border-bottom:1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin:0;
	padding:3px 0;
}
.menu-left li ul li {
	font-weight:bold;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.menu-left li ul li a:link , .menu-left li ul li a:visited {
	display:block;
	margin:0;
	padding:3px 0 3px 11px;
	text-decoration:none;
}
.menu-left li.parent.active ul li a:link span, .menu-left li.parent ul li a:link span, .menu-left li.parent.active ul li a:visited span, .menu-left li.parent ul li a:visited span {
	border: 0;
	color:#002D4E;
	padding: 0;
	font-size:11px;
	font-weight:normal;
	background: none;
}
.menu-left li ul li a:hover {
	background-color:#CCF4FB;
}
.footer {
	background-color:#F1F1F1;
	clear:both;
	margin:0 auto;
	padding-left:196px;
        padding-top:30px;
}
.moduletable h3, .componentheading, td.contentheading {
	border-bottom:1px solid #052C4D;
	color:#005189;
	font-size:1.8em;
	height:24px;
	line-height: 1.2em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 7px;
	font-weight: normal;
}
td.contentheading
{
	padding: 1px;
	margin: 0;
}
#service_contact {
	background-color:#FFFFEF;
	border:1px dotted #CCCCCC;
	float:right;
	height:350px;
	margin:0 0 0 10px;
	padding:5px 15px 15px;
	width:210px;
}
.contentpaneopen
{
	width: 100%;
}
.junews .small {
font-size: 1.1em;
margin:4px 0 2px;
color:#022D50;
line-height:1.1em;
font-weight: bold;
}
.junews a:link
{
	text-decoration: none;
}
.junews a:hover
{
	text-decoration: underline;
}

td
{padding:8px;}
.new {font-size: 5px;
color:#CCCCCC;}

.separator
{color:#008BC6;
font-weight: bold;}
