/* CSS Document */

/*--------------------------------- GENERAL */
body{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
select {
	border: 1px solid #000000;
	width: 150px;
}
a {
	color: #777777;
}

/*--------------------------------- LAYOUT */
#main_frame{
	background-image: url(repeat.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
#content_holder{
	margin: 0px auto;
	width: 938px;
	height: 748px;
	text-align: center;
	background-image: url(table_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#content{
	margin: 0px auto;
	width: 900px;
/*	height: 700px;*/

	min-height: 700px;
	height: expression(this.scrollHeight > 700 ? "auto":"700px"); 

	text-align: center;
	background-color: #FFFFFF;
}
#top_banner{
	height: 86px;
	background-color: #35488c;
}

#footer{
	margin: 0px auto;
	width: 900px;
	text-align: right;
}
#page_content{

}

#menu_area{
	width: 900px;
	height: 320px;
	background-image: url(header_image.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#top_banner .banner_left{
	float: left;
	width: 253px;
	min-height: 63px;
	position: relative; /*** IE needs this  ***/
	margin-left: 17px;
	margin-top: 10px;
	text-align: left;
}

#top_banner .banner_right{
	float: right; 
	min-height: 50px;
	position: relative; /*** IE needs this  ***/
	margin-right: 17px;
	margin-top: 10px;
	text-align: left;
	border-left: 2px solid white;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 1em;
	color: #FFFFFF;
}


/*--------------------------------- MENUS */
#menu_area .menu_left{
	float: left;
	width: 150px;
	border: 1px solid #bdbcc1;
	background: #e7e7e8; 
	min-height: 250px;
	padding: 5px;
	position: relative; /*** IE needs this  ***/
	margin-left: 17px;
	margin-top: 20px;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
	text-align: left;
	font-variant: small-caps;
}

#menu_area .menu_right{
	float: right; 
	min-height: 250px;
	position: relative; /*** IE needs this  ***/
	margin-right: 17px;
	margin-top: 20px;
	text-align: left;
	font-variant: small-caps;
}

.menu_item_header{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border: 1px solid #bdbcc1;
	background: #e7e7e8;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
	margin-bottom: 5px;
	width: 150px;
	padding: 3px;
}

.menu_item_header:hover{
	background-color: #c8c9cb;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
	cursor: pointer;
	margin-bottom: 5px;
	width: 150px;
	padding: 3px;
}

.menu_items_panel{
	margin-bottom: 5px;
}

.menu_items_panel .left_menu_item_detail {
	padding: 3px;
	cursor: pointer;
	font-size: 1em;
}

.menu_items_panel .left_menu_item_detail:hover {
	background-color: #c8c9cb;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
}

.menu_items_panel .left_menu_item_detail_sub {
	padding: 3px;
	cursor: pointer;
	font-size: 1em;
	padding-left: 10px;
}
.menu_items_panel .left_menu_item_detail_sub_bold {
	background-color: #CACACA;
	border: 1px solid #AAAAAA;
	padding: 3px;
	cursor: pointer;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
}
.menu_items_panel .left_menu_item_detail_sub_bold:hover {
	background-color: #D8D9Db;
}

.menu_items_panel .left_menu_item_detail_sub:hover {
	background-color: #c8c9cb;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
}

.menu_items_panel .right_menu_item_detail {
	background: #e7e7e8;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
	background-image: url(menu_arrow.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 3px;
	padding-left: 15px;
	margin-left: 0px;
	width: 140px;
	cursor: pointer;
	font-size: 1em;
}

.menu_items_panel .right_menu_item_detail:hover {
/*	background-color: #e7e7e8;
	filter: alpha(opacity=100);
	-moz-opacity: .100;
	opacity: .100;*/
	background-color: #c8c9cb;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
}

.menu_items_panel .left_menu_item_detail a, .menu_items_panel .left_menu_item_detail_sub a, .menu_items_panel .left_menu_item_detail_sub_bold a  {
	text-decoration: none;
	color: #000000;
}

.menu_items_panel .right_menu_item_detail a{
	text-decoration: none;
	color: #000000;
}

.menu_make_header{
	font-size: 1.8em;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	cursor: pointer;
}

#shadow_left{
	width: 20px;
}

/*--------------------------------- CONTENT */
#page_content {
	padding: 15px;
	text-align: left;
}
#page_content h1 {
	font-size: 1.6em;
	padding-top: 0px;
	margin-top: 0px;
}

/*--------------------------------- CONTENT LEFT */
#page_content div.contentLeft {
	float: left;
	width: 75%;
}

/*--------------------------------- CONTENT RIGHT */
#page_content div.contentRight {
	border-left: 2px solid #666666;
	float: right;
	padding-left: 15px;
	width: 20%;
	height: 260px;
}

/*--------------------------------- MATRIX TABLE */
table.matrix {
	background-color: #FAFAFA;
	border: 1px solid #DDDDDD;
	border-top: 3px solid #006699;
	border-bottom: 3px solid #333333;
	width: 500px;
	margin: 10px auto;
	padding: 0 15px 15px 15px;
}
table.matrix tr.header {
	background-color: #88BBEE;
}
table.matrix tr.alt {
	background-color: #EEEEEE;
}
table.matrix th {
	color: #333333;
	height: 20px;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
}
table.matrix td {
	padding-left: 35px;
	vertical-align: middle;
}

/*--------------------------------- QUOTE TABLE */
table.quote {
	width: 100%;
}
table.quote th {
	background-color: #EEEEEE;
	padding: 10px;
	width: 150px;
}
table.quote td {
	border: 1px solid #EEEEEE;
	padding-left: 25px;
	padding-top: 10px;
	vertical-align: top;
}
table.quote td h2 {
	font-size: 1.3em;
	padding: 0px;
	margin: 0px;
}
table.quote td p {
	font-size: 1em;
}