@charset "UTF-8";

body {
	background: #FFF url(../images/bg.jpg) repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: center;
}

img { border: 0px; }

a {
	color: #09F;
	font-weight: bold;
	text-decoration: none;
}
a:hover { color:#000; text-decoration: underline; }

#wrap {
	background: transparent url(../images/shadow.png) no-repeat top center;
	width: 910px;
	behavior: url('iepngfix.htc');
	margin: 0 auto;
	text-align: left;
}

.content {
	color: #333;
	font-size: 11px;
}
.content p { margin: 10px; }

li {
	font-size: 11px;
	color: #333;
}

#header {
	background: url(../images/header.jpg) no-repeat top center;
	display: block;
	height: 271px;
	margin: 0 auto;
	position: relative;
	width: 900px;
}

.logo {
	float: left;
	padding: 5px 10px;
}

.logo img {
	behavior: url('iepngfix.htc');
}

#header h1 {
	bottom: 15px;
	font: bold 30px/25px Arial, Helvetica, sans-serif;
	margin: 0;
	position: absolute;
	right: 0;
	width: 320px;
}

#nav {
	float: right;
	margin: 20px;
}

#nav a {
	border-left: 1px dotted #FFF;
	color: #FFF;
	float: left;
	font-size: 10px;
	line-height: 1.25em;
	padding: 2px 10px;
}

#nav a.first { border: none; }

#nav a:hover { text-decoration: underline; }

#inner-wrap {
	background: #FFF;
	float: left;
	margin: 0 5px;
	padding: 5px;
}

#left-side {
	float: left;
	width: 220px;
}

#left-side .box { float: right; }

#content {
	float: right;
	width: 660px;
}

#content .box { float: left; }

.box {
	background: url('/images/gradient-bg.png') repeat-x center bottom;
	border: 1px solid #CCC;
	margin: 5px 0;
	padding: 1px;
}

#left_nav {
	height: 119px;
}

#left_nav a {
	background: #FFF url('../images/squares.gif') no-repeat 10px center;
	border-top: 1px dotted #CCC;
	color: #999;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0px 2px 30px;
	text-transform: uppercase;
}

#left_nav a.first { border: none; }

#left_nav a:hover {
	background-color: #EEE;
	background-position: 20px center;
	color: #000;
	padding: 2px 0px 2px 40px;
	text-decoration: underline;
}

#footer{
	background: url(../images/footer_bg.jpg) no-repeat top center;
	clear: both;
	color: #666;
	font-size: 11px;
	margin: 0px auto;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	width: 900px;
}

#footer p {
	margin: 0;
	padding: 10px 0;
}

#footer a {
	border-left: 1px solid #CCC;
	color: #666;
	padding: 4px 10px;
}
#footer a.first { border: none; }

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

#footer .copyright a {
	padding: 0;
}

#left-side .box .content {
	clear: both;
	float: left;
	width: 211px;
}

#left_box {
	background: url(../images/custom_bg.jpg) no-repeat center center;
	height: 192px;
}

#btm_box1 {
	background: url(../images/box1_bg.jpg) no-repeat center center;
	height: 136px;
}

#main .top {
	background: url('/images/main-top.png') no-repeat right top;
	float: left;
	width: 651px;
}

#main .bottom {
	background: url('/images/main-bottom.png') no-repeat right bottom;
	float: left;
	width: 651px;
}

#main .content {
	float: left;
	min-height:	475px;
	width: 430px;
}

#main .content p { width: 410px; }

#btm_left .content {
	background: url(../images/box2_bg.jpg) no-repeat center center;
	clear: both;
	float: left;
	height: 136px;
	width: 211px;
}

#btm_right { margin-left: 10px; }

#btm_right .content {
	background: url(../images/map.gif) no-repeat right center;
	float: left;
	height: 136px;
	width: 426px;
}

#btm_right a {
	clear: both;
	color: #666;
	float: left;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 5px;
	padding: 2px 5px;
}

#btm_right a:hover {
	color: #000;
	text-decoration: underline;
}

#btm_right img {
	border: 1px solid #999;
	height: 0px;
	width: 0px;
	position: absolute;
}

.content {
	position: relative;
}

h1, h2, h3 {
	margin: 10px;
	text-transform: uppercase;
}

h1 {
	color: #069;
	font-size: 24px;
}

h2 {
	color: #069;
	font-size: 19px;
}

h3 {
	color: #09C;
	font-size: 13px;
}

a.bottom-link {
	background: url('../images/squares.gif') no-repeat left center;
	bottom: 10px;
	color: #333;
	font-weight: bold;
	left: 10px;
	padding: 2px 0px 2px 20px;
	position: absolute;
}

a.bottom-link:hover {
	color: #000;
	text-decoration: underline;
}

.content form p {
	float: left;
	margin: 5px 10px;
}

label {
	float: left;
	padding: 3px 0;
	width: 195px;
}

label em {
	color: #F00;
	font-style: normal;
	font-weight: bold;
	padding: 0 2px;
}

input, select, textarea { border: 1px solid #999; float: right; }

input {
	width: 195px;
}

input.focus, select.focus, textarea.focus {
	border: 2px solid #333;
	margin: -1px;
}

select {
	width: 197px;
}

textarea {
	margin: 0;
	max-width: 400px;
	width: 400px;
}

button {
	background: none;
	border: none;
	color: #09C;
	cursor: pointer;
	float: left;
	font: bold 11px Arial, Helvetica, Sans-serif;
	padding: 0px;
	text-decoration:none;
	text-transform: uppercase;
	white-space: nowrap;
	behavior: url('psuedofix.htc');
}

button span  {
	background: url("/images/btn.png") no-repeat left 0px;
	float: left;
	padding: 0 0 0 20px;
}

button span span {
	background: url("/images/btn.png") no-repeat right 0px;
	padding: 3px 20px 3px 0;
}

button:hover { color: #069; }
button:hover span { background-position: left -20px; }
button:hover span span { background-position: right -20px; }

button:active { color: #333; }
button:active span { background-position: left -40px; }
button:active span span { background-position: right -40px; }

.content .error {
	color: #F00;
	font-weight: bold;
}

.tree { padding: 0 10px; }

.tree div { padding-left: 20px; }

#main .tree p {
	background: url('/images/bullet.gif') no-repeat left 5px;
	margin: 0;
	padding: 0 0 0 12px;
	width: auto;
}

#main .tree .parent {
	background: url('/images/close.gif') no-repeat left 5px;
	color: #09F;
	cursor: pointer;
	font-weight: bold;
}
#main .tree .open { background: url('/images/open.gif') no-repeat left 5px; }

#sitemap div { margin: 0 0 0 20px; }