/* CSS Document */

table, tr, td, ul, li
{
	padding: 0;
	margin: 0;
}

td.listitem
{
	width: 10px;
	background: url(img_assets/list_image.gif) top left no-repeat;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

td.listcontent
{
	padding: 0;
	margin: 0;
	vertical-align: top;
}

ul
{
	/*list-style-type: none;*/
	margin: 0 0 0 20px;
}

li
{
}

ul.list li.list
{
	/* 	background: url(        "img_assets/list_image.gif" ) 0px 0px no-repeat; 	margin: 5x 0; 	padding: 5px 0 0 5px; 	vertical-align: top;*/
}

body
{
}

hr
{
	color: inherit;
	padding: 0;
	height: 1px;
	border-top: solid 1px #009966;
}

p
{
	text-align: justify;
}

p.dotline, .dotline
{
	background: url(img_assets/dot-line.gif) 0 0 repeat-x #fff;
	padding: 0;
	margin: 0 40px 0 25px;
	color: #000;
}

p span
{
	font-weight: bold;
}

div.horline, .horline
{
	display: block;
	height: 1px;
	background: url(img_assets/hr-bg.gif) 0 0 repeat-x #277a2e;
	padding: 0;
	margin: 5px 0 5px 0;
}

div.horline4, .horline4
{
	display: block;
	height: 1px;
	background: url(img_assets/hr_bg_4.gif) 0 0 repeat-x;
	padding: 0;
	margin: 5px 0 5px 0;
}

a, a:visited
{
	color: #006699;
	text-decoration: none;
}

a:hover
{
	font-weight: normal;
	color: #009966;
	text-decoration: underline;
}

font.sep
{
	color: #f4fff3;
	margin: 0 2px;
}
/** MISC CSS **/

#spacer
{
	line-height: 5px;
}

.push
{
	height: 1em;
}

.clr
{
	clear: both;
	font-size: 0;
}

/* ------------------------ BANNER START HERE ------------------------*/
#banner_container
{
	width: 900px;
	height: 193px;
	margin: 0px;
	padding: 0px;
	background: #277a2e url(                          "img_assets/banner_bg.jpg" );
	/*background-color: #277a2e;*/
}

#inside_container
{
	width: 900px;
	height: auto;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#con1
{
	width: 680px;
	height: auto;
	float: left;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
}

.logo_holder
{
	width: 680px;
	height: 100px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 0px 120px;
	background: url(                          "img_assets/logo_holder_bg.png" ) top left no-repeat;
	text-align: center;
}

.btlogo
{
	float: left;
	padding: 10px 0px 0px 70px;
}

/* ------------------------ BANNER END HERE ------------------------*/

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

#page_bg
{
	background-color: #277a2e; /* 	font-family:Verdana, Arial, Helvetica, sans-serif; 	*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	padding: 0px;
	margin: 2px 0 5px 0;
}

#wrapper
{
	width: 900px;
	margin: 0 auto;
}

#top_content
{
	position: relative;
	width: 900px;
	height: 30px;
	vertical-align: bottom;
}

#top_menu
{
	position: relative;
	float: right;
	clear: none;
	left: 0;
	top: 15px;
	height: 30px;
	vertical-align: bottom;
}

#top_menu a
{
	color: #fbfbfb;
	font-weight: 700;
	text-decoration: none;
}

#top_menu a:hover
{
	text-decoration: underline;
}

#top_menu a.sitecontrolpanellink
{
	color: #fb0000;
	text-decoration: none;
}


/* ------------------------ MAIN MENU START HERE ------------------------*/

#main_menu_container
{
	position: relative;
	top: 161px;
	width: 894px;
	height: 32px;
	margin: 0px;
	padding: 0 0 0 10px;
}

/* ------------------------ MAIN MENU END HERE ------------------------*/

#main_menu
{
	position: relative;
	padding: 0 0 0 10px;
	height: 32px;
	text-align: left;
	overflow: hidden;
}

#main_menu ul.topmenu
{
	height: 32px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#main_menu ul.topmenu li
{
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
}


#main_menu ul.topmenu li a
{
	float: left;
	color: #83b43b;
	text-decoration: none;
	font-weight: 700;
	height: 32px;
	line-height: 32px;
	padding: 0 14px;
	cursor: pointer;
	background: transparent url(img_assets/t_menu.png) repeat-x top left;
}

#main_menu ul.topmenu li a:hover, #main_menu ul.topmenu li .staticselectedstyle
{
	color: #fff;
	background :  transparent url(img_assets/t_menu_hover.png) repeat-x top left; 
}

#main_menu ul.topmenu li a#active_menu-nav
{
	color: #fff;
	background-color: #000;/*transparent url(img_assets/t_menu_hover.png) repeat-x top left;*/
}

#search
{
	float: right;
	clear: none;
	height: 30px;
	width: auto;
	margin: 0 0 5px 0;
}

.search
{
	float: right;
	margin: 0 0 0 0;
	height: 16px;
}

.search .button
{
	float: left;
	margin: 0;
	width: 26px;
	height: 23px;
	padding: 0;
	text-indent: -9999px;
	background: transparent url(img_assets/search_but.gif) top left no-repeat;
}

#header_bg
{
	margin: 10px 0 0 0;
	padding: 10px 10px 0 10px;
	height: 171px;
	background: transparent url(img_assets/headerimg.jpg) no-repeat top center;
}

.top_text
{
	clear: none;
	margin: 0;
	padding: 0;
	width: 307px;
	height: 96px;
	background: transparent url(img_assets/gu_welcome.jpg) no-repeat top left;
}

#topmenu_bg
{
	margin: 0 0 0 0;
	padding: 4px 10px 4px 10px;
	height: 22px;
	background: transparent url(img_assets/top_menu.png) no-repeat top left;
}

#cpathwaw_bg
{
	margin: 2px 0 2px 0;
	padding: 4px 10px 4px 10px;
	height: 22px;
	background: transparent url(img_assets/pathway_bg.png) no-repeat top left;
}

.cpathway
{
	margin: 0 0 0px 0;
	height: 20px;
	line-height: 13px;
	overflow: hidden;
	padding: 7px 0px 4px 0;
	color: #1b1b1b;
	font-weight: 700;
	padding: 0 6px;
	margin: 0;
}

.cpathway a
{
	padding: 0 6px;
	color: #ff3c3c;
	font-weight: 700;
	text-decoration: none;
}

.cpathway a:hover
{
	text-decoration: none;
}
#content_top
{
	background: transparent url(img_assets/content_t.png) no-repeat center top;
}
/*

#content_top_l
{
	background: transparent url(img_assets/content_t_left.png) no-repeat center top;
}
*/
#content_top_r
{
	background: transparent url(img_assets/content_t_right2.png) no-repeat center top;
}

#content_top_full
{
	/*background: transparent url(img_assets/content_t_full.png) no-repeat center top;*/
	background: #f2f3f3;
}

.c_middle
{
	width: 960px;
	background: transparent url(img_assets/content_m.png) repeat-y top center;
}
.c_left
{
	background: #f2f3f3 url(img_assets/content_m_left.png) repeat-y top center;
}
.c_right
{
	background: #f2f3f3 url(img_assets/content_m_right3.png) repeat-y top center;
	background-color: #f2f3f3;
}
.c_full
{
	background: #f2f3f3;
}

#leftcolumn, #rightcolumn
{
	float: left;
	clear: none;
	width: 215px;
	margin: 0 10px 50px 0;

}
#rightcolumn
{
	width: 215px;
	padding: 0 5px 0 15px;
	margin: 0 0 50px 10px;
	/*background-color: #f2f3f3;*/
}

.rightcolumn2
{
	width: 215px;
	padding: 0 5px 0 15px;
	margin: 0 0 50px 10px;
	/*background-color: #f2f3f3;*/
}

div#maincolumn
{
	float: left;
	width: 500px;
	padding: 10px;
	background-color: #f2f3f3;
}

div#maincolumn_full
{
	float: left;
	width: 665px;
	min-height: 500px;
	padding: 10px;
}
/* 900 = middle[width = 642 + 12] + right[ 215 + 30]         */
div#maincolumn_left
{
	float: left;
	width: 720px;
	padding: 10px;
}

div#maincolumn_right
{
	float: left;
	width: 642px;
	padding: 10px 2px 10px 10px;
	min-height: 500px;
	margin-bottom: 60px;
	background-color: #f2f3f3;
}

div#maincolumn_right a
{
	font-size: 13px;
}

.maincolumn_right2
{ 
	width: 642px;
	padding: 10px 2px 10px 10px;
	min-height: 500px;
	margin-bottom: 60px;
	background-color: #f2f3f3;
}

div#breadcrump
{
	float: left;
	width: 500px;
	padding: 10px;
	background: transparent url(img_assets/content_m_left.png) repeat-y top center;
}

div#breadcrump_full
{
	float: left;
	width: 660px; 
	display: block;
	padding: 0px 5px 3px 0px;
	margin: 0 0 10px 0px;
	border-bottom: dashed 1px #aaa;
	/*background: transparent url(img_assets/content_m_left.png) repeat-y top center;*/
}

div#breadcrump_left
{
	float: left;
	width: 720px;
	padding: 10px;
	background: transparent url(img_assets/content_m_left.png) repeat-y top center;
}

#breadcrump_right
{
	float: left;
	width: 635px;
	display: block;
	padding: 0px 5px 3px 0px;
	margin: 0 0 10px 0px;
	border-bottom: dashed 1px #aaa;
}

div.nopad
{
	overflow: hidden;
	padding: 0;
}

div.nopad ul
{
	clear: both;
}

td.middle_pad
{
	width: 20px;
}

#footer
{
	width: 860px;
	margin: 0 auto;
	height: 38px;
	text-align: center;
	font-size: 11px;
	color: #aaaaaa;
	padding: 6px 10px;
}

#footer a
{
	color: #fafafa;
	font-weight: 700;
	font-size: 11px;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}


