/*-------------------------------------
GLOBAL RESETS AND SETUP
-------------------------------------*/
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, pre, blockquote, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

dd, blockquote {
	margin-left: 1em;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

input, select, textarea {
	font-size: 100%;
}

img, a {
	border: 0;
}

/*-------------------------------------
GENERAL FORMATS
-------------------------------------*/
body {
	font-family: Helvetica, Arial;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top;
}


h1.main_title {
	margin: 0;
	padding: 0 0 20px;
	font-weight: normal;
	font-size: 1.4em;
	color: #635f5a;
}

a {
	text-decoration: none;
	color: #0197b6;
}

a:hover {
	text-decoration: underline;
	color: #1b5663;
}

/*-------------------------------------
DROP DOWN MENU STYLING
-------------------------------------*/
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	float: left;
	position: relative;
	padding: 3px;
	line-height: 1.2em;
	background: url('images/menu_link_bg.jpg') top left repeat;
	border: #ccc solid 1px;
	border-top: 0;
}

li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0px;
	z-index: 100;
}

li > ul {
	top: 26px;
	left: auto;
}

li:hover ul, li.over ul {
	display: block;
}

li.sub_item, li.sub_item_small {
	width: 194px;
}

li.sub_item_new {
	width: 194px;
	position: inherit;
	left: auto;
}

/*-------------------------------------
CONTAINERS
-------------------------------------*/
#header {
	width: 100%;
	height: 132px;
	color: #fff;
	background: url('images/header.png') top left no-repeat;
}

#header_content { 
	margin: 0 auto;
	width: 800px;
	height: 132px;
	text-align: left;
	overflow: hidden;
}

#header_content img {
	float: left;
}

#header form.login {
	float: right;
	padding-top: 10px;
	width: 300px;
	height: 122px;
	text-align: right;
	font-size: 0.8em;
	line-height: 2.2em;
}

#header input {
	text-align: left;
	color: #666;
	border: #666 solid 1px;
}

#header label {
	width: 150px;
}

#header span {
	color: #23408f;
}

#menu_wrapper {
	width: 100%;
	height: 20px;
	text-align: left;
	background: url('images/menu_bg.gif') top left repeat;
	border-top: #585851 solid 4px;
}

#menu {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 30px;
	color: #fff;
}

#menu a {
	margin-right: 0;
	padding: 6px 0px 3px;
	text-decoration: none;
	font-size: 0.8em;
	color: #fff;
}

#menu a.sub {
	padding: 0;
	text-decoration: none;
	color: #fff;
	background: transparent;
}

#menu a.sub:hover {
	font-weight: bold;
}

#container {
	margin: 40px auto 0;
	width: 800px;
	min-height: 600px;
}

#container2 {
	margin: 40px auto 0;
	width: 800px;
	min-height: 1000px;
	padding-bottom: 50px;
}

#container3 {
	margin: 40px auto 0;
	width: 800px;
	min-height: 1400px;
}

#left_panel {
	float: left;
	width: 562px;
	min-height: 400px;
}



#left_images {
	float: left;
	width: 276px;
	height: 50px;
	margin: 20px 0 0 5px;
	text-align: left; 
	padding-bottom: 5px;
	padding-top: 5px;
}

#left_panel2 {
	float: left;
	width: 562px;
	min-height: 400px;
	text-align: justify;
	font-size: 13px;
	padding-bottom: 40px;
}

#left_panel2 ul{
	margin-left: 40px;
}

#left_panel2 li{
	list-style-type: circle;
	background: none;
	border: none;
	font-size: 13px;
	float: none;
	position: static;
}

#left_panel2 img.photo {
	margin: 0 10px 0 0;
}

div.quote_box {
	float: right;
	text-align: center;
	width: 300px;
	margin: 0 0 0 20px;
	background: #f1f1f1;
	padding: 10px;
	font-family: "Times New Roman";
	font-size: 1.6em;
	color: #999;
}

div.quote_box span {
	font-size: 0.6em;
	color: #454545;
	font-family:  Helvetica, Arial;
}


#center_panel {
	width: 800px;
	text-align: left;
}

#right_panel {
	float: left;
	margin-left: 50px;
	width: 188px;
	text-align: left;
}

#footer {
	margin: 10px 0 0;
	padding: 20px 0;
	width: 100%;
	min-height: 60px;
	font-size: 0.9em;
	color: #fff;
	background: #d4d0af;
	float: left;
}

#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}

/*-------------------------------------
CLASS DECLARATIONS
-------------------------------------*/
div.image_wrap {
	height: 226px;
	background: #000;
	overflow: hidden;
}

div.image_swap {
	width: 565px;
	height: 226px;
}

div.image_swap2 {
	width: 188px;
	height: 300px;
	background: #fff
}

div.highlight, div.highlight_no_margin {
	float: left;
	margin: 30px 4px 0 0;
	width: 137px;
	height: 111px 
}

div.highlight_no_margin {
	margin: 30px 0 0;
}

p.recent_news {
	margin-bottom: 15px;
	line-height: 1.0em;
	font-size: 0.85em;
	color: #635f5a;
}

p.recent_news span {
	font-weight: bold;
	color: #193b43;
}

p.recent_news span.sub_date {
	font-weight: normal;
	font-size: 0.85em;
	color: #999;
}

p.quote {
	float: left;
	margin-top: 50px;
	width: 562px;
	font-style: italic;
	font-size: 1.7em;
	line-height: 1.2em;
	color: #b6b4b4;
}

p.quote_n {
	float: left;
	margin-top: 50px;
	width: 562px;
	font-style: italic;
	font-size: 1.7em;
	line-height: 1.2em;
	color: #800000;
}

p.text {
	float: left;
	width: 562px;
	font-style: italic;
	font-size: 1.7em;
	line-height: 1.2em;
	text-align: left;
	color: #b6b4b4;
}

p.next {
	float: left;
	width: 562px;
	font-style: italic;
	font-size: 1.7em;
	line-height: 1.2em;
	text-align: left;
	color: #800000;
}

img.video {
	margin-top: 100px;
}

/*-----------------mail=--------------------*/

.tbmain{ 
 /* Changes on the form */
 background: white !important; 
}
.left{
  /* Changes on the form */
  color: black !important; 
  font-family: Verdana !important;
  font-size: 12px !important;
}
td.left {
   font-family: Tahoma;
   font-size: 11px;
   font-weight:bold;
   color:#394F5F;
   vertical-align: top;
   text-align: left;
}
.pagebreak{
   font-family: Tahoma;
   font-size: 11px;
   font-weight:bold;
   color:black;
}
td.right {
   font-family: Tahoma;
   font-size: 11px;
   font-weight: normal;
   color:#394F5F;
   vertical-align: top;   
   text-align: left;   
}
.tbmain{
   height:100%;
   color:#394F5F;
   background: #D7E9F3;
}
.head{
   font-family: Tahoma;
   font-size: normal;
   font-weight:bold;
   color:#394F5F;
   vertical-align: top;
   text-align: left;
}
.notvalid{
   border:2px red solid;
   font-family:Tahoma;
}
.text2{
   color:#394F5F;
   font-family: Tahoma;
   font-size: 11px;
   font-weight:normal;
   border:0px;
   background:#89def0;
   border:1px #8aaabc solid;
}
select.other{
   color:#394F5F;
   font-family: Tahoma;
   font-size: 11px;
   font-weight:normal;
   border:0px;
   background:#ABCADB;
}
.btn{
   color:#000;
   font-family: Tahoma;
   font-size: 11px;
   font-weight:bold;
   border:1px #8aaabc solid;
   background: #89def0;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}
