@charset "utf-8";



/* Navigation(Sidebar) */
/* -------------------------------------------- */

#sidebar h2 {
	height: 35px;
	background: url("../img/ln_company.gif") no-repeat;
}

#sidebar ul.lNav li.ideals a {
	background: url("../img/ln_ideals.gif") no-repeat;
}
#sidebar ul.lNav li.themes a {
	background: url("../img/ln_themes.gif") no-repeat;
}
#sidebar ul.lNav li.about a {
	background: url("../img/ln_about.gif") no-repeat;
}
#sidebar ul.lNav li.access a {
	background: url("../img/ln_access.gif") no-repeat;
}

body#ideals #sidebar ul.lNav li.ideals a,
body#themes #sidebar ul.lNav li.themes a,
body#about #sidebar ul.lNav li.about a,
body#access #sidebar ul.lNav li.access a {
	background-position: 0 -62px;
}

body#ideals #sidebar ul.lNav li.ideals a:hover,
body#themes #sidebar ul.lNav li.themes a:hover,
body#about #sidebar ul.lNav li.about a:hover,
body#access #sidebar ul.lNav li.access a:hover {
	background-position: 0 -62px !important;
}



/* index.html */
/* -------------------------------------------- */

body#catindex #content {
	width: 900px;
	padding: 0 0 68px 0;
}

body#catindex #content h1 {
	margin: 29px 0 0 0;
}
body#catindex #content h1 img {
	display: block;
}

#content h2 {
	margin: 0;
}

body#catindex #content ul#catIndex {
	float: left;
	margin: 50px 0 0 0;
}
body#catindex #content ul#catIndex li {
	float: left;
	display: inline;
	width: 203px;
	margin: 0 29px 0 0;
}
body#catindex #content ul#catIndex li.last {
	margin: 0;
}
body#catindex #content ul#catIndex li img {
	display: block;
}
body#catindex #content ul#catIndex li div.text {
	width: 203px;
	height: 73px;
	background: #191919;
	color: #fff;
}
body#catindex #content ul#catIndex li div.text p {
	padding: 15px 15px 0 15px;
	font-size: 75%;
	line-height: 1.4;
}



/* about.html */
/* -------------------------------------------- */

body#about #content .profile {
	margin: 30px 0 0 0;
	background: url("../img/profile_head.gif") left top repeat-y;
	border-collapse: collapse;
	border: 0;
	border-bottom: 1px solid #505050;
}
body#about #content .profile th {
	width: 99px;
	margin: 0;
	padding: 20px;
	background: url("../img/profile_line.gif") repeat-x;
	font-size: 75%;
	font-weight: bold;
	line-height: 1.4;
}
body#about #content .profile td {
	width: 476px;
	margin: 0;
	padding: 20px;
	background: url("../img/profile_line.gif") repeat-x;
	font-size: 75%;
	line-height: 1.4;
}

body#about #content .profile th.first,
body#about #content .profile td.first {
	background-image: none !important;
	border-top: 1px solid #666;
}

body#about #content .profile td li {
	margin: 0 0 0 18px;
	list-style-type: disc;
	line-height: 1.4;
}

body#about #content .profile td a#bMap {
}



/* ideals.html */
/* -------------------------------------------- */

body#ideals #content p {
	margin: 30px 0 0 0 !important;
}
body#ideals #content p.last {
	margin-bottom: 80px !important;
	text-align: right;
}



/* map.html */
/* -------------------------------------------- */

body#access #content .data p {
	margin: 20px 0 0 0;
}
body#access #content img.map {
	display: block;
	margin: 40px 0 0 0;
}



/* themes.html */
/* -------------------------------------------- */

body#themes #content h2 {
	margin: 30px 0 20px 0;
}

body#themes #content .theme {
	float: left;
	width: 199px;
	margin: 35px 0 0 0;
}
body#themes #content .theme img {
	display: block;
}
body#themes #content .theme p {
	padding: 0 10px 10px 14px;
}

body#themes #content #theme1 {
	margin-right: 26px;
	border: 1px solid #1a9431;
	border-bottom: 8px solid #1a9431;
}
body#themes #content #theme2 {
	margin-right: 26px;
	border: 1px solid #0095cf;
	border-bottom: 8px solid #0095cf;
}
body#themes #content #theme3 {
	border: 1px solid #0c41bd;
	border-bottom: 8px solid #0c41bd;
}
