/*   Author:   Patricia Kalil */

/* ///// ///// --HTML and BODY Information ///// /////-- */
html {
	margin: 0px;
	padding: 0px;
}
body, th, td {
	font-family: Verdana, Geneva, Helvetica, Tahoma, sans-serif;
	font-size: small;
	line-height: 1.4em;
	background-color: #fff;
	color: #333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
}


/* ///// ///// --Typography, blocks and Links ///// /////-- */
h1, h2, h3 {
	font-family: "Trebuchet MS",sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 1.4em;
	color: #577e9c;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: dashed;
	border-bottom-style: solid;
	border-top-color: #718cc3;
	border-bottom-color: #718cc3;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
	font-size: 0.95em;
	color: #960;
	background-color:#fff;
	margin-top: 5px;
	letter-spacing: 0.23em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	padding-left: 14px;
	margin-left: 23px;
	margin-right: 23px;
	}
blockquote {
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
	text-indent: 1em;
	text-align: left;
	background-color: #CFE6F9;
	color: #333;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-left: 2em;
	width: 77%;
	padding-right: 1em;
	padding-left: 0em;
	}
abbr, acronym {
	cursor: help;
	font-weight: bold;
	border: 0px;
}
a:link {
	color: #036;
	text-decoration: none;
	font-weight: normal;
	background-color: #fff;
}
a:visited{
	color: #69c;
	text-decoration: none;
	}
a:hover, a:active {
	color: #006;
	text-decoration: underline;
}
address {
	font-size: 0.95em;
	font-weight: normal;
}
/*End Links*/


/* ///// ///// --main menu ///// ///// -- */

#navigation {
	white-space:nowrap;
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	}
#navigation ul li {
	float: left;
	position: relative;
	margin: 0px;
	list-style-type:none;
	list-style-position:inside;
	display:block;
	white-space:nowrap;
	border-right: 1px solid #ccc; /* this code creates a right border to all menulist title items, including the last*/
	width:19%;
	padding-left: 0px;
	padding-top: .1px;
	padding-bottom: .1px;
	font-weight: bold;
}
#navigation li:first-child {
	border-left: 1px solid #ccc; /* this code creates a left border to the 1st menulist title item*/
}
#navigation ul li a {
	float:none !important /*Non-IE6*/;
	float:left /*IE-6*/;
	font-family: "Trebuchet MS",sans-serif;
	color:#005;
	font-size: 1.22em;
	letter-spacing: 0.1em;
	display:block;
	height:2.3em;
	line-height:2.3em;
	padding:0 .5em .5em .5em;
	text-decoration:none;
	margin-top: 0px;
}
/*Non-IE6 hovering*/
#navigation ul li:hover ul li a:hover {
	background-color:#abc1de;
	color:#036;
	text-decoration:none;
} 
.keywords {
	font-size: 0.95em;
	background-color: #efdc99;
	padding-left: 5px;
	padding-right: 14px;
	margin: 14px;
}

/*IE6 hovering*/
#navigation table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}
#navigation ul li a:hover {
	background-color:#abc1de;
	text-decoration:none;
} /*Color main cells hovering mode*/



/* ///// ///// --IDs and Classes ///// ///// -- */
#main {
	float: left;
	width: 1040px;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	clear: both;
	margin-bottom: 10px;
}
#theme {
	background-image: url(assets/Images/duck.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 293px;
	width: 337px;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	}
#sidebar {
	float: left;
	width: 337px;
	position: relative;
	text-align: left;
	padding-top: 23px;
	padding-bottom: 23px;
}
#sidebar li {
	padding-left: 5px;
	margin-left: 32px;
}
#sidebar p {
	padding-left: 5px;
	margin-left: 32px;
}
#motto {
	vertical-align: text-bottom;
	text-decoration: none;
	margin-right: 32px;
	background-image: url(assets/Images/map-motto.gif);
	background-repeat: no-repeat;
	text-shadow: yellow .15em .15em .15em;
	height: 140px;
	}
#motto h1 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#motto h1 span {
	display:none;
	}
#container {
	width: 700px;
	background-color: #fff;
	float: left;
	position: relative;
	text-align: left;
}
#content {
	width: 700px;
	margin-top: 5px;
	height: 0px;
}
#colleft {
	float: left;
	width: 320px;
	padding-left: 10px;
	padding-top: 23px;
	border-left-width: thin;
	margin-left: 23px;
	margin-right: 10px;
	min-height: 410px;
}
#colright {
	float: left;
	width: 230px;
	padding-left: 10px;
	padding-top: 5px;
	border-left-width: thin;
	margin-left: 50px;
	background-color: #c6dced;
	margin-top: 50px;
}
#colright h3 {
	font-size: 0.95em;
	color: #000033;
	background-color:#c6dced;
	margin-top: 5px;
	letter-spacing: 0.23em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	padding-left: 14px;
	margin-left: 23px;
	margin-right: 23px;
	}
#colright p {
	padding-left: 14px;
	margin-left: 14px;
	margin-right: 23px;
	}
#footer {
	clear: both;
	width:1040px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 0.05em;
	color: #d49233;
	background-color: #fff;
	text-align: center;
	float: inherit;
	position: relative;
	margin-bottom: 10px;
}
#footer p, address {
	font-family: "Trebuchet MS", sans-serif;
	letter-spacing: 0.05em;
	color: #d49233;
	background-color: #fff;
	text-align: center;
	float: inherit;
	position: relative;
	margin-bottom:0.05em;
}
.sitename {
	padding-top: 205px;
	clear: both;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.4em;
	color: #718CC3;
	font-weight: bold;
	text-align: right;
	padding-right: 32px;
	padding-bottom: 41px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
.sitename h1{
    border: none;
	}
.sitename a:link, a:visited, a:hover, a:active {
	color: #718CC3;
	text-decoration: none;
}
/* ///// ///// --form ///// ///// -- */
label {
     margin-top: .32em;
	 display: block;
	 }
input {
	display: block;
	width: 302px;
	font-family: "Trebuchet MS", sans-serif;
	}
textarea {
	width: 302px;
	height: 77px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: small;
	}
label.required {
	color: #c00;
	font-weight:bold;
	font-family: "Trebuchet MS", sans-serif;
	}
textarea.required, input.required {
	border: 1px solid red;
	background-color: #eee;
	font-family: "Trebuchet MS", sans-serif;
	}
fieldset {
	margin-bottom: 1em;
	font-family: "Trebuchet MS", sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #EFDC99;
	}
legend {
	font-weight: bold;
	border: none;
	padding: 0.5em;
	background-color: #efdc99;
	font-family: "Trebuchet MS", sans-serif;
	}
#colright input, textarea {
	width: 194px;
	padding-left: 5px;
	padding-top: 5px;
	}

.clearfloats {
	clear:both;
}
