/* Start of CMSMS style sheet 'html5 : skeleton' */
/*============================= Reset =========================*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block; }
/* Creates foundation "em" font sizes where 1em is equal to approximately 10px and 1.1em = approx. 11px etc
-base font-size of 62.5% to have the convenience of sizing rems in a way that is similar to using px*/
body {
	font: 100% Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	/*font: 100%  Georgia, "Times New Roman", Garamond, serif;*/
	/*font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: none;
}

/* Remove padding and margin */
* {
margin: 0px;
padding: 0px;
}


/* Puts sensible margin and padding back on suitable elements */
h1, h2, h3, h4, h5, h6{margin: 5px 0px;}
p, pre, blockquote, form, fieldset, table {margin: 5px 0px;}

/* Typography */
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
h5 { font-size: 17px; line-height: 24px; }
h6 { font-size: 14px; line-height: 21px; }

/* #Forms
================================================== */

form {margin-bottom: 20px; }
fieldset {margin-bottom: 20px; border: 1px solid transparent;}
input[type="text"], 
input[type="password"],
input[type="email"],
textarea, 
select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 0;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #fff;}
select {padding: 0;}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus, 
textarea:focus {
	border: 1px solid #aaa;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2); }
textarea {
	min-height: 60px; }
label,
legend { 
	display: block;
	font-weight: bold;
	font-size: 13px;  }
input[type="checkbox"] {
	display: inline; }
label span,
legend span {
	font-weight: normal;
	font-size: 13px;
}
		

/* Tables *****************************/
table {
border-spacing: 0;
border-collapse: collapse;
}
td {
text-align: left;
font-weight: normal;
}

ul,ol{list-style-position:inside;}
/* ============================== Clearing ======================================== */

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; } 
	
/* Use clearfix class on parent to clear nested columns, 
or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row:after,
.clearfix:after {clear: both;}
.row, 
.clearfix {zoom: 1;}
	  
/* You can also use a <br class="clear" /> to clear columns */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
	
/*============================ Layout basics ===================================*/
header{
	margin-top:0px;
	width: 100%;
}
/*this hides the text title*/
header h1{
	margin:0;
	position:absolute;
	top:-999px;
	left:-999px;
}
/*title image as background*/
header span#headerImage{
	display: block;
	background: url() no-repeat center ;
	height:auto;
	width:100%;
}
/*title image link home*/
header a{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
header a img{
	/*height:180px;*/
	width:100%;
	border: none;
}
/*======================== navigation - function ================================*/
nav{
	position:absolute;
	top: 0px;
}
nav ul {list-style: none;}
nav ul.topMenu{
	list-style:none;
	padding:10px 18px;
}
nav ul li.menuItem {
	position:relative;
	float:left;
}
nav ul li.menuItem.current a, #nav ul li.menuItem a:hover, #nav ul li.menuItem:hover a{
	text-decoration: underline;
}
/***********sub menu*************/
nav li ul{
	position:absolute;
	left:0px;
}
nav ul ul,
nav ul li:hover ul ul,
nav ul ul li:hover ul ul{
	display: none;
}
nav ul li:hover ul,
nav ul ul li:hover ul,
nav ul ul ul li:hover ul{
	display:block;
	z-index:1;
}
/*============================== footer ================================*/
footer{
	width:100%;
	clear:both;
	font-size:small;
	height:50px;
	float:left;
}
footer .copyrights{
	float:left;
	text-align:left;
}
footer .credits{
	float:right;
	text-align:right;
}
/* End of 'html5 : skeleton' */

