/* 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 { list-style: none; }
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:tahoma,verdana,arial,sans-serif;
	font-size:13px;
	color:#333;
	background-color:#fee39f;
	background-image:url(../images/page-background.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-attachment:fixed;
}
.alignleft{
	text-align:left;
}
.alignright{
	text-align:right;
}
.aligncenter{
	text-align:center;
}
.clear{
	clear:both;
}
.bgwhite{
	background-color:#ffffff;
}
/* Page Layout Start */
.header-wrapper{
	height:100px;
	position:fixed;
	width:980px;
	margin:auto;
}
.header-bg{
	background-image:url(../images/header-bg.png);
	background-repeat:repeat-y;
	background-position:center top;
	width:960px;
	padding:0 20px 0 20px;
	margin:auto;
	height:100px;
}
.page-bg{
	background-image:url(../images/page-bg.png);
	background-position:center top;
	background-repeat:repeat-y;
	width:960px;
	padding:10px 20px;
	margin:auto;
}
.page-bg-bottom{
	background-image:url(../images/page-bg-bottom.png);
	background-position:center top;
	background-repeat:no-repeat;
	width:960px;
	padding:0 20px 40px 20px;
	margin:auto;
}
.nav-bg{
	background-image:url(../images/nav-bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:28px;
}
/*
ul.nav{
	margin:0 5px;
}
ul.nav li{
	float:left;
	line-height:28px;
}
ul.nav li.nav-separator{
	float:left;
	line-height:28px;
	background-image:url(../images/nav-separator.png);
	background-position:center;
	background-repeat:no-repeat;
	width:2px;
}
ul.nav li a{
	font-weight:bold;
	display:block;
	text-decoration:none;
	font-size:13px;
	color:#2d5d8e;
	padding:0 19px;
}
ul.nav li a:hover{
	color:#f70;
}
*/

#nav li.nav-main-li{
   list-style: none;
   float: left;
   line-height:28px;
}
#nav li.nav-separator{
	float:left;
	line-height:28px;
	background-image:url(../images/nav-separator.png);
	background-position:center;
	background-repeat:no-repeat;
	width:2px;
}
#nav li.nav-main-li a.nav-main-link{
	font-weight:bold;
	display:block;
	text-decoration:none;
	font-size:13px;
	color:#2d5d8e;
	padding:0 21px;
}
#nav li.nav-main-li a.nav-main-link:hover {
	color:#f70;
}
#nav li.nav-main-li ul {
   display: none;
   background-color:#ffffff;
   border-bottom:1px solid #314d64;
   border-left:1px solid #314d64;
   border-right:1px solid #314d64;
   z-index:100;
}
#nav li.nav-main-li:hover ul, #nav li.hover ul {
   display: block;
   position: absolute;
   margin: 0;
   padding: 0;
}
#nav li.nav-main-li:hover li, #nav li.hover li {
   float: none;
   list-style:none;
   display:block;
}
#nav li.nav-main-li:hover li a, #nav li.hover li a {
   background-color: #ffffff;
   color: #333333;
   text-decoration:none;
   display:block;
   padding:0 10px;
   font-size:14px;
}
#nav li.nav-main-li:hover li a div{
	padding:2px 5px;
}
#nav li.nav-main-li li a:hover {
	color:#ffffff;
	background-color:#314d64;
}

a.header-link{
	color:#fff;
	text-decoration:none;
}

.slide-box{
	margin-bottom:10px;
}
.box-right-title{
	font-size:14px;
	color:#fff;
	background-image:url(../images/right-box-bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	width:260px;
	padding:0 10px;
	line-height:30px;
}
.box-right-body{
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:9px;
	width:260px;
}
.box-right-footer{
	background-image:url(../images/right-box-footer-bg.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	height:10px;
	width:280px;
}
.announcement_box{
	background-image:url(../images/announcement_bg.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:34px;
}
/* Page Layout End */

/* Blog Posts Start */
.post_title{
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#2d5d8e;
	padding:5px 0;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
}
.post_image{
	border:1px solid #ccc;
	padding:2px;
	margin-bottom:5px;
}
.post_separator{
	clear:both;
	height:15px;
	margin-bottom:15px;
	border-bottom:1px dotted #CCC;
}
/* Blog Posts End */

/* Bodylink Start */
a.bodylink1{
	font-size:14px;
	font-weight:bold;
	color:#2d5d8e;
	text-decoration:none;
}
a.bodylink1:hover{
	color:#333333;
}
a.bodylink2{
	font-size:14px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
}
a.bodylink2:hover{
	color:#2d5d8e;
}
a.bodylink3{
	font-size:12px;
	font-weight:bold;
	color:#2d5d8e;
	text-decoration:none;
}
a.bodylink3:hover{
	color:#333333;
}
/* Bodylink End */

/* Texts Start */
.txtgrey{
	color:#888;
}
/* Texts End */

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

/* Divider */
.divider-horizontal{
	height:15px;
	border-bottom:1px dotted #aaa;
	margin-bottom:15px;
	clear:both;
}
/* Divider */

/* Tab */
a.tab-active{
	display:block;
	text-align:center;
	background-color:#ccc;
	color:#000;
	line-height:30px;
	text-decoration:none;
	font-weight:bold;
}
a.tab-inactive{
	display:block;
	text-align:center;
	color:#333;
	line-height:30px;
	text-decoration:none;
	font-weight:bold;
}

/* Default UL Start */
ul.ul-default li{
	margin-left:20px;
	margin-bottom:10px;
	padding-left:22px;
	background-image:url(../images/ico_bullet.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;
}
/* Default UL End */

/* Table */
table.default-table{
	border-collapse:collapse;
}
table.default-table tr.default-table-header td{
	background-color:#314d64;
	padding:2px;
	color:#fff;
	font-weight:bold;
}
table.default-table tr td{
	padding:2px;
}

/* Footer Start */
.footer-box{
	padding:10px;
	border:1px solid #000;
	background-color:#d6d3d3;
	border-radius:5px;
}
.footer-box-separator{
	background-image:url(../images/divider-vertical.png);
	background-position:center;
	background-repeat:repeat-y;
}
.footer-link a{
	color:#fff;
	display:block;
	line-height:25px;
	padding-left:10px;
	text-decoration:none;
	border-bottom:1px dotted #fc0;
}
.footer-link a:hover{
	color:#fc0;
}
/* Footer End */



/*Drop Down Navigation*/
ul.menu {
	list-style:none;
	margin:0;
	padding:0; 
	font-weight:bold;
	font-size:13px;
	font-family:Tahoma, Verdana, Geneva, sans-serif;
}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#2d5d8e; text-decoration:none}
ul.menu li {position:relative; float:left;}
ul.menu ul {position:absolute; top:28px; left:0px; display:none; opacity:0; list-style:none; background-color:#fff; border:1px solid #314d64; border-top:none; font-weight:normal; font-size:13px; color:#333;}
ul.menu ul li {position:relative; width:150px; margin:0;}
ul.menu ul li a {display:block; padding:5px 15px; color:#000;}
ul.menu ul li a:hover {color:#fff; background-color:#314d64;}
ul.menu ul ul {left:150px; top:0px}
ul.menu .menulink {padding:5px 15px; font-size:13px;}
ul.menu .menulink:hover, ul.menu .menuhover {color:#f70;}
ul.menu .sub {background:url(../images/arrow.gif) 135px 10px no-repeat;}
ul.menu .nosub {}
ul.menu .topline {}