html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	background: #9198a1 url(/i/body-bgd.gif) top left repeat-x;
	color: #fff;
	font-family: verdana, tahoma, sans-serif;
	font-size: 87.5%;
}

a:link {
	color: #fff;
	font-weight: bold;
}
a:visited {
	color: #eee;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0px;
}

#Wrapper {
	position: relative;
	width: 760px;
	margin: 0 auto;
}

#Header {
	height: 305px;
	background: url(/i/header.jpg) 0 108px no-repeat;
}
#Logo {
	float: left;
	margin: 20px 0 0 0;
}

#Nav {
	float: right;
	margin: 15px 0 0 0;
}
#Nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#Nav li {
	display: inline;
	padding: 0;
	margin: 0;
}
#Nav a {
	display: block;
	float: left;
	color: #000;
	font-family: tahoma, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: .03em;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 .5em;
}
#Nav li.current a {
	border-bottom: 3px solid #e52326;
}

#TollFree span {
	display: none;
}
#TollFree {
	float: right;
	height: 305px;
	width: 263px;
	background: url(/i/toll-free.gif) top left no-repeat;
}

#Content {
	float: left;
	width: 450px;
	letter-spacing: .02em;
	line-height: 1.7em;
	margin-top: 2em;
}
#Slogan span {
	display: none;
}

#CurrentOpportunities {
	padding-top: 7em;
}
#CurrentOpportunities ul {
	padding: 0;
	margin: 0;
}
#CurrentOpportunities li {
	list-style: none;
	font-weight: bold;
}
#CurrentOpportunities li span.finePrint {
	display: inline;
	font-weight: normal;
	font-size: .9em;
}

#Footer {
	clear: both;
	font-size: .8em;
	padding: 30px 0;
}

.clear {
	clear: both;
}

address {
	font-style: normal;
}
dt {
	font-weight: bold;
}
dd ul {
	padding: 0 0 0 1.2em;
	margin: 0;
}
h2, h3 {
	font-family: verdana,arial,sans-serif;
/*
	font-family: 'arial narrow',arial,sans-serif;
*/
}
h3 {
	font-size: 1.2em;
/*
	text-transform: uppercase;
*/
}

/* CMS */
div.CMSEdit {
	overflow: auto;
	border: 1px solid red;
}
#CMSEditForm {
	padding:0;
	margin:0;
}
#CMSEditForm button.edit {
	display: block;
	color: #333;
	background-color: #f0f0f0;
	background-position: 3px 1px;
	background-image: url(/_cms/i/icon-edit.png);
	background-repeat: no-repeat;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: .9em;
	text-decoration: none;
	line-height: 1.3em;
	cursor: pointer;
	padding:1px 5px 2px 21px;
	border: 1px solid;
	border-color: #ddd #bbb #bbb #ddd;
	margin: 0;
	overflow: visible;/* IE */
}

