@charset "utf-8";
/* 
CSS Document created for CE Construction Pvt.Ltd.
Developed by: F1soft International.
*/

html, body{
	margin: 0;
	padding: 0;
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #666;
	background: #e4e4e4 url(../images/pageBg.jpg) repeat-x left top;
}

div, p, h1, h2, h3, h4, h5, span, ul, li, ol, form{
	margin: 0;
	padding: 0;
}

img, a{
	border: none;
	outline: none;
}

ul {
	list-style: none;
}

img {
		behavior: url(PNGfix/iepngfix.htc);
}


/* layout Selectors */

div#wrapper {
	width: 856px;
	background: url(../images/wrapperBg.png) repeat-y left top;
	margin: 0 auto;
	padding: 0 7px;
}

#header, #maincontent, #footer{
	width: 856px;
	float: left;
}

#header_in .content{
	width: 854px;
	float: left;
}

div.flashcontainer {
	width: 854px;
	height: 274px;
	background: #cc0000;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

#navigation{
	width: 816px;
	padding: 0 20px;
	float: left;
	background: #eaeaea;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

#navigation li.search{
	float: right;
	padding: 5px 0 0 0;
}

#breadcrumb {
	width: 814px;
	padding: 5px 20px;
	float: left;
	background: #254476;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.brdNav {
	width: 626px;
	float: left;
}

.brdNav ul {
	width: 100%;
	float: left;
	padding-top: 8px;
}

.brdNav li {
	color: #BCC7D6;
	float: left;
	display: inline;
	padding-right: 3px;
}

div.brdNav li a {
	padding: 0 5px;
	text-decoration: none;
	color: #BCC7D6;
}

div.brdNav li a:hover {
	color: #fff;
}

div.brdNav li a.first {
	padding: 0 5px 0 0;
}


.searchPane {
	width: 183px;
	float: right;
}

.searchPane form {
	width: 173px;
	height: 21px;
	padding: 3px 5px;
	background: url(../images/searchBg.gif) no-repeat left top;
}

.searchPane input{
	width: 110px;
	padding: 1px 2px;
	font-size: 11px;
}

.searchPane input.btn{
	width: 50px;
	font-size: 11px;
	padding: 0;
	margin: 0 0 0 5px;
}

#header_in{
	width: 854px;
	float: left;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	background: url(../images/bg_header.gif) repeat-x top;
}

#header_in .content p.branding{
	float: left;
	width: 372px;
}

#header_in .content p.tc{
	float: right;
	width: 290px;
}

/*maincontent selectors*/

#maincontent{
	width: 856px;
	float: left;
	padding: 0;
}

#maincontent .contentblock, #maincontent .contentblockRt, #projectTab{
	width: 231px;
	margin: 0 35px 0 0;
	padding: 20px 0 0 0;
	float: left;
}

#maincontent .contentblock p, #maincontent .contentblockRt p, #maincontent .content p{
	padding: 0 0 10px 0;
}

h1{
	font-size: 18px;
	text-transform: uppercase;
	padding: 0 0 15px 0;
	font-weight: normal;
}

.cellContent ol{
	list-style-position: inside;
}

#maincontent .content ul{
	list-style: none;
}

#maincontent .content ul li{
	display: block;
	padding: 0 0 5px 15px;
	background: url(../images/bulllet.gif) left no-repeat;
}

.cellContent ol li{
	padding: 0 0 10px 0;
}

#maincontent .content .contentbottom{
	float: left;
	width: 497px;
}

#projectTab{
	margin-right: 0;
	float: right;
}

#maincontent .content{
	width: 497px;
	float: left;
	padding: 20px 0 0 0;
}

#maincontent .content .contentbottom .newsColumn, #maincontent .content .contentbottom .missionCol{
	padding: 20px 0 0 0;
	width: 231px;
	float: left;
}

#maincontent .content .contentbottom .missionCol{
	float: right;
}

/*Project tab selectors*/

#projectTab .maintabs{
	width: 231px;
	float: left;
}

#projectTab .maintabs p.activetab, 
#projectTab .maintabs p.inactivetab{
	width: 110px;
	height: 21px;
	float: left;
	background: url(../images/tab_active.gif) top left no-repeat;
	padding: 7px 0 0 0;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}

#projectTab .maintabs p.inactivetab{
	background: url(../images/tab_inactive.gif) top left no-repeat;
	color: #333;
	margin: 0 0 0 1px;
}

#projectTab .projectcontent{
	width: 231px;
	float: left;
	background: #036 url(../images/tab_bg.gif) bottom repeat-x;
	color: #CCC;
}

#projectTab .projectcontent ul{
	width: 136px;
	list-style: none;
	padding: 30px 15px 15px 15px;
	float: left;
}

#projectTab .projectcontent ul li{
	width: 201px;
	float: left;
	margin: 0 0 20px 0;
}

#projectTab .projectcontent ul li p.imgholder, #projectTab .projectcontent ul li.last p.imgholder{
	width: 181px;
	padding: 10px;
	background: #173d63;
	border: 1px solid #365675;
	text-align: center;
}

#projectTab .projectcontent ul li p.info, #projectTab .projectcontent ul li.last p.info{
	padding: 10px 0 0 0;
}

#projectTab .projectcontent .more{
	float: left;
	text-align: right;
	width: 181px;
	padding: 0 20px 20px 20px;
}

p.flbanner{
	float: right;
	width: 231px;
	margin: 0 0 10px 10px;
}
/*Footer selectors*/

#footer{
	padding: 30px 20px;
	width: 816px;
	float: left;
	border-top: 1px solid #EBEBEB;
	background: #fff;
}

#footer .ceBrand{
	width: 283px;
	float: left;
	padding: 10px 0 0 0;
}

#footer .contact{
	width: 290px;
	float: left;
	padding: 10px 20px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#footer .content .footer_nav{
	width: 770px;
	float: left;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	border-top: 1px dotted #CCC;
}

#footer .content .footer_nav ul{
	list-style: none;
	text-align: center;
}

#footer .content .footer_nav ul li{
	display: inline;
	padding: 0 15px;
	background: url(../images/divider.gif) right no-repeat;
}

#footer .content .footer_nav ul li.right{
	background: none;
}

#footer .content .copyright{
	float: left;
	width: 770px;
	text-align: center;
	padding: 10px 0 0 0;
}

/*pseudo classes*/

a{
	color: #C00;
}

a:hover{
	color: #009;
}

#projectTab .projectcontent a{
	color: #CCC;	
}

#projectTab .projectcontent a:hover{
	text-decoration: none;
	color: #FFF;
	
}

#projectTab .projectcontent .more a{
	font-weight: bold;	
}

/* Intro Pane Selectors */
.introPane {
	width: 856px;
	height: 270px;
	float: left;
	background: #D8DCE5 url(../images/incBg.jpg) no-repeat right top;
}

.introLt {
	width: 450px;
	float: left;
	padding: 10px 20px;
	padding-right: 0;
}

.introLt h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: normal;
	color: #244576;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}

.introLt p {
	padding: 15px 0 0 0;
}

.introLt span.readMore {
	display: block;
	padding-top: 15px;
}

span.readMore a {
	color: #cc0000;
	text-decoration: underline;
}

span.readMore a:hover {
	color: #cc0000;
	text-decoration: none;
}

.introRt {
	width: 336px;
	float: right;
	padding: 10px 20px 20px 15px;
	position: relative;
}

.introRt h3,
.introRt h1 {
	padding: 5px 0 5px 120px;
	color: #F3F6F8;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: normal;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}

.introRt h1 {
	font-size: 25px;
	padding: 3px 0 10px 120px;
}

.latestPrj {
	width: 318px;
	float: left;
	padding: 5px 0 0 10px;
}

.latestPrj p,
.latestPrj img {
	float: left;
}

.latestPrj img {
	padding-right: 15px;
}

.latestPrj span.readMore {
	display: block;
	padding-top: 10px;
}

.latestPrj p {
	color: #E4E8EE;
}

.latestPrj span.readMore a {
	color: #E4E8EE;
	text-decoration: underline;
}

.latestPrj span.readMore a:hover {
	text-decoration: none;
	color: #E4E8EE;
}

/* content Body selectors */
.contentBd {
	width: 816px;
	float: left;
	padding: 20px;
	background: #fff;
}

#newsnevents,
#mission,
#ourPrj,
#grandeHighlights {
	width: 250px;
	float: left;
	padding-right: 33px;
}

#ourPrj,
#grandeHighlights {

	padding: 8px 0 0 0;
}

.cellContent {
	width: 250px;
	float: left;
}

.cellContent h2{
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 0;
	font-weight: normal;
}

h2.publication{
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 0;
	font-weight: normal;
	color:#1F497D;
}

.cellContent p {
	padding-bottom: 15px;
}

p.navProj {
	width: 230px;
	float: left;
	padding: 6px 0;
	border: 1px solid #ddd;
	border-left: none;
	border-right: none;
	/*border-top: none;*/
}

p.navProj a:hover {
	color: #9F9F9F;
}

div.projSlider {
	width: 100%;
	float: left;
}

p.prjTitle {
	width: 100%;
	float: left;
	font-weight: bold;
	padding-top: 10px;
}

span.prevProj {
	width: 100px;
	float: left;
}

span.prevProj a {
	background: url(../images/icon_prevProj.gif) no-repeat left;
	padding-left: 20px;
	text-decoration: none;
	font-weight: bold;
}

span.nextProj {
	width: 120px;
	float: right;
	text-align: right;
}

span.nextProj a {
	background: url(../images/icon_nextProj.gif) no-repeat right;
	padding-right: 20px;
	text-decoration: none;
	font-weight: bold;
}

.cellContent span.readMore {
	display: block;
}
/*possible hacks*/

.clear{
	clear: both;
}

/* ===== Inner Page Styler [06-03-09] ======== */
div.contentLt {
	width: 540px;
	float: left;
}

div.contentRt {
	width: 250px;
	float: right;
	padding-left: 20px;
}

div.contentRt #newsnevents {
	padding-right: 0;
}

div.contentRt .cellContent {
	padding-bottom: 15px;
}

div.contentLt h2{
	width: 100%;
	float: left;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 0 8px;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
}

div.contentLt p{ 
	width: 100%;
	float: left;
	padding: 10px 0 5px 0;
}

/* 09-03-2009 */

p.visionMission {
	font-size: 12px;
}

table.members {
	width: 100%;
	margin: 10px 0;
	float: left;
}

table.members tr.odd {
	background: #f7f7f7;
}

table.members tr.even {
	background: #f1f1f1;
}

table.members th,
table.members td {
	text-align: left;
	padding: 5px;
	font-weight: bold;
}

table.members th {
	background: #254476;
	color: #fff;
	padding: 8px 5px;
}

div.memInfo {
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
}

div.memInfo img {
	margin: 5px 30px 5px 0;
}

div.poweredBy {
	width: 125px;
	float: right;
}

h3.subHead {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #254476;
	text-transform: capitalize;
	padding-top: 15px;
}

ul.projList {
	width: 100%;
	float: left;
	padding: 10px 0;
}

ul.publicationList{
	width: 100%;
	float: left;
	padding: 10px 0;
}

ul.projList li {
	width: 170px;
	height: 205px;
	padding: 10px 15px 10px 0;
	float: left;
	display: inline;
}

ul.publicationList li {
	/*width: 170px;
	height: 205px;*/
	padding: 10px 15px 10px 0;
	float: left;
	display: inline;
}

ul.projList li.last {
	padding-right: 0;
}

ul.projList li.projCategory {
	font-size: 11px;
	font-weight: bold;
	width: 98%;
	float: left;
	padding: 0;
	background: url(../images/bullet_list.gif) no-repeat left center;
	padding-left: 2%;
	margin-top: 10px;
	color: #BA0005;
	height: auto;
}

ul.publicationList li.projCategory {
	font-size: 11px;
	font-weight: bold;
	width: 98%;
	float: left;
	padding: 0;
	background: url(../images/bullet_list.gif) no-repeat left center;
	padding-left: 2%;
	margin-top: 10px;
	color: #BA0005;
	height: auto;
}

span.projImg,
span.projDesc {
	width: 170px;
	float: left;
}

span.publicationListSpan{
	/*width: 170px;*/
	float: left;
	border: 1px solid #036;
}

span.projDesc {
	padding: 5px 0 0 0;
}

span.projImg a img {
	border: 3px solid #ccc;
}

span.projImg a:hover img {
	border: 3px solid #aaa;
}

/*======= added by parag 09-03-2009***********/

div.memInfo {
	width: 100%;
	float: left;
	padding: 10px 0;
}

div.memInfo h3 {
	width: 100%;
	float: left;
	padding: 5px 0;
	font-size: 16px;
	font-weight: bold;
	color: #254476;
	text-transform: capitalize;
	line-height: normal;
}

ul.list{
    width:100%;
	overflow:hidden;
	float:left;
	list-style:none;
}	

ul.list li{
   float:left;
   width:90%;
   padding-left:10%;
   }
   
.px{font-style:italic;
}

/* oomes / 11-03-2009 */
div.memInfo blockquote {
	padding: 0;
	margin: 0;
	padding-top: 10px;
	font: 12px/normal "Georgia", Times New Roman, Times, serif;
	color: #BA0005;
}

span.pHead {
	color: #053566;
	font-weight: bold;
	font-size: 12px;
}

.cellContent ul {
	width: 100%;
	float: left;
}

.cellContent ul li {
	width: 100%;
	float: left;
	padding: 10px 0 5px 0;
}

span.newsTitle {
	display: block;
	padding-bottom: 2px;
}

span.newsTitle a {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

span.newsTitle a:hover {
	text-decoration: underline;
}

div.commentForm {
	width: 100%;
	float: left;
	padding: 15px 0 0;
}

div.commentForm form {
	width: 100%;
	float: left;
}

div.commentForm p {
	width: 100%;
	float: left;
	padding: 2px 0;
}

div.commentForm p label,
div.commentForm p input,
div.commentForm p textarea {
	float: left;
}

div.commentForm p label {
	width: 90px;
}

div.commentForm p input {
	width: 150px;
}

div.commentForm p textarea {
	width: 250px;
}

div.commentForm p input,
div.commentForm p textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px 2px;
}

div.commentForm p.bttns {
	padding: 15px 0 0 0;
}

div.commentForm p.bttns input {
	width: auto;
	padding: 2px 5px;
	margin-right: 5px;
}

a.links {
	color: #cc0000;
	text-decoration: none;
}

a.links:hover {
	color: #cc0000;
	text-decoration: underline;
}

/* 11-03-09 by Parag */
ul.listing2{
	width:100%;
	overflow:hidden;
	float:left;
	list-style:none;
}

ul.listing2 li{
	background:url(../images/bulllet.gif) no-repeat left 9px;
	padding:4px 0 4px 15px;
	width: 100%;
	float: left;
	color: #003366;
}
	
/*12-03-09*/
#testimonials {
	width: 100%;
	float: left;
}
	
div.contentRt .cellContent p.testiTxt {
	font: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

/* 16-03-09*/
h3.head {
	font-style: italic;
}

div.memInfo h4 {
	width: 100%;
	float: left;
	padding: 10px 0 0;
	font-size: 12px;
	font-weight: bold;
}

ul.ordlist {
	width: 100%;
	float: left;
	padding: 5px 0;
}

ul.ordlist li {
	display: block;
	background: url(../images/bulllet.gif) no-repeat left 9px;
	padding: 4px 0 4px 8px;
	color: #0E164E;
}

ul.ordlist ul {
	padding: 0 0 0 10px;
}

ul.ordlist ul li {
	background: none;
	padding: 1px 0;
	color: #0E164E;
}	

/* by parag */
div.chrman {
	width: 100%;
	float: left;
}

div.chrman img {
	width: 150px;
	float: left;
	margin-right:10px;
}

div.contentLt .chrman p {
	float: left;
	width: 530px;
}

/* 17-03-2009	*/

div.cellContent p.visionMission {
	/*font-size: 11px;*/
	padding: 3px 0 10px;
}

div#special {
	width: 800px;
	float: left;
	background: #efefef;
	padding: 12px 8px;
}

div#special h2{
	font-size:24px;
	color:#FF0000;
	padding:0 0 10px 5px;
	font-weight:normal;
	border-bottom:1px solid #9f9f9f;
	margin:0 0 10px 0;
}

div#special .testimonial,
div#special .mdVow {
	/*width: 379px;*/
	float: left;
	padding: 0 10px;
}	

div#special .testimonial {

	padding: 0 15px 10px 5px;
}

div#special .mdVow {
	border-left: 1px solid #dedede;
	padding: 0 5px 0 15px;
}

div#special .testimonial p,
div#special .mdVow p {
	width: 100%;
	float: left;
	text-align:justify;
	position: relative;
}

div#special .mdVow img {
	margin-left: 10px;
}

div#special h3,
div#special h4 {
	width: 100%;
	float: left;
	padding: 0 0 10px 0;
	color: #003366;
	font-size: 14px;
	font-weight: bold;
}

div#special h4 {
	color: #444;
	font-size: 11px;
}

/*ul.listing2 li span {
	float: left;
}

ul.listing2 li span.coName {
	width: 40%;
}

ul.listing2 li span.coLink {
	width: 60%;
}*/

ul.listing2 li span {
	display: block;
}

a.colinks {
	color: #003366;
	text-decoration: none;
}

a.colinks:hover {
	text-decoration: underline;
}

div.memInfo .colLt {
	width: 290px;
	float: left;
}

div.memInfo .colRt {
	width: 234px;
	float: right;
}

.colRt p.grandeMap a {
	text-decoration: none;
	color: #003366;
}

.colRt p.grandeMap a span {
	display: block;
	text-align: center;
}

/* 18-03-2009 */
div.imgGallery {
	width: 540px;
	float: left;
	padding: 10px 0;
}

div.imgGallery ul {
	width: 538px;
	float: left;
	background: #ededed;
	border: 1px solid #ddd;
}

div.imgGallery li {
	width: 250px;
	float: left;
	padding: 10px 9px;
}

div.imgGallery li a {
	text-decoration: none;
}

div.imgGallery li a span {
	display: block;
	padding-top: 2px;
	color: #003366;
}

div.imgGallery li a:hover span {
	text-decoration: underline;
}

/* 19-03-2009 */
div.contactPane {
	width: 400px;
	float: left;
	padding-right: 16px;
}

div.commentPane h2,
div.contactPane h2,
div.orgChart h2 {
	font-size: 18px;
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

div.contactPane h2 {
	padding-top: 12px;
}

div.commentPane {
	width: 378px;
	float: right;
	border: 1px solid #ddd;
	background: #ededed;
	padding: 10px;
} 

div.memInfo h3 a {
	font-size: 16px;
	font-weight: bold;
	color: #254476;
}

table.members td a {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}

table.members td a:hover {
	text-decoration: underline;
}

p.promoHolder {
	width: 100%;
	float: left;
	padding: 0 0 15px 0;
}

/* 29-03-2009 */

#solutions {
	width: 533px;
	float: left;
}

#solutions h2{
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 0;
	font-weight: normal;
}

#solutions p{
	padding: 10px 0;
}

/*p.abtCe {
	font-size: 14px;
	line-height: normal;
}
*/

div.navLeft {
	width: 150px;
	float: left;
	padding-right: 20px;
}

ul.quicklinks {
	width: 100%;
	float: left;
}

ul.quicklinks li {
	width: 150px;
	float: left;
	display: inline;
	padding: 2px 0 2px 10px;
	background: url(../images/bullet_list.gif) no-repeat left 5px;
	color: #BA0005;
}

ul.quicklinks li.root {
	background: none;
	font-size: 14px;

}

ul.quicklinks li a {
	/*padding-left: 10px;*/
	text-decoration: none;
	color: #BA0005;
}

ul.quicklinks ul {
	padding: 5px 0 0 2px;
}

ul.quicklinks ul li {
	background: url(../images/bulllet.gif) no-repeat left 6px;
}

ul.quicklinks ul li a {
	color: #003366;
	text-transform: none;
}

ul.quicklinks a.active {
	color: #333;
}

h3.qknavRoot {
	width: 100%;
	float: left;
	padding: 5px 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #555;
	font-weight: normal;
}

div.brdofdir {
	width: 100%;
	float: left;
	padding: 5px 0;
}

div.brdofdir h3 {
	font-size: 13px;
	padding: 5px 0 0;
	font-weight: bold;
	color: #003366;
	width: 100%;
	float: left;
}

div.brdofdir ul {
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
}

div.brdofdir ul li {
	width: 100%;
	float: left;
	padding: 3px 0;
}

div.brdofdir ul li span.profileImg {
	width: 126px;
	float: left;
}

span.profileImg img {
	padding: 2px;
	border: 1px solid #ddd;
}

div.brdofdir ul li span.profileTxt {
	padding: 10px 0 0 10px;
	width: 200px;
	float: left;
}

div.brdofdir ul li span.profileTxt a {
	display: block;
}

#ourPrj .cellContent h2.proj,
#grandeHighlights .cellContent h2.proj  {
	color:#003366;
	float:left;
	font-size:14px;
	font-weight:bold;
	padding:0 0 10px;
	width:100%;
	text-transform: none;
}
	

div.contentMid {
	width: 460px;
	float: left;
}

div.rtPane {
	width: 150px;
	float: left;
	padding-left: 20px;
}

h2.tit {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #444;
	padding: 5px 0;
	text-transform: uppercase;
}

.contentMid p {
	padding: 10px 0 0;
}

div.missionRt {
	width: 250px;
	float: left;
	padding: 10px 0 0 0;
}

div.missionRt p {
	padding: 0 0 10px;
}

div.missionRt p span {
	display: block;
}


marquee {
	color: #fff;
	font-size: 14px;
	padding: 7px 0 0;
	text-transform: capitalize;
}

/*div.orgChart {
	width: 100%;
	float: left;
	padding: 25px 0 0 0;
}

div.orgChart a img {
	padding: 2px;
	border: 1px solid #ddd;
}

div.orgChart a span {
	display: block;
	padding: 5px 0;
	text-align: center;
}*/

span.gr  {
	font-size: 12px;
	color: #fff;
	display: block;
	width: 80px;
	background: #009933;
	padding: 2px 5px;
}
	
span.date {
	width: 150px;
	position: absolute;
	right: 0;
	bottom: 25px;
	text-align: right;
}


span.areas,
span.top {
	display: block;
	padding: 2px 0 0;
}

span.top {
	padding: 7px 0 0;
}

p.justiTxt {
	text-align: justify;
}

div.book {
	position: absolute;
	top: 0;
	right: 0;
}

#grandeHighlights .cellContent h3 {
	width: 100%;
	float: left;
	font-size: 12px;
	color: #666;
}

#grandeHighlights .cellContent ul {
	width: 100%;
	float: left;
}

#grandeHighlights .cellContent ul li {
	width: 100%;
	float: left;
	padding: 2px 0 0;
}

div.orgChart {
	width: 100%;
	flaot: left;
	
}

div.orgChart img {
	text-align: center;
	padding: 15px 0 0 0;
}

ul#sitemap {
	width: 100%;
	float: left;
	padding: 15px 0;
}

ul#sitemap li {
	display: block;
	/*float: left;*/
	background: url(../images/bullet_list.gif) no-repeat left 4px;
	padding: 0 0 5px 10px;
}

ul#sitemap li a {
	text-decoration: none;
}

ul#sitemap ul {
	display: block;
	padding: 5px 0 0 10px;
}

div.msgSent {
	width: 100%;
	float: left;
	padding: 0 0 10px;
	color: #003366;
}

div.ceBrand span {
	display: block;
	padding: 15px 0 0 0;
}

div.vdo{
	width: 231px;
	height: 180px;
	border:3px solid #CCC;
	float:left;
	text-align:center;
	margin-bottom: 5px;
}

/*-------------6/8/2010----------*/

div.memolast{
	width:100%;
	float:left;
	padding:10px 0;
}

div.memolast table{
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin:10px 0 10px 0;
}
div.memolast th{
	background:#7a7a7a;
	padding:2px 0;
	border-right:1px solid #ddd;
	color:#fff;
}

div.memolast th.last{
	border:none;
}			

div.memolast td{
	text-align:center;
	padding:2px 0;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
}

div.memolast p.top{
	text-align:center;
	font-size:18px;
	padding:0 0 5px 0;
}

div.memolast p.second{
	text-align:center;
}

p.price {
	color:#FFF;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:right;
	font-weight:bold;
}

p.price span {
	border: 1px solid #254476;
	padding: 5px;
	float: right;
	background:#4C8EC1;
}