
html{
	font-family: arial, tahoma, verdana;
	font-size: 1em;
	}

body{
	margin: 0px auto;
	text-align: left;
	padding: 0 0 0 0;
	background-color: #ffffff;
	color: #292b75;
	background-image: url('images/head_bg.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	}
	
p{
	margin: 6px;
	text-align:left;
	}
	
a{
	text-decoration: none;
	}
	
a:hover{
	text-decoration: underline;
	}
	
a img{
	border: 0px;
	}
	
img{
	margin: 6px;
	}
	
.error{
	color: red;
	}

.clear{
	clear:both;
	}
	
ul, ol{
	text-align: left;
	margin-left: 50px;
	}
	
table{
	border-collapse: collapse;
	}
	
table tr td{
	vertical-align: top;
	margin: 0px;
	padding: 0;
	}
	
form fieldset, fieldset{
	margin: 12px;
	padding: 12px;
	border: 1px solid #cdcdcd;
	}
	
form fieldset legend, fieldset legend{
	width: auto;
	margin:0;
	margin-bottom: 6px;
	padding:1px 3px;
	border: 1px dotted #cdcdcd;
	}
	
fieldset ul{
	width: auto;
	list-style:none;
	margin: 0;
	padding: 0px;
	text-align: left;
	}
	
fieldset ul li{
	background-color: #d7dcea;
	margin: 2px 0px;
	}
	
fieldset ul li p{
	padding:2px;
	line-height: 19px;
	}
	
form p{
	text-align:left;
	margin: 1px 0;
	line-height:1.8em;
	}
	

form label{
	text-align: right;
	vertical-align: top;
	width: 10em;
	margin-right: 0.5em;
	line-height:1.3em;
	display: inline-block;
	}

form label.err{
	color:red;
	}

form input.error, form textarea.error {
	background-color: #fcc;
	border: 2px dotted #f20;
	}

form label.error {
	text-align:left;
	color: #f00;
	margin-left: 13px;
	width: auto;
	display: inline;
	}
	
form input, form textarea{
	font-family: arial, tahoma, verdana;
	font-size: 1em;
	width:200px;
	}

	
form input.submit, .but{
	margin-left: 13em;
	margin-right: 0em;
	margin-top: 6px;
	width: 100px;
	background: #ffffff;
	border: 2px solid #cdcdcd;
	}
	
.but{
	margin-left: 0.5em;
	}
	
#info, #error{
	margin: 6px 2px;	
	width: 98%;
	display:none;
	}
	
#info{
	border: 2px solid #ffa54a;
	background-color: #ffffd2;
	}

#error{
	border: 2px solid #f00000;
	background-color: #ffd7d7;
	}
	
#info p, #error p{
	padding: 2px;
	font-size: 0.9em;
	font-weight: bold;
	}
	
#error p{
	color: #f00000;
	}
	
.title{
	font-weight: bold;
	font-size: 1.3em;
	}
	
.container, .credit{
	margin: 0px auto;
	border: 0px solid #e2e2e2;
	width: 960px;
	position:relative;
	}
	
.logo{
	padding: 0px;
	margin: 0px;
	position:relative;
	}
	
.logo img{
	margin-top: 0px;
	margin-bottom: -1px;
	}

.logo .followus{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 90px;
	width: 243px;
	background-image: url('images/callus.jpg');
	background-position: 8px 12px;
	background-repeat: no-repeat;
	border: 0px solid #000000;
	}
	
.logo .followus .twitter{
	position: absolute;
	top:4px;
	right: 24px;
	}

.logo .followus .facebook{
	position: absolute;
	top:4px;
	right: 0;
	}

.menu{
	position: relative;
	height: 30px;
	width: 100%;
	z-index: 10;
	margin: 0px;
	padding: 0px;
	}
	
.menu ul{
	margin:0px 0px;
	padding: 0px;
	background-image: url('images/menu_sep.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	height: 30px;
	}
	
.menu li{
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
	display:inline-block;
	float:left;
	clear:right;
	position: relative;
	height: 30px;
	background-image: url('images/menu_sep.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	}
	
.menu li:hover{
	background-image: url('images/menu_hover.jpg');
	background-position: top right;
	background-repeat: repeat-x;
	}
	
.menu li a{
	text-align:center;
	display: block;
	color:#ffffff;
	font-size: 0.8em;
	font-weight: bold;
	padding:0px 12px;
	margin: 0 0px;
	position: relative;
	line-height: 30px;
	}
	
ul.dropdown{
	background-color:#1B1464;
	margin:0px;
	padding:5px;
	display:block;
	position:absolute;
	z-index: 999;
	top: 100%;
	display:none;
	left:0px;
	width: 220px;
	height: auto;
	overflow:hidden;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	background-image: none;
	}
	
ul.dropdown ul.dropdown{
	top:0;
	left:95%;
	}
	
ul.dropdown li{
	margin:0px; 
	padding: 0px;
	float: none;
	position:relative;
	list-style:none;
	display:block;
	border-bottom:1px solid #ffffff;
	height: auto;
	background-image: none;
	}
	
ul.dropdown li.last{
	border:0;
	}

ul.dropdown li a{
	text-align:left;
	padding: auto;
	color:#ffffff;	
	display:block;
	position:relative;
	z-index: 0;
	height: auto;
	background-image: none;
	}
	
ul.dropdown li:hover{
	background-image: none;
	}


.content{
	width: 975px;
	margin: 0 auto;
	position: relative;
	}

.backgrd{
	width:975px;
	height: 400px;
	position: relative;
	background: none;
	background-image: url('images/header_border.jpg');
	background-repeat: no-repeat;
	margin-top: 7px;
	margin-left: -7px;
	margin-bottom: 10px;
	border: 0px solid #cdcdcd;
	}
	
.slider{
	width:762px;
	height: 400px;
	float: right;
	margin-top: 40px;
	}
	
.slider .slides{
	margin-top: 6px;
	}
	
.slider .slides .slide{
	height: 340px;
	width: 240px;
	margin-left: 6px;
	overflow: hidden;
	float: left;
	clear: right;
	border: 1px solid #999999;
	background-color: #ffffff;
	position: relative;
	}
	
.slider .slides .slide.click{
	cursor: pointer;
	}
	
.slider .slides .slide .img{
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	}
	
.slider .slides .slide .title{
	font-size: 1em;
	margin: 0px;
	padding: 4px 6px;
	width: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	background-color: #1B1464;
	color: #ffffff;
	}
	
.slider .slides .slide .desc{
	font-size: 0.84em;
	font-weight: bold;
	width: 100%;
	position: absolute;
	bottom: 0px;
	background-color: #1B1464;
	color: #ffffff;
	}
	
.slider .slides .slide .desc a{
	color: #ffffff;
	}
		
.login{
	float: left;
	clear: right;
	margin-top: 0px;
	margin-left: 4px;
	width: 350px;
	}
	
.login p{
	text-align: center;
	}
	
.login p img{
	margin-top: 0px;
	}

.news_holder, .news_holder_small{
	float: left;
	clear: right;
	margin-top: 0px;
	margin-left: 4px;
	background-image: url('images/news_mid.jpg');
	background-position: left;
	background-repeat: repeat-y;
	width: 304px
	}

.news_holder_small{
	background-image: url('images/news_mid_sml.jpg');
	width: 274px
	}

.news_holder .news, .news_holder_small .news{
	background-image: url('images/news_top.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	width: 290px;
	padding: 10px 7px 0px 7px;
	}

.news_holder_small .news{
	background-image: url('images/news_top_sml.jpg');
	width: 260px;
	}

	
.news_holder .news p, .news_holder_small .news p{
	font-size: 0.9em;
	background-color: #1B1464;
	font-weight: bold;
	color: #ffffff;
	height: 30px;
	width: 283px;
	margin: 0px;
	margin-left: 1px;
	padding-left: 5px;
	margin-top: -3px;
	line-height: 30px;
	}
	
.news_holder_small .news p{
	width: 253px;
	}
	
.news_holder .news p a, .news_holder_small .news p a{
	color: #ffffff;
	}
	
.news_holder .newsbody, .news_holder .newsbodyx, .news_holder_small .newsbody{
	overflow: hidden;
	height: 166px;
	margin: 0px auto;
	width: 288px;
	}
	
.news_holder_small .newsbody{
	width: 258px;
	}
	
.news_holder .newsbody ul, .news_holder .newsbodyx ul, .news_holder_small .newsbody ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
.news_holder .newsbody ul li, .news_holder .newsbodyx ul li, .news_holder_small .newsbody ul li{
	height: 196px;
	}
	
.news_holder .newsbody ul li p, .news_holder .newsbodyx ul li p, .news_holder_small .newsbody ul li p{
	font-size: 0.9em;
	margin: 4px 6px;
	}
	
.news_holder .foot, .news_holder_small .foot{
	background-image: url('images/news_bot.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 9px;
	width: 304px;
	padding: 0px 0px;
	}

.news_holder_small .foot{
	background-image: url('images/news_bot_sml.jpg');
	width: 274px;
	}
	
.text, .smltext{
	width: 675px;
	float: left;
	clear: right;
	margin: 0px;
	background-image: url('images/text_mid.jpg');
	background-position: center;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-left: 5px;
	font-size: 0.8em;
	float: left;
	clear: right;
	position: relative;
	}
	
.text.full_width{
	width: 975px;
	background-image: url('images/fulltext_mid.jpg');
	}
	
.smltext {
	width: 396px;
	background-image: url('images/smltext_mid.jpg');
	}
	
.text p, .smltext p{
	padding-left: 9px;
	padding-right: 9px;
	}
	
.text .top, .smltext .top{
	background-image: url('images/text_top.jpg');
	background-position: center;
	background-repeat: no-repeat;
	height: 7px;
	width: 675px;
	}
	
.text.full_width .top{
	background-image: url('images/fulltext_top.jpg');
	width: 975px;	
	}
	
.smltext .top{
	background-image: url('images/smltext_top.jpg');
	width: 396px;
	}
	
.text .bot, .smltext .bot{
	background-image: url('images/text_bot.jpg');
	background-position: center;
	background-repeat: no-repeat;
	height: 9px;
	width: 675px;
	}
	
.smltext .bot{
	background-image: url('images/smltext_bot.jpg');
	width: 396px;
	}
	
.text.full_width .bot{
	background-image: url('images/fulltext_bot.jpg');
	width: 975px;	
	}
	
.credit{
	margin-bottom: 24px;
	}
.credit p{
	text-align: left;
	font-size: 0.7em;
	font-weight: bold;
	margin:4px 6px;
	color:#6e6e6e;
	}
	
.credit a{
	color:#6e6e6e;
	}
	
/* paginate LIST */

.paginate{
	margin-top: 6px;
	border: 0px solid #000000;
	}
	
.paginate ul{
	list-style: none;
	margin:0px 12px;
	padding: 0px;
	}
	
.paginate ul li{
	margin-bottom: 12px;
	}
	
.paginate li .title{
	margin: 4px 0px;
	}
	
.paginate li p{
	margin: 4px 0px;
	}

.pagination {list-style:none; margin: 0px; padding:0px;}
.pagination li{float:left; margin:3px;}  
.pagination li a{display:block; padding:3px 5px; color:#fff; background-color:#b3d9ff; text-decoration:none;}  
.pagination li a.active {border:1px solid #000; color:#000; background-color:#fff;}  
.pagination li a.inactive {background-color:#eee; color:#777; border:1px solid #ccc;}

	
/* ################### */

