/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/

body {
    margin: 0;
    padding: 0;
    text-align: center;
	background: repeat-x;
    background-image: url(images/static/pagebg.jpg);
    background-color: #F9FBFD;
}

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

#container {
    position: relative;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 886px;
	background-color: #FFFFFF;
}

#header {
	padding: 0;
	margin: 0;
	width: 886px;
	background-color: #FFFFFF;
	text-align: right;
}

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

#layout_table {
    border-collapse: collapse;
}

#content_column {
    vertical-align: top;
}


#sub_container2 {
    margin: 0 0px 0 0;
    padding: 10px 0px 12px 26px;
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    width: 840px;
}

#content_container {
    overflow: hidden;
    margin: 0px 0px 0px 0;
    padding: 0;
    width: 840px;
}
#clear {
	clear:both;
}
#right {
	float:right;
	padding-left:10px;
}

/*--- slogan (as text or background image) ---------------------------------*/

#slogan {
    position: relative;
    top: 0px;
    left: 0px;
    padding: 5px 8px 5px 8px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 870px;
    text-align: right;
	background-color: #FFFFFF;
	font-family: Arial,sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}


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

#main_nav_container {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 886px;
	 background-image: url(images/nav-bg.gif);
}

#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: 0px 10px 0px 19px;
    display: block;
    float: left;
    line-height: 28px;
    text-align: center;
    height: 28px;
    voice-family: "\"}\"";
    voice-family: inherit;
}


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

.sub_nav_container {
    padding: 0px 10px;
    margin: 0px;
    overflow: hidden;
    width: 866px;
    voice-family: "\"}\"";
    voice-family: inherit;
    background: #D1F3ED;
   

}


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

.sub_nav_list {
    border: 0px;
    margin: 0px;
    padding-left: 8px;
	list-style-image:url(images/sub-nav-divider.gif)
}

.sub_nav_list li {
    float: left;
    margin: 0px;
    padding: 0px;
}

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

.sub_nav_list a {
    overflow: hidden;
    margin: 0;
    padding: 0px 20px 0px 10px;
    display: block;
    float: left;
    line-height: 21px;
    text-align: center;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 22px;
}



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

#footer {
    margin: 0;
    padding: 2px 12px;
    width: 862px;
    height: 24px;
    clear: both;
	text-align: left;
	background: #fff url(images/static/footerbg.gif) top left repeat-x;
	 font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 14px;
  text-decoration: none;
  color: #6B6B6A;
}
#footer a {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  color: #6B6B6A;
  text-decoration: underline;	
}


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

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

.content {
	font-family: Arial,Tahoma,Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin: 5px 0 20px 0;
	padding: 0;
	line-height: 1.3;
	color: #5B533E;
}



.content select {
    font-family: Arial,Tahoma,Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.content input {
    font-family: Arial,Tahoma,Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
	border-color: #B4B8BB;
}

.content textarea {
    font-family: Arial,Tahoma,Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
	border-color: #B4B8BB;
}

.green {
	color: #46A371;
}
.red {
	color:#F00;
}
.blue {
	color:#00F;
}
.black {
	color:#000;
}
.signature {
	text-align:right;
	font-weight: bold;
	color:#00F;
	margin-top: -10px;
	margin-bottom: 35px;
}
img {
	margin: 0px 10px;
}
.twohund {
	max-height:100px;
	width:auto;
}

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

.content h1 {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #464646;
}


.content h2 {
	font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
	font-style: normal;
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;
	color: #46A371;
}
.content h3 {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #00f;
}
.content h4 {
	color:#000;
	size: 18px;
}

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

.content a:link {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #026AB4;
}
.content a:visited {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #434847;
}
.content a:hover {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
  color: #026AB4;
}
.content a:active {
  font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #026AB4;
}



a.main_nav_active_item {
  background: url(images/nav-divider.gif) no-repeat;
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  color: #8DC3F1;
  background-position: top right;
}
a.main_nav_item {
  background: url(images/nav-divider.gif) no-repeat;
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  color: #FFFFFF;
  background-position: center right;
}
a.main_nav_item:hover {
  font-size: 13px;
  text-decoration: none;
  color: #00F;
}
a.sub_nav_active_item {
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #000;
}
a.sub_nav_item {
   font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
a.sub_nav_item:hover {

  color: #00F;
}




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

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

.content legend {
    color: #3E73A3;
}

.content label {
    color: #1E1E1E;
}

.content #submit {
    background-color: #ECECEC;
    border-color: #919191;
    color: #434847;
}

/*--- lists ----------------------------------------------------------------*/

/*-----table substitues---------------------------------------------------------------------*/

#tablesub {
	border:#4076a6 10px double;
	text-align: center;
	padding: 0px 30px;
}

