/* ----------------------CSS Document developed for Bobker Group ---------------------- */
/* ----------------------Designed & developed by Manjusha Aklujkar (08/17/2005) ---------------------- */

/* ------------ GLOBAL STYLES ------------ */
body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #fff;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
* {
	padding: 0;
	margin: 0;
}

/* ------------ TOP NAV STYLES ------------ */
a.nav, a.nav:link, a.nav:visited {
	/*float:left;*/
	/*display:block;*/
	width:auto;
	/*height:25px;*/
	background:#fff;
	border-right:1px solid #666;
	/*margin-top:9px;
	margin-bottom: 9px;*/
	margin-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-size:11px;
	font-weight: bold;
	/*line-height:11px;*/
	text-transform: uppercase;
	color: #666;
	overflow:hidden;
}
/* for Mozilla/Safari */
*>a.nav, *>a.nav:link, *>a.nav:visited {
	margin-left: 6px;
	padding-right: 8px;
}

a.nav:hover {
	color:#000;
}
a.nav:active, .chosen {
	color:#000;
}
#nav span {
	display:none;
}

#top_nav {
	font-size: 11px;
	text-transform: uppercase;
	line-height: 29px;
	/*white-space:nowrap;*/
	
}
#top_nav ul {
	/*float: left;*/
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: #666;
	/*margin-left: 3px;*/
}
#top_nav li {
	display: inline;
	padding-right: 12px;
	padding-left: 12px;
	border-right: 1px solid #666;
}
#top_nav li:last-child {
	border-right: 0;
}
#top_nav li:first-child {
	padding-left: 2px;
}
#top_nav li a {
	color: #666;
}
#top_nav li a:hover {
	color: #000;
}
#top_nav li.first {
	margin-left: 0;
}
#top_nav li.last {
	border-right: 0;
	padding-right: 0px;
}

#top_nav li a.current {
	color: #000;
}

/* ------------ INTERNAL PAGES STYLES ------------ */
.content {
	margin-top: 40px;
	border: 1px solid rgb(104, 104, 104);
	min-height: 300px; 
	height:auto;
	width: 788px;
	color: #000;
}
/* for Internet Explorer */
/*\*/
* html .content {
	height: 300px;
	width: 786px;
}
/**/
.content td {
	padding: 6px;
}
.contentnested td {
	padding: 0;
}
.contentnested img {
	padding-bottom: 5px;
}
.float_left {
	float: left;
	padding-right: 6px;
	margin-left: 3px;
}
.content p {
	font-size: 12px;
	text-align: left;
	padding-bottom: 15px;
	padding: 0 3px;
}
.content p a {
	color: #666;
	/*border-bottom: 1px solid #666;*/
	text-decoration: underline;
}
.content p a:hover {
	color: #000;
}

.quote {
	font-style: italic;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	padding-right: 6px;
}
.content p a.pdf_icon {
	display: block;
	width: 200px;
	line-height: 30px;
	background: url(../images/pdf_icon.gif) no-repeat 85% 15px;
}
h1 {
	font-size: 15px;
	margin-top: 10px;
}
.project_list {
	font-size: 12px;
}
.project_list td{	
	padding: 6px;
	margin: 0;
}

.project_heading {
	font-size: 16px;
	font-weight: bold;
	background-color: #666666;
	color: #fff;
	padding: 5px;
	letter-spacing: 2px;
	text-align: left;
}
.table_heading {
	font-size: 12px;
	font-weight: bold;
	background-color: #f2f2f2;
	border-bottom: 1px solid rgb(104, 104, 104);
	border-top: 1px solid rgb(104, 104, 104);
}
.table_title {
	font-size: 12px;
	font-weight: bold;
}

/* ------------ FOOTER NAV STYLES ------------ */

#footer_nav {
	font-size: 11px;
	margin-bottom: 10px;
}
#footer_nav p {
	padding-top: 5px;
}
#footer_nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	color: #666;
	margin-top: 10px;
	white-space:nowrap;
	font-weight: bold;
}
#footer_nav li {
	display: inline;
	padding-right: 9px;
	margin-left: 9px;
	border-right: 1px solid #666;
}
#footer_nav li a {
	color: #666;
}
#footer_nav li a:hover {
	color: #000;
}
#footer_nav li.first {
	margin-left: 0;
}
#footer_nav li.last {
	border-right: 0;
	padding-right: 0px;
}
#footer_nav li a.current {
	color: #000;
}

