@charset "UTF-8";
body {
	font: 100% Geneva, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:14px;
}
h1, h1 a {
	color:#3366cc;
	font-family:Georgia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	font-weight:normal;
	text-decoration:none;
	margin-top:30px;
}
h2 {
	color:#0033cc;
	font-family:Georgia, "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	font-weight:normal;
	margin-top:30px;
}
h3 {
	font-family:"Arial Rounded", "Arial Rounded MT Bold", "Arial Rounded MT", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#F00;
	margin:5px 0;
	padding:0;
}
	
p, li {
	line-height:1.5;
}
a {
	color:#039;
}
a:hover {
	color:#06C;
}
a.hidden {
	color:#000;
	text-decoration:none;
	cursor:default;
}
#header {
	background: url('images/top-backg.jpg');
	margin:0;
	padding:10px;
}
#container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}
#mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	width:550px;
	float:left;
	min-height:500px;
}
#menu {
	background:url(images/menu-bar-backg.jpg) repeat-x;
	height:36px;
	width:inherit;
	padding:0;
	margin:0;
}
#menu a {
	font-family:"Arial Rounded", "Arial Rounded MT Bold", "Arial Rounded MT", "Trebuchet MS", Arial, Helvetica, sans-serif;
	 color:#FFF;
	 text-decoration:none;
	 font-size:17px;
	 padding:6px 13px;
	 display:inline-block;
}
#menu a:hover {
	color:#9CF;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/footer-backg.jpg) no-repeat;
	clear:both;
	position:relative;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	color:#fff;
	font-size:75%;
}
#footer a, #footer a:hover {
	color:#9CF;
}
p#msg {
	font-size:60%;
	text-align:center;
	color:#009;
	margin:20px 45px;
}
#sidebar {
	width:263px;
	float:right;
	margin-right:-20px;
	background:url(images/sidebar-back.jpg);
	padding:0;
}
#sidebar h2 {
	background:url(images/sidebar-top.jpg) no-repeat;
	color:#fff;
	font-family:"Arial Rounded", "Arial Rounded MT Bold", "Arial Rounded MT", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
	text-align:center;
	padding:25px 0 12px;
	margin:0;
}
.smlr {
	font-size:80%;
}
#finance-service-box {
	background:url(images/financial-adviser-backg.jpg);
	padding:10px 25px;
}
#finance-service-box a{
	color:#F00;
	font-size:80%;
}
#finance-service-box a:hover {
	color:#039;
}
#sidebar p {
	padding:0 35px;
	font-size:80%;
}
#sidebar img {
	margin-bottom:-15px;
}
.pig {
	position:absolute;
	right:-10px;
	top:260px;
}
#contact-financial-adviser {
	float:right;
	margin-left:15px;
	padding:10px;
	text-align:right;
	font-size:12px;
}
label {
	width:50px;
	padding-right:5px;
	height:24px;
	text-align:right;
	display:inline-block;
	font-size:80%;
	margin-left:35px;
}