@import url('core.css');



/********************************************
        PRIMARY STYLES
********************************************/

body, html {
	background-image: url('/images/core/bg-tile.gif');
	font-family: Arial, Helvetica, sans-serif;
}

#contact_line {
	background-color: #1F3042;
	color: #cccccc;
	font-size: 12px;
	height: 30px;
	padding-top: 18px;
	text-align: center;
	width: 100%;
}

#contact_line  img {
	margin-right: 5px;
	margin-top: -2px;
	vertical-align: middle;
}

#contact_line .address {
	margin-right: 47px;
}

#contact_line .number {
	margin-right: 27px;
}

#banner {
	background-image: url('/images/core/logo_tile.jpg');
	background-repeat: repeat-x;
	height: 225px;
	overflow: hidden;
	width: 960px;
}

#banner .logo {
	float: right;
	height: 225px;
}

#banner .slideshow_container {
	float: right;
	width: 580px;
}

#banner .slideshow {
	float: right;
}

#navigation {
	background-image: url('/images/nav/bg.gif');
	font-size: 14px;
	height: 45px;
}

#nav {
	height: 45px;
	margin-left: 20px !important;
}

#nav img {
	padding-right: 10px;
}

#nav ul, #nav li {
	height: 45px;
}

#nav a, #nav visited {
	color: #ffffff;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	padding: 16px 15px 4px;
	text-decoration: none;
}

#nav a:hover, #p-index #nav-index, #p-projects #nav-projects,
#p-about #nav-about, #p-qa_environment #nav-qa_environment,
#p-contact #nav-contact{
	background-image: url('/images/nav/bg.gif');
	background-position: bottom;
	color: #ffffff;
}
/*#nav-login { margin-left:35px;}*/

#content {
	background-color: #ffffff;
	padding-bottom: 40px;
}

#content h1 {
	color: #0053BC;
	font-size: 22px;
	font-weight: normal;
}

#content h2 {
	color: #0053BC;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
}

#content a, #content a:visited {
	color: #0053BC;
	text-decoration: none;
}

#content a:hover {
	color: #8E1912;
	text-decoration: none;
}

#content ul, #content ol {
	margin-left: 20px;
}

#primary{
	font-size: 11px;
	margin-left: 30px;
	margin-right: 40px;
	margin-top: 30px;
	width: 680px;
}

#primary p {
	line-height: 130%;
}

#primary li {
	background-image: url('/images/core/bullet.gif');
	background-position: 0px 5px;
	background-repeat: no-repeat;
	list-style: none;
	padding-left: 14px;
}

#secondary {
	margin-top: 20px;
	width: 200px;
}

#secondary .container {
	background-color: #f2f2f2;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
}

#secondary .list li {
	background-image: url('/images/core/arrow.gif');
	background-position: 0px 5px;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	line-height: 22px;
	margin-left: 10px;
	padding-left: 22px;
	width: 160px;
}

#secondary .baseform li {
	background-position: 0px 5px;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 0px;
}

#secondary .baseform ul {
	margin-left: 10px;
	margin-right: 10px;
}

#secondary .baseform .required {
	width: 97%;
}

#secondary .title {
	background-color: #2260AB;
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	margin-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: middle;
}

#secondary .contact_title {
	background-color: #7d7d7d;
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	height: 30px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: middle;
}

#secondary .contact_title img {
	margin-right: 8px;
	vertical-align: middle;
}

#affiliates {
	background-color: #ffffff;
	text-align: center;
	padding-bottom: 10px;
}

#affiliates img {
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
}

#footer {
	background-color: #ffffff;
	border-top: 1px solid #e5e5e5;
	color: #9a9a9a;
	font-size: 10px;
}

#footer .webfirm_logo {
	padding-bottom: 30px;
	padding-top: 20px;
}

#sitemap {
	margin-bottom: 10px;
	margin-left:auto !important;
	margin-right:auto;
	margin-top: 20px;
	width: 320px;
}

#sitemap li {
	padding-left: 4px;
}

#sitemap a, #sitemap a:visited {
	color: #9a9a9a;
	text-decoration: none;
}

#sitemap a:hover {
	color: #8E1912;
	text-decoration: none;
}

#primary .gallery {
	border: 1px solid #e5e5e5;
	color: #9a9a9a;
	margin-bottom: 20px;
	padding: 10px;
}

#primary .gallery  ul {
	margin: 0px;
	padding: 0px;
}

#primary .gallery  li {
	background-image: none;
	background-position: 0px;
	background-repeat: no-repeat;
	float: left;
	list-style: none;
	padding: 5px;
}

#primary .gallery a img, #primary .gallery a:visited img {
	border: 6px solid #9a9a9a;
}

#primary .gallery a:hover img {
	border: 6px solid #8E1912;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}



#p-login #primary .member-forms li {
  margin: 5px 0 20px 0;
  list-style-type: none !important;
  position: relative;
  background-image:none;
}


#p-user #primary .member-forms li,
#p-register #primary .member-forms li {
  margin: 5px 0 20px 0;
  list-style-type: none !important;
  position: relative;
  background-image:none;

}

.member-forms select{width: 255px;}

#p-employment ul#listing li { background-image:none; border-bottom: 1px solid #b8cae1; margin-top:20px;}

#p-employment #primary li { background-image:none; }

#p-register #primary .member-forms label {
  padding-right: 5px;
	display: inline-block;
	vertical-align: top;
	width: 100px;
}



#left { width:250px; float:left; margin-left:70px;}
#right { width:250px; float:right;}

#primary ul.pdf li { background-image:url(/images/core/icon-pdf.gif); background-repeat:no-repeat; text-indent: 20px; padding:6px 10px;}
/********************************************
        LISTING STYLES
********************************************/



.item_listing li div.img {
  border: 5px solid #C0C0C0;
  text-align: center;
  color: #C0C0C0;
}



/********************************************
        PRODUCT DETAIL STYLES
********************************************/



#p-product #content .img{
  border: 5px solid #C0C0C0;
  text-align: center;
  color: #C0C0C0;
  display: inline;
  float: left;
  height: 250px;
  margin-right: 20px;
  width: 250px;
}
#p-product #content .item{
  display: inline;
  float: left;
  width: 360px;
}


/********************************************
        DYANMIC PAGE DETAIL STYLES
********************************************/


#p-dynamic_page #content .img {
  border: 5px solid #C0C0C0;
  text-align: center;
  color: #C0C0C0;
  display: inline;
  float: left;
  height: 150px;
  margin-right: 20px;
  width: 150px;
}
#p-dynamic_page #content .item {
  display: inline;
}


/********************************************
        GOOGLE MAP STYLES
********************************************/



.googlemap{
  height: 400px;
  width: 100%;
}
.googlemap span{
  display: block;
  margin-bottom: 3px;
  text-align: center;
}

/********************************************
        BREADCRUMB STYLES
********************************************/



ul#breadcrumbs li {
  margin-right: 10px;
  font-size: 0.8em;

}
.googlemap span{
  display: block;
  margin-bottom: 3px;
  text-align: center;
}

.baseform li input[type=password], .baseform li input[type=text] {
    width: 250px;
}

.errorExplanation{
    background-color: #CCCCCC;
    margin-bottom: 10px;
    padding-bottom: 1px;
    text-indent: 5px;
}
.errorExplanation h2{
    background-color: #961C15;
    color: #FFFFFF !important;
}

/********************************
				AMENDED CODES
********************************/
table#member_index_table { width: 100%;}
table#member_index_table thead tr td { font-weight: bold; font-size: 14px;}

