* { margin: 0; padding: 0; }

html {
	font: 1em Tahoma, sans-serif;
	background: #C5CED7 url(../images/header_bg.gif) repeat-x;
}

body {
	min-width: 780px;
}

#header {
	height: 433px;

}

#header #top {
	height: 82px; /* 125px-43px */
	padding-left: 358px;
	padding-top: 43px;
	
	background: url(../images/header_top_bg.jpg) no-repeat;	
}

#header #top h2 {
	height: 44px;
	margin-bottom: 12px;
	
	background: url(../images/header_top_h2_bg.jpg) no-repeat;	
}


#header #top h2 span {
        font-weight: bold;
        text-decoration: none;
        font-size: 12px;
        color: #194287;
}


#header #menu {

}

#header #menu ul {
	list-style: none;
	width: 99%;
	
	font-size: .7em;
}

#header #menu ul li {
	display: block;
	float: left;

	background: url(../images/menu_ul_bg.gif) no-repeat center right;	
}

#header #menu ul li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 6px 6px 6px;
	
	color: #EDEEEB;
	background: url(../images/menu_ul_li_bg.gif) no-repeat center right;
}
	
#header #menu ul #last a {
	padding-right: 12px;
	
	background: url(../images/menu_ul_li_end_bg.gif) no-repeat center right;
}

#header #menu ul #first {
	padding-left: 6px;
	
	background: url(../images/menu_bg.gif) no-repeat;
}

#header #menu ul li a:hover {
	color: #fff;
}

#header #col_left {
	float: left;
	/*height: 373px; /* 433px */
	width: 271px; /* 364px */
	padding: 34px 60px 0 33px;
	
	color: #fff;
	background: url(../images/header_top_col_left_bg.jpg) no-repeat;
}

#header #col_left h2 {
	margin-bottom: 3px;

	font-size: 1.1em;
}

#header #col_left p {
	margin-bottom: 12px;

	text-align: justify;
	font-size: .7em;
}

#header #col_left .info_icon {
	float: left;
	padding: 0 8px;
}

a img {
	border: 0;
}

#header #col_left a img { vertical-align: middle; }

#header #col_right {
	margin-left: 364px;
	padding: 34px 0 0 10px;
}

#header #col_right h2 {
	margin-bottom: 3px;

	color: #194287;
	font-size: 1.1em;
}

#header #col_right p, #header #col_right ul {
	font-size: .8em;
}

/* !!!!! */
#header #col_right ul {
	list-style: none;

	padding-left: 2px;

	line-height: 1.3em;
}
/* !!!!! */

#sample_site {
	position: absolute;
	right: 10%;
	top: 170px;
}

#header #col_right h2 {
	color: #fff;
}

/* !!!!! */
#header #col_right h2.account {
	padding-top: 50px;
}

#header #col_right table {
	font-size: .7em;
	color: #fff;
}

#header #col_right table td {
	padding-bottom: 2px; // 	padding-bottom: 0px; 
	padding-left: 4px;
}

#header #col_right table th {
	text-align: right;
	font-weight: normal;
}

#header #col_right input {
	width: 145px;
	height: 15px;
	
	border: 1px solid #C0BABA;
	border-bottom: #F1F1F1;
	border-right: #F1F1F1;
}

#header #col_right #login {
	border: 0px;
	padding-top: 6px;
	
	height: auto;
	width: auto;
}
/* !!!!! */

#content {
	padding: 25px 10px;

	background: #fff url(../images/content_bg.gif) repeat-x;
}

#content .site {
	padding: 10px 10px 12px 29px;

	background-image: url(../images/site_bg.png); 
   // background-image: none; 
   // filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/site_bg.png');
}

#content .site_h td {
	padding-left: 12%;
	
	color: #526927;
	
	font-size: .8em;
	font-weight: bold;
}

#content p {
	margin-bottom: 1em;
}

#footer {
	height: 86px;
	
	text-align: center;
	background: url(../images/footer_bg.gif) repeat-x;
}

/* !!!!! */
#footer img {
	margin-top: 0px;
	padding: 13px 69px 9px 58px;

	background: url(../images/footer_submit_bg.jpg);
}/* !!!!! */

.copy {
COLOR: #194287; FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px; FONT-WEIGHT: normal;
}

