* {
	margin:0;
	padding:0;
}
html, body {
	min-width: 1020px;
	background-color: #FFF;
}
#headerWrapper{
	height: 197px;
	background: url(/img/header-right-bg.jpg) #18519D;
}
#haderLeftFade{
	position: absolute;
	left: 0px;
	width: 50%;
	height: 197px;	
	background: url(/img/header-left-bg.jpg);
}
#hader{
	left: 50%;
	margin-left:-509px;	
	position: absolute;
	width: 1018px;
	height: 197px;	
	background: url(/img/header-bg.jpg);
}
#logo{
	position: absolute;
	height: 50px;
	width: 400px;
	top: 23px;
	left: 69px;
	background-color: #3799D9;
}
#menu{
	position: absolute;
	top: 164px;
	width: 1100px;
	height: 30px;
	margin-left: 0px;
}
#contentWrapper{
	background: url(/img/content-bg.gif) repeat-x;
}
#content{
	margin: 0 auto;
	width: 960px;	
}
#contactWrapper{
	background: url(/img/contact-bg.jpg) repeat-x;
}
#contact{
	position: relative;
	margin: 0 auto;
	width: 1020px;	
	height: 180px;
	background: url(/img/mail.jpg) no-repeat;
}
#footerWrapper{
	width: 100%;
	background: url(/img/footer-right-bg.jpg) #18519D;	
	height: 50px;	
}
#footerLeftFade{
	position: absolute;
	width: 50%;
	left: 0;
	background: url(/img/footer-left-bg.jpg);	
	height: 50px;	
}
#footer{
	width: 1020px;
	left: 50%;
	margin-left: -510px;
	position: absolute;
	background: url(/img/footer-bg.jpg);	
	height: 50px;
}

a img{
	border: none;
}

/******* DEFAULT FONTS AND COLORS *******/
body{
	color: #333;
	font: 13px/16px  Verdana, Arial, Tahoma, Helvetica, sans-serif;
}

a, a:visited{
	color: #333;
}
a:hover {
	color: #3799D8; text-decoration: underline;
}
h1, h2, h3{ 
	font: 12px/16px  Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-weight: bold;
}
h1{
	font-weight: normal;
	color: #3799D8;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
h2{
	font-size: 17px;
	line-height: 17px;
	margin-bottom: 2px;
}

p{
	margin-bottom: 15px;	
}

/********  Menu  ********/
#menu ul li{
	display: block;
	float: left;
}
#menu ul li a{
	display: block;
	line-height: 32px;
	text-decoration: none;
	font-size: 17px;
	color: #333;
	background: url(/img/menu-left.gif) no-repeat;
}
#menu ul li a:hover, #menu ul li:hover a{
	background: url(/img/menu-left.gif) no-repeat #56B7E9;
}
#menu ul li a span{
	display: block;
	background: #fc0;
	margin-left: 20px;
	padding-right: 20px;
	background: url(/img/menu-right.gif) no-repeat right top;
}
#menu ul li.last a span, #menu ul li.first a{
	background: none;
}
#menu ul li.first a:hover{
	background: #56B7E9;	
}
#menu ul li.current a, #menu ul li.current a span{
	color: #116CA5;
	background: url(/img/current-menu.gif);
}
#menu ul li.current a:hover, #menu ul li.current a:hover span{
	background: #E2E2E2;
}
#menu ul li.current:hover a, #menu ul li.current:hover a span{
	background: #E2E2E2;
}

/********  Hover Menu  ********/
#menu ul ul{
	position: absolute;
	visibility: hidden;
	border-left: solid 1px #6A9DC2;
	border-right: solid 1px #6A9DC2;
	margin-left: -1px;
}
#menu ul li:hover ul{
	visibility: visible;
}
#menu ul ul li{
	float: none;		
}
#menu ul ul li a span, #menu ul li:hover ul li a, #menu ul li.current:hover ul a span{
	background: none;	
}
#menu ul ul li a, #menu ul li:hover ul li a{
	font-size: 14px;
	line-height: 24px;
	border-bottom: solid 1px #6A9DC2;
	border-top: solid 1px #FFF;
	background: #E2E9EF;		
}
#menu ul ul a:hover, #menu ul li:hover ul a:hover{
	background: url(/img/hover-menu.gif);
}


/********  Content  ********/

#content .c1, #content .c2, #content .c3, #content .c1_equal {
	margin: 50px 0 10px 0px;
	float: left;
}
#content .c1{
	width: 360px;
}

#content .c1_equal{
	width: 220px;
}

#content .c1_equal div{
		
}
#content .c1_equal .press{
	padding: 15px 20px 25px 20px;	
	background: url(/img/press-bg.jpg) no-repeat;	
}


#content .c1 div{
	padding: 0px 20px 20px 20px;	
}
#content .c1 .press{
	padding: 15px 20px 25px 20px;	
	background: url(/img/press-bg.jpg) no-repeat;	
}

#content .c2, #content .c3{
	width: 220px;
	background: url(/img/sep.gif) repeat-y;
	padding-left: 35px;
	margin-left: 30px;
}

#content .c2{
	width: 240px;	
}




.clear{
	clear: both;
}

h2.icon1, h2.icon2, h2.icon3, h2.icon4, h2.icon5, h2.icon6{
	padding-left: 32px;
	line-height: 32px;
}
h2.icon1{background: url(/img/ico1.gif) no-repeat;}
h2.icon2{background: url(/img/ico2.jpg) no-repeat;}
h2.icon3{background: url(/img/ico3.jpg) no-repeat;}
h2.icon4{background: url(/img/ico4.gif) no-repeat;}
h2.icon5{background: url(/img/ico5.jpg) no-repeat; 	line-height: 16px;}
h2.icon6{background: url(/img/ico6.jpg) no-repeat;}

/********  Content  ********/

#contact div{
	position: absolute;
	width: 200px;
	top: 50px;
}
#contact .c1{
	left: 120px;
}
#contact .c2{
	left: 455px;
	
}
#contact .c3{
	left: 760px;
	
}


/********  Copyright  ********/
#copyright{
	color: #fff;
	margin: 20px 0 0 50px;
}












