/* == LAYOUT == */
* {
	padding:0;
	margin:0;
	font-family:Arial,Helvetica,Geneva,sans-serif;
}
a img {
	border:none;	
}
a:focus {
	outline:none;
}
#mainWrap {
	width:780px;
	margin:0 auto 0 auto;
	background:url(../images/head.jpg) no-repeat top left;
	border:1px solid #fff;
}
#head {
	height:125px;
}
#lang_link {
	top:0;
	position:absolute;
	font-size:12px;
	text-decoration:none;
	color:#006068;
	margin-left:160px;
	display:block;	
	margin-top:12px;
}

#lang_link:hover {
	text-decoration: underline;	
}
#menu {
	margin:10px 0 0 250px;
	height:20px;
}
#menu li {
	font-size:12px;
	color: #006068;
	float:left;
	list-style: none;
	margin-right:30px;
	line-height:14px;
	font-weight: bold;
	cursor:pointer;
}
#siteMenu {
	margin-left:100px;
	width:100px;
	height:60px;
}
#siteMenu a {
	display:block;
	font-size:11px;
	text-decoration: none;
}
#content {
	margin-top:50px;
	color:#515151;
	font-size:11px;
}
* html #content {
	margin-top: -10px;
}
#content ul {
	list-style:none;
}
#content ul li {
	margin: 8px 0 8px 0;
	text-indent:15px;
	background: url(../images/square.gif) no-repeat top left;
}
#content a {
	text-decoration:none;
	color:#006068;
}
#content a:hover {
	color:#B01A1F;
}

#left_panel {
	float:left;
	width:190px;
	margin:0 0 10px 0;
}
.col {
	float:left;
	margin-left:20px;
}



#footer {
	clear:both;
	text-align:right;
	font-size:9px;
	padding-top:60px;
}
.clr {
	clear:both;
}
/* == LAYOUT END == */

h1.headTitle {
	clear:both;
	font-weight:normal;
	font-size:17px;
	text-align: right;
	font-family:"Century Gothic", Arial, Helvetica; 
	margin-top:50px;
	color: #707173;
}
#content h2 {
	font-size:12px;
}
#content p {
	text-align:justify;	
}

h3.content_heading, h3.content_heading_l {
	font-size:12px;
	/*height:30px;*/
	text-align:right;
	background:url(../images/wave.jpg) no-repeat bottom right;
	color:#006068;
	margin:20px 0 4px 0;
	padding-bottom:20px;
}
h3.content_heading_l {
	background:url(../images/wave_long.jpg) no-repeat bottom right;
	text-align: right;
	padding-bottom:20px;
}
* html .col h3 {
	margin-top:10px;	
}
img.right_pic {
	float:right;
	padding-left:10px;	
}

.submenus {
	height:100px;
	width:100%;
}
.submenus div {
	display:none;
	position:absolute;
	width:130px;
	padding:3px;	
	background:#fff;
	font-size:11px;
}
.submenus div a {
	font-size:12px;
	color:#515151;
	text-decoration:none;	
}
.submenus div a:hover {
	color:#c4151c;
	text-decoration:underline;	
}
#siteMenu a {
	color:#006068;
	text-decoration: none;
}
.submenus div a:hover, #siteMenu a:hover  {
	text-decoration: underline;
}