/* CSS Document */
/*Global reset*/
*
{
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 5%; } 
li, dd { margin-left:5%; } 
fieldset { padding: .5em; }
/*Global reset*/

body
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-size: 76%;
	color: #333333;
	background: #E8E8E8 url(../images/body_bg.jpg) repeat-x; /*changeable*/
	text-align: center;
}
#main_wrapper
{
	width: 950px;
	margin: 0px auto;
	margin-bottom: 10px;
	background: #FFFFFF url(../images/wrapper_bottom_bg.jpg) left bottom no-repeat;
	text-align: left;
	overflow: hidden;
}

/*Header top CSS*/
#header_top
{
	height: 66px;
	background: url(../images/header_top_bg.jpg) repeat-x;
	overflow: hidden;
}
#header_top table
{
	height: 100%;
	width: 100%;
}
#logo
{
	margin-left: 20px;
}
span#mainpage_link
{
	margin-right: 20px;
}
a#mainpage_link
{
	text-decoration: none;
	color: #333333;
}
a#mainpage_link img
{
	border: none;
}

/*Main Header CSS*/
#header
{
	height: 173px;
	background: url(../images/header_bg.jpg) repeat-x; /*changeable*/
	overflow: hidden;
}
#header_inner
{
	height: 156px;
	margin: 0px 10px;
	margin-top: 10px;
	overflow: hidden;
}
#header #left
{
	/*width: 680px;*/
	width: 690px;
	float: left;
	height: 100%;
	overflow: hidden;
}
#header #right
{
	float: right;
	/*width: 250px;*/
	width: 234px;
	height: 100%;
	overflow: hidden;
}
#helpbox
{
	background: url(../images/helpbox_bg.jpg) repeat-x;
	border: 1px solid #A8A8A8;
	height: 154px;
	overflow: hidden;
}
#helpbox_inner
{
	background: url(../images/helpbox_bg2.png) top left no-repeat;
	height: 100%;
	background-position: 5px 5px;
	overflow: hidden;
}

#helpbox #helpbox_inner div
{
	/*margin: 10px;*/
	margin: 5px;
}

#helpbox #helpbox_inner div ul
{
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
	list-style: square;
	color: #666666;
}

/*Pathway CSS*/
#pathway
{
	height: 27px;
	background: url(../images/pathway_bg.jpg) repeat-x;
	/*line-height: 27px;
	text-indent: 195px;*/
	color: #F1F1F1;
	font-size: 11px;
	overflow: hidden;
}

#pathway div
{
	margin-top: 6px;
	margin-left: 195px;
}
#pathway div img
{
	margin: 0px 2px;
}

#pathway a
{
	color: #F1F1F1;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}


/*Body wrapper and the columns CSS*/
#main_body_wrapper
{
	width: 930px;
	margin-left: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}
#left_column
{
	width: 182px;
	float: left;
	overflow: hidden;
}
#content
{
	width: 748px;
	float: left;
	overflow: hidden;
}
#content_table td
{
	vertical-align: top;
}
#center_column
{
	width: 514px;
	/*float: left;*/
	overflow: hidden;
}
#center_column2
{
	width: 740px;
	float: right;
	overflow: hidden;
}
#right_column
{
	width: 234px;
	/*float: right;*/
	overflow: hidden;
}
#right_column_td
{
	/*background-color: #EEEEEE;*/
	background-color: #F4F4F4;
	/*border-left: 1px dashed #999999;
	border-right: 1px dashed #999999;
	border-bottom: 1px dashed #999999;*/
}
#righ_column_inner
{
	margin: 5px;
	height: 100%;
}
#footer_wrapper
{
	clear: both;
	overflow: hidden;
	color: #666666;
	font-size: 11px;
}
#footer_middle
{
	height: 100%;
	background: url(../images/footer_middle_bg.jpg) repeat-y;
	overflow: hidden;
}
#footer_top
{
	height: 100%;
	background: url(../images/footer_top_bg.jpg) top left no-repeat;
	overflow: hidden;
}
#footer_bottom
{
	height: 100%;
	margin: 0px;
	background: url(../images/footer_bottom_bg.jpg) bottom left no-repeat;
	overflow: hidden;
}
#footer_inner
{
	margin: 5px;
}
/*Main menu wrapper CSS*/
#menu_wrapper
{
	background: #464646 url(../images/menu_wrapper_bottom_bg.jpg) bottom left no-repeat;
	overflow: hidden;
}
#menu_wrapper div
{
	background: url(../images/menu_wrapper_bg2.jpg) top left no-repeat;
	overflow: hidden;
	height: 100%;
}


/*Main menu CSS*/
ul#main_menu
{
	list-style-image: url(../images/mainmenu_bullet.gif); /*changeable*/
	width: 100%;
}
ul#main_menu li
{
	margin: 3px 18px;
}
a.main_menu_item
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

/*Submenu CSS*/
ul#submenu
{
	margin: 0px;
	/*list-style: none;*/
	list-style-image: url(../images/submenu_bullet.gif);
}
ul#submenu li
{
	margin: 1px 0px 1px 8px;
}
a.submenu_item
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a#active_submenu_item
{
	color: #EDF1B4;
}


/*Main content CSS*/
#content_wrapper
{
	margin: 5px;
	margin-top: 0px;
	overflow: hidden;
	text-align: left;
}
#content_title
{
	background: url(../images/title_middle_bg.jpg) repeat-x;
	height: 33px;
	margin-bottom: 10px;
	overflow: hidden;
}
#content_title div
{
	background: url(../images/title_left_bg.jpg) top left no-repeat;
	height: 100%;
	overflow: hidden;
}
#content_title div div
{
	background: url(../images/title_right_bg.jpg) top right no-repeat;
	height: 100%;
	overflow: hidden;
}
#content_title div h2
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-indent: 15px;
	line-height: 32px !important;
	line-height: 31px;
	font-weight: normal;
	/*font-weight: bold;*/
	height: 100%;
	color: #8B951C;
	/*color: #666666;*/
}
#content_wrapper p
{
	margin: 0px 0px 6px 0px;
}
#content_wrapper img
{
	margin: 3px 6px;
}
.separator_dashed
{
	margin: 7px 0px !important;
	margin: 0px 0px;
	border: 1px dashed #999999;
}
#helpbox_title
{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
#helpbox_link
{
	font-weight: bold;
	font-size: 13px;
}

.clr
{
	clear: both;
	height: 10px;
}

/*common color*/
#helpbox_link, #helpbox_title, a
{
	color: #8B951C;  /*changeable*/
}


/*inputs*/
.inputbox
{
	border: 1px solid #999999;
	color: #333333;
	padding: 1px;
}
.button
{
	padding: 5px 4px;
	border: 1px solid #8B951C; /*changeable*/
	color: #FFFFFF;
	background: url(../images/button_bg.jpg) repeat-x; /*changeable*/
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
}

.content-box
{
	border: 1px solid #A8B322; /*changeable*/
	background-color: #FBFCEF; /*changeable*/
	overflow: hidden
}
.content-box-title
{
	background: url(../images/content_bullet.jpg) top left no-repeat; /*changeable*/
	background-position: 2px 3px;
	background-color: #A8B322; /*changeable*/
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 19px;
	text-indent: 25px;
}
.content-box-detail
{
	margin: 3px;
	overflow: hidden
}
span.box-separator
{
	margin: 2px 0px;
}
.float_breaker
{
	clear: both;
	text-align: right;
	height: 30px;
	line-height: 29px;
}
.read_more, .navigator
{
	padding: 5px 4px;
	border: 1px solid #8B951C; /*changeable*/
	color: #FFFFFF;
	text-align: center;
	background: url(../images/button_bg.jpg) repeat-x; /*changeable*/
	text-decoration: none;
}
.navigator_wrapper
{
	text-align: center;
	height: 30px;
	line-height: 29px;
	margin-top: 10px;
}
.navigator
{
	font-weight: bold;
	font-size: 11px;
}
.blog_title
{
	color: #1288ec;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px;
	border-bottom: 1px dashed #999999;
	margin: 5px 0px;
	margin-top: 20px;
	overflow: hidden;
}
#blog_table
{
	margin-top: 10px;
}

a
{
	font-weight: bold;
}

.event_name
{
	height: 20px;
	background: url(../images/event_bullet.jpg) no-repeat; /*changeable*/
	background-position: 0px 3px;
	/*text-indent: 20px;*/
	margin-bottom: 5px;
}
.event_name div
{
	margin-left: 20px;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
}
.event_image_wrapper
{
	border: 1px solid #AAAAAA;
	background-color: #CCCCCC;
	overflow: hidden;
	margin: 0px 3px;
}
.event_image_wrapper_inner
{
	margin: 7px 5px;
	margin-bottom: 0px;
	overflow: hidden;
}
.event_image_frame
{
	margin-left: 3px !important;
	margin-left: 2px;
	margin-bottom: 6px !important;
	margin-bottom: 6px;
	width: 95px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	float: left;
	overflow: hidden;
}
.event_image_frame img
{
	height: 100px;
	margin: 0px auto;
}
.event_description
{
	font-size: 12px;
	margin: 0px 3px;
	margin-bottom: 20px;
	/*background-color: #777777;*/
	/*color: #FFFFFF;*/
	font-size: 11px;
	/*border: 1px solid #666666;*/
	overflow: hidden;
	margin-top: 2px;
}
.event_description .event_description_inner
{
	margin: 2px;
}
