/******************************************************************/
/*********************** WIZCREATIVE v 1.0 ************************/
/******************************************************************/



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

body {
	background-color: #89baba;
	margin-top: 0px;
	font-size:11px;
	font-family: Arial, Calibri, Verdana, Geneva, Helvetica, "Lucida Grande", sans-serif;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
p {
	font-size: 1em;
	line-height: 1.357em;
	padding-top:1.0em;
	margin-top:1.0em;
	margin: 0 0 1em 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.357em;
	margin: 0 0 1em 0;
	text-align:justify;
}
a {
	text-decoration:none;
	color:#999;
}
a:hover {
    color: #000;
	text-decoration:none;
}
b, strong {
	font-weight: bold;
}
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%;
}
.clearfloat {
	clear: both;
	margin: 0px;
	font-size: 1px;
    line-height: 0px;
}

/**************************** CONTAINER ***************************/

#header {
	width:780px;
	height:205px;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
	background-position:top;
}
#center {
	width:780px;
	margin-left: auto;
	margin-right: auto;
	background-color:#89baba;
	background:url(../images/center_bg.gif) repeat;
}
#footer {
	width:780px;
	height:25px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	background-position:top;
}
#menuCol {
	float:left;
	width:330px;
	padding:0;
}
#mainContentCol {
	float:left;
	width:430px;
	padding:0;
	margin:0;
}

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

.logo {
	padding:30px 0 0 30px;
}
.lang {
	padding:8px 0 0 45px;
	color:#fff;
}
.lang a{
	font-size:12px;
	font-weight:bold;
	color:#806d52;
}
.lang a:hover {
	font-size:12px;
	font-weight:bold;
	color:#89baba;
}

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

/* Main Menu */

#mainMenu {
	padding:10px 0 35px 0;
	margin: 0;
}
#mainMenu ul{
	list-style: none;
	margin: 0px;
	border: none;
	padding:0 0 0 15px;
}
#mainMenu ul li {
	margin: 0px;
	padding: 1px 0px 1px 0px;
}
#mainMenu ul li a {
	display: block;
	list-style: none;
	padding:7px 0 5px 30px;
	color:#fff;
	list-style: none;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
	background-image: url(../images/dot_li.gif);
	background-position: left 6px;
	background-repeat: no-repeat;
}
#mainMenu ul li a:hover {
	color: #89baba;
	list-style: none;
	background-image: url(../images/dot_li_on.gif);
	background-position: left 6px;
	background-repeat: no-repeat;
}
#mainMenu ul li.active {
	color: #89baba;
}
#mainMenu ul li.active a {
	color: #89baba;
}
#mainMenu ul li.active a:hover {
	color: #333;
}

.note {
	font-size:13px;
	font-weight:normal;
	color:#afa08b;
	padding: 0 15px 15px 30px;
	line-height:1.3em;
}

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

#mainContent {
	padding: 10px 0 0 0;
}
#mainText {
	padding:5px 0 0 15px;
}
#mainText p {
	font-size:12px;
	font-weight:normal;
	text-align:justify;
	color:#fff;
	padding:0 0px 0 0px;
}
#mainText a {
	color:#89baba;
}
#mainText a:hover {
	color:#fff;
}
#mainText h1 {
	font-size:22px;
	margin-bottom:5px;
	padding:0;
	color:#ab9c2e;
	font-weight:normal;
}
#mainText h2 {
	font-size:18px;
	font-weight:normal;
	color:#fff;
}
#mainText h3 {
	font-size:14px;
	color:#fff;
	background-color:#bfbfbf;
	border:1px #fff dotted;
	padding:4px;
}
#mainText h4 {
	font-size:14px;
	font-family: Arial, sans-serif;
	color:#fff;
	border-top:1px #fff dotted;
	padding:20px 0 6px 5px;
}
#mainText h5 {
	font-size:14px;
	color:#fff;
	font-weight:normal;
	border-top:1px #fff dotted;
	padding:22px 0 10px 5px;
}
#mainText ul {
	margin-left:10px;
}
#mainText li {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	list-style:circle;
	line-height:1.357em;
	padding:1px 0 13px 15px;
}
* html #mainText li {
	background-position: left 5px;
}
#mainText blockquote {
	text-align:justify;
	font-size:12px;
	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;
}

/*** Extras ***/

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

/* Files */

#extrasFile {
	padding:0;
	margin:15px 35px 12px 25px;
}
.fileTitle {
	font-size:14px;
	color:#fff;
	font-weight:bold;
	padding: 5px 0 0 5px;
}
.fileTitle a {
	color:#ccc;
}
.fileTitle a:hover {
	color:#000;
}
#extrasFile ul {
	display:block;
	margin:0 0 0 5px;
	padding:0;
}
#extrasFile li {
	display:block;
}
#extrasFile h3 {
	font-size:11px;
	font-weight:bold;
	padding:5px 0 0 0;
	margin:0;
}
#extrasFile a {
	display:block;
	padding:10px 3px 12px 33px;
	font-size:11px;
	font-weight:bold;
	color:#d3eafc;
	background-image:url(../images/files_bg.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#extrasFile a:hover {
	color:#fff;
	background-color:#92b4d5;
}
#extrasFile p {
	font-size:10px;
	color:#999;
	padding:0 0 0 3px;
	margin:0;
}

/* Files2 */

#extrasFile2 {
	padding:0;
	margin:15px 35px 12px 25px;
}
.fileTitle {
	font-size:14px;
	color:#fff;
	font-weight:bold;
	padding: 5px 0 0 5px;
}
.fileTitle a {
	color:#ccc;
}
.fileTitle a:hover {
	color:#000;
}
#extrasFile2 ul {
	display:block;
	margin:0 0 0 5px;
	padding:0;
}
#extrasFile2 li {
	display:block;
}
#extrasFile2 h3 {
	font-size:11px;
	font-weight:bold;
	padding:5px 0 0 0;
	margin:0;
}
#extrasFile2 a {
	display:block;
	padding:10px 3px 12px 33px;
	font-size:11px;
	font-weight:bold;
	color:#d3eafc;
	background-image:url(../images/files_bg.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#extrasFile2 a:hover {
	color:#fff;
	background-color:#92b4d5;
}
#extrasFile2 p {
	font-size:10px;
	color:#999;
	padding:0 0 0 3px;
	margin:0;
}

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


/* ITIS Logo */

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

/* Bottom Links */

#btmLinks {
	float:left;
	font-size:10px;
	display:block;
	padding:2px 0 0 40px;
	color: #897559;
}
#btmLinks a {
	text-decoration: none;
	color: #897559;
	letter-spacing:1.5px;
}
#btmLinks a:hover {
	color:#f1903a;
}
#btmLinks li.active {
	text-decoration: none;
	color: #000;
	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;
}
