body {
	background:#fff;
	color:#303030;
	font:76% tahoma, verdana, sans-serif;
	margin:0;
	padding:15px 0 0;
}
#container {
	background:#fff;
	margin:0 auto 0;
	padding:0px 0px 0px;
	width:980px;
}
#logo {
	margin:0px;
	height:100px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}
#logo .flash {
	float:left;
	width:400px;
}
#logo .cityName {
	float:left;
	margin-left:50px;
	font-size:30px;
	width:520px;
	color:#FFFFFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:30px;
}
a {
	color:#303030;
	text-decoration:none;
}
a:hover {
	color:#303030;
	text-decoration:underline;
}
a img {
	border:0;
}
h1 {
	font-size:2.2em;
	font-weight:400;
	margin:0 0 5px;
	padding:0;
}
h2 {
	font-size:1.8em;
	font-weight:400;
	margin:0 0 12px;
}
h3 {
	font-size:1.4em;
	font-weight:400;
	margin:0 0 10px;
}
p {
	line-height:1.5em;
	margin:0 0 15px;
	text-align:left;
}
ul, ol {
	margin:0 0 15px 15px;
	padding:0;
}
li {
	margin:0 0 3px 0;
}
#toptabs {width:980px; height:0px; margin:0px;}
/* Navitabs menu */
#navitabs {
	clear:both;
	padding-top:3px;
	text-align:center;
}

#navitabs .topNavTD         {width:140px; border-right:1px solid #FFFFFF; background-color:#b82d02;}
#navitabs .topNavTD a:link    {color:#FFFFFF; border:none;}
#navitabs .topNavTD a:hover   {text-decoration:underline;}
#navitabs .topNavTD a:active  {color:#FFFFFF; border:none;}
#navitabs .topNavTD a:visited {color:#FFFFFF;}
#navitabs .topNavTD p         {text-align:center; margin:0px;}

.navitab {
	background:#e0e0e0 url(images/corner.gif) top right no-repeat;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	font-size:1.1em;
	margin:0 0 4px;
	padding:4px 8px;
	text-decoration:none;
}
.navitab:hover {
	background:#d0d0d0 url(images/corner.gif) top right no-repeat;
	border-bottom:1px solid #fff;
	text-decoration:none;
}
.activenavitab {
	color:#fff;
	font-size:1.1em;
	margin:0 0 5px;
	padding:4px 8px 5px;
	text-decoration:none;
	background-color: #b72d01;
	background-image: url(images/corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.activenavitab:hover {
	color:#fff;
	text-decoration:none;
}
/* Header description area */
#desc {clear:both; color:#fff; font-weight:normal; width:970px; height:150px; margin:5px 0 5px; padding:0 10px 0px 0;}

#main                       {border-left:1px solid #e6a628; float:right; margin:0 0 10px; padding:0px 0px 0px 10px; width:760px; min-height:520px;}
#main h1, h2, h3, h4, h5    {padding:0px 0px 10px 0px;}
#main p, #main ol, #main ul {text-align:justify; padding:0px; }
#main .breadcrumb           {margin:5px 0px 10px 0px; color:gray; font-size:10px;}
#main .breadcrumb a:link    {color:gray; font-size:10px; text-decoration:none; border-bottom:none;}
#main .breadcrumb a:hover   {color:gray; font-size:10px; text-decoration:underline; border-bottom:none;}
#main .breadcrumb a:visited {color:gray; font-size:10px; border-bottom:none;}
#main .html_form_right      {float:left; display:block; width:380px; text-align:left; padding-top:20px;}
#main .html_form_left       {float:left; display:block; width:380px; text-align:left; padding-top:30px;}
#main label                 {float: left; width: 135px; padding-right:5px; margin-top:2px; font-weight: bold;}
#main input, #main select   {width: 150px; margin-bottom: 5px; border:1px solid #CCCCCC; padding-left:5px; float:left;}
#main #submitButton         {width: 109px; height:49px; border:none; background: #FFFFFF url(images/submit_btn_first_state.png);}
#main #resetButton          {width: 109px; height:49px; border:none; background: #FFFFFF url(images/reset_btn_first_state.png); margin-right:50px; margin-left:220px;}
#main br                    {clear: left;}
#main hr                    {height:1px; color:#e6a628;}

#sidebar {float:left; width:205px;}
#sidebar a {
	color:#FFFFFF;
	text-decoration:none;
	border:none;
}
#sidebar a:hover {
	color:#000;
}
#sidebar p {
	text-align:center;
}
#sidebar div {
	background-image:url(images/Realchoice_topbtn_fist_state.png);
	background-repeat:no-repeat;
	background-position:center;
	width:210px;
	height:97px;
	display:block;
	cursor:pointer;
}
#sidebar div p {
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-top:18px;
}
#sidebar div:hover {
	background-image:url(images/Realchoice_topbtn_second_state.png);
	background-repeat:no-repeat;
	background-position:center;
	color:#000000;
}
#sidebar div:hover a {
	color:#000000;
}
#sidebar div:hover p {
	color:#000000;
}
/* Footer */
#footer {
	background:#1d1d1d;
	border-top:1px solid #1d1d1d;
	clear:both;
	margin:0px;
	padding-top:10px;
	height:40px;
	color:gray;
	text-align:center;
}
#footer p {
	color:gray;
	font-size:1.1em;
	line-height:1.3em;
	margin:0;
	padding:0;
	text-align:center;
}
.hide {
	display:none;
}
