@charset "utf-8";
/* CSS Document */

/* common styles */
body, h1, h2, h3, h4, h5, h6, p, img, form, ul, li {
	margin:0;
	padding:0;
	border:0;
}
body {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

img{ behavior: url("styles/iepngfix.htc") }

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
.flft {
	float:left;
}
.frgt {
	float:right;
}
.cb {
	clear:both;
}
h1 {
	font-size:2.5em;
	font-weight:normal;
	color:#fff;
}
h2 {
	font-size:1.3em;
}
h3 {
	font-size:1.6em;
	color:#fff;
	background:url(../images/tt_bg.gif) repeat-x;
	padding:5px 10px;

}
h4 {
	font-size:1.6em;
}
input {
	border:1px solid #ccc;
}
p {
	padding:10px 0;
	font-size:1.2em;
	line-height:1.5em;
}
.ht_1 {
	color:#cff;
	font-weight:bold;
}
.ht_2 {
	
}
.ht_3 {
	color:#039;
}
.ht_4 {
	color:#c00;
}
.ht_5 {
	color:#fff;
}
.but{
	color:#fff;
	background:#09f;
	padding:2px 5px;
	font-size:1.1em;
	font-weight:bold;
	display:block;
	float:left;
	border:1px solid #efefef;
}
.more{
	float:right;
	color:#c00;
	font-size:1.1em;
	font-weight:bold;
}

.more1{
	float:right;
	padding-right:20px;
	background:url(../images/m1_bg.gif) no-repeat right center;
	color:#039;
	font-size:1.3em;
	font-weight:bold;
}

#main_cnr {
	position:relative;
	float:left;
	width:100%;
}
#in_cnr {
	width:100%;
	float:left;
	padding-bottom:50px;
}
.in {
	width:900px;
	margin:0 auto;
}
/* end common styles */


/* header */

#header_cnr {
	width:100%;
	float:left;
	background:#069;
	border-bottom:2px #fff solid;
	padding:10px 0 60px 0;
}
#logo{
	float:left;
	margin-right:10px;
}
#slgn{
	font-size:1.3em;
	font-weight:bold;
	color:#fff;
	float:right;
	margin-top:8px;
}

/* end header */

/* Body */

#body_cnr {
	background:url(../images/main_bg.gif) repeat-x;
	width:100%;
	float:left;
}
#body_cnr .in{
	width:940px;
}
#bx{
	height:650px;
	margin-top:-40px;
	position:relative;
	background:url(../images/shade_btm.gif) bottom repeat-x;
	padding-bottom:10px;
}
#m_bx{
	background:#fff url(../images/mbx_bg.gif) repeat-x;
	float:left;
	padding-top:10px;
	width:907px;
	height:636px;
	overflow:hidden;
}
#lft_cnr{
	float:left;
	padding-left:5px;
	width:651px;
	clear:both;
}
#rgt_cnr{
	float:right;
	border-left:2px #999 solid;
	width:248px;
	height:900px;
}
#rgt_cnr,#lft_cnr{
	margin-top:0;
}


.tl,.tr,.bl,.br{
	position:absolute;
}
.tl{
	top:-1px;
	left:14px;
}
.tr{
	top:0;
	right:19px;
}
.bl{
	bottom:3px;
	left:0px;
}
.br{
	bottom:3px;
	right:-3px;
}
#il,#ir{
	float:left;
	height:100%;
	width:14px;
}
#il{
	background:url(../images/shade_lft.png) repeat-y;
}
#ir{
	background:url(../images/shade_rgt.png) repeat-y;
}



#search_cnr{
	float:right;
	padding-right:3%;
}
#search_cnr input{
	float:left;
	margin-right:10px;
}
#navigation_cnr {
	float:left;
}
#navigation_cnr ul,#s_nav ul{
	list-style:none;	
}
#navigation_cnr li{
	float:left;
}
#navigation_cnr a{
	font-size:1.4em;
	display:block;
	font-weight:bold;
	padding:2px 15px;
	color:#333;
	border-right:1px solid #ccc;
}
#flash_cnr,#s_nav{
	margin-top:10px;
}
#flash_cnr{
	padding-left:7px;
	float:left;
	width:650px;
	height:224px;
}
#s_nav{
	float:right;
	width:250px;
	height:219px;
	background:#e1e1e1 url(../images/snav_bg.gif) repeat-x;
	padding-bottom:5px;
	clear:both;
}
#s_nav a {
	font-size:1.2em;
	color:#c00;
	display:inline-block;
	background: url(../images/snav_icon.gif) 30px center no-repeat;
	padding:0;
	padding:6px 0 6px 45px;
}
#s_nav a:hover{
	text-decoration:underline;
}


.abx{
	float:left;
	margin-right:20px;
	
}
#lft_cnr .last{
	margin-right:0;
}
.abx a{
	background:url(../images/hrover.jpg) 0 -114px no-repeat;
	display:block;
	width:170px;
	padding-right:30px;
	margin-top:10px;
	
}
.abx a:hover{
	background:url(../images/hrover.jpg) no-repeat;
}
.abx img{
	float:left;
	margin:5px;
}
.abx span{
	display:block;
	text-align:right;
}
.abx .s1{
	font-size:1.4em;
	color:#036;
	font-weight:bold;
	padding-top:10px;
}
.abx .s2{
	font-size:1.2em;
	color:#fff;
	font-weight:bold;
	font-style:italic;
}
.abx .s3{
	font-weight:bold;
	font-size:1.1em;
	margin-top:35px;
	color:#333;
}

#c_in{
	background:#069;	
	padding:8px;
}
#c_login{
	padding:2px;
	border:1px solid #ccc;
	margin:10px;
	margin-top:2px;
}
#c_login input{
	width:80%;
	margin-top:10px;
}
#c_login .but{
	margin:5px 0;
}
#c_login .fld,#c_login .link{
	display:block;
	font-size:1.2em;
	font-weight:bold;
}
#c_login .link{
	color:#fff;
}

#ln ul{
	padding:10px 10px 10px 30px;
	font-size:1.2em;
	color:#069;
}
#ln li{
	padding:5px;
}


/* End Body */

/* Home */
.home .row{
	background:url(../images/mbx_bg.gif) repeat-x;
	clear:both;
	padding:8px 2%;
	width:95%;
	margin-top:10px;
	float:left;
}
.home .row img{
	float:left;
	margin-right:10px;
}
.home .row ul{
	list-style:none;
	float:left;
}
.home .row li{
	padding-left:30px;
	background:url(../images/li2_icon.gif) 15px center no-repeat;
}
.home .row li a{
	color:#036;
	font-size:1.2em;
}
.home .row li a:hover{
	text-decoration:underline;
}
.home .row h2{
	padding-bottom:10px;
	border-bottom:1px solid #333;
}
/* End Home */

/* About */

.about .row{
	padding:10px;
}

/* End About */

/* News */


.news .col_1,.contact .col_1{
	float:left;
	padding:10px;
	width:65%;
}
.news .col_2,.contact .col_2{
	float:right;
	width:25%;
	height:400px;
	padding:10px;
	background:#f0f0f0;
}
.news .col_1 ul,.news .col_2 ul{
	margin-bottom:30px;
	margin-top:10px;
}
.news .col_1 li,.news .col_2 li{
	list-style:none;
	margin:6px 0;
}
.news .col_1 li a,.news .col_2 li a{
	color:#900;
	font-size:1.2em;
}
.news .col_1 li a:hover,.news .col_2 li a:hover{
	text-decoration:underline;
}
.news .col_1 li{
	margin-left:20px;
	padding-left:15px;
	background:url(../images/snav_icon.gif) center left no-repeat;
}
.news .col_2 img{
	border:1px #999 solid;
	display:block;
	text-align:center;
	padding:1px;
}
.news .cmu{
	font-size:1.4em;
	font-weight:bold;
	color:#039;
	display:block;
	margin:10px 0;
	text-align:center;
}

/* End News */

/* Contact */
.contact .col_2 span{
	color:#900;
	font-size:1.2em;
	line-height:1.5em;
	display:block;
	padding-top:10px;
}
#c_form{
	width:50%;
}

#c_form span{
	color:#900;
	font-size:1.2em;
	display:block;
	margin-top:10px;
}
#c_form  input{
	width:80%;
}
#c_form textarea{
	overflow:auto;
	width:100%;
	height:100px;
	border:1px solid #ccc;
}
.smt_but{
	background:#333;
	display:block;
	padding:3px 10px;
	margin-top:10px;
	float:right;
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
}

/* End Contact */


/* Footer */

html,body,* html #main_cnr {
	height:100%;
}

#main_cnr {
	min-height: 100%;
}

#footer_cnr {
	clear:both;
	width:100%;
	position:absolute;
	bottom:0;	
	left:0;
	font:1.1em Verdana, Geneva, sans-serif;
	background:#069;
	padding:10px 0;
	border-top:2px solid #000;
	color:#fff;
}
#footer_cnr ul{
	float:right;
	list-style:none;
}
#footer_cnr li{
	float:left;
	font-family: Verdana, Geneva, sans-serif;
}
#footer_cnr a{
	display:block;
	margin-left:10px;
	color:#fff;
}
#footer_cnr a:hover{
	text-decoration:underline;
}

/* End Footer */
