/* CSS Document */
body {
	margin : 0;
	padding : 0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background-image : url("images/backsnow.gif");
	background-repeat : repeat-x;
	background-color: white;
	color: #214A75;
	font-size : 0.8em;
}
a img {
	border : 0;
}
#mainHolder {
	width : 637px;
	margin-left : auto;
	margin-right : auto;
}
#banner {
	background-image : url("images/banner_bg.jpg");
	background-repeat : no-repeat;
	height : 160px;
	padding : 17px 72px 0 130px;
}
#bannerContent {
	padding: 3px;
	height : 140px;
	background-color: white;
	color: #000000;
}
#logo {
	background-color : #5986b5;
	color : #000000;
}
#navigation {
	padding : 5px;
	color : #000000;
	background-color : white;
}
#navigation ul {
	padding : 0;
	margin : 0;
	list-style : none;
}
#navigation li {
	padding : 0;
	display : inline;
	margin : 0 2px 0 2px;
	color : #80abce;
	background-color : white;
}
#content {
	padding-left: 60px;
	font-size: 0.85em;
}
.indetedText {
	padding-left : 80px;
	padding-right : 80px;
}
.indetedTextRight {
	padding-right : 80px;
}
a:link {
	font-weight : bold;
	color : #80abce;
	font-size : 1em;
	text-decoration : none;
	background-color : white;
}
a:visited {
	color : #80abce;
	font-weight : bold;
	background-color : white;
	text-decoration : none;
}
a:hover {
	color : #346291;
	background-color: white;
}
h3 {
	padding : 20px 0 0 15px;
	margin : 0;
	color : #2d5e92;
	font-size : 0.8em;
	background-color : white;
}
.justify {
	text-align : justify;
}
ul#services_products {
	padding : 0;
	margin-left : 15px;
	margin-top : 20px;
}
ul#services_products li {
	display : block;
	list-style : none;
	background-image : url(images/flake.gif);
	background-repeat : no-repeat;
	padding-left : 30px;
	padding-bottom : 15px; 
}
ul#services_products a {
	font-size : 1.5em;
	text-decoration : underline; 
}
ul#services_products span {
	font-size : 1.5em;
	color : #80abce;
	font-weight : bold;
}
#footer {
	margin-top : 35px;
	border-top : 1px solid #dedede;
	padding-top : 8px;
}
#footer img {
	border : 0;
}
ul.flags {
	margin : 0;
	padding : 0;
	list-style : none;
}
ul.flags li{
	list-style : none;
	display: inline;
	margin-right : 25px;
}
