/*----------------------------------------------------------------------------
	main.css
 ----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/

body#main_body {
    margin: 0;
    padding: 12px 0px 5px 0px;
    text-align: center;
}

/*-- global container ------------------------------------------------------*/

#container {
	position: relative;
	padding: 0;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 945px;
}

#header {
	position: relative;
	float: left;
	clear: both;
	padding: 0px;
	margin: 0;
	width: 940px;
	min-height: 162px;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: top;
}

#main_container {
	position: relative;
	float: left;
	clear: both;
	padding: 3px 0px 0px 0px;
	/*margin: -75px 20px 20px 20px;*/

    margin: 0px 0px 0px 0px;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

#layout_table {
    border-collapse: collapse;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    background-repeat: no-repeat;
}

#sub_nav_column {
    vertical-align: top;
}

#content_column {
    vertical-align: top;
    padding: 0px;
    margin: 0px;
    background-repeat: repeat-y;
}

#left_column_container {
	position: relative;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 170px;
	background-repeat: repeat-y;
}

#sub_container1 {
    margin: 25px 0px 0px 10px;
    padding: 0;
}

#sub_container2 {
	margin: 0;
	width: 710px;
	background-repeat: repeat-y;
	padding-top: 19px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 30px;
}

#content_container {
	clear: both;
	overflow: hidden;
	margin: 0px;
	padding: 0;
	width: 650px;
}

#content_b {
	position: relative;
	float: left;
	clear: both;
	width: 940px;
	height: 51px;
	background-repeat: no-repeat;
}

#key_visual {
	/*clear: both;*/

    position: relative;
	top: 0px;
	left: 0px;
	width: 744px;
	height: 105px;
	/*margin-left: 9px;*/

    padding-right: 5px;
	float: right;
	z-index: 5;
}

#slogan {
    position: relative;
    top: 0px;
    left: 0px;
    padding: 13px 15px 3px 15px;
    width: 655px;
    min-height: 25px;
    text-align: right;
    voice-family: "\"}\"";
    voice-family: inherit;
    margin-left: 230px;
    z-index: 10;
}

html>body #slogan {
	width: 670px;
}

#logo {
	background-repeat: no-repeat;
	width: 200px;
	height: 100px;
	position: relative;
	top: 10px;
	left: 15px;
	float: left;
	z-index: 7;
}

#main_nav_container {
	z-index: 1;
	position: relative;
	top: 0px;
	left: 0px;
	line-height: 0;
	padding: 0px;
	overflow: hidden;
	width: 900px;
	voice-family: "\"}\"";
	voice-family: inherit;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

html>body #main_nav_container {
    /*width: 555px;*/

}

#main_nav_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li {
    float: left;
    margin: 0px 0 0 0;
    padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
	overflow: hidden;
	margin: 0;
	/*padding: 3px 19px 2px 10px;*/

    padding-left: 31px;
	padding-right: 15px;
	display: block;
	float: left;
	line-height: 38px;
	text-align: left;
	width: 145px;
	height: 38px;
	voice-family: "\"}\"";
	voice-family: inherit;
	background-position: top left;
	background-repeat: no-repeat;
}

html>body #main_nav_list a {
    height: 38px;
}

a.main_nav_item:hover {
    background: transparent;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
    position: relative;
    clear: both;
    top: 0px;
    line-height: 0;
    margin: 0px 0px 0px -1px;
    padding: 0px 0px 0px 30px;
    overflow: hidden;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 675px;
    /*height: 19px;*/

    background-repeat: repeat-y;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sub_nav_list li {
    margin: 1px 0 1px 0;
    padding: 0;
    float: left;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
    overflow: hidden;
    text-align: left;
    line-height: 17px;
    height: 17px;
    padding: 0 15px 0 7px;
    display: block;
    /*width: 183px;*/

    voice-family: "\"}\"";
    voice-family: inherit;
    /*background-position: left;
	background-repeat: no-repeat;*/

    float: left;
}

html>body .sub_nav_list a {
    /*width: 183px;*/

}

#footer {
    margin: 0px 0px 0px 0px;
    padding: 0;
    width: 915px;
    height: 21px;
    clear: both;
}

#footer_text {
    width: 900px;
    padding: 0px 15px 0px 0px;
    margin: 0 0px 0px 0px;
    text-align: right;
}

/*----------------------------------------------------------------------------
  default-styles for .content html-elements
----------------------------------------------------------------------------*/

/*--- paragraph ------------------------------------------------------------*/

.content {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.3;
}

.content table {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin: 0px 0px 15px 1px;
	border-spacing: 0;
	border-collapse: collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.content select {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.content input {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

.content textarea {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

.content p {
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.3;
}

/*--- headings -------------------------------------------------------------*/

/*--- links ----------------------------------------------------------------*/

.content a {
    font-family: Arial, Verdana, sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

/*--- tables ---------------------------------------------------------------*/

.content th {
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 3px 5px 3px 5px;
}

.content td {
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 3px 5px 3px 5px;
}

.content tr.odd {
    padding: 3px 2px 3px 2px;
}

.content tr.even {
    padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
}
