/* Start of CMSMS style sheet 'livLayout' */
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #555555;
}
/*set font size for all divs, this overrides some body rules*/
div {
	margin: 0px;
	padding: 0px;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}
/*default link styles*/
a {
	text-decoration: none;
	color: #666666;
	font-weight:normal;
}
a:visited {
	text-decoration: none;
	color: #666666;
/* a different color can be used for visited links */
}
/* remove underline on hover and change color */
a:hover {
	text-decoration: none;
	color: #F4BA1E;
}
/*****************basic layout *****************/
html {
	margin: 0px;
	padding: 0px 0px 0px;
	background: #fff;
}
body {
	margin: 0px;
	padding: 0px 0px 45px;
	background:  url(uploads/liv/bodybk.png) repeat-x left bottom;
}
div#pagewrapper {
        position:relative;
	width: 830px;
	margin: 0 auto;
	padding: 0px;
}
div#wrap {
	width: 830px;
	margin: 0px auto;
	padding: 0px 0px 5px;
        background-color:#fff;
}
div#header {
	position: relative;
	height: 99px;
	font-size: 1.12em;
	background: url(uploads/liv/wordlogo.png) no-repeat 227px 16px;
}
#header h1 {
	position: relative;
	top: 12px;
	right: 17px;
	font-size: 0.9em;
	text-align: right;
	font-weight: normal;
        color:#237DC0;
}
#header #friendstext {
        position:absolute;
	top: 10px;
	left: 24px;
	width: 167px;
        height:17px;
        background: url(uploads/liv/friendtext.png) no-repeat;
}
#logoleft {
        position:absolute;
	top: 148px;
	left: 0px;
	width: 179px;
        height:128px;
        background: url(uploads/liv/sidelogo.png) no-repeat;
}
#logoright {
        position:absolute;
	top: 148px;
	right: 5px;
	width: 179px;
        height:128px;
        background: url(uploads/liv/sidelogo.png) no-repeat;
}
#lang {position:relative;top:114px;left:20px;float:left}
a.yellow {
	color: #F1BF4C;
}
div#content {
	margin: 18px 0px 0px;
	padding: 0px;
}
div#main {
	width: 584px;
	margin-left: 227px;
	margin-right: 0px;
	padding: 0px;
}
div#maincontent {
	width: 583px;
	margin: 20px 0px 21px;
	padding: 0px;
}
div#sidebar {
        position:relative;
	float: left;
	margin-top: 0px;
	width: 189px;
	height: 350px;
	display: inline;
	margin-left: 18px;
}
#vid img {
	margin-bottom: 5px;
}
#sidemenu {
        position:absolute;
        top:360px
}
#kidsmenu {
        position:absolute;
        top:184px
}
div.home #sidemenu {
        position:absolute;
        top:220px
}
div.home #share {
        position:absolute;
        top:361px
}
#share {
        position:absolute;
        top:500px
}
#audio3 {
	position: absolute;
	top: 500px
}
#audio3 a {
	padding-left: 30px;
	display: block;
	background: url(uploads/liv/audio.jpg) no-repeat left center;
}
div#maincontent.newsletter,
div#maincontent.free-daily-quotation,
div#maincontent.ask-a-question,
div#maincontent.email-us,
div#maincontent.feedback {
	width: 553px;
        height:224px;
	margin: 20px 0px 21px;
	padding:18px 15px 15px;
        background-color:#fff2cf;
}
div#maincontent.ask-a-question p,
div#maincontent.email-us p,
div#maincontent.feedback p {
	font-weight:bold;
        color:#666666;
}
div.newsletter #sidemenu,
div.free-daily-quotation #sidemenu,
div.ask-a-question #sidemenu,
div.attend-a-meeting #sidemenu,
div.our-publications #sidemenu,
div.email-us #sidemenu,
div.become-a-member #sidemenu,
div.faq #sidemenu,
div.feedback #sidemenu,
div.privacy-policy #sidemenu,
div.site-map #sidemenu,
div.contact #sidemenu,
div.blog #sidemenu,
div.thank-you #sidemenu {
        position:absolute;
        top:105px
}
div.newsletter #share,
div.free-daily-quotation #share,
div.ask-a-question #share,
div.attend-a-meeting #share,
div.our-publications #share,
div.email-us #share,
div.become-a-member #share,
div.faq #share,
div.feedback #share,
div.privacy-policy #share,
div.site-map #share,
div.contact #share,
div.blog #share,
div.thank-you #share {
        position:absolute;
        top:243px
}
div#footer {
	clear: both;
	color: #F4BA1E;
	background-color: #FFF;
}
div#footer p {
	font-size: 0.75em;
	padding-top: 3px;
	margin: 0px 0px 0px 17px;
}
div#footmenu {
        float:right;
        width:603px;
	padding: 0px;
	margin: 0px;
}
div#footer p a {
	color: #F4BA1E;
}
div.CGBlogSummary {
        width:60%;
        margin-bottom: 10px;
        border-bottom:1px dashed #eee;
}
div.CGBlogSummary div {
        margin-bottom: 4px;
}
div.CGBlogSummaryPostdate {
        font-size:80%;
}
div.CGBlogSummary a {
        text-decoration:underline;
}
a.expandit {
        font-weight:bold;
        text-decoration:underline;
}
a.expandit:hover {
        text-decoration:none;
}
/********************CONTENT STYLING*********************/
div#content {
}
/* HEADINGS */
div#content h1 {
	font-size: 2em;
/* font size for h1 */
	line-height: 1em;
	margin: 0;
}
div#content h2 {
	color: #666666;
	font-size: 1.5em;
	text-align: left;
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
	line-height: 1.5em;
/* and some air under the border */
	margin: 0 0 0.5em 0;
}
div#content h3 {
	color: #666666;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 0 1.5em 0;
}
div#content h4 {
	color: #666666;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
div#content h5 {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.20em 0;
}
h6 {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}


/* END HEADINGS */
/* TEXT */
p {
	font-size: 1em;
	margin: 0 0 1.5em 0;
/* some air around p elements */
	line-height: 1.4em;
	padding: 0;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* End of 'livLayout' */


/* End of 'livLayout' */


/* End of 'livLayout' */


/* End of 'livLayout' */


/* End of 'livLayout' */


/* End of 'livLayout' */

