/*txt formatting*/

BODY {
	background-color: #fff; background-image: url(''); background-repeat: no-repeat; background-position: top left;
	font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px;
	margin: 20px 0px 0px 0px;
}

H1{
	display: block;
	font-size: 20px; color: #f96611;
	padding: 10px 20px 10px 20px;
	margin: 0px;
}

P {
	display: block;
	padding: 10px 130px 10px 20px;
	margin: 0px;
}

P.index {
	display: block;
	padding: 10px 20px 10px 20px;
	margin: 0px;
}


B.orange {
	color: #f96611;
}

HR {
	height: 1px;
	border-top: 0px; border-right: 0px; border-bottom: 1px solid #f96611; border-left: 0px;
	padding: 0px;
	margin: 10px 130px 10px 20px;
}

/*lists*/

UL {
	display: block;
	list-style-type: square;
	padding: 10px 130px 10px 40px;
	margin: 0px;
}

UL LI {
	padding: 0px;
	margin: 0px;
}


/*UL.news {
	display: block;
	list-style-type: none;
	padding: 0px 20px 10px 15px;
	margin: 0px;
}

UL.news LI{
	background-image: url('images/news_bullet.gif'); background-repeat: no-repeat; background-position: top left;
	padding: 3px 0px 0px 24px; 
	margin: 5px 0px 5px 0px;
}*/

UL.news {
	display: block;
	list-style-type: none;
	padding: 0px 130px 10px 20px;
	margin: 0px;
}

UL.news LI{
	background-image: url(''); background-repeat: no-repeat; background-position: top left;
	padding: 5px 0px 5px 0px; 
	margin: 0px;
}

UL.news-home {
	display: block;
	list-style-type: none;
	padding: 0px 0px 10px 20px;
	margin: 0px;
}

UL.news-home LI{
	background-image: url(''); background-repeat: no-repeat; background-position: top left;
	padding: 5px 0px 5px 0px; 
	margin: 0px;
}

UL.int-link {
	display: block;
	list-style-type: none;
	padding: 0px 20px 10px 15px;
	margin: 0px;
}

UL.int-link LI{
	background-image: url('images/int-link_bullet.gif'); background-repeat: no-repeat; background-position: top left;
	padding: 3px 0px 0px 20px; 
	margin: 0px;
}

/*links*/

A {
	font-weight: bold;
	text-decoration: underline;
	color: #999;
}

A.selected {
	font-weight: bold;
	text-decoration: underline;
	color: #f96611;
}

A:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #f96611;
}

/*layout > wrapper*/

#wrapper {
	position: relative;
	width: 900px; min-height: 650px; height: auto; _height: 650px;
	margin: 0px auto;
	/*background-color: #eee;*/ background-image: url(''); background-repeat: repeat-y; background-position: top right;
}

/*layout > site*/

#site {
	position: relative;
	width: 900px; height: 20px;
	margin: 0px; padding: 0px;
}

/*layout > content*/

#content {
	float: left;
	width: 650px; min-height: 650px; height: auto; _height: 650px;
	padding: 0px 0px 20px 0px;
}

/*layout > right col*/

#right {
	float: right;
	width: 250px; height: auto;
	/*background-color: #F96611;*/ background-image: url('images/bg_right.gif'); background-repeat: no-repeat; background-position: bottom left;
}

#right P {
	display: block;
	padding: 10px 20px 10px 20px;
	margin: 0px;
}

/*layout > foot*/

#foot {
	float: left;
	width: 900px; height: auto;
	/*background-color: #eee;*/ background-image: url('images/bg_foot.gif'); background-repeat: repeat-x; background-position: top left;
}

#foot P {
	display: block;
	float: left;
	padding: 10px 20px 10px 0px;
	color: #999;
}

#foot P.corp {
	display: block;
	float: right;
	margin: 0px;
	padding: 10px 25px 10px 0px;
	color: #999;
	background-image: url('images/corp_logo.gif'); background-repeat: no-repeat; background-position: top right;
}

#foot A {
	text-decoration: none;
	color: #999;
}

#foot A:Hover {
	color: #f96611;
}

/*gen tools*/

.float_left {
	float: left;
}

.clear {
	clear: both;
}

.prop {
	float: right;
	height: 650px; width: 0px;
}

/*forms*/

.form_layout {
	margin: 10px 0px 0px 0px;
}

FORM {
	margin: 20px 0px 0px 20px;
}

INPUT {
	width: 300px;
	border: 1px solid #f96611;
}

INPUT.button {
	width: 100px;
	background-color: #fff;
	border: 1px solid #f96611;
	margin-bottom: 10px;
}

INPUT.check {
	width: auto;
}

TEXTAREA {
	width: 300px;
	border: 1px solid #f96611;
}

SELECT {
	width: 185px;
	border: 1px solid #f96611;
}

LABEL {
	float: left;
	width: 120px;
	display: block;
}

LABEL.alt {
	float: left;
	width: 200px;
	display: block;
}
