/******************************************************************/
/*********************** COSMOS OCEAN v 1.0 ***********************/
/******************************************************************/


/**************************** GLOBAL ******************************/

body {
	margin-top: 0px;
	background-color: #666;
	color: #000;
	font-family: Arial, Calibri, "Lucida Grande", Geneva, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	background-image:url(../images/bg_pat.gif);
	background-position:center top;
	background-repeat:repeat;
}
p {
	line-height: 1.357em;
	padding-top:1.0em;
	margin-top:1.0em;
	font-size:11px;
	font-weight:bold;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size:22px;
	color:#e82a8c;
	line-height: 1.357em;
	margin: 0 0 5px 0;
	text-align:justify;
	font-weight:normal;
}
a {
	text-decoration:none;
	color:#999;
}
a:hover {
    color: #000;
	text-decoration:none;
}
b {
	font-weight: bold;
	color:#000000;
}
strong {
	font-weight: bold;
	color:#ec008c;
}
em {
	font-style: italic;
}
ul, ol {
	margin: 0 0 1.357em 0;
	list-style-position:outside;
}
hr {
	margin-top: 0px;
	margin-bottom:0px;
	height: 1px;
	width: 100%;
	color: #d4ebfd;
	background-color: #d4ebfd;
}
sup {
	font-size: 0.85em;
	vertical-align: super;
}
sub {
	font-size: 0.85em;
	vertical-align: sub;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
/*to enable resizing for IE*/
input, textarea, select {
	font-size:100%;
}
img
{
	behavior: url(/assets/s/css/iepngfix.php);
	border:none;
}
.clearfloat {
	clear: both;
	margin: 0px;
	font-size: 1px;
    line-height: 0px;
}

/*************************** CONTAINERS ***************************/

#container {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width:980px;
	margin-left: auto;
	margin-right: auto;
	height:480px;
	padding:0;
	background-color:#fff;
}
#center {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color:#fff;
}
#menuCol {
	float:left;
	width:200px;
	padding:0;
}
#leftCol {
	float:left;
	width:130px;
	padding:0;
}
#mainContentCol {
	float:left;
	width:525px;
	padding:0;
}
#rightCol {
	float:left;
	width:230px;
	padding:0;
}
#footer {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	height:50px;
	background-color:#fff;
	padding:0;
}
#demo {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

/***************************** HEADER *****************************/

.logo {
	float:left;
	padding:27px 0 0 18px;
}
.topLinks {
	float:right;
	padding:18px 20px 0 0;
	color:#e82a8c;
	font-size:9px;
	letter-spacing:0.2em;
}
.topLinks a {
	color:#e82a8c;
}
.topLinks a:hover {
	color:#fff;
}
.lang {
	display:block;
	padding:0 0 6px 0;
	text-align:right;
}
.home {
	display:block;
	padding:6px 0 0 0;
	text-align:right;
	color:#e82a8c;
	font-size:9px;
	color:#fff;
}
.home a {
	color:#fff;
}
.home a:hover {
	color:#e82a8c;
}
#tntBtn {
	padding:0 0 0 470px;
}
#tntBtn img {
	padding:0;
	margin:282px 0 0 0;
}

/************************** MENU COLUMN ***************************/

/* Main Menu */

#mainMenu {
	padding:15px 0 0 0;
	margin: 0;
}
#mainMenu ul{
	list-style: none;
	margin: 0px;
	border: none;
	padding:0 0 50px 0;
}
#mainMenu ul li {
	margin: 0px;
	padding: 0 0px 1px 0;
	width:100%;
}
#mainMenu ul li a {
	display: block;
	padding:5px 0 5px 25px;
	color:#777;
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0em;
}
#mainMenu ul li a:hover {
	color: #fff;
	background-image:url(../images/main_menu_bg.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#mainMenu ul li a.active {
	color: #fff;
	background-image:url(../images/main_menu_bg.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#mainMenu ul li.active a:hover {
	color: #333;
}

/* Submenu */

#mainMenu ul ul{
	list-style: none;
	margin: 0px;
	padding:8px 0 15px 10px;
	border: none;
	1border-top:1px #fff dotted;
}
#mainMenu ul ul li {
	margin: 0px;
	padding: 2px 0 2px 0;
}
#mainMenu ul ul li a {
	display: block;
	padding:2px 0 2px 28px;
	color:#99cc00;
	font-size:11.5px;
	font-weight:bold;
	text-decoration: none;
}
#mainMenu ul ul li a:hover {
	color: #00a1dc;
	background-color:none;
	background:transparent;
}
#mainMenu ul ul li a.active {
	padding:1px 0 0 28px;
	margin: 1px 0 1px 0;
	color: #00a1dc;
	background-color:none;
	background:transparent;
	background-image:url(../images/li_m1_dot.gif);
	background-position:8px;
	background-repeat:no-repeat;
}
#mainMenu ul ul li a.active:hover {
	color: #00a1dc;
	background-color:none;
	background:transparent;
}

/********************** MAIN CONTENT COLUMN ***********************/

/* Breadcrumb */

#breadcrumb ul {
	padding: 0 0 0 18px;
} 
#breadcrumb li {
	padding: 0;
	font-size:10px;
	display: inline;
} 
#breadcrumb a { 
	color: #858a97;
	padding:0 12px 0 2px;
	background-image:url(../images/breadcrump_arr.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
} 
#breadcrumb a:hover { 
	color: #666;
	background-image:url(../images/breadcrump_arr.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
#mainContentCol .pageTitle {
	display:block;
	line-height: 1.357em;
	margin: 5px 0 5px 0;
	padding:13px 0 0 20px;
	text-align:justify;
	font-weight:normal;
}
#mainText {
	padding:18px 30px 1px 20px;
}
#mainText p {
	font-size:11px;
	font-weight:normal;
	text-align:justify;
	color:#666;
	padding-top:0.6em;
	margin-top:0.6em;
	margin-bottom:0px;
}
#mainText a {
	color:#ea885a;
}
#mainText a:hover {
	color:#000;
}
#mainText h1 {
	font-size:18px;
	color:#e82a8c;
	line-height: 1.357em;
	margin: 0 0 10px 0;
	text-align:justify;
	font-weight:normal;
}
#mainText h2 {
	font-size:14px;
	color:#ff0099;
	line-height: 1.357em;
	margin: 5px 0 10px 0;
	text-align:justify;
	font-weight:bold;
}
#mainText h3 {
	font-size:14px;
	color:#00a1dc;
	line-height: 1.357em;
	margin: 20px 0 10px 0;
	text-align:justify;
	font-weight:bold;
}
#mainText h4 {
	font-size:13px;
	color:#222222;
	line-height: 1.357em;
	margin: 3px 0 5px 0;
	text-align:justify;
}
#mainText h5 {
	font-size:14px;
	color:#ea885a;
	line-height: 1.357em;
	margin: 6px 0 10px 0;
	text-align:justify;
}
#mainText h6 {
	font-size:14px;
	color:#99cc00;
	line-height: 1.357em;
	margin: 6px 0 10px 0;
	text-align:justify;
}
#mainText ul {
	margin:15px 0 5px 0;
}
#mainText li {
	color:#333;
	font-weight:bold;
	list-style: none;
	line-height:1.357em;
	background-image: url(../images/li_dot.gif);
	background-position: left 6px;
	background-repeat: no-repeat;
	padding:0px 0 13px 15px;
}
* html #mainText li {
	background-position: left 7px;
}
#mainText blockquote {
	text-align:justify;
	font-size:11px;
	color:#999999;
	padding: 25px 0px 20px 0px;
	background-image: url(../images/blockquote.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	margin-top: 5px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
.date {
	padding:15px 0 0 21px;
	font-weight:bold;
	color:#666;
}
.back {
	display:block;
	padding:15px 0 0 20px;
	font-weight:normal;
}
.back a{
	color:#e82a8c;
}

/*** Extras ***/

#extras {
	padding:10px 30px 20px 20px;
	margin:0px;
}

/* Galleries */

.galleriesCont {
	padding:0;
	margin:20px 0 10px 0;
}
.galleriesContTitle {
	font-size:14px;
	color:#ccc;
	font-weight:bold;
	padding: 0 0 5px 0;
}
.galleriesContTitle a {
	color:#ccc;
}
.galleryContTitle a:hover {
	color:#000;
}
.galleryTitle {
	font-size:14px;
	color:#e82a8c;
	font-weight:bold;
	padding: 0 0 5px 0;
}
.galleryTitle a {
	color:#ccc;
}
.galleryTitle a:hover {
	color:#000;
}
.galleryImages img {
	border-top:solid;
	border-right:solid;
	border-bottom:solid;
	border-left:solid;
	border-color:#ccc;
	border-width: 4px 4px 4px 4px;
	margin:0 5px 0 0;
}

/* Articles */

.articlesCont {
	padding:0;
	margin:20px 0 10px 0;
}
.articlesContTitle {
	font-size:14px;
	color:#e82a8c;
	font-weight:bold;
	padding:0;
	margin:0 0 10px 0;
}
.articlesContTitle a {
	color:#ccc;
}
.articlesContTitle a:hover {
	color:#000;
}
.articles ul {
	margin:0;
	padding:0;
}
.articles li {
	font-size:12px;
	font-weight:normal;
	margin:4px 0 10px 0;
}
.articleDate {
	font-size:10px;
	color:#000;
	font-weight:bold;
	padding:0 0 1px 0;
	margin-bottom:2px;
}
.articleTitle {
	font-size:14px;
	color:#ccc;
	font-weight:bold;
	padding: 0 0 5px 0;
	text-align:justify;
}
.articleTitle a {
	display:block;
	color:#00a1dc;
	padding:0 0 2px 1px;
	font-size:12px;
	font-weight:bold;
	text-align:justify;
	border:0;
	border-bottom:1px;
	border-color:#ccc;
	border-style:dotted;
	background-color:#fff;
	margin:0 0 1px 0;
}
.articleTitle a:hover {
	color:#e82a8c;
	border-color:#ccc;
	background-color:#fff;
}
.articleDesc {
	font-size:10px;
	color:#999;
	font-weight:normal;
	padding:0 0 0 0;
	margin:4px 0 10px 0;
	text-align:justify;
}

/* Files */

.filesCont {
	padding:0;
	margin:20px 0 10px 0;
}
.filesContTitle {
	font-size:14px;
	color:#e82a8c;
	font-weight:bold;
	padding:0;
	margin:0 0 10px 0;
}
.filesContTitle a {
	color:#ccc;
}
.filesContTitle a:hover {
	color:#000;
}
.files ul {
	margin:0;
	padding:0;
}
.files li {
	font-size:12px;
	font-weight:normal;
	margin:4px 0 10px 0;
}
.fileTitle {
	font-size:14px;
}
.fileTitle a {
	display:block;
	padding:10px 3px 10px 40px;
	font-size:12px;
	font-weight:bold;
	color:#999;
	border:1px;
	border-color:#ccc;
	border-style:dotted;
	background-color:#fff;
	background-image:url(../images/files_bg.gif);
	background-position:5px 0;
	background-repeat:no-repeat;
}
.fileTitle a:hover {
	color:#00a1dc;
	background-color:#f8f8f8;
}

/************************* RIGHT COLUMN ***************************/
/* News */

.news {
	width:210px;
	padding:40px 0 0 10px;
}
.newsTitle {
	height: 20px;
	margin-bottom:10px;
	font-size:14px;
	text-align:right;
	font-weight:bold;
	color:#888;
	letter-spacing:0.2em;
	background-image:url(../images/h3_hr.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding: 5px 0 10px 21px;
}
.news ul {
	margin:0;
	padding:0;
}
.news li {
	font-size:12px;
	font-weight:normal;
	margin:20px 0 30px 0;
	text-align:justify;
}
.newsDate {
	font-size:11px;
	color:#00a1dc;
	font-weight:bold;
	background-image:url(../images/dot_news.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-position:9px;
	padding:0 0 1px 0;
	margin-bottom:2px;
}
.newsDesc {
	font-size:11px;
	color:#304c7a;
	font-weight:bold;
	padding:0;
	margin:4px 0 10px 0;
	text-align:justify;
	line-height:1.5em;
}
.news a {
	font-size:11px;
	color:#3f5b89;
	font-weight:bold;
}
.news a:hover {
	color:#666;
}

/**************************** FOOTER ******************************/

/* ITIS Logo */

.itis_logo {
	float:left;
	padding:10px 0 0 30px;
}
.itis_logo img {
	margin-bottom:-1px;
}
.itis_logo a {
	font-size:9px;
	color:#888;
	letter-spacing:1.3px;
	display:block;
	float:left;
}
.itis_logo a:hover {
	color: #333;
}

/* Bottom Links */

#btmLinks {
	float:left;
	padding:10px 0 0 270px;
}
#btmLinks ul {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#btmLinks li {
	font-size:9px;
	float: left;
	display: inline;
}
#btmLinks li a {
	text-decoration: none;
	color: #333;
	display: block;
	padding: 5px 8px 5px 8px;
	background-image:url(../images/colon.gif);
	background-position:right;
	background-repeat:no-repeat;
	letter-spacing:1px;
}
#btmLinks li a:hover {
	color:#999;
}
#btmLinks li.active {
	text-decoration: none;
	color: #999;
	padding: 5px 8px 5px 8px;
	background-image:url(../images/colon.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#btmLinks li.last {
	background-image:none;
}
#btmLinks li.last a {
	background-image:none;
}


/* Info Table */

.infoTable {
	width:100%;
}
.infoTable th {
	width:20%;
	font-weight:bold;
	color:#048fd0;
	padding: 7px 5px 7px 5px;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}
.infoTable tr {
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	text-align:center;
}
.infoTable td {
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	text-align:center;
}
.rowOne {
	background-color:#f8f8f8;
}
.rowTwo {
	background-color:#fff;
}

