/* Start of CMSMS style sheet 'style' */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #dcdae0 url(/images/bg_body.jpg) repeat-x;
	font: 62.5% Arial;
}

#pagewidth {
	width: 727px;
	margin: 0px auto;
	padding: 0px 13px 0px 15px;
	background: url(/images/bg_pagewidth.jpg) no-repeat top center;
}

#top {
	background: #dcdae0 url(/images/bg_top.jpg) no-repeat top center;
	text-align: right;
	padding: 5px 20px 8px 0px;
	font-family: Tahoma;
}

#top a {
	text-decoration: none;
	padding: 0px 0px 0px 30px;
	color: #151844;
}

#top a:hover {
	text-decoration: underline;
}

#top a.red_link {
	font-weight: bold;
	color: #901b16;
}

#top img {
	padding: 0px 5px 0px 0px;
}

#logo {
	padding: 0px 0px 0px 23px;
	float: left;
	margin: 0px 0px 12px 0px;
}

#menu {
	float: right;
        text-transform: lowercase;
}

#menu ul li {
	list-style: none;
	float: left;
}

#menu ul li a {
	background: url(/images/button.jpg) no-repeat;
	height: 24px;
	width: 98px;
	display: block;
	margin: 0px 0px 0px 1px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#menu ul li a:hover {
	background: url(/images/bt_selected.jpg) no-repeat;
}

#header {
	width: 665px;
	height: 28px;
	clear: both;
	padding: 162px 0px 0px 60px;
	font-size: 1.4em;
	font-weight: bold;
	font-family: Tahoma;
}

#lt_splash,
#en_splash{
	width: 727px;
	height: 324px;
	clear: both;
}

#lt_splash{
	background: url(/images/lt_splash.jpg) no-repeat;
}

#en_splash{
	background: url(/images/lt_splash.jpg) no-repeat;
}

.section1{
	background: url(/images/bg_section_01.jpg) no-repeat;
}

.section2{
	background: url(/images/bg_section_02.jpg) no-repeat;
}

.section3{
	background: url(/images/bg_section_03.jpg) no-repeat;
}

.section4{
	background: url(/images/bg_section_04.jpg) no-repeat;
}

.section5{
	background: url(/images/bg_section_05.jpg) no-repeat;
}

#header a {
        text-decoration: none;
        color: #000;
}

#wrapper {
	margin: 0px 2px 0px 0px;
	width: 725px;
	background: #fff;
	padding: 0px 0px 10px 0px;
}

#submenu {
	float: left;
	width: 175px;
	padding: 30px 25px 0px 25px;
	font-size: 1.2em;
	font-family: Tahoma;
}

#submenu ul li {
	list-style: none;
	line-height: 25px;
	border-bottom: 1px solid #cccacf;
}

#submenu ul li a {
	text-decoration: none;
	color: #313131;
	background: url(/images/square.jpg) no-repeat .1em .5em;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 10px;
}

#submenu ul li a:hover {
	font-weight: bold;
}

blockquote {
	background: #F1F1F1;
	padding: 10px;
	margin: 5px 0 5px 7px;
}

#content {
	float: right;
	text-align: left;
	width: 450px;
	padding: 30px 50px 60px 0px;
	font-size: 1.2em;
}

#content_wide {
	padding: 30px 50px 50px 50px;
	font-size: 1.2em;
}

#content a,
#content_wide a {
	color: #901b16;
	text-decoration: none;
}

#content a:hover,
#content_wide a:hover {
	text-decoration: underline;
}

#content ul li,
#content_wide ul li {
        list-style: square;
        line-height: 20px;
}

#content ul li ul li,
#content_wide ul li ul li {
        margin: 0 0 0 15px;
}

#splash_footer{
	clear: both;
	text-align: center;
	font:1.0em Tahoma;
	color: #313131;
	border-top: 2px solid #8a898b;
        margin:10px 250px 0px 250px;
        padding:5px 0px;
}

#footer {
	clear: both;
	text-align: right;
	font-family: Tahoma;
	color: #313131;
}

#footer .border_top {
	border-top: 2px solid #8a898b;
	padding: 5px 50px 0px 0px;
}

#splash_footer,
#footer a {
	text-decoration: none;
	color: #313131;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a.red_link,
a.red_link {
	font-weight: bold;
	color: #901b16;
}
/* End of 'style' */

