h1, p, body, html {
margin: 0;
padding: 0;

}

h2,h3{
	color:#0978bc;
}

h2{
	font-size:24px;
}

h3{
	font-size:18px;
}

body {
/*font-family: Verdana;*/
margin: 0;
padding: 0;
font: normal 90% 'Calibri', arial, sans-serif;
background:#f0f5fb;
}


#img {
	display: block;
	padding:8px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 2px 2px 1px;
	background-color:white;
}

#container {
	width: 980px;
	margin: auto;
	margin-top:10px;
	border:none;
	border-color:#CCCCCC;
	background:#FFFFFF;
}

#header{
	height: 188px;
	background-image: url(img/header2.jpg);
}
#header2{
	height: 188px;
	background-image: url(img/index2_01.png);
}
.menu {
	margin:0px;
	height: auto;
	background-color:#005e91;
	font-weight:bold;
	font-size:14px;
	
}

.mainmenu {
	margin:0;
	padding:0;
	display: block;
	height:30px;
	border:solid;
	border-color:#005e91;
}


.mainmenu ul {
	margin-left:5px;
	text-align:left;
	margin-top: 3px;
	padding:3px 1em;
	height:30px;
	padding-top:3px;
	padding-bottom:0px;
}
.mainmenu li {
	list-style-type:none;
	display:inline;
}
.mainmenu li a {
	font-size:1em;
	color:white;
	background-color:transparent;
	text-decoration:none;
	padding:.3em 1em;
	height:50px;
	/*border:solid;*/
}

.mainmenu a:hover {
	padding-top:10px;
	padding-bottom:10px;
	color:white;
	background-color:#0099FF;
}
.mainmenu #mainmenu_select{
	padding-top:10px;
	padding-bottom:10px;
	color:white;
	background-color:#0099FF;
}
.main_content{
	margin-left:1px;
	margin-right:1px;
	margin-bottom:50px;
	margin-top:20px;
	float:left;
	width:100%;

}

#btnsubmit{


}

#sidebar_left,#sidebar_right,#center {
	
	margin:0px;
	display:block;
	border: 1px solid #FFFFFF;
}

#sidebar_left {
	float: left;
	width: 200px;
	height:500px;
	background:#FFFFFF;
}
#sidebar_left_business {
	float: left;
	width: 210px;
	height:500px;
	background:#FFFFFF;
	
	
}

#center {
	float: left;
	height:auto;
	width: 512px;
	margin: 0px;
	padding: 10px;
}
#center_business {
	float: left;
	height:auto;
	width: 450px;
	margin: 0px;
	padding: 10px;

	
}
#center p{
	text-align:justify;
	margin-bottom:12px;
	
}

#center_business p{
	text-align:justify;
	margin-bottom:12px;
	
}

#center2 {
	float: left;
	height:auto;
	width: 400px;
	margin-left:200px;
	padding: 10px;

}

#sidebar_right {
	float: right;
	width: 200px;
	height:auto;
	max-width:200px;
}

#sidebar_right_home {
	float: right;
	width: 230px;
	height:auto;
	max-width:250px;
}
#sidebar_right_business {
	float: right;
	width: 280px;
	height:auto;
	max-width:300px;
	margin-right:3px;
	
}

#sidebar_right2 {
	float: right;
	width: 310px;
	height:auto;
	margin-top:150px;
	margin-bottom:150px;
	
}


#footer {
	padding-top:6px;
	height: 25px;
	clear: both;
	background-color:#005e91;
	vertical-align:middle;
	font-size:12px;
	border:hidden;
}
#leftwithbackground {
	width:196px;
	background-image:url(img/background.PNG);
	margin-top:5px;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:15px;
	
	
	
	
}

#business-left-header{
	font-size:18px;
	color:#0099FF;
	font-weight:bold;
	padding:10px;
}
#business-left-content{
	font-size:12px;
	padding-left:38px;	
}

#error{
	color:#FF0000;
}


.redbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}.redbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.redbutton:active {
	position:relative;
	top:1px;
}
.yellowbutton {
	-moz-box-shadow:inset 0px 2px 0px -3px #fff6af;
	-webkit-box-shadow:inset 0px 2px 0px -3px #fff6af;
	box-shadow:inset 0px 2px 0px -3px #fff6af;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
	background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background-color:#ffec64;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #ffaa22;
	display:inline-block;
	color:#333333;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffee66;
}.yellowbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
	background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
	background-color:#ffab23;
}.yellowbutton:active {
	position:relative;
	top:1px;
}