﻿/*** Normalized ***/

body
{
		font-family: tahoma,verdana, arial, sans-serif;
}

/*-- global container ------------------------------------------------------*/

#container
{
	background: url(images/layout/main_bg.gif) bottom left repeat-y #cec7c4;
	position: relative;
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	width: 780px;
	overflow: hidden;
}




/*-- main container: contains all between header and footer ----------------*/

#main_container
{
	padding: 0;
	margin: 0 0 0 0;
}

/*--- the main container is devided in sub containers ----------------------*/

#sub_container1
{
	position: relative;
	top: -1px;
	left: -1px;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	width: 185px;
	height: 88px;
	background: url(images/layout/menu_bot_img.gif) top left no-repeat;

}



#layout_table
{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

#left_column
{
	vertical-align: top;
}

#right_column
{
	vertical-align: top;
}

#left_column_container
{
	position: relative;
	top: -1px;
	left: -1px;
	margin: 0;
	padding: 0;
	width: 185px;
}

#sub_container2
{
	position: relative;
	top: -1px;
	left: -3px;
	margin: 0;
	padding: 0px 0px 20px 20px;
	width: 595px;
    background: url(images/layout/content_bg.gif) top left repeat-y;
}



#content_wrapper
{
	position: relative;
	top: -20px;
	width: 560px;
	overflow: hidden;
}

#content_container
{
		margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 550px;
}

#content_container, #content_container p
{
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	
}
#content_container p
{
	margin-bottom: 10px;
	margin-top: 2px;
	
}


#content_container h1, #content_container .trailer
{
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
	color: #7276A6;
	margin-top: 15px;
}

 #content_container .trailer
 {
	text-align: right;
	margin-bottom: 15px;
}

#content_container h2
{
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #6B5296;
	margin-bottom: 5px;
	margin-top: 10px;
font-family: Arial;
	
	
}
#content_container h3
{
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: Black;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #6B5296;
}

#content_container a:visited
{
	font-style: normal;
	font-size: 100%;
	font-weight: normal;
	text-decoration: underline;
	color: #775BA8;
}
#content_container a:link
{
	font-style: normal;
	font-size: 100%;
	font-weight: normal;
	text-decoration: underline;
	color: #383f8a;
}
#content_container a:hover
{
	font-style: normal;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	color: #fd010d;
}
#content_container a:active
{
	font-style: normal;
	font-size: 100%;
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}


/*--- header ---------------------------------------------------------------*/

#header
{
	position: relative;
	padding: 0;
	margin: 0;
	width: 780px;
	top: 0px;
	left: 0px;
	background: #ffffff;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual
{
	position: relative;
	width: 780px;
	height: 131px;
	background: url(images/layout/key_visual5.jpg) no-repeat;
}

/*--- logo -----------------------------------------------------------------*/

#logo
{
	position: absolute;
	top: 5px;
	left: 15px;

}

#logo IMG
{
	border: none;
}
/*--- caption (as text or background image) --------------------------------*/

#slogan
{
	position: relative;
	top: -25px;
	padding-left: 0px;
	margin: 0 0 10px 0;
	width: 520px;
	font-style: normal;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	 color: #272A5F;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container
{
	z-index: 1;
	position: relative;
	left: 0px;
	top: 0px;
	width: 780px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background: url(images/layout/navbg.gif) bottom left no-repeat #454866;

}

#main_nav_list
{
	position: relative;
	margin: 0;
	padding: 0;
	top: 0;
	left: 1px;
	list-style-type: none;
}

#main_nav_list li
{
	float: left;
	margin: 0;
	padding: 0;
	height: 27px;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a
{
	overflow: hidden;
	width: 105px;
	background: transparent;
	margin: 0;
	padding: 2px 3px 2px 3px;
	display: block;
	float: left;
	line-height: 22px;
	text-align: center;
	height: 22px;
}

#main_nav_list a.main_nav_item
{
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #efefed;
	 background: url(images/layout/n1.gif) top left repeat-x;
    background-position: top right;
}

#main_nav_list a.main_nav_item:hover
{
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #efefed;
    background: url(images/layout/n1hover.gif) top left repeat-x;
    background-position: top right;
}


#main_nav_list a.main_nav_active_item
{
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #efefed;
	background: url(images/layout/n1activeitem.gif) top left repeat-x;
    background-position: top right;
}



/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container
{
	margin-left: 0;
	padding: 32px 0 0 0;
	background: url(images/layout/menu_top_img.gif) top left no-repeat;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list
{
	width: 185px;
	overflow: hidden;
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sub_nav_list li
{
	clear: both;
	padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a
{
	width: 165px;
	overflow: hidden;
	text-align: left;
	line-height: 22px;
	height: 24px;
	padding-left: 25px;
	display: block;
	voice-family: "\"}\"";
	voice-family: inherit;
}

html > body .sub_nav_list a
{
	width: 165px;
}

.sub_nav_list a.sub_nav_active_item
{
	background: url(images/layout/subnav1active.gif) no-repeat;
	font-family: arial,tahoma,verdana, arial, sans-serif;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.sub_nav_list a.sub_nav_item
{
	background: url(images/layout/subnav1.gif) no-repeat;
	font-family: arial,tahoma,verdana, arial, sans-serif;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.sub_nav_list a.sub_nav_item:hover
{
	font-family: arial,tahoma,verdana, arial, sans-serif;
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #878AF9;
	

}

/*--- footer ---------------------------------------------------------------*/

#footer
{
	margin: 0;
	padding-bottom: 10px;
	width: 780px;
	clear: both;
	background: url(images/layout/footer_bg.gif) bottom left repeat-y #cec7c4;
	
}

.Important
{
	padding: 0px;
	text-align: center;
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #919190;
	
}

#footer_text
{
	padding: 0px;
	margin: 0  15px 0 220px;
	text-align: left;
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #919190;
}

#footer a:visited
{
	font-style: normal;
	font-size: 100%;
	font-weight: normal;
	text-decoration: underline;
	color: #383f8a;
}
#footer a:link
{
	font-style: normal;
	font-size: 100%;
	font-weight: normal;
	text-decoration: underline;
	color: #383f8a;
}
#footer a:hover
{
	font-style: normal;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	color: #383f8a;
}
#footer a:active
{
	font-style: normal;
	font-size: 100%;
	font-weight: normal;
	text-decoration: underline;
	color: #383f8a;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body
{
	margin: 0;
	padding: 0;
	font-size: x-small; /* IE5 Win */
	font-size: small;
	text-align: left;
	color: #000000;
    background: url(images/layout/outer_bg.gif) top right repeat-x #cec7c4;
    text-align: center;
}

/*--- paragraph ------------------------------------------------------------*/

.content
{
	margin: 5px 0 20px 0;
	padding: 0;
	line-height: 1.3;
	color: #000000;
}

.content p
{
	padding: 0;
	line-height: 1.3;
	 color: #000000;
}

/*--- headings -------------------------------------------------------------*/

.content h1 {
    color: #6e6e6e;
}



.content h2 {
    color: #6e6e6e;
}

.content h3 {
    color: #6e6e6e;
}



/*--- links ----------------------------------------------------------------*/

.content a:link {
    color: #383f8a;
}

.content a:visited {
    color: #fd010d;
}

.content a:hover {
    color: #fd010d;
}

.content a:active {
    color: #000000;
}


/* --- table --------------------------------------------------------------*/
.content table
{
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	  border-color: #878787;
}

.content th {
    color: #ffffff;
    background-color: #20274e;
    padding: 3px;
}

.content td {
    padding: 3px;
    border: 1px solid #878787;
}

.content tr.odd {
    color: #1b1d42;
    background-color: #e0dcda;
    padding: 3px;
}

.content tr {
    color: #1b1d42;
    padding: 3px;
}

.content tr.even {
    color: #1b1d42;
    background-color: #ffffff;
    padding: 3px;
}


table .Layout
{
	border-style: none;
}

.Layout table
{
	border-style: none;
}

.Layout tr
{
	border-style: none;
}

.Layout td
{
	border-style: none;
	text-align: center;
}
	


/*--- forms ----------------------------------------------------------------*/

.content fieldset
{
	padding: 15px;
	border-style: solid;
	border-width: 1px;
	   border-color: #c7c7c7;
}

.content input
{
	border-style: solid;
	border-width: 1px;
	  border-color: #c7c7c7;
}

.content textarea
{
	border-style: solid;
	border-width: 1px;
	  border-color: #c7c7c7;
}

/*--- search ---------------------------------------------------------------*/

#content_search_container {
    background: transparent url(images/layout/search_bg3.gif) top left no-repeat;
}

#content_search_button {
    background: #e0dcda;
    border: solid #000000 1px;
    color: #000000;
}

.content legend {
    color: #000000;
}

.content label {
    color: #000000;
}


.statcounter
{
	
	color: White;
	font-size: xx-small;
}


.Highlight
{
	color: #18184A;
	
}

.floatRight
{
	float: right;
}

.floatLeft
{
	float: left;
}

IMG
{
	border: 0;
}

.clearAll
{
	clear:both;
}



table.contactForm
{
	
border: 0px white none;
margin-left: 30px;
}

table.contactForm td
{
	
	padding-top: 0px;
	border: 0px white none;
}

table.contactForm td.value
{
	text-align: left;
	padding-right: 10px;
		


}

table.contactForm td.label
{
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	vertical-align: top;

}


table.contactForm td.required
{
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	vertical-align: top;

	
}

.contactForm  INPUT
{
	font-family: tahoma,verdana, arial, sans-serif;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.contactForm  TEXTAREA
{
	font-family: tahoma,verdana, arial, sans-serif;
	font-size: 11px;


}


.warning
{
	color: #6B5296;
}

.emailWarning, .emailConfirmed
{
	margin-left: 110px;
	font-weight: bold;
	color: #6B5296;
}


ul
{
	margin-top: 5px;
	margin-bottom: 5px;
}
}
