/* Reset Styles
***********************/
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;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
strong {font-weight: normal;}
em {font-style: italic;}


#map_canvas {
 width: 500px;
 height: 400px;
 }



body {background: url(body.png) repeat left top; font-family: 'Arial', sans-serif;}

#page {
  margin-left:auto;
  margin-right:auto;
  width:960px;
}

#container {width: 960px; max-width: 960px;  height:400px; margin: 0px auto ; padding-top:20px; background-color:#ccc}


#container2 {width: 960px; max-width: 960px;  height:0px auto; margin: 0px auto ; padding-top:15px; background-color:#fff}

#containerHeader {width: 960px; max-width: 960px;  height:0px auto; margin: 0px auto ; padding-top:0px; background-color:#fff}

#containerFooter {width: 960px; max-width: 960px;  height:0px auto; margin: 0px auto ; padding-top:0px; background-color:#333}

.slidebox{ width:640px;  background:#fff; border-radius:3px; margin:0px auto; position:relative;}


.shadow{ width:640px; height:82px; background:url(shadow.png); position:absolute; bottom:-30px;}

.credits{
	padding:60px 0px;
	text-align:center;
}

.regText{
	padding:20px 20px;
	text-align:left;
	font-size:18px;
	color:# 333;
	font-family: inherit;
}

.tablepress-id-N tbody td {
	font-family: Tahoma;
	font-size: 14px;
	color: #ff0000;
}

.regTextBold{
	padding:20px 20px;
	text-align:left;
	font-size:15px;
	font-weight:800;
	color:# 333;
	font-family: inherit;
}

.regText p{
	font-size:15px;
	color:#555;
	text-shadow:1px 1px 0px #eee;
	margin-bottom:5px;
	line-height: 1.7em;
}


.footerText h2{
	padding:10px 20px;
	text-align:left;
	font-size:16px;
	color:#0185da;
	font-family: arial;
	text-align:right;
	font-weight:bold;
}


.footerText p{
	padding:0px 20px;
	font-size:13px;
	color:#fff;
	margin-bottom:5px;
	line-height: 1.5em;
	text-align:right;
	font-family: arial;
}


.regText h2{
	font-size:22px;
	font-weight:900;
	margin-bottom:10px;
	color:#0185da;
	text-shadow:1px 1px 0px #eee;	
}

.regText h3{
	font-size:16px;
	font-weight:700;
	margin-bottom:10px;
	color:#666666;
	line-height: 2em;
	text-shadow:1px 1px 0px #eee;	
}


.credits h2{
	font-size:26px;
	font-weight:800;
	margin-bottom:10px;
	color:#4c4c4c;
	text-shadow:1px 1px 0px #eee;	
}

.credits p{
	font-size:13px;
	color:#555;
	text-shadow:1px 1px 0px #eee;
	margin-bottom:5px;
}

.fcomments{
	width:640px;
	margin:40px auto;
	}

a {
	text-decoration: none; 
	color: #427f9e;
	}





/* Menu CSS Starts here */




#cssmenu {
  border: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
  font: 67.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  height:0px auto; margin: 0px auto ;
  width:  960px; max-width: 960px;  
}
#cssmenu ul {
  background: #333333;
  height: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu li {
  float: right;
  padding: 0px;
}
#cssmenu li a {
  background: #333333 url('images/seperator.png') bottom right no-repeat;
  display: block;
  font-weight: normal;
  line-height: 35px;
  margin: 0px;
  padding: 0px 25px;
  text-align: center;
  text-decoration: none;
}
#cssmenu > ul > li > a {
  color: #cccccc;
}
#cssmenu ul ul a {
  color: #cccccc;
}
#cssmenu li > a:hover,
#cssmenu ul li:hover > a {
  background: #0185da url('images/hover.png') bottom center no-repeat;
  color: #FFFFFF;
  text-decoration: none;
}
#cssmenu li ul {
  background: #333333;
  display: none;
  height: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
  width: 225px;
  z-index: 200;
  /*top:1em;
	/*left:0;*/

}
#cssmenu li:hover ul {
  display: block;
}
#cssmenu li li {
  background: url('images/sub_sep.png') bottom left no-repeat;
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
  width: 225px;
}
#cssmenu li:hover li a {
  background: none;
} 
#cssmenu li ul a {
  display: block;
  height: 35px;
  font-size: 12px;
  font-style: normal;
  margin: 0px;
  padding: 0px 10px 0px 15px;
  text-align: left;
}
#cssmenu li ul a:hover,
#cssmenu li ul li:hover > a {
  background: #0185da url('images/hover_sub.png') center left no-repeat;
  border: 0px;
  color: #ffffff;
  text-decoration: none;
}
#cssmenu p {
  clear: left;
}



