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

body#main_div {
	position:relative;
    margin: 0;
    padding: 0 0 10px 0;
    text-align: center;
    color: #fff;
    background-color: #767555;
}

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

#container {
    margin: 0 auto;
    text-align: left;
    width: 737px;
    background-image: url(images/container_bg.gif);
    background-repeat: repeat-y;
}

#header {
	clear: both;
    width: 737px;
    height: 152px;
    border-bottom: 1px solid #847A82;
    background: #879dc4 100% no-repeat;
}

#left_column_container {
	float: left;
    width: 168px;
    padding: 0px 0 0px 0;
    margin: 0;
}

#right_column_container {
	float: right;
    width: 565px;
}

#content_container {
	width: 500px;
	padding: 0px 33px 0px 33px;
}

#footer {
    width: 569px;
    padding-left: 168px;
    padding-bottom: 2px;
    text-align: center;
    clear: both;
}

#slogan {
    margin: 41px 0 20px 0px;
    font-family: Arial,sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

#key_visual {;
    width: 735px;
    height: 152px;
    background: url(images/web_header_051010.jpg) no-repeat;
}

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

#main_nav_container {
    padding: 0;
    margin: 0px 0 5px 0;
}

#main_nav_list {
    padding: 0;
    margin: 0;
    list-style-type: none;
	width: 168px;
}

#main_nav_list li {
    padding: 0;
    position: relative;
}

#main_nav_list li ul {
    position: absolute;
	left: 167px;
	top: 0;
	display: none;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li:hover ul {
    display:block;
}

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

#main_nav_list a {
    text-align: left;
    vertical-align: middle;
    overflow: hidden;
    width: 168px;
    padding: 0;
    text-indent: 16px;
    font-family: Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

a.main_nav_item {
    height: 26px;
    line-height: 26px;
    background-color: #bebdb0;
    color: #148fa5;
    letter-spacing: .025em;
	display:block;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #807c3d;
}

a.main_nav_item:hover {
    height: 26px;
    line-height: 26px;
    letter-spacing: .025em;
    color: #148fa5;
    display:block;
    background-color: #ffeda4;
}

a.main_nav_active_item {
    height: 26px;
    display: block;
    line-height: 26px;
    color: #de5507;
    letter-spacing: .025em;
    border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #807c3d;
	background-color: #ffeda4;
}

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

#sub_nav_container {
    padding: 5;
}

#sub_nav_list {
	padding: 5;
    list-style-type: none;
}

#sub_nav_list li {
    padding: 5;
}

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

#sub_nav_list a {
    overflow: hidden;
    width: 125px;
    position: relative;
    display: block;
	z-index:100;
	padding:5;
	text-indent:0;
}

a.sub_nav_item {
  height : 25px;
  font-family: Arial,sans-serif;
  background: url(images/subnav_back.png) no-repeat;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  display: block;
}

a.sub_nav_item:hover {
  background: url(images/subnav_back_hover.png) no-repeat;
}

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

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

/*--- content --------------------------------------------------------------*/

#content_container p {
    line-height: 1.5;
    font-family: arial, tahoma,verdana,  sans-serif;
    font-style: normal;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    color: #3a3b15;
}

#footer p {
    font-family: arial, tahoma,verdana,  sans-serif;
    font-style: normal;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: #3a3b15;
}

#content_container ul {
    line-height: 1.5;
    font-family: arial, tahoma,verdana,  sans-serif;
    font-style: normal;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    color: #31300e;
	list-style-type:disc;
	list-style-image: url(images/bullet.png)
}

.date_stamp {
    font-weight: normal; 
    font-style: italic; 
    font-family: arial, sans-serif; 
    font-size: 13px; 
    color:#de5507;
}

.callout {
	font-weight: bold; 
	font-family: arial, sans-serif; 
	font-size: 13px; 
	color:#de5507;
}

#content_container h1 {
  font-family: trebuchet ms,tahoma,verdana,arial,sans-serif;
  font-style: normal;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #a5d1ff;
}
#content_container h2 {
  font-family: trebuchet ms,tahoma,verdana,arial,sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
  font:arial;
  text-decoration: none;
  color: #148fa5;
}
#content_container h3 {
  font-family: trebuchet ms,tahoma,verdana,arial,sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #a5d1ff;
}

/*--- links ----------------------------------------------------------------*/
#content_container a:visited {
  font-family: arial, tahoma,verdana,  sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #767555;
}
#content_container a:link {
  font-family: arial, tahoma,verdana,  sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #148fa5;
}
#content_container a:hover {
  font-family: arial, tahoma,verdana,  sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #1ab2cd;
}
#content_container a:active {
  font-family: arial, tahoma,verdana,  sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #a5d1ff;
}
#footer a:visited {
  font-family: arial, tahoma,verdana,  sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #a5d1ff;
}
#footer a:link {
  font-family: arial, tahoma,verdana,  sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #148fa5;
}
#footer a:hover {
  font-family: arial, tahoma,verdana,  sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #afbbd3;
}
#footer a:active {
  font-family: arial, tahoma,verdana,  sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #a5d1ff;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
    border-collapse: collapse;
    border: 1px solid #8aaee1;
}

.content th {
    padding-left: 5px;
    color: #fff;
    background-color: #799dd0;
    padding: 3px 2px 3px 5px;
}

.content tr {
    padding-left: 5px;
    background-color: #6b81af;
    padding: 3px 2px 3px 2px;
}
.content tr.odd {
    background-color: #6b81af;
    padding: 3px 2px 3px 2px;
}

.content tr.even {
    background-color: #6f8db9;
    padding: 3px 2px 3px 2px;
}
.content td {
    padding-left: 5px;
    border: 1px solid #8aaee1;
}

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

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

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

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

.content button {
    border-width: 1px;
    border-style: solid;
    border: 1px solid #708aaf;
    color: #4a4f5a;
    background: #e3e9f8;
}

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

.content ul {
    list-style-type: square;
}

/*--- twitter feed ---------------------------------------------------------*/

.tweet {
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #663300;
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0px;
	}
  
.tweet .tweet_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
  	
.tweet .tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding-top: 10px;
	padding-bottom: px;

	}
	
.tweet .tweet_list li a {
	color: #663300; 
	}
	
.tweet .tweet_list li .tweet_time a {
	color: #2a75ac;
	font-style: italic;

	}


