@CHARSET "UTF-8";

img,div {
	behavior: url(iepngfix/iepngfix.htc)
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	height: 100%;
}

html {
	height: 100%;
}

h3 {
	margin-bottom: 10px;
	color: red;
	font-weight: normal;
	padding: 0px;
}

#main {
	background: #ffffff url(images/top_fade.png) repeat-x;
	min-height: 100%;
}

#wrap {
	overflow: auto;
	padding-bottom: 70px;
}

.container {
	position: relative;
	width: 795px;
	margin: 0 auto;
	z-index: 1;
	height: 100%;
	overflow: hidden;
	padding-bottom: 50px;
}

.news_item {
	padding-bottom: 15px;
}

#clouds {
	position: absolute;
	width: 100%;
}

#cloud_3 {
	position: relative;
	margin: 0 auto;
	background-image: url(images/cloud3.png);
	background-repeat: no-repeat;
	width: 773px;
	height: 248px;
}

#cloud_1 {
	position: absolute;
	background-image: url(images/cloud1.png);
	background-repeat: no-repeat;
	width: 478px;
	height: 239px;
	top: 30px;
}

#cloud_2 {
	position: absolute;
	right: 5px;
	top: 25px;
	background-image: url(images/cloud2.png);
	background-repeat: no-repeat;
	width: 478px;
	height: 239px;
}

#social_media {
	text-align: right;
	padding-top: 15px;
}

#social_media img{
	border:0px;	
}

#header {
	padding-top: 60px;
}

#logo h1 {
	margin: 0px;
	display: block;
	text-indent: -9999px;
}

#logo {
	width: 175px;
	height: 73px;
}

#logo img {
	border: 0px;
}

ul#menu {
	margin: 0px;
	padding: 0px;
	padding-top: 35px;
	float: right;
}

ul#menu li {
	display: inline;
	padding-left: 30px;
}

ul#menu li a {
	font-family: Arial;
	text-decoration: none;
	color: #264b7b;
}

ul#menu li a.active {
	font-family: Arial;
	text-decoration: none;
	color: red;
}

#block_content {
	padding-top: 40px;
	position: relative;
}

.block_inside {
	display: block;
	overflow: auto;
	text-align: justify;
}

#main_block {
	background: transparent url(images/divider.png) no-repeat right top;
	float: left;
	padding-right: 30px;
	width: 545px;
	padding-bottom: 20px;
}

#main_block a {
	color: black;
}

#column {
	float: left;
	width: 210px;
	padding-left: 10px;
	padding-bottom: 20px;
	height: inherit;
}

.news {
	color: black;
	font-style: italic;
}

#footer {
	position: relative;
	margin-top: -90px;
	height: 40px;
	clear: both;
	text-align: center;
	color: #aaaaaa;
	font-size: 10px;
	z-index: 1;
	width: 100%;
}

ul#footer_menu li {
	display: inline;
	padding-right: 10px;
}

ul#footer_menu li a {
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	color: #aaaaaa;
}

#footer_logo h2 {
	margin: 0px;
	display: block;
	text-indent: -9999px;
}

#footer_logo {
	background-image: url(images/logo2.png);
	background-repeat: no-repeat;
	width: 55px;
	height: 23px;
	margin: 0 auto;
	bottom: 5px;
}

#lower_fade {
	position: relative;
	margin-top: -314px;
	background-image: url(images/bottom_fade.png);
	background-repeat: repeat-x;
	min-height: 354px;
	width: 100%;
	z-index: 0;
}

#orange_box {
	background-image: url(images/box_orange.png);
	background-repeat: no-repeat;
	height: 196px;
	width: 267px;
	float: left;
	color: white;
}

#blue_box {
	background-image: url(images/box_blue.png);
	background-repeat: no-repeat;
	height: 196px;
	width: 267px;
	float: left;
	color: white;
	margin-left: 10px;
}

#box_content {
	height: 176px;
	width: 247px;
	padding: 10px;
	overflow: hidden;
}

#box_content h4 {
	text-align: left;
}

#article {
	padding-bottom: 15px;
	text-align: justify;
}

#clients a{
	text-decoration:none;
	font-size:13px;
}

#clients img{
	border:none;
}

#marketing_link_table {
	cellpadding: 0px;
	cellspacing: 0px;
	border: 0px;
	width: 160px;
	background: #a1adcb;
	text-align: center;
	color: white;
	font-weight: bold;
	vertical-align: top;
	font-size: 13px;
}

#marketing_link_table a {
	text-decoration: none;
	color: white;
}

#marketing_link_table img {
	border: 0px;
}

/*opera fix*/
body:before { /* thanks to Maleika (Kohoutec)*/
	content: "";
	height: 100%;
	float: left;
	width: 0;
	margin-top: -32767px; /* thank you Erik J - negate effect of float*/
}
