 
 
@charset "utf-8";
/*
------------------------------------------------------------------------
Theme Name:Landa and Associates
Author:Ndee Siswandhi
Author Company URI:http://www.globalwsolutions.com
------------------------------------------------------------------------
*/
/*
-----------------------------------------
RESET
----------------------------------------- 
*/
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0
}
fieldset, img {
	border:0
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal
}
/*ol, ul, li {
	list-style:none
}*/
caption, th {
	text-align:left
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal
}
q:before, q:after {
	content:''
}
strong {
	font-weight:bold
}
em {
	font-style:italic
}
a img {
	border:none
}
h1, h2, h3, h5, h5, h6 {
	font-weight:bold
}
/*
-----------------------------------------
LAYOUT
----------------------------------------- 
*/
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bgall.jpg) no-repeat bottom center #0e295b fixed;
	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: #fff;
}
#container {
	width: 760px;  /* 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. */
}
#header {
	height:88px;
	background:url(images/logo.gif) no-repeat left;
	text-align: right;
	font-family:Tahoma, Geneva, sans-serif;
	padding-top:35px;
}
#mainContent {
	padding: 20px 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	width:614px;
}
#mainContent h1{
	font:normal 24px Calibri, "Trebuchet MS", Tahoma;
	line-height:30px;
}

#mainContent UL{
	margin:0px;
	padding-left: 15px;
}
#mainContent OL {
	list-style-type: inherit;
	list-style-position: inside;
}
#mainContent OL OL {
	list-style-type: decimal;
}
#mainContent UL LI { margin:0px; position:  relative; list-style-type:inherit; list-style-position: outside; FONT: 12px "Trebuchet MS", Arial, Helvetica, sans-serif; }
#mainContent OL LI { FONT: 12px "Trebuchet MS", Arial, Helvetica, sans-serif; COLOR: }
#mainContent OL OL { FONT: 12px "Trebuchet MS", Arial, Helvetica, sans-serif; COLOR: }

#clear {
	clear:both;
}
#footer {
	background:url(images/footer_bg.jpg) no-repeat top;
	height:60px;
}
#footer .left {
	float:left;
	font:11px Tahoma, Geneva, sans-serif;
	color:#0d295a;
	line-height:30px;
	padding-left:10px;
}
#footer .right {
	float:right;
	font:11px Tahoma, Geneva, sans-serif;
	color:#0d295a;
	line-height:30px;
	padding-right:10px;
}
#footer .right a{
	color:#0d295a;
	text-decoration:none;
}
#footer .right a:hover{
	color:#FFF;
	text-decoration:none;
}

#menu {
	width: 126px;
	background:url(images/menu_right.jpg) no-repeat right top;
	text-align:right;
	padding-top:20px;
	float:left;
	height:366px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu a, #menu h2 {
	font: normal 14px Tahoma, Geneva, sans-serif;
	color:#FFF;
	display: block;
	margin: 0;
	line-height:30px;
}
#menu h2 {
	background:url(images/menu_box.jpg) no-repeat right center;
	margin-right:10px;
}
#menu a {
	color: #FFF;
	text-decoration: none;
	padding-right:8px;
}
#menu a:hover {
	color: #FF0;
}

.link {
padding:0px 0px 5px 0px;
line-height:160%;
}

.link ul {
margin-left:5px;
padding:0px 0px 0px 0px;
}

.link ul li {
margin-left:5px;
padding:0;
}

.link ul li a {
background:url(images/menu_box.gif) no-repeat left center;
padding-left:10px;
font-size:11px;
text-decoration:none;
color:#0d295b;
font-family:Tahoma, Arial;
}

.link ul li a:hover {
text-decoration:underline;
}
