@charset "utf-8";
/* CSS Document */

body {
	background:white;
	padding:0; margin:0;
}
body, td {
	font-family:Tahoma, Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
}

p {
	font-size:16px;
	color:#525252;
}

a {
	color:#165ca8;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

label {
	border-bottom:1px dashed #eee;
	color:#555;
	cursor:pointer;
}

h3#line {
	font-size:16px;
	text-align:center;
	color:#5d5d5d;
	background:url(../img/line.gif) no-repeat 0 11px;
}
h3#line span {
	padding:2px 6px;
	background:white;
}

img {
	border:0;
}

#header {
	min-height:200px;
	background: #439ffc url(../img/topbg.jpg) repeat-x center;
	border-bottom:1px solid #2f65f9;
}
.clear {
	clear:both;
}
.inside {
	width:942px;
	margin:0 auto;
}

#logo {
	width:217px; height:76px;
	overflow:hidden;
	margin:0; padding:0;
}
#logo, #logo a {
	color:#FFF;
	font-size:10px;
}
#logo img {
	top:-36px;
	left:-2px;
	position:relative;
}

#topbanner {
	margin-top:55px;
	width:468px;
	height:60px;
	margin-left: 30px;
	float:left;	
}
#calllogo {
	float:right;
	margin: 20px 0 0 0;
}
ul#menu {
	float:left;
	margin:-8px 0 0 0;padding:0;
}
ul#menu li {
	float:left;
	list-style:none;
	margin-right:5px;
}
ul#menu li a {
	display:block;
	padding:6px 14px;
	color:#012e81;
	text-decoration:none;
	text-shadow:-1px -1px 0 #85c2fc;
}
ul#menu li.active, ul#menu li:hover {
	background:url(../img/tab1.png) no-repeat right top;
}
ul#menu li.active a, ul#menu li a:hover {
	background:url(../img/tab0.png) no-repeat left top;
	color:#000;
	text-shadow:none;
}

#mainpageservices {
	margin:0;padding:0;
	list-style:none;
}
#mainpageservices li {
	float:left;
	width:214px; height:130px;
	margin-right:20px;
}

h2, h2 a {
	color:#165ca8;
	text-decoration:none;
	font-size:16px;
	font-weight:100;
}
h2 a:hover {
	color:#3478c1;
}

h2 a {
	width: 119px;
	display:block;
	padding: 7px 0 0 50px;
	margin-bottom:-3px;
}
h2#virtoffice a {
	background:url(../img/s-virtoffice.png) no-repeat left bottom;
}
h2#vote a {
	background:url(../img/s-vote.png) no-repeat left bottom;
}
h2#alert a {
	background:url(../img/s-alert.png) no-repeat left bottom;
}
h2#outsoursing a {
	background:url(../img/s-outsoursing.png) no-repeat left bottom;
}
h2#freecall a {
	background:url(../img/s-freecall.png) no-repeat left bottom;
}
h2#ask a {
	background:url(../img/s-ask.png) no-repeat left bottom;
}
h2#congrats {
	background:url(../img/s-congrats.png) no-repeat left bottom;
}
h2#fairy {
	background:url(../img/s-fairy.png) no-repeat left bottom;
}
h2#fairy a {
	width:135px !important;
}
h2#eat {
	background:url(../img/s-eat.png) no-repeat left bottom;
}
h2#money {
	background:url(../img/s-money.png) no-repeat left bottom;
}
h2#nav {
	background:url(../img/s-nav.png) no-repeat left bottom;
}
h2#time {
	background:url(../img/s-cal.png) no-repeat left bottom;
}
h2#weather {
	background:url(../img/s-weather.png) no-repeat -2px 0;
}
h2#alarm {
	background:url(../img/s-alarm.png) no-repeat 2px 15px;
}

a.arr {
	background: url(../img/arr.gif) no-repeat right center;
	padding-right: 10px;
	color:#6e6e6e;
	text-decoration:none;
}
a.arr:hover {
	text-decoration:underline;
}


#bottom {
	background:#e7e7e7 url(../img/bottom.jpg) repeat-x top center;
	margin-top:25px;
	height:112px;
}
#bottom, #bottom a {
	color:#646464 !important;
}
#bottom .inside {
	padding: 18px 0 15px 0;
}
ul#bmenu {
	margin:0 0 18px 0;padding:0;
	list-style:none;
}
ul#bmenu li {
	display:inline;
	padding:0 14px 0 0;
}

.required {
	color:red;
	font-weight:bold;
}

.inputtext {
	width:390px;
}
.textarea {
	width:390px;
	height:150px;
}
.inputbutton {
	font-size:18px;
}