a
{
	color: #607744;
}

a img
{
	border: none;
}

a.button
{
	background-image: url("../images/btn_1_box_left.gif");
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFF;
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	width: auto;
}

a.button span
{
	background-image: url("../images/btn_1_box_right.gif");
	background-position: right top;
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	margin-left: 15px;
	padding: 0 15px 0 0;
	white-space: nowrap;
	width: auto;
}

a.button:hover
{
	background-position: left bottom;
}

a.button:hover span
{
	background-position: right bottom;
}

a.button2
{
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

a.button2 img
{
	border: none;
	margin: 0 4px 0 0;
	vertical-align: middle;
}

a.tooltip
{
	position: relative;
}

a.tooltip img
{
	position: relative;
	z-index: 10;
}

a.tooltip span
{
	background-color: #FFF;
	border: 1px solid #000;
	color: #333;
	display: block;
	left: -3px;
	padding: 2px 2px 2px 20px;
	position: absolute;
	top: -9px;
	visibility: hidden;
}

a.tooltip:hover span
{
	visibility: visible;
}

address
{
	font-style: normal;
	margin: 0 0 1em 0;
	padding: 0;
}

body
{
	background-color: #FFF;
	background-image: url("../images/bg.jpg");
	background-position: center top;
	background-repeat: repeat-x;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: center;
}

div.box1,
div.box2
{
	background-position: right center;
	background-repeat: repeat-y;
	color: #FFF;
	margin: 5px 0 0 0;
	overflow: hidden;
	width: 100%;
}

div.box2
{
	margin: 0;
}

div.box1a,
div.box2a
{
	background-position: right top;
	background-repeat: no-repeat;
	overflow: hidden;
}

div.box1b,
div.box2b
{
	background-position: right bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 17px 16px 19px 30px;
}

div.box1	{ background-color: #607744; background-image: url("../images/box_1_mid.gif"); }
div.box1a	{ background-image: url("../images/box_1_top.gif"); }
div.box1b	{ background-image: url("../images/box_1_btm.gif"); }

div.box2	{ background-color: #456C8E; background-image: url("../images/box_2_mid.gif"); }
div.box2a	{ background-image: url("../images/box_2_top.gif"); }
div.box2b	{ background-image: url("../images/box_2_btm.gif"); }

div.box2 a.button
{
	background-image: url("../images/btn_2_box_left.gif");
}

div.box2 a.button span
{
	background-image: url("../images/btn_2_box_right.gif");
}

div.nodecreate br
{
	clear: both;
}

div.nodecreate ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div.nodecreate ul li
{
	float: left;
	height: 9em;
	padding-right: 3em;
	width: 9em;
}

div.nodecreate ul li a,
div.nodecreate ul li a:visited,
div.nodecreate ul li a:active,
div.nodecreate ul li a:hover
{
	display: block;
	font-weight: bold;
	position: relative;
	text-align: center;
	text-decoration: none;
}

div.nodecreate ul li a:hover
{
	z-index: 2;
}

div.nodecreate ul li span
{
	position: relative;
	z-index: 1;
}

div.nodecreate ul li span.desc
{
	background-color: #FFF;
	background-image: url("../images/info.gif");
	background-position: 9px 9px;
	background-repeat: no-repeat;
	border: 1px solid #333;
	display: block;
	font-weight: normal;
	left: -30px;
	padding: 40px 12px 12px 30px;
	position: absolute;
	text-align: left;
	top: -10px;
	visibility: hidden;
	width: 200px;
	z-index: -1;
}

div.nodecreate ul li.hover span.desc,
div.nodecreate ul li:hover span.desc
{
	visibility: visible;
}

div.tip
{
	background: url("../images/box_tip_mid.gif") right center repeat-y;
	background-color: #446A8C;
	color: #FFF;
	overflow: hidden;
	position: relative;
	width: 100%;
}

div.tip a
{
	bottom: 16px;
	left: 30px;
	position: absolute;
}

div.tip h1, #Sidebar div.tip h1
{
	font-weight: normal;
	margin: 0 0 16px 34px;
	position: relative;
}

div.tip p
{
	margin: 0;
}

div.tipA
{
	background: url("../images/box_tip_top.gif") right top no-repeat;
}

div.tipB
{
	background: url("../images/box_tip_btm.gif") right bottom no-repeat;
	padding: 25px 30px 96px 30px;
}

fieldset
{
	border: none;
	margin: 0;
	padding: 0 0 1em 0;
}

fieldset label
{
	display: block;
	line-height: 16px;
	margin: 0 0 0.25em 0;
}

fieldset p
{
	overflow: hidden;
	width: 100%;
}

fieldset span.check input
{
	clear: left;
	float: left;
	width: 2em;
}

fieldset span.check label
{
	display: block;
	float: left;
	line-height: normal;
	margin: 3px 0;
	width: auto;
}

fieldset span.description
{
	display: block;
	padding: 0 0 0.25em 0;
}

fieldset td label
{
	padding-right: 1em;
}

fieldset.columns
{
	overflow: hidden;
	width: 100%;
}

fieldset.columns p
{
	float: left;
	height: 4em;
	width: 50%;
}

form
{
	margin: 0;
	padding: 0;
}

h1
{
	border-bottom: 1px solid #E8E7E7;
	color: #607744;
	font-size: 16px;
	margin: 0 0 22px 0;
	padding: 0 0 19px 0;
}

h2
{
	color: #607744;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0;
}

h2 a
{
	color: #607744;
	text-decoration: none;
}

h3
{
	font-size: 12px;
	margin: 0 0 1em 0;
	padding: 0;
}

h4
{
	margin: 0 0 1em 0;
	padding: 0;
}

h5
{
	margin: 0 0 1em 0;
	padding: 0;
}

h6
{
	margin: 0 0 1em 0;
	padding: 0;
}

hr
{
	background-color: #E8E7E7;
	border: none;
	color: #E8E7E7;
	height: 1px;
	margin: 0 0 1em 0;
}

input, select, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
}

input.textbox, textarea
{
	background-color: #FFF;
	border: 1px solid #C3C3C3;
	color: #000;
	margin: 2px 0;
	padding: 2px 4px;
}

p
{
	margin: 0 0 1em 0;
	padding: 0;
}

p.buttonlist
{
	margin: 1em 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

span.error
{
	color: #900;
}

span.error img
{
	vertical-align: middle;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

th
{
	border-bottom: 1px solid #607744;
	color: #607744;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

th a
{
	color: #607744;
}

tr.altrow,
tr.altrow td
{
	background-color: #EFEFEF;
}

ul.columns
{
	list-style: none;
	margin: 0 0 1em 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

ul.columns li
{
	float: left;
	width: 50%;
}

ul.tabstrip
{
	border-bottom: 1px solid #607744;
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0 0 23px 0;
	position: relative;
}

ul.tabstrip li
{
	background-color: #E8E7E7;
	border: 1px solid #607744;
	color: #607744;
	float: left;
	font-weight: bold;
	height: 22px;
	margin: 0 -1px 0 0;
	padding: 0 8px;
}

ul.tabstrip li a
{
	color: #607744;
	display: block;
	padding-top: 3px;
	text-decoration: none;
}

ul.tabstrip li img
{
	vertical-align: middle;
}

ul.tabstrip li.selected
{
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
	color: #607744;
}

ul.tabstrip li.selected a
{
	color: #607744;
}

#Banner
{
	background-image: url("../images/banner_bg.gif");
	background-position: center top;
	background-repeat: repeat-x;
	clear: left;
	float: left;
	margin-left: 13px;
	min-height: 2px;
	padding: 0;
	width: 436px;
}

#Container
{
	background-image: url("../images/bg_content.gif");
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto;
	min-height: 600px;
	position: relative;
	text-align: left;
	width: 769px;
}

#Container.admin #Banner
{
	width: 716px;
}

#Container.admin #Content
{
	width: 716px;
}

#Container.admin #Sidebar
{
	display: none;
}

#Content
{
	clear: left;
	float: left;
	min-height: 380px;
	padding: 22px 12px 22px 25px;
	width: 412px;
}

#Footer
{
	background-image: url("../images/footer.gif");
	background-position: center top;
	background-repeat: no-repeat;
	clear: both;
	overflow: hidden;
	width: 100%;
}

#Footer a
{
	text-decoration: none;
}

#Footer a:hover
{
	text-decoration: underline;
}

#Footer address
{
	float: left;
	font-style: normal;
	padding: 25px 70px 35px 25px;
	width: 140px;
}

#Footer p
{
	padding-right: 25px;
}

#Footer ul
{
	list-style: none;
	margin: 0;
	padding: 25px 25px 18px 0;
}

#Footer ul li
{
	display: inline;
	padding-right: 16px;
}

#FooterGoto
{
	background: url("../images/goto_footer.gif") 95% 100% no-repeat;
	height: 85px;
}

#Header
{
	background-image: url("../images/nav_bg.gif");
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1000;
}

#Header h1
{
	background-image: url("../images/logo_inside.gif");
	background-position: 15px 32px;
	background-repeat: no-repeat;
	border: none;
	height: 114px;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#Header h1 a
{
	display: block;
	height: 95px;
	text-decoration: none;
	text-indent: -1000em;
	width: 100%;
}

#Header p.tagline
{
	margin: 0;
	padding: 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 60px;
	width: 220px;
}

#Header ul
{
	height: 32px;
	line-height: 32px;
	list-style: none;
	margin: 0;
	padding: 0 13px;
	position: relative;
	z-index: 5000;
}

#Header ul li
{
	float: left;
	position: relative;
	width: auto;
}

#Header ul li a
{
	background-color: transparent;
	color: #515151;
	display: block;
	font-weight: bold;
	padding: 0 11px;
	text-decoration: none;
}

#Header ul li a:hover,
#Header ul li.hover a,
#Header ul li:hover a
{
	color: #607744;
}

#Header ul ul
{
	background-image: url("../images/menu_bg.png");
	border-bottom: 4px solid #527EA4;
	height: auto;
	left: -1px;
	line-height: normal;
	margin: 0 1px;
	padding: 0 0 1px 0;
	position: absolute;
	top: 32px;
	visibility: hidden;
	width: 150px;
}

#Header ul li:hover ul,
#Header ul li.hover ul
{
	visibility: visible;
}

#Header ul li li
{
	width: 100%;
}

#Header ul li li a
{
	color: #FFF !important;
	font-weight: normal;
	padding: 5px 11px;
}

#Header ul li li a:hover
{
	background-color: #607744;
	color: #FFF !important;
}

#Header ul.tools
{
	left: 0px;
	line-height: normal;
	position: absolute;
	top: 1px;
}

#Header ul.tools a
{
	color: #CCC;
}

#Header ul.tools a:hover
{
	color: #FFF;
}

#Search
{
	background-image: url("../images/search_box.png");
	background-position: left top;
	background-repeat: no-repeat;
	height: 36px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: -7px;
	top: 3px;
	width: 289px;
	z-index: 2000;
}

#Search fieldset
{
	border: none;
	margin: 0;
	padding: 10px 0 0 40px;
}

#Search form
{
	margin: 0;
	padding: 0;
}

#Search input.button
{
	border: none;
	background-color: #FFF;
	color: #515151;
	cursor: pointer;
}

#Search input.textbox
{
	background-color: #FFF;
	border: 1px solid #C3C3C3;
	color: #000;
	width: 165px;
}

#Sidebar
{
	color: #FFFFFF;
	float: right;
	padding-right: 13px;
	width: 304px;
}

#Sidebar a
{
	background-color: transparent;
	color: #FFF;
}

#Sidebar fieldset
{
	padding: 0;
}

#Sidebar h1
{
	border: none;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#Sidebar h2
{
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#Sidebar p
{
	color: #FFFFFF;
}

#Sidebar div.box2 p
{
	color: #C9D4DC;
}

#Sidebar div.tip p
{
	color: #FFF;
}

.error
{
	color: #900;
}
