/* main divs */
body  {
	padding: 0px;
	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: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	line-height: 130%;
	background-color: #FAE9A5;
	background-image: url(../images/polkadots.gif);
	background-repeat: repeat;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#container {
	width: 1004px;
	text-align: left;
	background: #FFF url(file:///E|/wamp/www/Paradigm_Financial_Advisers/images/background-s.gif) repeat-x 0px 144px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	position: relative;
} 

#header {
	height: 160px;
	background-image: url(../images/masthead.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#share {
	float: right;
	width: 300px;
	height: 20px;
	text-align: right;
	margin-top: -5px;
	font-size: 80%;
	margin-right: -60px;
}
#paradigm {
	float: left;
	height: 51px;
	width: 368px;
	margin-top: 22px;
}
#search {
	height: 30px;
	width: 250px;
	float: right;
	margin-top: 20px;
	margin-right: -110px;
	font-size: 80%;
	color: #FFF;
	padding-top: 5px;
	padding-left: 3px;
}

.searchbox {
	background-color: #FFF2C3;
	border: 1px solid #FFF2C3;
	height: 16px;
	font-size: 10px;
	margin-top: 2px;
	margin-left: 10px;
	width: 130px;
}



#imagebar {
	height: 124px;
	width: 714px;
	border: 1px solid #CCC;
	float: right;
	margin-bottom: 10px;
	padding-left: 8px;
	margin-top: 20px;
}

#logo {
	float: right;
	height: 124px;
	width: 240px;
	border-left: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
}
#mainContent {
	margin-top: 0px;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	width: 774px;
	position: relative;
}


#title {
	float: left;
	margin-top: 40px;
	width: 400px;
}
#splash {
	text-align: center;
	position: relative;
	bottom: 0px;
	padding: 0px;
	width: 735px;
	height: 319px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	border: 1px solid #CCC;
	float: left;
	clear: left;
	display: inline;
}
#homepagetext {
	padding-right: 20px;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#man {
	position: absolute;
	height: 206px;
	width: 250px;
	right: 220px;
	bottom: 0px;
}

#homepagetext p {
	padding-left: 15px;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	font-size: 80%;
	margin-right: 8px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF;
	background-image: url(../images/sidebar1_bk.gif);
	background-repeat: repeat-x;
	position: relative;
	display: inline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#pagetools {
	height: 15px;
	width: 200px;
	font-size: 9px;
}

#container #sidebar1 #latest-news {
	background-image: url(../images/latest-news.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FFCB00;
	font-size: 10px;
	font-weight: bold;
	line-height: 40px;
	text-indent: 50px;
}
#container #sidebar1 #pensionsguru {
	background-image: url(../images/twitter.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FFCB00;
	font-size: 10px;
	font-weight: bold;
	line-height: 40px;
	text-indent: 50px;
}
#container #sidebar1 #radio {
	background-image: url(../images/radio-pensions.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FFCB00;
	font-size: 10px;
	font-weight: bold;
	line-height: 40px;
	text-indent: 50px;
}
#container #sidebar1 #beemail {
	background-image: url(../images/bee-mail.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FFCB00;
	font-size: 10px;
	font-weight: bold;
	line-height: 40px;
	text-indent: 50px;
}
#container #sidebar1 #conversations {
	background-image: url(../images/pension-conversations.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FFCB00;
	font-size: 10px;
	font-weight: bold;
	line-height: 40px;
	text-indent: 50px;
}
#conversations a {
	color: #FFCB00;
	text-decoration: none;
}

#w3c {
	float: right;
	text-align: right;
	width: 200px;
	font-size: 80%;
	bottom: 10px;
	right: 10px;
	margin-top: 20px;
}



#sidebar_left {
	width: 190px;
	float: left;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 0px;
	font-size: 80%;
	position: relative;
}

/* -- side navigation style --*/
#sidebar_left ul {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	list-style:none;
	display: block;
}
#sidebar_left ul li{
	display:block;
	float: left;
}
#sidebar_left ul a{
	font-size:10px;
	text-decoration:none;
	float:left;
	display:block;
	width: 140px;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	color: #FFF;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#sidebar_left ul a:hover{
	color: #000;
	background-image: url(../images/button-over.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#homepagetext h1  {
	font-weight: normal;
	font-size: 140%;
	text-indent: 15px;
}
#homepagetext h2  {
	font-weight: normal;
	font-size: 120%;
	color: #970B0A;
	text-indent: 15px;
}
#header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: normal;
	color: #ffcb00;
}
#container #sidebar1 h1  {
	font-size: 100%;
	font-weight: bold;
	color: #333;
	margin: 0px 0px -15px;
}
#container #sidebar1 h2 {
	font-weight: normal;
	color: #616161;
}
#imgBottom {
	position: absolute;
	top: 830px;
	left: 200px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.infobox {
	font-size: 10px;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFBEC;
	width: 182px;
	margin-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-bottom: 5px;
	list-style-type: none;
}
.holder {
	height: 43px;
	width: 200px;
	margin-top: 5px;
}

.image {
	width: 300px;
	position: relative;
	margin-left: 10px;
	float: right;
}
a:link {
	color: #9C0C0C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9C0C0C;
}

a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #9C0C0C;
}
.smallprint {
	font-size: 9px;
}
.printlogo {
	display:none;
}
.bubble {
}

.formfield {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000;
	padding: 3px;
	margin-bottom: 5px;
	width: 173px;
	background-color: #FFF2C6;
	border: 1px solid #000;
	background-repeat: repeat-x;
}
.rssincl-itemtitle {
	margin-bottom: -5px;
	line-height: 120%;
}
.rssincl-itemdate {
	margin-top: 4px;
	font-size: 80%;
	margin-bottom: -4px;
}
.centre {
	text-align: center;
}

#homebubble {
	height: 100px;
	width: 150px;
	position: absolute;
	top: -75px;
	left: 30px;
	visibility: hidden;
}
#blogbubble {
	height: 100px;
	width: 150px;
	position: absolute;
	top: -35px;
	left: 30px;
	visibility: hidden;
}
#coolbubble {
	height: 100px;
	width: 150px;
	position: absolute;
	top: 5px;
	left: 30px;
	visibility: hidden;
}
#podbubble {
	height: 100px;
	width: 150px;
	position: absolute;
	top: 45px;
	left: 30px;
	visibility: hidden;
}
#cartoonbubble {
	height: 100px;
	width: 150px;
	position: absolute;
	top: 90px;
	left: 30px;
	visibility: hidden;
}

#aboutbubble {
	height: 100px;
	width: 150px;
	position: absolute;
	top: 128px;
	left: 30px;
	visibility: hidden;
}
#contactbubble {
	height: 100px;
	width: 150px;
	position: absolute;
	top: 165px;
	left: 30px;
	visibility: hidden;
}
#linksbubble {
	height: 100px;
	width: 150px;
	position: absolute;
	top: 205px;
	left: 30px;
	visibility: hidden;
}

#cartoon {
	text-align: center;
}
.infoboxNoheader {
	font-size: 100%;
	margin-top: 20px;
	background-color: #FFFBEC;
	width: 160px;
	margin-left: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	border: 1px solid #000;
	padding: 5px;
}
.mobilelogo {
	display:none;
}

.bubbles {
}
