@charset "UTF-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #e6e6e6;
	margin: 10px 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	color: #999999;
}
/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.dbBody #container {
	width: 1008px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0 px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.dbBody #header {
	font-size:12px;
	color: #666666;
	padding: 15px 20px 0px 0px;
	text-align:right;
	background-image: url(images/cornersTop.jpg);
	background-repeat: no-repeat;
}
.dbBody #header #logo {
	height: 70px;
	width: 234px;
	float: left;
	padding-left: 15px;
}
/*.dbBody a {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #00aeef;
}
.dbBody a:visited {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #00aeef;
}
.dbBody a:hover {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #a7a9ac;
}
.dbBody a:active {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #000000;
}*/
.dbBody #mainContent {
	padding: 25px 50px 0 50px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	color: #666;
}

.dbBody #mainContent h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#999999;
	font-weight: normal;
}
.dbBody #mainContent h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#00aeef;
	font-weight: lighter;
	margin: 0 0 0 0;
}
.dbBody #mainHomeContent {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:normal;
}
.dbBody #footer {
	clear:both;
	height: 60px;
	background-image: url(images/corners.jpg);
	padding: 0px 65px 0 50px;
	background-repeat: no-repeat;
}
.dbBody #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.dbBody #footerHome {
	background:#FFFFFF;
	height: 60px;
	padding: 0 65px;
}
.dbBody #footerHome p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.dbBody #nav a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	text-decoration:none;
	margin-left: 18px;
}
.dbBody #nav a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	text-decoration:none;
}
.dbBody #nav a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #00AEED;
	text-decoration:none;
}
.dbBody #nav a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #EDEDED;
	text-decoration:none;
	margin-left: 18px;
}
.dbBody a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	text-decoration:none;
}
.dbBody a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	text-decoration:none;
}
.dbBody a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	text-decoration:none;
}
.dbBody a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #EDEDED;
	text-decoration:none;
}
.dbBody #footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	text-decoration:none;
}
.dbBody #footer a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	text-decoration:none;
}
.dbBody #footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #00AEED;
	text-decoration:none;
}
.dbBody #footer a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #EDEDED;
	text-decoration:none;
}
.dbBody #nav {
	margin: 35px 45px 0 0;
	width: 650px;
	float: right;
}
.dbBody #devider {
	border-right: #cccccc 1px solid;
	padding-right: 20px;
	padding-left: 20px;
	width:50%;
}
.dbBody #deviderNo {
	border-right: #cccccc 0px solid;
	padding-right: 40px;
	padding-left: 40px;
	width:50%;
}
.dbBody #leftBox {
	width:400px;
	float:left;
	border-right: #cccccc 1px solid;
	padding-right:45px;
	text-align: justify;
}
.dbBody #rightBox {
	width:400px;
	float:right;
	padding-left:45px;
}
.dbBody #leftSolBox {
	width:400px;
	float:left;
	padding-right:45px;
	text-align: justify;
/*	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-right-width: 1px;*/
}
.dbBody #rightSolBox {
	width:400px;
	float:right;
	padding-left:45px;
	text-align: justify;
/*	border-left-style: solid;
	border-left-color: #cccccc;
	border-left-width: 1px;*/
}
.dbBody #rightSolBox p {
	margin: 0 0 10px 0;
}


.dbBody #leftSolBox p {
	margin: 0 0 10px 0;
}

.grey-link{
	font-size:12px; 
	color:#666666;
}

.small-text-link{
	font-size:10px; 
	color:#666666;
}

.dbBody .lowcase{ text-transform:lowercase;}

.dbBody .uppercase{ text-transform:uppercase;}

.dbBody #mail{ float:left; width:300px; margin-top:10px;}

.dbBody #mail input{ margin:5px 0 5px 0; width:250px;}

.dbBody #mail textarea{ margin:5px 0 5px 0;}

.dbBody #map{ clear:right; float:left;margin-top:10px;}

.dbBody #direction{ clear:right; float:right;margin-top:10px; }

/*.dbBody #direction h2{ padding-top:10px;}*/

.dbBody #direction p{ line-height:23px;}

.dbBody #mainContent .titleh2{ font-size:18px; font-weight:normal; text-align:left; color:#999999; display:inline-block; height:25px; margin:0; padding:0;}

.dbBody #mainContent .titleh5{ font-size:18px; font-weight:bold; text-align:left; color:#00AEED; display:inline-block; height:25px; margin:0; padding:0;}

.dbBody #mainContent .titleh2 span{ color:#00AEED;}

#mainContent p.lp{ font-size:14px; font-weight:normal; color:#999;}

.tp{ font-size:16px; font-weight:bold; color:#999;}

.sp{ font-size:14px; font-weight:normal; color:#00AEED;}

#mainContent ul{float:left; margin:0; padding:0;}

#mainContent ul li{ list-style:none; float:left;}

#mainContent ul.sublink li a{ text-decoration:none; font-size:16px; font-weight:bold; margin-right:100px;}

#mainContent ul.sublink li.last a{ margin-right:0;}

#mainContent ul.sublink li a:hover{ text-decoration:underline; color:#00AEED; font-style:italic;}

#mainContent{ text-align:left;}

#p_web ul li{ margin-right:35px;}

div#web ul li{ width:280px; }


/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

a#contact_submit{ background:#999999; padding:5px 10px 5px 10px;color:white; font-size:14px; font-weight:bold; margin-right:4%;}
a#contact_submit:hover{ background:#00AEED;}

html[xmlns] .clearfix {
display:block;
}

.clearfix {
display:inline-block;
}

table .feedback{clear:both;margin:5px 0 5px 0; width:200px;border-collapse:seperate; width:100%;}

table .feedback tr td{ vertical-align:top;margin-right:5px;}

#name, #email, #message{background:transparent none repeat scroll 0 0;
border:1px solid #cccccc;
float:left;
margin-left:10px;
padding:5px;
}

#message{
width:90%;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.topmargin{ clear:both; margin-top:10px;}

span .highlighted{ color:#00AEED;}


/******About us page*******/

/*.sidemenu{ clear:both; float:left; width:20%; margin-top:20px;}

.sidemenu ol{ list-style:none; margin:0; padding:0; }

.sidemenu ol li a{
	display:block;
	border-bottom:1px solid #ccc;
	margin-top:3px;
	text-decoration:none;
	color:#666;
	font-size:14px;
	text-align:center;
	padding: 3px 0 3px 0;
	
}

.sidemenu ol li a.starta{ margin:0; border-top:1px solid #ccc;}
.sidemenu ol li a:active, .sidemenu ol li a:hover{ background:#00AEED; }


.rightContent{ clear:right; float:right; width:70%; padding-right:10px; margin-top:20px;}

.rightContent p.starta {
	margin: 0;
}

.rightContent table tr td{ padding-left:4px;}
*/

/*******New pages*******/
.philoso p{
	clear:both;
	padding:0 10px 0 10px;
	}
	
.post p {
clear:both;
display:inline;
float:left;
margin:5px 0;
width:550px;
color:#555555;
font-size:12px;
line-height:18px;
}


/**flowtab 2**/

/* root element for tabs */
ol.statictab {
	margin:0 !important;
	padding:0;
	width:910px;
	height:31px;
	list-style:none;

}

/* single tab */
ol.statictab li { 
	float:left; 
	margin:0; 
	padding:0; 
	
}

/* a- tag inside single tab */
ol.statictab li a:link, ol.statictab li a:visited {
	height: 31px;   
	width: 300px;
	background:#f6f6f6;
	display:block;
	border:#fff;
	padding:0px;
	margin:0px 1px 0 1px;
	/* font decoration */
	line-height:33px;
	color:#6d6d6d;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}

/* adjust the background image position on each tab */
ol.statictab li a:hover 		{ color:#fff; background:#00aeef;	 }
ol.statictab li a.actived	{ 
	cursor:default; 
	color:#fff; 
	background:#00aeef;
	height: 31px; 
	width: 300px;
	display:block;
	border:#fff;
	padding:0px;
	margin:0px 1px 0 1px;
	/* font decoration */
	line-height:33px;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	font-weight:bold; }




