@import url('http://fonts.googleapis.com/css?family=Cantora+One');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html { overflow-y: scroll; }
body { 
  	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:22px;
}

/*br { display: block; line-height: 1.6em; }*/ 

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

input, textarea { 
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; 
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

h1 {
  font-family: 'Cantora One', Arial, sans-serif;
  font-size: 2.0em;
  line-height: 1.6em;
  margin-bottom: 10px;
  color: #85c0fc;
  border-bottom:dashed 1px #85c0fc;
}

p {
	/*font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	line-height:22px;*/
	
  /*font-size: 1.3em;
  line-height: 1.25em;
  color: #575757;
  font-weight: normal;
  margin-bottom: 10px;*/
}

a { color: #8dadd8; }
a:hover { color: #7299cf; }

/* main page */
#w {
  display: block;
  width: 980px;
  margin: 0 auto;
  background: none;
}


#content {
  display: block;
  background: #fff;
  padding: 0px;
  margin-left: 224px;
 /* -webkit-box-shadow: 1px 2px 1px rgba(0,0,0,0.4);
  -moz-box-shadow: 1px 2px 1px rgba(0,0,0,0.4);
  box-shadow: 1px 2px 1px rgba(0,0,0,0.4);*/
  border: solid 1px #EEEEEE;
  min-height: 300px;
}

.contentblock {
  display: block;
  padding: 0 20px 15px;
}



.contentblock ul {
  margin-left:15px;
}
.contentblock ul li {
 list-style-image:url(../images/blu-arrow.png);
}
.contentblock strong.italy {
font-style:italic;
}
.contentblock .grn {
font-size:16px;
color:#096;
text-decoration:underline;
}
.contentblock span {
font-weight:700;
}



.contentblock table.tom {
	margin:10px 0 0;
}
.contentblock table.tom td {
	padding:5px 10px;
	background:linear-gradient(to right,#d6ebff,#fafdff);
	border-left:solid 1px #80c4ff;
	border-bottom:solid 2px #ffffff;
	font-weight:normal;
	vertical-align:middle
}



.contentblock.hidden {
  display: none;
}

/* side navigation */
#sidemenu {
  margin: 0;
  padding: 0;
  width: 223px;
  float: left;
  background: #e8e8e8;
  border-left: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}


#sidemenu li { display: block; text-align: left; border-top: 1px solid #fff; font-size: 1.1em; }

#sidemenu li a { 
  display: block;
  padding: 5px 2px 5px 10px;
  color: #555;
  text-decoration: none;
  /*border-bottom: 1px solid #EEEEEE;*/
  border-left:solid 1px #85c0fc;
  background-color:#f2f2f2;

}
#sidemenu li a:hover {
  background: #EEEEEE;
}

#sidemenu li a strong { 
  display: block;
  margin-top: 5px;
  /*color: #069;*/
}

#sidemenu li a.open {
  width: 101%;
  background: #fff;
}

/* extra styles */
.bigtxtfield {
  display: block;
  width: 350px;
  color: #555;
  padding: 4px 6px;
  margin-bottom: 15px;
}

.bigtxtarea {
  display: block;
  width: 440px;
  height: 90px;
  padding: 5px 9px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #555;
  font-size: 1.2em;
}

.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }