HTML {
	overflow: -moz-scrollbars-vertical;
}

BODY {
    margin: 0px;
    color: #231f20;
    background: #fff url('/images/layout/tile-background.gif');
}

* {
    font-family: arial, helvetica;
}

A {
	color: #0067b1;
}

TABLE {
	font-size:14px;
}

P {
	font-size:13px;
	line-height: 18px;
	margin:0px 0px 20px 0px;
}

H1 {
	background: url('/images/layout/2010/h1-header.png') no-repeat top left;
	font-size: 18px;
    font-weight: bold;
	color: #8cc63f;
	text-align: center;
    margin:0px;
    margin-top: 35px;
    margin-bottom: 15px;
    padding: 5px 10px 5px 10px;
    width: 492px;
}

H12 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #77b800;
}

H2 {
	background: url('/images/layout/2010/h2-header.png') no-repeat top left;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #77b800;
	padding-top: 8px;
	width: 476px;
	height: 27px;
	text-align: center;
}

H2 A {
	font-size: 16px;
	font-weight: bold;
	color: #8cc63f;
}


#sidebar H2 {
	background: url('/images/h2sidebar.gif') no-repeat top right;
	width: 286px;
	margin-left: -5px;
	padding-left: 30px;
}

#sidebar H2.large {
	font-size: 22px;
	color: #8cc63f;
    font-weight: bold;
	background: url('/images/h1sidebar.gif') no-repeat top right;
    height: 58px;
	width: 286px;
	margin-left: -5px;
	padding-left: 30px;
    padding-top: 30px;
}

H3 {
	font-size:14px;
	color: #000;
	font-weight: bold;
	margin:20px 0px 10px 0px;
	/*border-bottom: 1px solid #77b800;*/
}

H3 A {
	text-decoration: none;
}

H3 A:hover {
	text-decoration: underline;
}

H4 {
	font-size:14px;
	color: #666;
	font-weight: normal;
	margin:20px 0px 2px 0px;
}

UL {
	margin: 5px 8px;
	padding: 0px 5px 5px 10px;
	font-size: 13px;
}

OL {
	margin: 5px 8px;
	padding: 0px 5px 5px 10px;
	font-size: 13px;
}

UL LI {
	padding-bottom: 5px;
}

LABEL {
	font-size: 12px;
    color: #000;
}

LABEL EM {
	font-size: 0.9em;
}

LI SPAN {
    color: #3f3f3e;
}

#page {
    margin: 0px;
    width: 1016px;
    text-align: left;
    background: white;
    padding-bottom:50px;
}

#header {
	position: relative;
	height: 90px;
    background: #fff;
	background: url('/images/layout/header-bar.gif') no-repeat top center;
}

#logo {
    position: absolute;
    top: 16px;
    left: 43px;
}

#hdrphone {
    position: absolute;
    top: 12px;/*38px;*/
    right: 58px;
}

#content {
    position: relative;
    /*padding: 0px 30px 0px 30px;*/
    padding: 0px;
}

#banner {
	position: relative;
	width: 890px;
	margin: 0px 30px 20px 30px;
	padding: 25px 30px 0px 30px;
	
	font-size: 14px;
	color: #464343;
}

#banner A {
	font-weight: 500;
	color: #77b800;
	text-decoration: none;
}

#menu {
    position: absolute;
    top: 48px; /*16px;*/
    right: 60px;
    width: 625px;
    text-align: right;
    border: 0px solid #00f;
}

.menuspacer {
    display: inline;
    background: url('/images/layout/menu-spacer.gif') no-repeat left top;
    margin: 0px 0px 0px 0px;
    padding: 0px 4px 0px 0px;
    width: 9px;
    height: 23px;
    border: 0px solid #f00;
}
.menuspacergray {
    background: url('/images/layout/menu-spacer-gray.gif') no-repeat left top;
}

.menuitem {
	height: 15px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    border: 0px solid #f00;
    line-height: 23px;
    margin: 0px 0px 0px 0px;
    padding: 0px 3px 3px 4px;
}

.menuitemblack {
	color: #000;
}

.menuitem:hover {
    text-decoration: underline
}

#portal {
	padding: 0px 30px;
}

#left {
	position: relative;
	float: left;
	width: 221px;
	margin: 0px;
	padding: 0px;
}
	#left .head {
		position:relative;
		background:url('/images/layout/2010/left-nav-header-no-search.gif') no-repeat top left;
		height:61px;
		width:221px;
		padding:0px;
		margin:0px;
	}
	#left .back {
		position:relative;
		background:url('/images/layout/2010/left-nav-back.gif') repeat-y top left;
		width:221px;
		padding:0px;
		margin:0px;
	}
	#left .foot {
		position:relative;
		background:url('/images/layout/2010/left-nav-footer.gif') no-repeat top left;
		height:21px;
		width:221px;
		padding:0px;
		margin:0px;
	}
	#left .spacer {
		position:relative;
		height:10px;
		width:1px;
	}
	#left .head-gray {
		background:url('/images/layout/2010/left-nav-header-gray.gif') no-repeat top left;
		height:21px;
	}
	#left .back-gray {
		background:url('/images/layout/2010/left-nav-back-gray.gif') repeat-y top left;
	}
	#left .foot-gray {
		background:url('/images/layout/2010/left-nav-footer-gray.gif') no-repeat top left;
	}

#right {
	position: relative;
	float: right;
	width: 221px;
	margin: 0px;
	padding: 0px;
}
	#right .head {
		position:relative;
		background:url('/images/layout/2010/right-nav-header.gif') no-repeat top right;
		height:61px;
		width:221px;
		padding:0px;
		margin:0px;
	}
	#right .back {
		position:relative;
		background:url('/images/layout/2010/right-nav-back.gif') repeat-y top right;
		width:221px;
		padding:0px;
		margin:0px;
	}
	#right .foot {
		position:relative;
		background:url('/images/layout/2010/right-nav-footer.gif') no-repeat top right;
		height:21px;
		width:221px;
		padding:0px;
		margin:0px;
	}
	
	#right LABEL {
		display: block;
		margin-top: 8px;
		margin-bottom: 1px;
	}
	#right INPUT[type=text], #right SELECT {
		width:100%;
		height:20px;
		background:#fff;
		border:1px solid #000;
	}

	#right .spacer {
		position:relative;
		height:10px;
		width:1px;
	}
	#right .head-gray {
		background:url('/images/layout/2010/right-nav-header-gray.gif') no-repeat top right;
		height:21px;
	}
	#right .head-gray-top {
		background:url('/images/layout/2010/right-nav-header-gray-top.gif') no-repeat top right;
		height:61px;
	}
	#right .back-gray {
		background:url('/images/layout/2010/right-nav-back-gray.gif') repeat-y top right;
	}
	#right .foot-gray {
		background:url('/images/layout/2010/right-nav-footer-gray.gif') no-repeat top right;
	}
	
	#right UL, #right OL {
		padding: 5px 0px;
		margin: 0px 0px 0px 15px;
	}

#center {
	/*float: left;*/
	margin: 0px 0px 0px 251px;
	padding: 0px;
	width: 512px;
	border: 0px solid #f00;
	padding: 0px 0px 10px 0px;
	background: #77b800 url('/images/layout/2010/center-bottom-left.gif') no-repeat bottom left;
}

	#center.centerwhite {
		background: transparent;
	}
	
	#center > * {
		margin-left: 30px;
		margin-right: 30px;
	}
	
	#center H1 {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	#center H2 {
		margin-left: 18px;
		margin-right: 18px;
	}
	
	#center P {
		font-size: 14px;
		line-height: 18px;
		color: #101010;
		text-align: justify;
	}
	#center A {
	}

#leftmenu {
	border-top: 0px;
}
	
	#leftmenu A {
		display: block;
		text-decoration: none;
		font-size: 12px;
		color: #000;
		padding: 4px 0px 4px 29px;
		margin-left: 20px;
		margin-right: 15px;
		border-bottom: 1px solid #d1d4d3;
		/*text-transform: uppercase;*/
	}
	
	#leftmenu A.open {
	/*	border-bottom: 0px; */
	}
	
	#leftmenu A.lvl2 {
		color: #679f01;
		padding: 4px 0px 4px 39px;
	/*	border-bottom: 0px; */
		text-transform: none;
	}
	
	#leftmenu A:hover {
		color: #000;
		text-decoration: underline;
		/*background: transparent url('/images/layout/menu-indicator-hover.gif') no-repeat 17px 7px;*/
	}
	
	#leftmenu A.active {
		background: #d7eab6 url('/images/layout/2010/menu-indicator.png') no-repeat 5px 4px;
	}

#footer {
	position: relative;
	width: 1016px;
	height:200px;
	margin:0px;
	padding:0px;
}

#grass {
	position: absolute;
	bottom:0px;
	left:0px;
	background: url('/images/layout/footer-bar.gif') no-repeat top left;
	height:100px;
	width: 1016px;
	margin:0px;
	padding:0px;
}

#copyright {
	width: 1016px;
	text-align:left;
	padding-top:20px;
	padding-left:30px;
    font-size: 10px;
    color: #fff;
}

#copyright A {
	color: #fff;
}

#footermenu {
	float: right;
	text-align:right;
	margin-right: 30px;
	margin-top:30px;
	margin-bottom:30px;
    font-size: 10px;
    color: #d6462c;
}

#pot {
	display: none;
}
/* widget boxes */

	.box-tl, .box-tr, .box-bl, .box-br {
		height: 30px;
		width: 30px;
	}
	.box-tl {
		background: url('/images/launchpad/box-tl.gif') no-repeat top left;
	}
	.box-tc {
		background: url('/images/launchpad/box-tc.gif') repeat-x top left;
	}
	.box-tr {
		background: url('/images/launchpad/box-tr.gif') no-repeat top right;
	}
	.box-cl {
		background: url('/images/launchpad/box-cl.gif') repeat-y top left;
	}
	.box-cc {
		background: #a3cf61;
	}
	.box-cr {
		background: url('/images/launchpad/box-cr.gif') repeat-y top right;
	}
	.box-bl {
		background: url('/images/launchpad/box-bl.gif') no-repeat bottom left;
	}
	.box-bc {
		background: url('/images/launchpad/box-bc.gif') repeat-x bottom left;
	}
	.box-br {
		background: url('/images/launchpad/box-br.gif') no-repeat bottom right;
	}

.edit-link {
	font-family: arial;
	font-size:10px;
	font-weight: normal;
	color: #000;
	text-decoration:none;
	padding: 3px 5px;
	background: url('/images/edit-link.gif') no-repeat top left;
	border: 1px solid #000;
	height: 22px;
	margin: 2px;
}
.yellow {
	background: url('/images/edit-link-yellow.gif') no-repeat top left;
}
.red {
	background: url('/images/edit-link-red.gif') no-repeat top left;
}
.green {
	background: url('/images/edit-link-green.gif') no-repeat top left;
}
.edit-link:hover {
	background-position: 0 -7px;
}

#accordion {
	width: 100%;
	/*height: 600px;*/
	font-size: 14px;
}

#accordion FIELDSET {
	padding:10px;
	margin-top: 10px;	border: 2px solid #000;}#accordion LEGEND {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 20px;
	border: 2px solid #000;
	background: #8dc73f url(/scripts/jquery/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
}
#accordion LABEL {	font-size:12px;
}
#accordion P {	font-size: 12px;	margin-bottom: 2px;
}
#accordion UL {
	font-size: 11px;
}
.ui-accordion .ui-accordion-header {
	margin-top: 10px;
}

#selections {	border: 0px solid #f00;
	width: 100%;
}#selections H1 {
	padding: 0px;	margin: 0 10px 5px 10px;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #4f4f4f;
	background-image: none;}#selections DIV {
	min-height:20px;
	margin-bottom: 5px;}#selections DIV DIV {	margin: 0px 0px 5px 0px;
	border: 0px solid #f00;}

.portallist {
	font-size:12px;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
.slider-bg {
	margin:5px;
}

.hoverunderline {
	text-decoration: none;
	border-bottom: 0px;
}
.hoverunderline:hover {
	/*text-decoration: underline;*/
	border-bottom: 1px solid #000;
}