/*
	Bridgeways main stylesheet
*/

/* =General
---------------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

ul, ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img, a img {
	border: 0;
}

body {
	background: #CCCCCC;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	height: 100%;
	margin-top: 24px;
}

table tr td {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	vertical-align: top;
}

.clearit:after { 
    content: ""; 
    display: block; 
    clear: both; 
    height: 0; 
    visibility: hidden; 
}

.clearit {
	min-height: 0;
	height: 0;
	font-weight: bold;
}

html>body .clearit {
	height: auto;
	font-weight: bold;
}

.clear {
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	font-size: 1px;
}

/* =Branding
--------------------------------------------------------------------------------------------------- */
#branding {
	min-height: 82px;
	height: auto !important;
	height: 82px;
}

#branding #logo {
	display: block;
	float: left;
	padding: 12px 0 0 27px;
}

#branding #slogan {
	display: block;
	float: right;
	padding: 44px 30px 0 0;
}

/* =Layout Homepage
---------------------------------------------------------------------------------------------------- */
#home #menu-left, #home #menu-right {
	background: #8b7a68;
	float: left;
	width: 208px;
	min-height: 235px;
	height: auto !important;
	height: 235px;
}

#home #menu-left li a.bg-1 {
	background: url('../images/wrapper/menu-left-bg-1.gif') 0 0 no-repeat;
}

#home #menu-left li a.bg-2 {
	background: url('../images/wrapper/menu-left-bg-2.gif') 0 0 no-repeat;;
}

#home #menu-right li a.bg-1 {
	background: url('../images/wrapper/menu-right-bg-1.gif') 0 0 no-repeat;;
}

#home #menu-left li a {
	display: block;
	color: #ffffff;
	font-size: 15px;
	text-decoration: none;
	line-height: 18px;
	min-height: 47px;
	height: auto !important;
	height: 47px;
}

#home #menu-left li a span {
	display: block;
	padding: 13px 0 0 27px;
}

#home #menu-right li a {
	display: block;
	color: #ffffff;
	font-size: 15px;
	text-decoration: none;
	line-height: 18px;
	min-height: 78px;
	height: auto !important;
	height: 78px;
}

#home #menu-right li a span {
	display: block;
	padding: 28px 0 0 27px;
}

#home #menu-left li a:hover, #home #menu-right li a:hover {
	color: #cfc3ad;
}

/* Feature image */
#home #home-feature {
	float: left;
	width: 348px;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
}

#home #home-feature img {
	display: block;
}

/* Intro content */
#home #intro-content {
	color: #808282;
	font-size: 14px;
	clear: both;
	padding: 25px 27px 0 27px;
}

#home #intro-content p.text {
	float: left;
	width: 500px;
	line-height: 17px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#home #intro-content p.client-logo {
	float: right;
	width: 200px;
	padding-top: 20px;	
}

/* News & Events */
#news-events {
	background: url('../images/wrapper/news-events-bg.gif') 0 0 repeat-y;
	width: 714px;
	margin: 30px auto 0 auto;
	clear: both;
}

#news-events li {
	float: left;
	padding-bottom: 10px;
}

#news-events li.left {
	width: 237px;
}

#news-events li.middle {
	width: 241px;
}

#news-events li.right {
	width: 236px;
}

#news-events li h2 {
	background: #8b7a68 url('../images/wrapper/news-events-hrd-bg.gif') 100% 50% no-repeat;
	color: #ffffff;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	padding: 8px 0 8px 0;
	margin-bottom: 20px;
}

#news-events li h2.whats-hot {
	background-image: none;
}

#news-events li p {
	color: #231f20;
	margin: 0 0 8px 0;
	padding: 0 26px 0 26px;
}

/* =Left-navigation
---------------------------------------------------------------------------------------------------- */
#main-content #left-nav {
	float: left; 
	width: 200px;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-left: 10px;
}

#main-content #left-nav ul {
	margin-top: 4px;
}

#main-content #left-nav ul li {
	background: url('../images/wrapper/sub-content-list-divider2.gif') 0 0 no-repeat;
	padding: 7px 0 9px 0;	
}

#main-content #left-nav ul li a {
	display: block;
	color: #0c8442;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	padding: 2px 0 0 12px;
}

#main-content #left-nav ul li a:hover {
	color: #231f20;
}

#main-content #left-nav ul li.last {
	background: none;
}


/* Ad box */
#main-content #left-nav ul#ad {
	background: none;
	width: 190px;
	margin: 10px 0 0 0;
	padding: 0;
	clear: both;
}

#main-content #left-nav ul#ad li {
	padding: 0;
	margin: 0;
	background: none;
}

#main-content #left-nav ul#ad li h2 {
	background: #8b7a68;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 1px;
	padding: 8px 0 8px 12px;
	margin: 0;
}

#main-content #left-nav ul#ad li p {
	color: #231f20;
	margin: 0;
	padding: 6px 4px 8px 10px;
	border-bottom: 1px solid #8b7a68;
	border-right: 1px solid #8b7a68;
	border-left: 1px solid #8b7a68;
	font-weight: normal;
	letter-spacing: 0px;
}

#main-content #left-nav ul#ad li h2 a {
	display: inline;
	color: #FFFFFF;
	background: none;
	text-decoration: none;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

/* =Layout
---------------------------------------------------------------------------------------------------- */
#wrapper {
	background: #ffffff;
	width: 770px;
	margin: 0 auto;
}

#main-content {
	padding: 0 0 16px 0;
	clear: both;
}

#main-content #content {
	float: left;
	width: 534px;
}

#main-content #content-full {
	float: left;
	width: 534px;
}

#main-content #content #text-content,
#main-content #content-full #text-content {
	padding: 0 20px 0 13px;
	font-weight: normal;
}

#additional-content {
	clear: both;
	padding: 0 0 0 17px;
}

#additional-content .list-block {
	float: left;
	width: 235px;
	color: #696e73;
	font-size: 13px;
	line-height: 20px;
	padding: 25px 16px 0 0;
}

#additional-content .list-block ul {
	margin-top: 5px;
}

#additional-content .list-block ul li {
	background: url('../images/wrapper/list-bullet.gif') 0 7px no-repeat;
	padding: 0 0 0 10px;
}

/* =Sub-content
---------------------------------------------------------------------------------------------------- */
#sub-content {
	float: left; 
	width: 200px;
	letter-spacing: 1px;
	margin-top: 54px;
}

#sub-content ul {
	margin-top: 10px;
}

#sub-content ul li {
	background: url('../images/wrapper/sub-content-list-divider.gif') 0 100% no-repeat;
	padding: 7px 0 7px 0;	
}

#sub-content ul li a {
	display: block;
	background: url('../images/wrapper/sub-content-list-bullet.gif') 0 4px no-repeat;
	color: #0c8442;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
	padding: 0 0 0 27px;
}

#sub-content ul li a:hover {
	color: #231f20;
}

#sub-content ul li.last {
	background: none;
}

/* =Main nav 
---------------------------------------------------------------------------------------------------- */
#main-nav {
	background: #00853e;
	clear: both;
	min-height: 27px;
	height: auto !important;
	height: 27px;
	margin-bottom: 27px;
	padding-left: 27px;
}

#main-nav li {
	float: left;
	padding: 0 30px 0 0;
}

#main-nav li.last {
	padding-right: 0;
}

#main-nav li a {
	display: block;
	float: left;
	color: #ffffff;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 4px 0 3px 0;
}

#main-nav li a:hover, #main-nav li a.on {
	color: #a0cd9b;
}

/* =lists
--------------------------------------------------------------------------------------------------- */
#main-content #text-content ul {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

#main-content #text-content ul li {
	background: url('../images/wrapper/list-bullet.gif') 0 7px no-repeat;
	color: #696e73;
	font-size: 13px;
	line-height: 20px;
	padding: 0 0 2px 10px;
}

/* =Breadcrumb
---------------------------------------------------------------------------------------------------- */
#breadcrumb {
	color: #00853e;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: -18px 0 0 0 !important;
	padding: 0 0 14px 13px;
	position: relative;
}

#breadcrumb span {
	color: #231f20;
}

#breadcrumb a {
	color: #231f20;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #00853e;
}

/* =Footer
---------------------------------------------------------------------------------------------------- */
#footer {
	background: #00853e;
	min-height: 27px;
	height: auto !important;
	height: 27px;
	clear: both;
	margin: 8px 0 27px 0;
	padding-left: 27px;
}

#footer li {
	float: left;
	line-height: 18px;
	padding: 5px 40px 0 0;
}

#footer li a {
	display: block;
	float: left;
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#footer li a:hover {
	color: #a0cd9b;
}

/* =Links
---------------------------------------------------------------------------------------------------- */
a, a:focus {
	outline: none;
	color: #00853e;
}

a:hover {
	color: #000000;
}

/* =Typography
---------------------------------------------------------------------------------------------------- */
#content #text-content p,
#content-full #text-content p {
	color: #696e73;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 18px 0;
}

#content #text-content h1,
#content-full #text-content h1 {
	color: #0c8442;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 6px 0;
}

#content #text-content h2,
#content-full #text-content h2 {
	color: #666666;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 6px 0;
}

#additional-content .list-block h3 {
	font-size: 13px;
	margin: 0;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-left: 10px;
}

#additional-content .list-block h4 {
	font-size: 13px;
	margin: 0;
	line-height: 20px;
	padding-left: 10px;
}

/* =Forms
---------------------------------------------------------------------------------------------------- */

table.solutions {
	border-collapse: collapse;
}
table.solutions tr.highlight {
  background: #f3f0ee;
}

table.solutions th.border {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #696e73;
  color: #264979;
  font-size: 13px;
}
table.solutions th.nill {
	border: 0px;
	padding: 2px;
  color: #264979;
}
table.solutions td {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #696e73;
  color: #696e73;
  text-align: center;
  font-size: 13px;
}
table.solutions td.title {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #696e73;
  color: #00853e;
  text-align: left;
  font-size: 13px;
}
table.solutions td div.title {
	padding: 2px;
  color: #00853e;
  text-align: left;
	font-weight: bold;
  font-size: 13px;
}

form input, form select, form textarea
{
	margin-bottom: 10px;
}

/* =Designations
---------------------------------------------------------------------------------------------------- */
 
#designations  {
                float: right;
                width: 254px;
                margin: 0;
                padding: 0 0 0 10px;
}
 
#designations-inner  {
                border-left: 1px solid #02843A;
                border-right: 1px solid #02843A;
                margin: 0;
                padding: 0;
}
 
 
.designation-data
{
                padding: 0;
                margin: -5px 0 -5px 0;
                position: relative;
}
 
.designation-data th
{
                border-right: 1px solid #D9D9D9;
                border-bottom: 1px solid #D9D9D9;
                color: #808282;
                font-size: 11px;
                text-transform: uppercase;
}
 
.designation-data td
{
                border-right: 1px solid #D9D9D9;
                border-bottom: 1px solid #D9D9D9;
                padding: 4px 0 4px 0;
}
 
.designation-data td.last
{
                border-right: 0px;
}

.designation-data th.title
{
                border-right: 0px solid #D9D9D9;
                border-bottom: 1px solid #D9D9D9;
                color: #FFFFFF;
                background: #02843A;
                font-size: 12px;
                text-transform: uppercase;
                text-align: center;
}

