@import "/admin/css/pandani-contact.css";

a {
	color: #000060;
}

body
{
 width: 960px;
 margin: auto;
 font: 12px verdana;
}

#nav-top
{
 font-size: 14px;
 height: 44px;
 background: #ffffff url(/images/nav-background.png) repeat-x;
 margin-bottom: 20px;
}

#nav-top ul
{
 margin: 0px;
 list-style: none;
 padding: 0px;
}

#nav-top li
{
 margin-top: 3px;
 float: left;
}

#nav-top a
{
 padding: 10px 10px;
 text-decoration: none;
 color: #000000;
 display: block;
}

#nav-top a.active
{
 background: #010080 url(/images/nav-active.png) no-repeat bottom center;
 color: #ffffff;
}

#nav-top a.active:hover
{
 background: #010080 url(/images/nav-active.png) no-repeat bottom center;
}

#nav-top a:hover
{
 background: #010080;
 color: #ffffff;
}

#banner
{
 width: 960px;
 height: 173px;
 background: #009900 url(/images/banner.png) no-repeat;
 margin-bottom: 35px;
}

#banner a
{
 width: 960px;
 height: 173px;
 display: block;
}

#content
{
 width: 960px;
}

#heading
{
 width: 240px;
 border-top: 9px solid #010080;
 border-left: 9px solid #010080;
 border-right: 9px solid #010080;
}

#heading h2
{
 font-size: 18px;
 color: #ffffff;
 background: #010080 url(/images/heading-background.png) repeat;
 margin: 0px;
 padding: 0px 10px;
}

#heading h2 a
{
 color: #ffffff;
 text-decoration: none;
}
#container
{
 background: #ffffff;
 border: 9px solid #010080;
 overflow: auto;
}

#nav-sec
{
 font: 12px Verdana;
 width: 242px;
 height: 200px;
 background: #ffffff;
 float: left;
}

#nav-sec h3
{
 font-size: 14px;
 margin-left: 10px;
 margin-top: 20px;
}

#nav-sec ul
{
 margin-top: 25px;
 list-style-image: url(/images/bullet-point.png);
}

#nav-sec li
{
 margin-top: 5px;
}

#nav-sec a
{
 text-decoration: none;
 color: #000000;
}

#nav-sec a.active
{
 color: #080280;
 font-weight: bold;
}

#page
{
 font: 12px Arial;
 width: 516px;
 min-height: 500px;
 overflow: auto;
 float: left;
 border: 12px solid #e9e9e9;
 background: #e9e9e9 url(/images/page-background.png) repeat-x;
 padding: 10px 150px 10px 10px;
}

#page h2
{
 font-size: 18px;
 margin-left: 25px;
}

#page h3
{
 font-size: 15px;
 margin-left: 25px;
}

#page p
{
 margin-left: 25px;
 margin-right: 25px;
}

#page a 
{
	color: #080280;
}

#footer
{
 font: 12px Arial;
 margin-top: 12px;
 width: 960px;
 height: 137px;
 background: #009900 url(/images/footer.png) right no-repeat;
 color: #ffffff;
 clear: both;
 line-height: 14px;
}

#footer h2
{
 font-size: 12px;
 margin-left: 35px;
 margin-top: 0px;
 font-weight: normal;
}

#footer ul
{
 font-size: 10px;
 margin: 0px;
 margin-left: 30px;
 padding: 0px;
 list-style: none;
}

#footer li
{
 padding: 2px;
}

#footer a
{
 text-decoration: none;
 color: #ffffff;
}