html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	/*background: #E2EAF5 url(../img/bg_b.jpg) left bottom repeat-x;*/
	background-color: #E2EAF5;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2C2C2C;
}

a {
	color: #00478B;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}

a img {
	border: none;
}

p, form, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 30px;
	font-weight: normal;
	color: #2C2C2C;
	padding-bottom: 20px;
}

h2 {
}

h3 {
	font-size: 16px;
}

h4 {
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
	font-weight: normal;
	color: #9A9A9A;
	padding-bottom: 10px;
}

small {
	font-size: 11px;
}

.pb {
	padding-bottom: 7px;
}

.bg_t {
	background: url(../img/bg_t.jpg) left top repeat-x;
}

#wrapper {
	background: #E2EAF5 url(../img/bg_b.jpg) left bottom repeat-x;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

	.wrapper {
		width: 834px;
		margin: 0 auto;
		position: relative;
		z-index: 1;
	}

#wrapper .vTop {
	vertical-align: top;
}
#wrapper .vMid {
	vertical-align: middle;
}
#wrapper .vBot {
	vertical-align: bottom;
}

.fLeft {
	float: left;
}

.fRight {
	float: right;
}

.cleaner {
	clear: both;
}


.marg_t {
	margin-top: 10px;
}

.marg_b {
	margin-bottom: 10px;
}

.marg_b2 {
	margin-bottom: 20px;
}


#wrapper .hide {
	display: none;
}

#wrapper .show {
	display: block;
}

.gray {
	color: #868686;
}

.lightGray {
	color: #A4A3A3;
}

.border_l {
	border-left: 1px solid #D0DAE2;
}

.padd_l {
	padding-left: 20px;
}

#top {
	padding: 20px 2px 0 2px;
}

#top a {
	position: absolute;
	z-index: 100;
	top: 35px;
	left: 20px;
}
#top a img {
	width: 140px;
	height: 90px;
}

.shad_m {
	background: #FFF url(../img/shad_m.jpg) left top repeat-y;
}
	.shad_lb {
		background: url(../img/shad_lb.jpg) left bottom no-repeat;
	}
	
	.shad_rb {
		background: url(../img/shad_rb.jpg) right bottom no-repeat;
		padding: 0 3px;
	}


#homeTxt {
	height: 84px;
	width: 793px;
	margin: 0 auto;
	background: url(../img/bg_gray.jpg) left top repeat-x;
	padding: 20px 0 0 35px;
	font: normal 29px/30px "Century Gothic",Helvetica,sans-serif;
	color: #333;
}
	#homeTxt div {
		padding-top: 17px;
	}

#content {
}
	
	.home {
		width: 528px;
		padding: 20px 265px 90px 35px;
		height: expression( this.scrollHeight < 211 ? "210px" : "auto" ); /* sets min-height for IE */
		min-height: 210px; /* sets min-height value for all standards-compliant browsers */
		background: url(../img/home_img.png) right bottom no-repeat;
	}
	
	.page {
		padding: 25px 35px 25px 35px;
		height: expression( this.scrollHeight < 321 ? "320px" : "auto" ); /* sets min-height for IE */
		min-height: 320px; /* sets min-height value for all standards-compliant browsers */
	}
	
	#content p {
		padding-bottom: 18px;
	}

	#content td {
		vertical-align: top;
	}
	
	
	#content ul li {
		background: url(../img/li.gif) left 5px no-repeat;
		padding: 0 0 10px 14px;
	}
	
	#wrapper .home ul li {
		padding: 5px 0 5px 14px;
		background-position: left 10px;
	}
	
		.home ul li a {
			text-decoration: none;
		}
		
		.home ul li a:hover {
			text-decoration: underline;
		}
	
	
	#content ol {
		padding-left: 16px;
	}
		#content ol li {
			list-style-type: decimal;
			padding-bottom: 5px;
		}
	
	
	
/* --- Shadow Table --- { --- */


.shadTbl {
	background-color: #F2F7FB;
}


.shadTbl .lt img,
.shadTbl .t img,
.shadTbl .rt img,
.shadTbl .l img,
.shadTbl .r img,
.shadTbl .lb img,
.shadTbl .b img,
.shadTbl .rb img {
	width: 1px;
	height: 1px;
}

	.shadTbl .lt,
	.shadTbl .rt,
	.shadTbl .l,
	.shadTbl .r,
	.shadTbl .lb,
	.shadTbl .rb {
		width: 10px;
	}
	
	.shadTbl .lt,
	.shadTbl .rt,
	.shadTbl .t {
		height: 10px;
	}
	
	.shadTbl .b,
	.shadTbl .lb,
	.shadTbl .rb {
		height: 10px;
	}
	
	.shadTbl .lt {
		background: url(../img/corners.gif) left top no-repeat;
	}
	.shadTbl .rt {
		background: url(../img/corners.gif) right top no-repeat;
	}
	.shadTbl .lb {
		background: url(../img/corners.gif) left bottom no-repeat;
	}
	.shadTbl .rb {
		background: url(../img/corners.gif) right bottom no-repeat;
	}
	
	.shadTbl .t {
		background: url(../img/corners_bg.gif) left top repeat-x;
	}
	.shadTbl .b {
		background: url(../img/corners_bg.gif) left bottom repeat-x;
	}
	
	
	.shadTbl .l {
		background: url(../img/corners_bg.gif) left top repeat-y;
	}
	.shadTbl .r {
		background: url(../img/corners_bg.gif) right top repeat-y;
	}
	
	
	.shadTbl .m {
		padding: 0 10px;
	}
	
	
	#wrapper .shadTbl .m p {
		padding-bottom: 15px;
	}

/* --- } --- Shadow Table --- */
	
	
.dots_bg {
	background: url(../img/dots_bg.gif) right 20px no-repeat;
	padding-top: 150px;
	height: 128px;
	margin-bottom: 15px;
}

.dots_projects_bg {
	background: url(../img/dots_projects_bg.gif) right 20px no-repeat;
	padding-top: 150px;
	height: 128px;
	margin-bottom: 15px;
}

.dots_bg td {
	padding-bottom: 7px;
}


#contactInfo {
	margin: 0 0 25px 0;
}
	


.tbl td {
	padding-top: 3px;
	padding-bottom: 3px;
}

.sepp {
	height: 30px;
}

.sepp2 {
	height: 20px;
}


.quote {
	background: url(../img/quote_b.gif) right bottom no-repeat;
	padding: 0 20px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
}
	.quote p {
		background: url(../img/quote_t.gif) left top no-repeat;
		padding: 18px 0 18px 20px;
	}
	
.icon {
	height: 70px;
}
	
.linkMore {

}
	.linkMore a {
		background: url(../img/li.gif) left 5px no-repeat;
		padding-left: 14px;
		text-decoration: none;
	}
	.linkMore a:hover {
		text-decoration: underline;
	}


#footer {
	background: url(../img/shad_b.jpg) left top repeat-x;
	position: relative;
	z-index: 1;
	height: 53px;
	width: 834px;
	text-align: right;
	font-size: 11px;
}
	#footer .shad_lb {
		background: url(../img/shad_lb2.jpg) left top no-repeat;	
	}
	
	#footer .shad_rb {
		background: url(../img/shad_rb2.jpg) right top no-repeat;	
		height: 36px;
		padding: 17px 15px 0 0;
	}
	
	#memberImg {
		position: absolute;
		z-index: 10;
		left: 37px;
		top: -58px;
	}
	
	
	#footer ul {
		display: block;
		height: 16px;
		float: right;
	}
		#footer ul li {
			display: block;
			float: left;
			padding: 1px 11px 0 10px;
			background: url(../img/dots.gif) right top no-repeat;
			height: 15px;
		}
		
		#wrapper #footer ul li.last {
			background: none;
		}
		
		#footer a {
			color: #FFF;
			text-decoration: none;
		}
		
		#footer a:hover {
			color: #FFF;
			text-decoration: underline;
		}
		
		
	#subFooter {
		font-size: 11px;
		color: #7C7C7C;
		padding: 14px 25px 0px 37px;
		height: 30px;
	}

	#subFooter .fRight
	{
		padding-top: 1px;		
	}

	#subFooter #twitter-link, #subFooter #facebook-link
	{
		float: left;
		text-decoration: none;
		padding-left: 22px;
		padding-top: 1px;
		display: block;
		height: 16px;
	}
	
	#subFooter #twitter-link:hover, #subFooter #facebook-link:hover
	{
		text-decoration: underline;	
	}

	#subFooter #twitter-link
	{
		background: url(../img/twitter-small.png) left top no-repeat;
	}

	#subFooter #facebook-link
	{
		margin-left: 20px;
		background: url(../img/facebook-small.gif) left top no-repeat;
	}

/* --- Forms --- { --- */

.shortInput, 
.normalInput, 
.mediumInput, 
.longInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #999999;
	background-color: #FFF;
}

.form .shortInput, 
.form .normalInput, 
.form .mediumInput, 
.form .longInput {
	margin: 5px 0 10px 0;
}

.shortInput {
	width: 50px;
}

.normalInput {
	width: 150px;
}

.mediumInput {
	width: 270px;
}

.longInput {
	width: 320px;
}

/* --- } --- Forms --- */

/* --- Top menu --- { --- */
#tm {
	height: 43px;
	background: #9099A6 url(../img/shad_lt.jpg) left top no-repeat;
	padding-left: 14px;
}
#tm ul {
	display: block;
	width: 820px;
	height: 43px;
	background: url(../img/shad_rt.jpg) right top no-repeat;
}

#tm ul li,
#tm ul li a {
	display: block;
	float: left;
}

#tm ul li {
	height: 43px;
	position: relative;
	z-index: 1;
}

#tm ul li a {
	font-size: 13px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	padding: 13px 24px 0 24px;
	height: 30px;
	border-left: 1px solid #9099A6;
	border-right: 1px solid #9099A6;
}
	
#tm ul .act a,
#tm ul .act a:hover {
	color: #FFF;
	text-decoration: none;
	border-left: 1px solid #7B8390;
	border-right: 1px solid #98A1A8;
	background: #808895 url(../img/tm_act.gif) left bottom repeat-x;
}

#tm li ul {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 43px;
	width: auto;
	height: auto;
	background-color: #2986B8;
}
		
#tm li ul li,
#tm li ul li a 
{
	color: #FFF;
	float: none;
}

#tm li ul li{
	height: auto;
}

#tm .li_3 ul,
#tm .li_3 ul li {
	width: 206px;
}

#tm .parent_menu_hover {
	color: #FFF;
	text-decoration: none;
	border-left: 1px solid #00639A;
	border-right: 1px solid #00639A;
	background: #00639A url(../img/tm_hover.gif) left bottom repeat-x;
}

#tm .child_menu_hover 
{
	color: #FFF;
	text-decoration: none;
	border-left: 1px solid #00639A;
	border-right: 1px solid #00639A;
	background: #00639A !important;
}

#tm li ul li
{
	border-bottom: 1px solid #549EC6;
}
#tm li ul li a
{
	text-transform: none;
	background: #2986B8 none !important;
}
/* --- } --- Top menu --- */

#testimonials
{
	cursor: pointer;
}

.testimonials-row
{
	width: 760px;
}

ul#homepage-links
{
	padding-top: 20px;	
}