*{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-position: inside;
	list-style-type: square;
}

body{
	color: #777777;
	font: 11px/17px "lucida grande" "trebuchet ms" verdana sans-serif;
	background: #F9F9F7 url(../images/bg.gif) repeat-x;
}

div#hCenter{
	width: 100%;
	text-align: center;
}

div#container{
	width: 920px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #DBDCD6;
	border-top-width: 0px;
	padding: 15px;
	padding-top: 0px;
	margin-bottom: 15px;
}

div#header{
	margin-bottom: 6px;
	height: 89px;
}

div#header #logo{
	width: 228px;
	height: 89px;
	background: #FE7100 url(../images/logo-bg.gif) repeat-x;
	color: #fff;
	padding-left: 25px;
	margin-right: 7px;
	float: left;
	text-decoration: none;
	cursor: pointer;
}

div#header #logo div#title{
	margin-top: 27px;
	font: bold 18px/21px "lucida grande" "trebuchet ms" verdana sans-serif;
	float: left;
}

div#header #logo div#subTitle{
	font: 15px/18px "lucida grande" "trebuchet ms" verdana sans-serif;
	float: left;
}

div#header div#headerImage{
	float: left;
}

div#header div#contacts{
	background: #5778A1 url(../images/school.jpg) no-repeat;
	float: right;
	width: 209px;
	height: 75px;
	padding: 14px 0px 0px 450px;
	font: 12px/16px "lucida grande" "trebuchet ms" verdana sans-serif;
	color: #fff;
}

div#header div#contacts a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

div#header div#contacts a:hover{
	color: #DADADA;
}

.message{
	border: 2px solid #5D7CA3;
	background: #F1F3F8;
	color: #000;
	line-height: 25px;
	text-align: center;
	padding: 14px 10px 10px 10px;
	margin-bottom: 20px;
}

.message span{
	font-size: 23px;
	line-height: 23px;
}

/* navigacija */
/* style the outer div to give it width */
.menu{
	height: 31px;
	background: #4E4E28 url(../images/menu-bg.gif) repeat-x;
	border: 1px solid #41421D;
	border-width: 0px 1px 0px 1px;
}

.menu #sitemap{
	display: block;
	float: right;
	width: 11px;
	height: 9px;
	line-height: 9px;
	font-size: 8px;
	background: url(../images/sitemap.gif) no-repeat;
	padding: 0px;
	margin: 10px 10px;
}

/* 3em remove all the bullets, borders and padding from the default list styling */
.menu ul {
	list-style-type: none;
}

/* style the sub-level lists 15em */
.menu ul ul {
	width: 10px;
	text-align: left;
}

/* 3em 3em float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {
	height: 31px;
	float: left;
	border-right: 1px solid #555B2D;
}

/* 12em 1em style the sub level list items */
.menu ul ul li {
	display:block;
	width:auto;
	height:auto;
	position:relative;
	line-height: 30px;
	top: -2px;
	left: 0px;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	float:left;
	
	color: #fff;
	background-image: url(../images/button.gif);
	text-decoration: none;
	/* 0 3em 0 1em */
	height: 31px;
	line-height: 31px;
	padding: 0px 15px 0px 15px;
}

.menu a:hover{
	background: #3B3B1E;
	text-decoration: underline;
}

.menu :hover > a {
	background: #3B3B1E;
	text-decoration: underline;
}

/* style the sub level links */
.menu ul ul a{
	display:block;
	background: #3B3B1E;
	color:#fff;
	width:120px;
	height:100%;
}
.menu ul table ul a{
	width: 14em; /*14em */
	w\idth: 120px; /*12em  ie sub width*/
}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute; 
	left:0; 
	top:0;
	z-index:-1;
}
.menu ul ul table {
	lef\t:-1px;
}
.menu ul ul table ul.left {
	margin-lef\t:2px;
}

.menu li:hover {
	position:relative;
}
* html .menu a:hover {
	position:relative;
}

/* style the level hovers */
/* second */
.menu ul ul a:hover {
	color:#fff;
	background: #6D6F41;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:3em;
	left:0;
	width:14em;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible; 
	height:auto; 
	padding-bottom:0em;
}

div#menuBottom{
	height: 10px;
	line-height: 10px;
	font-size: 8px;
	background: url(../images/menu-bottom-bg.gif) repeat-x 0px 1px;
	margin-top: 1px;
	border-top: 1px solid #C0C2B5;
	padding-top: 1px;
	margin-bottom: 30px;
}

/* navigacijos pabaiga */

.fClear{
	clear: both;
}

div.gap{
	height: 10px;
	line-height: 10px;
	font-size: 4px;
	background: none !important;
}

div.bigGap{
	height: 30px;
	line-height: 30px;
	font-size: 4px;
	background: none !important;
}

/* pagrindinis contentas */

div#mainContainer{
	float: left;
	width: 695px;
}


div#rightContainer{
	float: right;
	width: 200px;
}


div#content{
	width: 695px;
	margin: 0px 25px 0px 0px;
}

h1{
	font: bold 17px/17px "lucida grande" "trebuchet ms" verdana sans-serif;
	color: #625F4C;
	text-align: left;
	padding-bottom: 3px;
	border-bottom: 1px dotted #D4D4D4;
	margin-bottom: 10px;
}

div.news{
	background: url(../images/container-bottom-bg.gif) repeat-x bottom;
	margin-bottom: 40px;
	padding: 15px;
	padding-top: 10px;
}

div#last{
	margin-bottom: 0px;
}

div.news div.actions{
	text-align: right;
	padding-top: 20px;
}

h4{
	font: bold 11px/17px "lucida grande" "trebuchet ms" verdana sans-serif;
	color: #AEADAB;
	float: left;
	display: inline;
}

div.innerContainer{
	padding: 15px;
	padding-top: 0px;
}

div.largerText{
	font-size: 13px;
}

h2{
	font: bold 12px/17px "lucida grande" "trebuchet ms" verdana sans-serif;
	color: #68665A;
	margin-bottom: 15px;
}

div.buttons{
	margin-top: 15px;
}

input.button{
	height: 25px;
	background: #FE7100;
	border: 1px solid #752000;
	padding: 0px 5px 0px 5px;
	_padding: 0px;
	font: bold 12px/17px "lucida grande" "trebuchet ms" verdana sans-serif;
	color: #fff;
}

a{
	text-decoration: none;
	color: #FB7504;
}

a:hover{
	text-decoration: underline;
}

div.news div.actions a.comments{
	background: url(../images/quote.gif) no-repeat left 3px;
	padding-left: 17px;
	text-decoration: none;
	color: #FB7504;
}

div.news div.actions a.readMore{
	background: url(../images/more.gif) no-repeat left 3px;
	padding-left: 17px;
	text-decoration: none;
	color: #FB7504;
	margin-left: 20px;
}

div.news div.actions a:hover{
	text-decoration: underline;
}

div#footer{
	background: #F8F9F4;
	border-top: 1px solid #EDEEE9;
	text-align: center;
	padding: 20px 0px 20px;
	color: #A0AB8D;
	margin-top: 40px;
}

div#footer a{
	color: #A0AB8D;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

div#footer a#design{
	font-weight: normal;
	font-size: 11px;
}

div#footer a:hover{
	color: #5F694D;
}

div.center{
	text-align: center;
}

.pollStats{
	height: 11px;
	line-height: 11px;
	font-size: 8px;
	background: #5778A1;
	margin: 3px 5px 10px 0px;
	width: 1px;
	float: left;
}

div#totalVotes{
	font-size: 13px;
	border-top: 1px dotted #D4D4D4;
	margin-top: 15px;
	padding-top: 5px;
}

img.banner{
	border: 1px solid #CCCCCC;
	border-color: #CCCCCC #4C4C4C #4C4C4C #CCCCCC;
	width: 88px;
	height: 31px;
	margin-bottom: 5px;
}

.pagePath{
	font: bold 13px/17px "lucida grande" "trebuchet ms" verdana sans-serif;
	color: #8F8970;
	text-align: left;
	margin-bottom: 20px;
}

.pagePath a{
	text-decoration: none;
	color: #CE5F04;
}

.pagePath a:hover{
	text-decoration: underline;
}

div.comment{
	margin: 10px 0px 5px 0px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #BEBEBE;
}

div.comment div.title{
	font-size: 13px;
	color: #515151;
	padding-bottom: 10px;
}

div.comment div.content{
	margin-top: 5px;
}

table.postComment{
	border: 1px solid #BEBEBE;
	margin-top: 10px;
	border-collapse: collapse;
	width: 100%;
}

.right{
	text-align: right;
}

table.postComment td{
	padding: 5px;
}

table.postComment td.title{
	font-size: 13px;
	color: #515151;
}

.text{
	border: 1px solid #DBDBDB;
	line-height: 21px;
	height: 21px;
	padding: 2px;
	color: #838383;
	font: 12px "lucida grande","trebuchet ms",verdana,sans-serif;
}

.textarea{
	border: 1px solid #DBDBDB;
	line-height: 21px;
	height: 70px;
	width: 300px;
	padding: 2px;
	color: #838383;
	font: 12px "lucida grande","trebuchet ms",verdana,sans-serif;
}

.text:focus, .textarea:focus{
	background: #FEFBEF;
}

p{
	margin-bottom: 15px;
}

div#rightContainer p{
	margin: 0px;
	padding: 0px;
	display: inline;
}

table.tvark{
	border: 1px solid #625F4C;
	border-collapse: collapse;
	width: 140px !important;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

table.tvark th{
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background: #000000;
	color: #fff;
}

table.tvark td{
	border: 1px solid #625F4C;
	width: 1%;
	white-space: normal;
	text-align: left;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	background: #FFFFFF;
	padding: 0px 2px 0px 2px;
}

table.tvark td.times{
	width: auto !important;
	text-align: center;
}