/*global formatting*/

BODY {
	margin: 0px 0px 50px 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 13px; font-weight: normal;
	background: url('images/body-bg.jpg') no-repeat top center;
	color: #000;
}

IMG {
	display: block;
}

H1 {
	padding: 20px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif; font-size: 20px; font-weight: bold;
	color: #2496EC;
}

H2 {
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif; font-size: 16px; font-weight: bold;
	color: #2496EC;
}

P {
	line-height: 14px;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif; font-weight: normal;
	display: block;
}

UL {
	line-height: 20px;
	list-style: square;
	padding: 10px 0px 10px 0px;
	margin: 0px 15px 0px 25px; 
}

A {
	text-decoration: none;
	color: #000;
}

A:hover {
	text-decoration: none;
	color: #2496EC;
}

A.body {
	text-decoration: underline;
	color: #000;
}

A.body:hover {
	text-decoration: underline;
	color: #2496EC;
}


/*----------global formatting----------*/

/*misc text formatting*/

A.selected {
	font-weight: bold;
	color: #2496EC;
	text-decoration: underline;
}

A.selected:hover {
	font-weight: bold;
	color: #2496EC;
}

UL.no_bullet {
	line-height: 20px;
	list-style: none;
	padding: 0px 0px 10px 0px;
	margin: 0px 15px 0px 25px; 
}

UL.contact {
	margin: 0px; padding: 0px;
	list-style: none;
}

UL.link {
	padding: 0px 0px 0px 20px; margin: 20px 0px 0px 0px;
	list-style: none;
}

UL.link LI {
	line-height: 20px;
	border-bottom: 1px solid #CCC;
	padding: 0px; margin: 0px 20px 0px 0px;
	list-style: none;
}

P.highlight {
	color: #DC3F56;
}

/*----------misc text formatting----------*/

/*home layout*/

#background {
	width: 1100px;
	margin-left: auto; margin-right: auto;
	padding-bottom: 120px;
	background: url('images/background-bg.gif') no-repeat bottom right;
}

#wrapper {
	width: 900px; height: 100%;
	margin-left: auto; margin-right: auto;
}

#head_nav {
	width: 900px; height: 350px;
	margin: 0px; padding: 0px;
}

#content_wrapper {
	width: 900px;  min-height: 400px; height: auto; _height: 400px;
}

#content_left {
	width: 225px;
	float: left;
}

#content_right { 
	width: 655px;
	margin: 0px; padding: 0px 0px 0px 20px;
	float: right;
}

#foot {
	width: 900px; height: 100%;
	margin-left: auto; margin-right: auto;
	overflow: auto;
	border: solid 0px #FFF; 
}

/*float boxes*/

.float_right {
	width: 200px; height: auto;
	margin: 20px; padding: 0px 10px 0px 10px;
	float: right;
	border: 1px dashed #999999;
	overflow: auto;
}

/*props and clears*/

.prop {
	width: 0px; height: 335px;
	float: left;
}

.prop_int {
	width: 0px; height: 500px;
	float: left;
}

.clear {
	clear: both;
}

/*----------layout----------*/
