/* Simple CSS Reset Start */
html, body, ul, ol, li, form, fieldset, legend{
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p { margin-top: 0; }
fieldset,img { border: 0; }
legend { color: #000; }
li {
	margin-bottom:10px;
}
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
table{
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td{
	text-align: left;
	font-weight: normal;
}
input, textarea, select{
	font-size: 110%;
	line-height: 1.1;
}
abbr, acronym{
	border-bottom: .1em dotted;
	cursor: help;
}
/* Simple CSS Reset End */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
.alignleft{
	text-align:left;
}
.alignright{
	text-align:right;
}
.aligncenter{
	text-align:center;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.page-wrapper{
	width:980px;
	margin:auto;
}
/* Header Start */
.header-bg{
	background-image:url(../images/header-bg.png);
	background-position:center top;
	background-repeat:repeat-x;
	height:165px;
	margin-bottom:10px;
}
.header-wrapper{
	width:980px;
	margin:auto;
}
/* Header End */

/* Nav */
ul.nav{
	margin:0;
	padding:0;
}
ul.nav li{
	float:left;
}
ul.nav li a{
	font-size:12px;
	color:#ddd;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	line-height:40px;
	padding-right:25px;
}
ul.nav li a:hover{
	color:#fff;
}

/* Slideshow */
.slideshow_box{
	margin-bottom:10px;
}

/* Home Body */
.home_body_title{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#2d5d8e;
	padding:5px 0;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
}
.home_image{
	padding:2px;
	border:1px solid #ccc;
}
/* Home */

/* Pages Start */
.page_title{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#2d5d8e;
	padding:5px 0;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
}
.page_image{
	border:1px solid #ccc;
	padding:2px;
	margin-right:10px;
	margin-bottom:5px;
}
.page_separator{
	clear:both;
	height:15px;
	margin-bottom:15px;
	border-bottom:1px dotted #CCC;
}

/* Bodylink Start */
a.bodylink1{
	font-size:12px;
	font-weight:bold;
	color:#036;
	text-decoration:none;
}
a.bodylink1:hover{
	color:#333333;
}
/* Bodylink End */

/* Default UL */
ul.ul-default li{
	margin-bottom:10px;
	padding-left:22px;
	background-image:url(../images/ico_bullet_grey.png);
	background-position:0 3px;
	background-repeat:no-repeat;
}
ul.ul-default li a{
	font-size:14px;
	color:#314d64;
	text-decoration:none;
}
ul.ul-default li a:hover{
	color:#666;
}

/* main table */
.main_table tr td{
	padding:5px;
}
.main_table tr.main_table_header td{
	background-color:#333;
	color:#fff;
	font-weight:bold;
}
/* Dividers Start */
.divider-vertical{
	background-image:url(../images/divider-vertical.png);
	background-position:center top;
	background-repeat:repeat-y;
}
.divider-horizontal{
	background-image:url(../images/divider-horizontal.png);
	background-position:center;
	background-repeat:repeat-x;
	height:5px;
	margin:10px 0;
	clear:both;
}
/* Texts */
.txtred{
	color:#ee2225;
}
.txtblue{
	color:#036;
}
/* Texts */

/* Side Box */
.side_box_title{
	color:#036;
	line-height:40px;
	border-bottom:1px solid #ddd;
	font-size:18px;
	margin-bottom:10px;
}
.side_box_body{
}
/* Side Box */

/* News Start */
a.news_title{
	font-weight:bold;
	color:#000;
	line-height:18px;
	margin-bottom:5px;
	display:block;
	text-decoration:none;
}
a.news_title:hover{
	color:#036;
	text-decoration:underline;
}
.news_date{
	color:#666;
}
/* News End */

/* Footer Start */
.footer-bg{
	background-color:#036;
	border-top:5px solid #d8b446;
	margin-top:15px;
}
.footer-box{
	padding:10px;
	width:980px;
	margin:auto;
}
.footer-box-separator{
	background-image:url(../images/divider-vertical.png);
	background-position:center;
	background-repeat:repeat-y;
}
.footer-link a{
	font-weight:bold;
	color:#fff;
	line-height:25px;
	text-decoration:none;
	padding:0 15px;
}
.footer-link a:hover{
	color:#d8b446;
}
/* Footer End */