/*
//--------------------------------------------------------------------
//----------------paticka ---------------------------
//--------------------------------------------------------------------
*/
.contactC {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	margin: 10px auto 0 auto;
	padding: 0;
 	background: #1c2984;
 	font-size: 0.95em;
}

.contact {
	clear: both;
	width: 940px;
	display: block;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	color: #ffffff;
}


.contact h3 {
	clear: both;
	width: 940px;
	float: left;
	display: block;
	margin: 0 0 15px 0;
	padding: 15px 0;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.contact .contactText {
	clear: both;
	width: 940px;
	float: left;
	padding: 0 0 15px 0;
}

.contact .textpicture {
	background: none;
	clear: both;
	padding: 0;
	width: 940px;
	margin: 0;
	float: left;
	border: none;
}

.contact .textpicture th{
	background: none;
	font-weight: normal;
	padding: 3px 10px 3px 0;
	vertical-align: middle;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
}
.contact .textpicture td{
	background: none;
	border: 0px solid;
	padding: 3px 10px 3px 0;
	vertical-align: top;
}

.contact .textpicture td.cray{
	border: 0px solid;
	padding: 3px 0 3px 3px;
	background: none;
	vertical-align: top;
}

.contact a {
	color: #ffffff;
	text-decoration: underline;
}

.contact a:link, .contact a:visited {
	color: #ffffff;
	text-decoration: underline;
}

.contact a:hover, .contact a:focus, .contact a:active {
    color: #ffffff;
	 text-decoration: none;
}

#bottomC{
	clear: both;
	float: left;
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 15px 0;
 	background: #172050;
 	font-size: 0.95em;
}

#bottom1{
	clear: both;
	width: 940px;
	display: block;
	margin: 0 auto 0 auto;
}

#bottom2{
	float: left;
	text-align: left;
	padding-left: 5px;
	color: #ffffff;
}

/*#bottom3 {
	float: left;
	text-align: left;
	width: 165px;
	height: 13px;
	margin-top: 17px;
	padding-left: 15px;
}*/

#bottom4{
	float: right;
	text-align: right;
	color: #ffffff;
}

#bottom4 ul {
	display: inline;
	margin: 0em;
	padding: 0em;
}

#bottom4 li {
	display: inline;
}
#bottom4 a, #bottom2 a {
	color: #ffffff;
	text-decoration: underline;
}


#bottom4 a:link, 
#bottom4 a:visited,
#bottom2 a:link, 
#bottom2 a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#bottom4 a:hover, 
#bottom4 a:focus, 
#bottom4 a:active,
#bottom2 a:hover, 
#bottom2 a:focus, 
#bottom2 a:active {
    color: #ffffff;
	 text-decoration: none;
}

