@charset "utf-8";
/* CSS Document */
body {
}
#container {
	overflow: hidden;
}
#logo {
	z-index:50;
	float:left;
}
#topRight {
	min-height:80px;
}
#search {
	min-height:40px;
	float:right;
	width:100%
}
#topNav {
	min-height:40px;
	float:right;
	width:100%
}
#navigation {
background: #15346b; /* Old browsers */
background: -moz-linear-gradient(top, #15346b 0%, #145ea8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#15346b), color-stop(100%,#145ea8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #15346b 0%,#145ea8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #15346b 0%,#145ea8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #15346b 0%,#145ea8 100%); /* IE10+ */
background: linear-gradient(top, #15346b 0%,#145ea8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15346b', endColorstr='#145ea8',GradientType=0 ); /* IE6-9 */
}
	  /*navigation ****************/
	  	ul#menu{
		margin:0 auto;
		padding:0;
		list-style-type:none;
		position:relative;
		display:block;
		height:100px;
		text-transform:uppercase;
		font-size:13px;
		font-family:Helvetica,Arial,Verdana,sans-serif;
		width:960px;
		}
		.leftspace {
			padding-left: 180px;
		}
		ul#menu li{
		display:block;
		float:left;
		margin:0;
		pading:0;
		/*border-right:1px solid #ffffff;*/
		}
		ul#menu li a{
		display:block;
		float:left;
		color:#ffffff;
		text-decoration:none;
		padding:0px 46px;
		margin:0 20px;
		height:100px;
		line-height:100px;
		}
		ul#menu li.nopad a{
		padding:0;
		margin:10px 0;
		}
		ul#menu li a:hover{
background: #000000; /* Old browsers */
background: -moz-linear-gradient(top, #000000 0%, #3f4c6b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#3f4c6b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #000000 0%,#3f4c6b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #000000 0%,#3f4c6b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #000000 0%,#3f4c6b 100%); /* IE10+ */
background: linear-gradient(top, #000000 0%,#3f4c6b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
		}
		ul#menu li.nopad a:hover{
			background:none;
		}
#mainContent {
	background-image: url(images/30whitetrans.png);
	background-repeat:repeat;
	overflow:auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#phonelogo {
	text-align:center;
}
.mainBlock {
	margin-top: 0px;
	margin-bottom:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.mainBlock2 {

	margin-bottom:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height:190px;
}
#footer {
background: #66818e; /* Old browsers */
background: -moz-linear-gradient(top, #66818e 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#66818e), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #66818e 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #66818e 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #66818e 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(top, #66818e 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66818e', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
height:190px;
}
.footerblock {
	height:90px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	color:#333;
}
.innerdiv {
	padding: 8px;
	border:4px;
	border-color:#eee;
	border-style:solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height:160px;
}
.innerdiv2 {
	padding: 8px 16px;
	border:4px;
	border-color:#eee;
	border-style:solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-height:150px;
}
.innerdiv p,.innerdiv2 p{
	text-align:left;
}
.upperright {
	-webkit-border-radius: 5px;
	-webkit-border-top-right-radius: 14px;
	-moz-border-radius: 5px;
	-moz-border-radius-topright: 14px;
	border-radius: 5px;
	border-top-right-radius: 14px;
}
.upperleft {
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 14px;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 14px;
	border-radius: 5px;
	border-top-left-radius: 14px;	
}
.bottommiddle {
	-webkit-border-radius: 5px;
	-webkit-border-bottom-right-radius: 14px;
	-webkit-border-bottom-left-radius: 14px;
	-moz-border-radius: 5px;
	-moz-border-radius-bottomright: 14px;
	-moz-border-radius-bottomleft: 14px;
	border-radius: 5px;
	border-bottom-right-radius: 14px;
	border-bottom-left-radius: 14px;
}
.padding {
	padding: 8px;
}
.title{
	color: green;
	font-size: 18px;
	text-align: left;
	display: block;
	font-weight: 700;
	text-decoration:none;
}
.ui-corner-all{ 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.ui-state-highlight{
	border: 1px solid #303030;
	background-color: transparent;
	color: #000033;
	padding: 5px;
}
.style5 {
	font-size: 16px;
	font-weight: bold;
	color: #36465C;
}
.lst {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#mainContent a:link {
	text-decoration: none;
}
#mainContent a:visited {
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: underline;
}
#mainContent a:active {
	text-decoration: none;
}
.imgleft {
	float:left;
	margin:2px 8px;
}
.imgcenter {
	text-align:center;
	margin:2px auto 10px auto;
	display:block;
}
td {
	padding: 10px;
}
.indent {
	margin-left:30px;
	margin-top:-10px;
}
.routercompat {
	text-align:center;
	display:block;
	margin:18px 0 0;
	font-weight:bold;
}
