@import "/admin/css/pandani-contact.css";

*
{
 margin: 0;
 padding: 0;
}

body
{
 background: #fff url('/images/background-internal.png') repeat-x top left;
}

p, table, ol, ul, blockquote, h2, h3, h4, h5, h6, form
{
 margin: 1em 0 0 0;
}

ul {
	list-style: none;
	margin-left : 1em;
}
ul ul {
	margin-top : 0px;
}

table
{
 border-collapse: collapse;
}


/* page divisions */

#body
{
 position: relative;
 height: 131px;
 width: 998px;
 margin: auto;
 clear: both;
 
 line-height: 22px;
}

#header
{
 position: relative;
 height: 131px;
 width: 998px;
 margin: auto;
 z-index : 2;
}

#header h1
{
 position: absolute;
 left: 0;
 top: 0;
 width: 10px;
 height: 90px;
}

#header span
{
 display: none;
}

#header img.logo
{
 position: absolute;
 width: 263px;
 height: 159px;
 left: 0px;
 top: 0px;
 z-index: 1;
}


#footer
{
 clear: both;
 height: 100px;
 width: 998px;
 margin: auto;
}

#footer-address
{
	padding: 5px;
}

#footer-text
{ 
	border-top: 1px solid #9bd177;
	padding: 5px;
	font-size: 11px;
	padding: 15px;
}

#footer-updated
{
	float: left;
	padding-left: 50px;
}

#footer-sitemap
{
	float: left;
	padding-left: 50px;
}

#footer-sitemap a 
{
	color: white;
}

#content
{
	position: relative;
	top: -0px;
	background: #fff;
	width: 700px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	float: left;
	padding: 10px;
	margin-left: 15px;
}

#content
{
	list-style: disc;
}

#content ul li {
	margin-left: 2em;
	list-style-image : url('/images/li-breadcrumbs.png');
}

#content ol li {
	margin-left: 25px;
}

#body h2
{
	clear: both;
	border-bottom: 1px solid #6eb43f;
	padding: 15px 0 10px 3px;
 font-size: 160%; 
	font-weight: normal;
}

#employment-tab
{
	float: right;
	margin: 11px 0px 0px 0px;
	border-left: 1px solid #91c56f;
	border-right: 1px solid #91c56f;
	border-bottom: 1px solid #91c56f;
	color: #fff;
	background: #52862f;
	padding: 0px 10px 5px 10px;
	margin-right: 40px;
	font-size: 16px;
}

#employment-tab img
{
	padding:5px 10px 5px 5px;
	vertical-align:middle;
}


#employment-tab a
{
	color: #fff;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#employment-tab a:hover
{
	color: #9bd177;
	text-decoration: none;
}


#employment-tab ul
{
	padding: 0;
	margin: 0;
}


#employment-tab li
{
	padding: 0;
	margin: 0;
}


#navsec {
	background: #fff;
	float: left;
	width: 220px;
	margin: 18px;
	margin-top: 40px;
}

#navsec ul {
	margin : 0px;
	padding : 0px;
	margin-left : 1em;
	clear: both;
}

#navsec li {
	margin: 0.3em 0px;;
}
#navsec li a.active {
	font-weight : bold;
}

#breadcrumbs {
	background: #fff;
}

#breadcrumbs ul li {
	float: left;
	padding: 5px 15px 5px 0px;
	margin-right: 10px;
	margin-left: 0px;
}

#breadcrumbs ul li a.home
{
	font-weight: bold;
}

hr {
	border : 0px;
	border-bottom: 1px solid #6eb43f;
}

*.small {
	font-size : 0.8em;
	color : #aaaaaa;
	margin : 0px;
}

*.smallnews-item{
	clear: both;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
}

*.smallnews-date {
	float:left;
	width: 60px;
	padding: 4px;
	font-size : 0.8em;
	color : #aaaaaa;
	margin : 0px;

}

*.smallnews-title {
	float: left;
	width: 220px;
	padding: 4px;
}

*.feature-image
{
	float:right; 
	border: 1px solid #CCC; 
	padding: 5px; 
	margin: 5px;
}

div.portfolio-item
{
	clear: both;
	background: #c6d4e5;
	padding: 8px;
	margin-top: 20px;
}
div.portfolio-item a
{
 color: #002d62;
 text-decoration: underline;
}

div.portfolio-image
{
	float: left;
	border: 5px solid white;
}

div.portfolio-text
{
	width: 350px;
	float: left;
	margin-left: 15px;
}

div.portfolio-text h4
{
 font-size: 140%; 
 color: #002d62;
}

div.portfolio-text ul
{
	margin-left: 0px;
}

div.portfolio-text ul li
{
	list-style-image: url('/images/li-portfolio.png');
}
