/*

	Main CSS Document
	Designed by: Kaushlesh Biyani for GotNinja.com
	
*/


/*Reset*/
*
{
padding: 0em;
margin: 0em;
}
/*End Reset*/

body
{
background: #ebebeb url(../images/main_bg.gif) center top repeat-y;
padding: 20px 0px 35px 0px;
font-family: "georgia", "times new roman", serif;
color: #333333;
font-size: 10pt;
}

p
{
line-height: 1.5em;
margin-bottom: 1.1em;
text-align: justify;
font-size: 1.1em;
}

a
{
color: #003366;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}

a:visited
{
color: #990000;
text-decoration: underline;
}

h1
{
font-size: 1.5em;
font-weight: normal;
padding-right: 34px;
padding-bottom: 0.7em;
}

h2
{
font-size: 1.3em;
font-weight: normal;
padding-bottom: 1.2em;
}

h3
{
font-size: 1em;
font-weight: bold;
padding-bottom: 1.3em;
}

img
{
border: solid 1px #333333;
}

#container
{
position: relative;
width: 940px;
margin: 0 auto;
}

#header
{
position: relative;
width: 100%;
height: 7.0em;
background-color: #003366;
margin-bottom: 2px;
}

#headercontent
{
position: absolute;
padding: 0em 1.0em 1.0em 2.0em;
}

#headercontent h1
{
position: relative;
font-weight: normal;
font-size: 2.5em;
margin-top: 1.2em;
color: #FFFFFF;
}

#headerpic
{
height: 250px;
margin-bottom: 2px;
}

#index
{
height: 250px;
background: url('../images/index.jpg');
}

#reports
{
height: 250px;
background: url('../images/reports.jpg');
}

#reports_year
{
height: 250px;
background: url('../images/reports.jpg');
}

#reports_subject
{
height: 250px;
background: url('../images/reports.jpg');
}

#reports_code
{
height: 250px;
background: url('../images/reports.jpg');
}

#consulting
{
height: 250px;
background: url('../images/consulting.jpg');
}

#contact
{
height: 250px;
background: url('../images/contact.jpg');
}

#sitemap
{
height: 250px;
background: url('../images/sitemap.jpg');
}

#menu
{
position: relative;
background: #990000;
height: 48px;
padding: 0em 1.0em 0em 1.0em;
margin-bottom: 1px;
}

#menu ul
{
position: absolute;
top: 1.0em;
bottom: 1.0em;
}

#menu ul li
{
position: relative;
display: inline;
}

#menu ul li a
{
color:#FFFFFF;
padding: 0.5em 1.0em 0.9em 1.0em;;
text-decoration: none;
}

#menu ul li a:hover
{
text-decoration: underline;
background: url('../images/a_hover.gif') repeat-x top;
color: #4A4A24;
text-decoration: none;
}

#search
{
position: absolute;
top: 1.0em;
right: 1.5em;
padding-right: 0.0em;
}

#menubottom
{
background: #fff url('../images/menubottom.gif') repeat-x;
height: 14px;
margin-bottom: 1.5em;
}

#content
{
padding: 0em 2.0em 0em 2.0em;
}

#maincontent
{
margin: 1.5em 0em 0em 0em;
}

#maincontent ul
{
list-style: square;
padding-left: 2.0em;
padding-bottom: 1.0em;
line-height: 1.5em;
}

#maincontent ol{
list-style: decimal;
padding-left: 2.0em;
padding-bottom: 1.0em;
line-height: 1.5em;
}

#maincontent li{
	
}

#maincontent ul li ul
{
list-style: disc;
padding-left: 2.0em;
line-height: 1.5em;
}

#maincontent img
{
border: none;
}

#footer
{
position: relative;
height: 2.5em;
clear: both;
padding-top: 5.0em;
background: #fff url('../images/footer.gif') repeat-x 0em 2.5em;
font-size: 0.9em;
line-height: 1.3em;
}

#footer .left
{
position: absolute;
left: 2.0em;
}

#footer .right
{
position: absolute;
right: 1em;
text-align: right;
}
