﻿/* --- Body Style --- */
body {
	font-family: Verdana;
	font-size: 11pt;
	color: #000000;
	border: 0;
	padding: 0px;
	margin: 0px;
	list-style-type: square;
	list-style-position: inside;
	text-align:center;
	background: #fff url('images/background.gif') repeat scroll center center ;
	background-color:#DDDDFF;
}
/* --- Page Style --- */
div#page {
	width:760px;
	border-left:1px #000 solid;
	border-right:1px #000 solid;
	background: #fff url('images/leftbg.gif') repeat-y ;
	text-align:left;
}
/* --- Header Style --- */
div#header {
	padding-top:6px;
	padding-bottom:0px;
	background: url('images/headbg.gif') #00007f no-repeat scroll right center;
	border-bottom:1px #000 solid ;
}
/* --- Information Style --- */
div#infomation {
	padding: 4px ;
	margin:0;
	text-align:right;
	padding-left:20px;
	padding-right:20px;
	background:#00007f url('images/infobg.gif') repeat-x scroll center top;
	border-bottom:1px #000 solid ;
}
div#infomation p {
	padding: 2px ;
	margin:0;
	display:block;
	color:silver;
}
div#infomation p a {
	color: silver;
	padding:2px 6px ;
	text-decoration:none;
	border:1px silver solid ;
	font-size:12px;
}
div#infomation p a:hover {
	color: white;
}
/* --- Search Style --- */

div#search {
	float:right;
}
div#search form {
	padding-top:40px;
	padding-right:20px;
}
div#search form input {
	background: url('images/searchboxbg.gif') ;
	border: 1px silver solid;
	color: silver ;
	height:16px;
}
div#search form input.button {
	height:20px;
}
div#search form input.button:hover {
	height:20px;
	color:white;
}



/* --- Footer Style --- */
div#footer {
	padding: 2px ;
	background:#00007f url('images/footbg.gif') repeat-x scroll center top;
	text-align:center;
	color:#fff;
	border-top:1px #000 solid ;
	clear:both;
}
div#footer p{
	color:silver;
}

/* --- Left Style --- */
div#left {
	width:200px;
	float:left;
}
/* --- Navigation Style --- */
div#navigation {
	margin:0;
	padding:0;
}
div#navigation ul {
	padding: 0px ;
	margin: 0px;
	text-indent:0;
}
div#navigation ul li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	text-indent:0;
	border-bottom:1px black solid;
}
div#navigation ul li h4{
	color: silver ;
	padding:0;
	margin:0;
	padding-bottom:6px;
	padding-top:10px;
	background:#7f5700 url('images/leftheadbg.gif') repeat-x scroll center top;
}
div#navigation ul li a{
	padding-bottom:4px;
	padding-top:4px;
	display:block;
	color: white ;
	text-decoration: none ;
	text-indent:10px;
}
div#navigation ul li a:hover{
	background: url('images/leftabg.gif');
}
/* --- News Style --- */
div#news {
	margin:0;
	padding:0;
}
div#news ul {
	padding: 0px ;
	margin: 0px;
	text-indent:0;
}
div#news ul li {
	list-style-type: none;
	list-style-image: none;
	text-indent:0;
	padding: 0px ;
	margin: 0px;
	border-bottom:1px black solid;
}
div#news ul li.title {
	border-bottom: 1px transparent solid ;
}

div#news ul li h4{
	color: silver ;
	padding:0;
	margin:0;
	padding-bottom:6px;
	padding-top:10px;
	background-color: #7f5700 ;
	background:#7f5700 url('images/leftheadbg.gif') repeat-x scroll center top;

}
div#news ul li p{
	padding:10px;
	padding-bottom:4px;
	padding-top:4px;
	color: #fff ;
	text-decoration: none ;
	text-indent:-15px;
	font-size:small;
}
div#news ul li h5{
	font-size:small;
	padding-bottom:4px;
	padding-top:6px;
	margin:0;
	display:block;
	color: #fff ;
	text-decoration: none ;
	text-indent:0px;
	font-weight:bold;
}

div#news ul li a{
	color: #fff ;
	text-decoration: none ;
	display:block;
}
div#news ul li a:hover{
	color: #fff ;
	background: url('images/leftaltbg.gif') no-repeat scroll right bottom ;
}

/* --- Jobs Style --- */
div#jobs {
	margin:0;
	padding:0;
}
div#jobs ul {
	padding: 0px ;
	margin: 0px;
	text-indent:0;
}
div#jobs ul li {
	list-style-type: none;
	list-style-image: none;
	text-indent:0;
	padding: 0px ;
	margin: 0px;
	border-bottom:1px black solid;
}
div#jobs ul li.title {
	border-bottom: 1px transparent solid ;
}

div#jobs ul li h4{
	color: silver ;
	padding:0;
	margin:0;
	padding-bottom:6px;
	padding-top:10px;
	background-color: #7f5700 ;
	background:#7f5700 url('images/leftheadbg.gif') repeat-x scroll center top;

}
div#jobs ul li p{
	padding:10px;
	padding-bottom:4px;
	padding-top:4px;
	color: #fff ;
	text-decoration: none ;
	text-indent:-15px;
	font-size:small;
}
div#jobs ul li h5{
	font-size:small;
	padding-bottom:4px;
	padding-top:6px;
	margin:0;
	display:block;
	color: #fff ;
	text-decoration: none ;
	text-indent:0px;
	font-weight:bold;
}

div#jobs ul li a{
	color: #fff ;
	text-decoration: none ;
	display:block;
}
div#jobs ul li a:hover{
	color: #fff ;
	background: url('images/leftaltbg.gif') no-repeat scroll right bottom ;
}

/* --- Content Style --- */
div#contentbg {
	border:0;
	min-height:800px;
	padding:20px;
	margin:-20px;
	background: url('images/contentbg.gif') no-repeat scroll right bottom;
}
div#content {
	clear:none;
	padding:20px;
	/* text-align:justify; */
	min-height:800px;
	margin-left:200px;
	border-left:1px #000 solid;
	background: url('images/PragueCastleandCharlesBridg.png') no-repeat scroll right top;
}
div#content h1 {
	color: #54431c ;
	margin:0;
	padding:0;
	border:0;
}
div#content h2 {
	color: #54431c ;
}
div#content h3 {
	color: #54431c ;
	font-size:normal;
	font-weight:bold;
}

div#content a {
	color: #7f6b3f;
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;

}
div#content a:hover {
	color: #00007f ;
	margin:0;
	padding:0;
	border:0;

}
div#content img {
	margin:0;
	padding:0;
	border:0;

}
div#content p {
	color: #000;
}
div#content .left {
	float:left;
}
div#content .right {
	float:right;
}
div#content .textCenter {
	text-align:center;
}
div#content ul {
	margin:0;
	padding:0;
	font-weight: bold;
	list-style-type: none;
	list-style-position: outside;
}
div#content ul li {
	padding-bottom:4px;
	padding-top:4px;

}
div#content ul li ul {
	margin: 4px 20px 4px 40px;
	font-weight: normal;
	list-style-type: circle;
	list-style-position: outside;

}
div#content ul li ul li {
	padding-bottom:4px;
	padding-top:4px;
	font-size:small;
}


