﻿/* General */
html{
	background-color: #f1bb73;
	background-image: url("../images/background.png");
	background-repeat: repeat-x;
	background-position: left top;
}

body{
	font-size:12px;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	
}


.invisible{
	display: none;
}

a {
	color:#333; 
	text-decoration:none; 
}

a:hover {
	color:#a37b2c; 
	text-decoration:none;
}

blockquote p {
	padding:15px;
}

p {
	padding:0; 
	margin:0px 0px 1em 0px;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}


	
#out {
	width:975px;
	position:relative;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
background-color: #fff;
	overflow: auto;
	background-repeat: repeat-y;
	background-position: left top;
	/*background-image: url(../images/mainback.jpg); */
	background-image: url("../images/doc_bg.jpg");
}
.outer {
	width: 1000px;
	background-position: center center;
}

#cointainer {
	background-image: url("../images/drop.png");
	background-repeat: repeat-y;
	background-position: center top;
	width: 1000px;
	position:relative;
	margin-bottom:0px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background:url("../images/head.png") no-repeat; 
	width:974px; 
	height:100px; 
	position:relative;
}

#header #logo a {
	border:none;
	/*display:-moz-inline-block;*/
	display:block;
	width:459px;
	height:100px;
	background-image: url("../images/logo.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

#header #logo a img {
	display:none;
	margin:0px;
}

#title_page {
	position:absolute; 
	bottom:10px; 
	margin:0; 
	padding:0px; 
	left:243px; 
	color:#fff; 
	font-size:2em; 
	width:474px; 
	font-weight:normal;
}

#search {
	width:240px;
	position:absolute;
	left:734px;
	top:18px;
	color:#686868;
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	text-decoration: none;
}
#search a {
	text-decoration:none;
	color:#686868;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}
#s_links {
	margin:0 0 5px 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color: #686868;
	text-decoration: none;
}
#s_links a:hover {
	border-bottom:1px dotted #a37b2c;
}

#search #field #s_text {
	height:18px; 
	width:160px; 
	padding:0px; 
	position:absolute; 
	top:25px; 
	left:0px;
}

#search #field #btn {
	height:23px; 
	width:60px; 
	position:absolute; 
	top:25px; 
	left:170px;
}


#nav #print_email {
	float:right; 
	margin:6px 10px 0px 0px; 
	display:block; 
	width:75px; 
	height:22px;
}

#menu #eprint a {
	margin-left:10px; 
	display:inline; 
	cursor:pointer; 
	color:#555; 
	font-size:10px; 
}

#menu #eprint a:hover, #menu #eprint a {
	border:none; 
	text-decoration:none; 
	background:none;
}

#menu {
	overflow:hidden;
	padding:0px;
	height:34px;
	margin-bottom:0px;
	background-color: #012a6b;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #f9a03a;
}
/*support for earlier versions of firefox*/
#menu, x:-moz-any-link {
	overflow:visible;
}

#menu, x:-moz-any-link, x:default {
	overflow:hidden;
}

#menu ul {
	padding:0px;
	margin:0px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 17px;
	color: #FFFFFF;
}

#menu ul li {
	float:left; 
	display:block; 
	list-style-type:none;
}

#menu ul li a {
	font-size:1.25em; 
	height:20px; 
	padding:7px 15px 7px 15px; 
	display:block; 
	text-decoration:none; 
	color:#fff; 
	border-bottom:none;
}

#menu ul li a:hover {
	background-color: #f9a03a;
}

#menu ul ul {
	font-size:1.05em; 
	position:absolute; 
	top:139px; 
	left:-9999px; 
	background:url("../images/menu_back.png") repeat; 
	z-index:500; 
	width:205px; 
}

#menu ul ul li {
	float:none;
}

#menu ul ul li a {
	color:#fff; 
	border-bottom:none; 
	font-size:1em; 
	display:block; 
	padding:5px 10px 5px 15px; 
	height:auto;
}

#menu ul ul li a:hover {
	border-bottom:none;
	color:#fff;
	background-color: #f9a03a;
}

#menu ul :hover ul {
	left:auto;
}

#menu :hover > a {
	cursor:pointer;
	background-color: #f9a03a;
}

#crumbs {
	display:block; 
	margin:0px 0px 5px 0px; 
	padding:3px 0px 5px 14px; 
	border-bottom:solid 1px #ccc; 
	width:708px; 
	height:auto;
}

#crumbs p {
	color:#333; 
	padding:0px; 
	display:inline; 
	font-size:10px;
}

#crumbs a {
	color:#AD883E; 
	font-weight:bold; 
	padding:0px; 
	display:inline; 
	font-size:10px; 
	text-transform:capitalize;
}

#crumbs a:hover {
	color:#a37b2c;
}

#flash {
	display:none; 
	width:719px; 
	height:265px; 
	overflow:hidden; 
	padding:0px; 
	margin:0px 0px 10px 0px; 
	background:url('../images/flashback.jpg');
}

#left1 {
	padding-left:10px;
}

#left {
	width:228px; 
	margin:0px 0px 10px 0px; 
	padding:0px 15px 0px 0px; 
	float:left;
}

#left h3 {
	font-size:1.1em; 
	color:#333;
}

#left .mod {
	margin:0px 5px 0px 5px; 
	background:#ECE1CB; 
	color:#000;
}

#left .mod h3 {
	background:url("../images/accent.png") repeat-y; 
	padding:10px; 
	font-weight:bold; 
	color:#fff; 
	font-size:1.15em;
}

#left .mod .content {
	padding:0px 5px 7px 0px; 
	margin-left:10px; 
	list-style:none; 
	font-size:1.05em;
}

#left .mod .content h2 {
	border-bottom:#999 solid 1px; 
	font-weight:normal; 
	font-size:1.1em; 
	display:block;
}

#left .mod .content h4 {
	font-size:1.0em;
}

#left .mod .content ul {
	margin:-5px 0px 10px 5px; 
	padding:0px;
}

#left .mod .content ul li {
	list-style-type:none; 
	background: url("../images/blue-button.png") no-repeat 0 12px; 
	padding:.5em .1em .1em .8em;
}

#left .mod .content ul li a {
	color:#333;
}

#main1 {
	width:704px;
	min-height:100px;
	position: relative;
	background-color: #FFFFFF;
	background-image: url("../images/centerbg.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	margin-right: 20px;

	margin: 0px;
	position: relative;
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 0px;
		padding-bottom: 1px;

}


/*Center container tour form*/
#form_holder {
	width:500px;
	min-height:100px;
	position: relative;
	background-color: #FFFFFF;

	background-repeat: repeat-x;
	background-position: left top;
	margin-right: 20px;

	margin: 0px;
	position: relative;
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 0px;
		padding-bottom: 1px;

}


#main1 h2 {
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}

#main1 h3 {
	font-size:1.1em; 
	color:#333; 
	font-weight:bold;
}

#main1 h4 {
	font-size:1.0em; 
	color:#333; 
	font-weight:bold;
}

#main_img, #left_img {
	overflow:hidden; 
	height:195px;
}

#main_img {
	width:474px; 
	border-left:1px solid #ddd; 
	border-right:1px solid #ddd; 
	margin:0; 
	padding:0;
}

#left_img {
	width:227px; 
	border-right:1px solid #ddd; 
	padding:0; 
	margin:0;
}

#left_img a img {
	border:none;
}

#main_img_cap, #left_img_cap {
	margin-bottom:15px; 
	font-size:0.85em; 
	text-align:right; 
	padding:3px 10px; 
	border:1px solid #ddd;
}

#main_img_cap {
	width:454px;
}

#left_img_cap {
	width:207px; 
	border-left:none;
}

#main_img, #main_img_cap {
	display:none;
}

#main_field h3, #main_field h4, #main_field h5, #main_field h6 {
	color:#555; 
	margin-bottom:7px;
}

#main_field a {
	color:#a37b2c;
}

#main_field a:visited {
	color:#741;
}

#main_field a:hover {
	color:#333;
}

#main_field ul {
	margin:0px 0px 25px 10px; 
	padding:0px;
}

#main_field ul li {
	list-style-type:none; 
	background:url("../images/item_black.png") no-repeat 0 12px; 
	padding:.5em .1em .1em .8em;
}

#main_field ul ul {
	margin-bottom:0px;
}

#rightsb {
	width:254px; 

	float:right;
	
	
	height:100%;
	background:#024b91;
}

#rightsb a:hover {
	text-decoration:none;
}

#rightsb_container {
float:right; 
width:254px;
}


#right {
	margin:15px 5px 5px 10px;
}

#right h4 {
	font-size:1em; 
	color:#333; 
	margin-bottom:8px;
}

#sub_nav ul {
	margin:0; 
	padding:0;
}

#sub_nav ul li {
	list-style-type:none;
}

#sub_nav ul li a {
	font-size:1.1em;
	padding:7px 10px 7px 17px;
	display:block;
	text-decoration:none;
	color:#fff;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #d7cea3;
}

#sub_nav ul li a:hover {
	color:#fff; 
	text-decoration:none;
}

#sub_nav ul li.menu_child {
	margin:4px 0px 2px 15px;
}

#sub_menu ul li.menu_child a {
	background:none; 
	padding:2px 10px 2px 10px; 
	border:none; 
	border-left:2px #ccc solid; 
	color:#333; 
	font-size:1em;
}

#sub_menu ul li.menu_child a:hover {
	background:none; 
	border:none; 
	border-left:2px #a37b2c solid; 
	color:#a37b2c;
}

#footer {
	clear:both;
}

#footer p {
	padding:10px; 
	color:#999; 
	font-size:10px;
}

#footer a {
	color:#a37b2c; 
	border-bottom:none;
}

#footer a:hover {
	border-bottom:1px dotted #a37b2c;
}

.upper_right_back {
	background-color: #012a6b;
	background-repeat: no-repeat;
	background-position: left top;
	height: 0px;
	/* Change this height to re-introduce the dark blue above the sidebar menu. Original height was 22px. */
}

.white-line {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.bottom_back {
	background-image: url("../images/bottom_back.png");
	background-repeat: no-repeat;
	background-position: left top;
	height: 13px;
	width: 980px;
	padding-top: 13px;
	font-family: Arial, Helvetica, sans-serif;

	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	color: #686868;
	text-decoration: none;
	padding-left: 20px;
	padding-bottom: 10px;
}

.center_back {
	background-image: url("../images/center_back.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	width: 313px;
	height: 30px;
	padding-left: 10px;
}


.center_back h2 {
font-size:14px;
}

.center_back2 {
	background-image: url("../images/center_large.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
}

.center_back2 h2 {
font-size:14px;
}


.left-box {
	float: left;
	width: 326px;
	margin-left:-5px;
}



.right-box {
	float: right;
	width: 326px;
	height: 100%;
	margin: 0px 10px 0px 9px;
}


#left-box h2 {
font-size:12px;
}

#right-box h2 {
font-size:12px;
}

#action_right {
float:right;
width:336px;
padding:10px 10px 10px 0px;
margin-left:10px;
}

#action_right {
text-align:center;
color: #343434;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;

}

.color_a {

	text-decoration:none; 
	color:blue; 
	border-bottom:none;
}

/*  right column: size 400 pixels */

.right-box2 {
	float: right;
	width: 326px;
	height: 100%;
	margin:20px 10px 10px 10px;
}


#action_right ul {
		text-align:left;
	font-size:12px;
		list-style-type: none;
	list-style-position: outside;

	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 17px;
	color: Black;
}

#action_right li {
	 
	list-style-type: disc;
	list-style-position: outside;
	line-height: 20px;
	font-size:12px;
font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#action_right h5 {
	 
		line-height: 17px;
	font-size:13px;
font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:left;
	margin-left:10px;
}
.kp {
		line-height: 17px;
	font-size:13px;
font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:left;
	margin-left:10px;

}
.kl {
		line-height: 17px;
	font-size:12px;
font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align:left;
	margin-left:10px;

}

.kp a{
	color:blue; 
	text-decoration:none;

}



.kc {
		line-height: 17px;
	font-size:12px;
font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:left;
	margin-left:10px;
	}
	
.kc a{
	color:blue; 
	text-decoration:none;

}


#action_right_2 {
float:right;
width:336px;
padding:10px 10px 10px 0px;
margin-left:10px;
}

/* format action_right link color blue */

#action_right_2 p {
color:#5f5f5c;
float:right;
font-size:12px;
line-height:Normal;
font-weight:Normal;
text-align:left;
margin-right:10px;
}

/* section_text link color blue */

#action_right_2 p a {
	font-size:12px; 
	text-decoration:none; 
	color:blue; 
	border-bottom:none;
}


/*  right column: size 400 pixels */



#format_right_2 {
float:right;
width:230px;
padding:10px 10px 10px 0px;
margin-left:10px;
margin-top:27px;
}

/* format action_right link color blue */

#format_right_2 p {
color:#5f5f5c;
font-size:12px;
line-height:Normal;
font-weight:Normal;
text-align:left;
margin-right:10px;
}

/* section_text link color blue */

#format_right_2 p a {
	font-size:12px; 
	text-decoration:none; 
	color:blue; 
	border-bottom:none;
}


/*  right column: size 400 pixels */






.pad {
	float: left;
	width: 14px;
}

.center_border {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f9a13a;
	border-left-color: #f9a13a;
}

.main {
}

.left ul {
	margin: 5px;
	list-style-image: none;
	background-image: none;
	text-align: left;
}

.left li {
	list-style-type: none;
	padding-left: 2px;
	margin-left: -10px;
/*margin-left: 30px;*/
	padding-top: 2px;
	padding-bottom: 3px;
	list-style-position: outside;
		/*  list-style-image: url("../images/blue-button.png");  */
	list-style-type: Square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
		text-align: left;
}

.bottom_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #012a6b;
	text-decoration: none;
	
	margin-left:60px;
	margin-bottom:5px;
	clear:both;
	
	
}

.bottom_text a:link {
	color: #012a6b;
	text-decoration: none;
}

.bottom_text a:visited {
	color: #012a6b;
	text-decoration: none;
}

.bottom_text a:hover {
	color: #a37b2c; 
	text-decoration: none;
}



.bottom_text a:active{
	color: #012a6b;
	text-decoration: none;
}

#eform {
	position:absolute; 
	right:290px; 
	top:150px; 
	width:400px; 
	height:350px; 
	background-image:url("../images/email.jpg"); 
	background-repeat:no-repeat;
} 

#eform table {
	width:350px; 
	margin:70px 0px 0px 20px; 
	padding:0; 
	border:none;
}

#eform table tr, #eform table tr td{
	margin:0; 
	padding:5px; 
	border:none;
}

#eform input, #eform textarea {
	width:225px;
}

#eform textarea {
	height:125px;
}

#eform {
	z-index:99; 
	visibility:hidden;
}


#section2 p {
color:#5f5f5c;
font-size:12px;
line-height:125%;
font-weight:normal;
text-align:left;

}


.distance {
  margin-bottom: 8px;
  margin-top: 8px;
 	}

.space {
  margin-bottom: 8px;
  margin-top: 20px;
  font-color:#1f59a0;
font-size:14px;
list-style-type: none;
 	}


#section_mainpage {
	padding: 0px 20px 10px 20px;
		margin: 0px 20px 10px 20px;
	text-align: center;
	font-size: medium;
}

/* H4 tag used in last updated text/script and email contact */

#section_mainpage h5 {
text-align:center;
color: #343434;
font-family: Arial, Helvetica, sans-serif;
font-size:10px;

}

#section_mainpage a {
		color:blue; 
	text-decoration:none;
}


#section_mainpage a:hover {
		color:#a37b2c; 
	text-decoration:none;
}







#section_text {

margin-bottom:15px;
margin-right:30px;
}

#section_text h1 {
color:#1f59a0;
font-size:17px;
}

#section2 h1 {
color:#1f59a0;
}


#section_text h2 {
color: #1f59a0;
line-height:125%;
font-size:14px;
}


#section2 h2 {
color: #444423;
}


#section2 h3 {
color: #343434;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
line-height:normal;
}


#section_text h3 {
color: #343434;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
line-height:130%;
}

#section2 h3 a {
		color:blue; 
	text-decoration:none;
}

#section_text h3 a {
		color:blue; 
	text-decoration:none;
}

#section2 h3 a:hover {
		color:#a37b2c; 
	text-decoration:none;
}

#section_text h3 a:hover {
		color:#a37b2c; 
	text-decoration:none;
}



/* H4 tag used in last updated text/script and email contact */

#section_text h4 {
text-align:center;
color: #343434;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;

}

#section_text h4 a {
		color:blue; 
	text-decoration:none;
}


#section_text h4 a:hover {
		color:#a37b2c; 
	text-decoration:none;
}

/* H4 Section2 may 3 */

#section2 h4 {
text-align:left;
color:Black;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;

}

#section2 h4 a {
		color:blue; 
	text-decoration:none;
}


#section2 h4 a:hover {
		color:#a37b2c; 
	text-decoration:none;
}

#section2 h5 {
text-align:left;
color:Black;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:underline;
line-height:50%;

}

#section2 h5 a {
		color:blue; 
	text-decoration:none;
}


#section2 h5 a:hover {
		color:#a37b2c; 
	text-decoration:none;
}

#section3 h4 {
text-align:center;
color: #343434;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;

}

#section3 h4 a {
		color:blue; 
	text-decoration:none;
}


#section3 h4 a:hover {
		color:#a37b2c; 
	text-decoration:none;
}

#section3 h5 {
color: #343434;
font-family: Arial, Helvetica, sans-serif;
font-size:9px;
line-height:120%;
}


/* H5 tag used at page-end for disclaimers */

#section_text h5 {
color: #343434;
font-family: Arial, Helvetica, sans-serif;
font-size:9px;
line-height:120%;
}

/* H6 tag  used in tables for foot notes */

#section_text h6 {
color: #343434;
font-family: Arial, Helvetica, sans-serif;
font-size:9px;
line-height:100%;
margin-top:4px;
margin-left:6px;
}



/* section_text alignment */
#section_text p {
color:#5f5f5c;
font-size:12px;
line-height:Normal;
font-weight:Normal;
text-align:left;

}


.line_1 {
color:black;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
line-height:Normal;
font-weight:bold;
text-align:left;
}

.line_1_center {
color:black;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
line-height:Normal;
font-weight:bold;
text-align:center;
}

/* section_text link color blue */

#section_text p a {
	font-size:12px; 
	text-decoration:none; 
	color:blue; 
	border-bottom:none;
}


#section_text a:hover {
		color:#a37b2c; 
	text-decoration:none;
}


#section_text ul_1 {
	font-size:1.1em;
	list-style-type:none; 
	line-height:125%;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

.indent {
  margin-left: 50px;
  margin-top: 8px;
	list-style-type: none;
	list-style-position: outside;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 125%;
	font-size: 1.1em;

	}
	
.indent:link {
color:blue;
}






.indent:li{
	margin-top: 8px;
	list-style-type: none;
	list-style-position: outside;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 125%;
	font-size: 1.1em;
}

#section_text ul_3 {
	font-size: 12px;
	list-style-type:disc; 
  margin-top:0px;
font-family: Arial, Helvetica, sans-serif;
}

/* section_text list link color blue */

#section_text ul_3 li{
	font-size: 12px;
	list-style-type:none; 
		list-style-position: outside;

  margin-top:0px;
font-family: Arial, Helvetica, sans-serif;
}

#section_text ul_3 li a {
	font-size:12px; 
	text-decoration:none; 
	color:blue; 
	border-bottom:none;
}

#section_text u_3 li a:hover {
	background-color: #f9a03a;
}

/* end of section_text list link color blue */


.circle{
list-style-type: disc;

}


	


#section_text ul_2 {
	font-size:1.1em;
	list-style-type:none; 
	line-height:125%;
    margin-top:10px;
     font-family: Arial, Helvetica, sans-serif;
}



#section_text li {
  margin-top: 6px;
line-height:125%;

  list-style-position:outside;
  padding-left:13px
	}

#section_text li a {
	font-size:12px; 
	text-decoration:none; 
	color:blue; 
	border-bottom:none;
}

#section_text li a:hover {
		color:#a37b2c; 
}

.numberlist:li{
 margin-top: 6px;
line-height:100%;
list-style-type:decimal; 
font-family: Arial, Helvetica, sans-serif;
  list-style-position:outside;
  padding-left:13px;
	}

 

.numberlist:li a {
	font-size:12px; 
	text-decoration:none; 
	color:blue; 
	border-bottom:none;
}

.numberlist:li a:hover {
		color:#a37b2c; 
}
.numberlist:ul {
	font-size: 12px;
	list-style-type:decimal; 
  margin-top:6px;
font-family: Arial, Helvetica, sans-serif;
}








#section_text li_1 {
  margin-top:0px;
  list-style-type:none; 
  list-style-position:outside;
  padding-left:0px;
    padding-top:5px;
         font-family: Arial, Helvetica, sans-serif;
	}

#section2 li_3 {
  margin-top:0px;
  list-style-type:none; 
  list-style-position:outside;
  padding-left:0px;
    padding-top:5px;
         font-family: Arial, Helvetica, sans-serif;
	}

.more{
float:right;
color:#dd9008;
font-size:16px;
font-weight:bold;
}
.more:hover{
text-decoration:underline;
}

#action_s {
margin-top: 15px;
margin-right: 0px;
}
.curvebox{
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
} 
.btn_text {
text-align:center;
font-weight: normal;
color:#ffffff;
font-size: 13px;
padding: 16px 0 0 0;
margin-right:10px;
}
.btn_text2 {
font-weight: bold;
color:#ffffff;
font-size: 14px;
padding: 22px 0 0 10px;
}
.btn_text3 {
font-weight: bold;
color:#ffffff;
font-size: 14px;
padding: 22px 0 0 7px;
}
.btn_text:hover, .btn_text2:hover, .btn_text3:hover {
color: #592b0a;
}

.btn_image {
margin-top:30px;
width: 350px;
}
.btn_image a:link, .btn_image a:visited, .btn_image a:active{

background-image: url("../images/action_btn.jpg");
background-repeat: no-repeat;

width:100px;
height:67px;
float:left;
}

.btn_image a:hover{

background-image: url("../images/action_btn2.jpg");
background-repeat: no-repeat;
 
width:100px;
height:67px;
float:left;
}

object {
border-bottom:2px solid #ffffff;
margin-bottom:2px;
}

.orangetable {
	margin-left:10px;
	border-width: 1px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-color: #F9A03A;
	border-style: solid;
	margin-top: 20px;
	width: 670px;
}
.orangetable td{
	text-align:center;
	border-color: #F9A03A;
	border-style: solid;
	border-width: 1px;
}
.orangetable th{
	text-align:center;
	border-color: #F9A03A;
	border-style: solid;
	border-width: 1px;
}

.orangebar{
	text-align:left; 
	background-color:#F9A03A; 
	color:white; 
	font-weight:bold; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
/* CE CSS */
#news {
float:right; 
width:250px; 
padding:0 10px 10px 10px; 
border:1px solid #cdcdd9;  
margin-left:5px; 
margin-right:15px; 
margin-top:30px; 
font-size:12px;
}
#news h3 {
color:#b3b3b6; 
}
#base{
font-size:12px; 
color:#565656; 
line-height:150%; 
}
#base h2 {
color:#777777; 
font-size:18px;
}
#left_box_base { 
background:#cdcdd9; 
float:left;  
width:295px; 
margin:1px; 
margin-bottom:20px;
padding:0 10px 23px 10px;
}
#right_box_base {  
background:#cdcdd9;  
float:right; 
width:290px;  
margin:0px 0 3px 0; 
margin-bottom:20px;
margin-right:15px;
padding:0 10px 23px 10px;
}
#page h3 {
font-size:14px;
}
#page h4{
margin-bottom:0; 
font-size:1.1em;
}

#page  a {
		color:blue; 
	text-decoration:none;
}
#page  a:hover {
		color:#a37b2c; 
	text-decoration:none;
}


