html, body {
	padding: 0;
	margin: 0;
	border: 0;	
}

html {
	width: 100%;
	height: 100%;
	min-height: 100%;
	font-size: 100.01%;
}

body {
	height: 100%;
	min-height: 100%;
	/*width: 100%;*/
	min-width: 1000px;
	width: expression(document.documentElement.clientWidth< 1005 ? '1005px' : '100%');
	font-family: tahoma;
	font-size: 0.7em;
	background: #ffffff;
	color: #666666;
}

table, table tr, table td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0;
}

h1 {
	font-size: 1.8511em;
	font-weight: normal;
	margin: 0 -3px 0 0;
	padding: 0 0 0 0;
	line-height: 39px;
	height: 39px;
	color: #000000;
}

h2 {
	color: #000000;
	font-size: 1.5em;
	font-weight: bolder;
	padding: 20px 0 10px 0;
	margin: 0;
}

h3 {
	color: #333333;
	font-size: 1.099911em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 7px;
}

h4 {
	color: #0775b8;
	font-size: 1em;
	font-weight: bold;
	margin-top: 20px;
	padding: 0;
	margin-bottom: 18px;
}


p {
	margin: 0;
	padding-bottom: 14px;
	padding-top: 1px;
}

a {
	text-decoration: none;
	color: #53ae44;
}

a:hover {
	text-decoration: underline;	
}

a img {
	border: none;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

br.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

hr {
	border-collapse: collapse;
	color: #333333;
	height : 1px;
}

address {
	font-style: normal;
	margin-bottom: 30px;
}

.float_right {
	float: right !important;
	margin: 50px 0;	
}

.float_left {
	float: left !important;	
	padding: 25px 0;
}

.no_white_space {
	margin: 0;
	padding: 0;
}

table#page_container {
	width: 950px;
	margin: 0 auto;
}

td#header {
	/*padding: 50px 0;	*/
}
div.line {
	clear: both;
	overflow: hidden;
}
	div.line .lb {
		background: #2793d1;
		height: 1px;
		float: left;
		width: 70%;
	}
	div.line .lg {
		background: #69c759;
		height: 1px;
		float: left;
		width: 30%;
	}
	
	
	
td#main {
	width: 70%;
	vertical-align: top;
}

div#contact {
	overflow: hidden;
	clear: both;
}
	div#contact div {
		float: left;
		margin: 0 20px 10px 0;
	}

td.usl {
	padding-bottom: 20px; 
}
	td.usl a {
		font-size: 24px;
		float: left;
		width: 33%;
		text-align: center;
		padding: 25px 0;
		color: #0775b8;
	}
	td.usl a:hover {
		color: #53ae44;
	}
	
td.footer {
	padding: 10px 0; 
	
}
	td.footer .fl {
		float: left;
		width: 70%;
		padding: 10px 0;
	}
	td.footer .fr {
		float: left;
		width: 30%;
		padding: 10px 0;
		text-align: center;
	}


/*======= mail =======*/
table#mail {
	margin: 10px 0 10px 0;
}
table#mail td {
	vertical-align: top;
	padding: 0 20px 5px 0;
}
table#mail input.t {
	width: 300px;
	border: 1px #999999 solid;
}
table#mail textarea {
	width: 300px;
	height: 150px;
	border: 1px #999999 solid;
}

