@charset "utf-8";
/* CSS Document */

html {
	overflow-y: scroll;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.5;
	background-image:url(../images/bg-gradient.jpg);
}
img {
	border: none;
}
hr {
	color: #666666;
	background-color: #666666;
	height: 1px;
	border: none;
	border-bottom-style: none;
	border-collapse: collapse;
}
table {
	border-collapse: collapse;
	width: 100%;
}
td {
	vertical-align: top;
	padding-left: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
td:first-child {
	padding-left: 0;
}
p, h1, h2, h3 {
	margin-right: 10px;
}
h1 {
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 10pt;
	line-height: 1;
}
h2 {
	font-size: 11pt;
	font-weight: bold;
	margin-top: 0;
}
ul {
	list-style-image: url(../images/pil.gif);
}
#table {
	width: 940px;
	margin: auto auto;
}
#shadowleft {
	/*background-color: #cccccc;*/
	background-image: url(../images/shadow_left.png);
	background-repeat: repeat-y;
	width: 20px;
	margin: 0;
	padding: 0;
	border: none;
}
* html #shadowleft {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../shadow_left.png', sizingMethod='scale', enabled=true);
	background-image: none;
}
#shadowright {
	/*background-color: #cccccc;*/
	background-image: url(../images/shadow_right.png);
	background-repeat: repeat-y;
	width: 20px;	
	margin: 0;
	padding: 0;
	border: none;
}
* html #shadowright {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../shadow_right.png', sizingMethod='scale', enabled=true);
	background-image: none;
}

#shadowbottom {
	/*background-color: #cccccc;*/
	background-image: url(../images/shadow_bottom_940.png);
	background-repeat: no-repeat;
	background-position:center;
	/*width: 990px;*/
	height: 20px;
	margin: 0;
	padding: 0;
	border: none;
}
* html #shadowbottom {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../shadow_bottom_940.png', sizingMethod='scale', enabled=true);
	background-image: none;
}
#container {
	width: 900px;
	background-color: #CCCCCC;
	margin: 0;
	background-image: url(../images/menu-bg.jpg);
	background-position: 0 225px;
	background-repeat:repeat-y;
	padding: 0;
}
#margintop {
	background-color:#CCCCCC;
	height: 9px;
}
#header {
	background-color:#FFFFFF;
	/*background-image: url(../images/new_banner.jpg);
	background-position: center top;
	background-repeat:no-repeat;*/
	height: 225px;
}
#header a {
	/*position: relative;
	top:0px;;
	left: 0px;*/
}

#menu {
	float: left;
	width: 200px;
	/*background-color: #999999;*/
	color: #ffffff;
	padding-top: 20px;
}
* html #menu {
	position: absolute;
	margin-left: -220px;
}
#menu ul {
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}
#menu li {
	margin-left: 0;
	background-image:url(../images/button-bg.jpg);
	margin: 0 8px 8px 8px;
	border: 1px solid #02325a;
}
#menu li a {
	padding-left: 10px;
	color: #ffffff;
	text-decoration: none;
	display: block;
}
#menu li a:hover {
	background-image:url(../images/button-bg-glow.jpg);
}

#menu2 {
	float: left;
	/*width: 200px;*/
	color: #ffffff;
}
#menu2 ul {
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}
#menu2 li {
	background-image:url(../images/button-bg.jpg);
	margin: 3px;
	border: 1px solid #02325a;
}
#menu2 li a {
	padding: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;	/*display: block;*/
}
#menu2 li a:hover {
	color: #ffffff;
}
#menu2 li:hover {
	background-image:url(../images/button-bg-glow.jpg);
}

#menu3 {
	width: 400px;
	color: #ffffff;
}
#menu3 table,tr,td {
	margin: 0px;
	padding: 0px;
}
#menu3 ul {
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}
#menu3 li {
	background-image:url(../images/button-bg.jpg);
	margin: 6px;
	border: 1px solid #02325a;
}
#menu3 li a {
	padding: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;	/*display: block;*/
	font-size: 16px;
}
#menu3 li a:hover {
	color: #ffffff;
}
#menu3 li:hover {
	background-image:url(../images/button-bg-glow.jpg);
}

#menu3holder {
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom: #000000 1px solid;
	height: 36px;
}
#menu3holder ul {
	list-style: none;
	list-style-image: none;
}

#content {
	margin-left: 220px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
* html #content {
	width: 660px;
	padding-top: 20px;
}
#content img {
	margin-bottom: 20px;
}
#content .right {
	text-align: right;
}
#content img.right {
	float: right;
	margin-left: 20px;
}
#content .left {
	text-align: left;
}
#content img.left {
	float: left;
	margin-right: 20px;
}
#content div.center {
	text-align: center;
}
#content a {
	text-decoration: none;
	font-weight: bold;
	color: #02325a;
	margin-bottom: 20px;
}
#content a:hover {
	color: #6a9ab0;
}

#content a.txt {
	text-decoration: none;
	font-weight:normal;
	color: #02325a;
}
#content a.txt:hover {
	color: #6a9ab0;
}

#content a.readmore {
	display: block;
	text-align: right;
}
#content a.readmore2:before {
	content: "» ";
}
#content a.readmore:before {
	content: "» ";
}
#footer {
	font-size: 8pt;
	background-color:#666666;
	color:#CCCCCC;
	text-align: right;
	padding-right: 20px;
	padding-top: 1px;
	padding-bottom: 2px;
	clear:both;
}

/* -------------- FORMS ----------------------- */
input[type=radio] {
	vertical-align: middle;
}
fieldset {
	padding: 10px 10px 10px 10px;
	border-color: #F5F5F5;
}
fieldset textarea {
	width: 100%;
}
/* IE7 only */
*:first-child+html fieldset textarea {
	margin-left: -220px;
}
fieldset p {
	margin-bottom: 0;
}
fieldset table {
	margin: 0;
}
fieldset td {
	margin: 0;
	padding-bottom: 10px;
}
fieldset tr td:first-child {
	width: 50%;
	/*border-right: 1px solid #999999;*/
	/*border-right: 2px groove #F5F5F5;*/
	/*padding-right: 10px;*/
	border-right: 2px groove #FFFFFF;
}
fieldset tr td tr td:first-child {
	width: 35%;
	border: none;
	padding-right: 0;
}
legend {
	font-weight: bold;
}
.noborderright {
	border-right: none !important;
}
button {
	padding-left: 20px;
	padding-right: 20px;
}
fieldset input[type=text], fieldset select {
	width: 90%;
	/*margin-right: 10px;*/
}
fieldset input[size] {
	width:auto;
}


#contact td { vertical-align:top; padding-bottom: 3px; }
#contact input, select, textarea {
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
}
#contact select { margin-bottom: 3px; }
