/*** Normalized ***/


/*-- global container ------------------------------------------------------*/

#container {
    position: relative;
    padding: 0;
    margin: 10px auto 10px auto;
    text-align: left;
    width: 780px;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
    clear: both;
    padding: 0;
    margin: 0px 0px 0px 0px;
}

/*--- the main container is devided in sub containers ----------------------*/

#sub_container2 {
    margin: 0;
    padding: 0;
    width: 578px;
    padding: 10px;
}

#content_container {
    overflow: hidden;
    width: 560px;
    margin: 0;
    padding: 0;
}

#left_column_container {
    margin: 0;
    padding: 0;
    width: 172px;
}

/*--- the layout table -----------------------------------------------------*/

#layout_table {
	border-collapse: collapse;
}

#left_column {
	vertical-align: top;
}

#right_column {
	vertical-align: top;
}

/*--- header ---------------------------------------------------------------*/

#header {
    position: relative;
    padding: 0;
    margin: 0;
    width: 780px;
    height: 176px;
    top: 0px;
    left: 0px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
    position: absolute;
    top: 26px;
    left: 0px;
    width: 780px;
    height: 150px;
}

/*--- logo -----------------------------------------------------------------*/

#logo
{
    width: 300px;
    height: 100px;
    position: absolute;
    top: 59px;
    left: 10px;   
    background-repeat: no-repeat;
   
}

/*--- caption (as text or background image) --------------------------------*/

#slogan {
    top: 0px;
    left: 0px;
    padding-left: 0px;
    width: 580px;
    margin: 0 0 15px 0;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    position: relative;
    left: 0px;
    top: 16px;
    float: left;
    width: 170px;
    padding: 0;
    margin: 0;
}

#main_nav_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li {
    margin: 0;
    padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0 0 0 25px;
    width: 145px;
    height: 20px;
    line-height: 20px;
    text-align: left;
}

#main_nav_list a.main_nav_item {
    background: transparent;
}

#main_nav_list a.main_nav_item:hover {
    background: transparent;
}

#main_nav_list a.main_nav_active_item {
    background: transparent;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_container {
	clear: both;
    padding: 0;
    margin: 0;
}

.sub_nav_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sub_nav_list li {
    margin: 0;
    padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
	width: 135px !important;
    margin: 0;
    padding: 0 0 0 35px !important;
    display: block;
    height: 20px;
    line-height: 0px;
    text-align: left;
    overflow: hidden;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    margin: 0;
    padding: 0;
    width: 608px;
    height: 41px;
    clear: both;
    left: 172px;
    position: relative;
}

#footer_text {
    padding: 15px 0 0 18px;
    margin: 0 0px 0 0px;
    text-align: left;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    margin: 0;
    padding: 0;
    font-size: x-small;
    /* IE5 Win */

    font-size: small;
    text-align: center;
}

/*--- paragraph ------------------------------------------------------------*/

.content {
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.3;
}

.content p {
    line-height: 1.3;
}

/*--- tables ---------------------------------------------------------------*/

.content td {
    padding: 3px 3px 3px 3px;
}

/*--- forms ----------------------------------------------------------------*/

.content button {
    background-color: #8d8d8d;
    border-style: solid;
    border-width: 2px;
    border-color: #d6d7d7;
}

.content fieldset {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
}

.content input {
    border-style: solid;
    border-width: 1px;
}

.content textarea {
    border-style: solid;
    border-width: 1px;
}

/*--------------------------------------------------------------------------*/
/*****************************/
	/**Styling information specific to individual content pages**/

	/* Accordion */
	.accordionHeader
{
	border: 0px solid #2F4F4F;
	color: white;
	 /*background-color: #2E4d7B;*/
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	/*margin-top: 5px;*/
	cursor: pointer;
	background-image: url(images/dynamic/buttonset6/n1.gif);
}

.accordionLink
{
	/*padding: 2em 0 1em 0;*/
	/*padding: 5px;*/
	color: white;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	/*font-size: 12px;*/
}

.accordionLinkAdminSection
{ 	color: Red;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;	
    text-decoration: none; 
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
	background-color: #657483;
	border: 1px #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}

/************ PasswordStrength Related Styles ***********************/
.TextIndicator_Password
{
     background-color:Gray;
     color:White;
     font-family:Verdana;
     font-size:x-small;
     font-style:italic;  
     padding: 2px 3px 2px 3px;   
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar
{
	background-image: url(images/static/FilledStar.png);
}

.emptyRatingStar
{
	background-image: url(images/static/EmptyStar.png);
}

.savedRatingStar
{
	background-image: url(images/static/SavedStar.png);
}

.newsBgHead
{
    background-image: url(images/static/bg_nav.png);
    background-color: darkgray;
    color: White;
    font-weight: bold;
    padding-left: 10px;
    text-align: left;
}

.newsFgBody
{
    background-color: White;
    font-size: 10px;    
    font-family: Verdana;
}

.collapsePanelHeader
{
    width: 100%;
    height: 25px;
    background-image: url(images/static/bg-menu-main.png);
    background-repeat: repeat-x;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana;
}

/*Settings for News / Events Accordion*/

.accordionHeaderNewsEvents
{
    width: 100%;
    height: 20px;
    background-image: url(images/static/bg-menu-main.png);
    background-repeat: repeat-x;
    color: #FFF;
    font-weight: bold;
    padding-top: 7px;
    padding-left: 5px;
    font-family: Verdana;
    font-size: 12px;
}

.accordionContentNewsEvents
{
	background-color: white;
	border: #2F4F4F;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
}

.accordionLinkNewsEvents
{
    padding-top: 0px;
    color: white;
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
    vertical-align: middle;
}

.galleryLayout
{
    font-size: 10px;
    font-family: Verdana;
}



