@charset "utf-8";
/* CSS Document */

#outer_body {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: transparent;
	width: 880px;
	height: 100%;
	border: 0px solid #FFFFFF;
}

#main_body {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: transparent;
	width: 800px;
	height: 100%;
	margin-top: 20px;
}

#header {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 800px;
	height: 170px;
	background-color: transparent;
	background-image: url(../images/header_bg.png);
}

#logo {
	border: none;
	width: 130px;
	height: 165px;
	left: 40px;
	top: 0px;
	position: absolute;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#content {
	margin-left: auto; 
	margin-right: auto; 
	position: relative; 
	background: transparent; 
	width: 800px;
	height: 100%;
	margin-top: 6px;
}

.deco_fin_style {
	color: #fff;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
}

#content_kgroup { 
	position: relative; 
	background: transparent; 
	width: 800px;
	height: 420px;
	margin-top: 10px;
	margin-bottom: 6px;
}

#content_kgroup2 { 
	position: relative; 
	background: transparent; 
	width: 800px;
	height: 380px;
	margin-top: 10px;
	margin-bottom: 6px;
}

#content_articles { 
	position: relative; 
	background: transparent; 
	width: 800px;
	height: 100%;
	margin-top: 10px;
	margin-bottom: 6px;
	background-color: #FFFFFF;
}

#content_contact { 
	position: relative; 
	background: transparent; 
	width: 800px;
	height: 350px;
	margin-top: 10px;
	margin-bottom: 6px;
}

.content_image {
	float: left;
	margin-right: 14px;
	margin-bottom: 10px;
	border: 1px solid #FFFFFF;
}

.content_image2 {
	float: right;
	border: 1px solid #000;
	margin-bottom: 14px;
	margin-left: 20px;
}

.content_image3 {
	float: left;
	margin-right: 14px;
	margin-bottom: 10px;
	border: 0px solid #FFFFFF;
}

.style1 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

.style2 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
}

.style3 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

.style4 {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
}

.style5 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

.style6 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
}

.email {
	color: #FFCC00;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a:link {color: #000000}     /* unvisited link */
a:visited {color: #000000}  /* visited link */
a:hover {color: #000000}   /* mouse over link */
a:active {color: #000000}   /* selected link */

/* Navigation CSS */

#nav {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: #000000;
	border: 2px solid #FFFFFF;
	margin-top: 6px;
	width: 796px;
	height: 30px;
	z-index: 999;
}

.nav_style {
	border-bottom-color:#fff;
	border-bottom-style:solid;
	border-bottom-width: 1px;
}

.nav_style1 {
	border: 2px solid #fff;
}

.nav_style2 {
	border-bottom-color:#fff;
	border-bottom-style:solid;
	border-bottom-width: 2px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-left-color: #fff;
}

.nav_style3 {
	border-bottom-color:#fff;
	border-bottom-style:solid;
	border-bottom-width: 2px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-left-color: #fff;
	height: 40px;
	background-color: #000;
}

#nav_text {
	text-indent: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	top: 6px;
	line-height: normal;
	position: absolute;
	text-align: left;
	width: 796px;
}

/* Begin CSS Drop Down Menu */

#menuh-container {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 30px;
	z-index: 1000;
	}

#menuh {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	float:left;
	margin:0em;
	font-weight: bold;
	height: 30px;
	z-index: 1000;
	}
		
#menuh a {
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding-top: 7px;
	padding-bottom: 8px;
	z-index: 1000;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #fff;
	background-color: #000;	
	text-decoration:none;
	height: 100%;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: #000;
	background-color: #fff;
	text-decoration:none;
	height: 100%;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(../images/nav_arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(../images/nav_arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/*width:10em;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	height: 36px;
	z-index: 1000;
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;
	z-index: 1000;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index: 1000;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */


.image {
	position: absolute;
	top: 0;
	left: 0px;
	padding: 5px;
	width: 788px;
	height: 428px;
	border: 1px dashed white;
	text-align: center;
	position: absolute;
	background-color: #000;
	border: 1px dashed white;
	color: white;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background:#000;
	z-index:99;
	visibility:hidden;
	}
