/**************** BASE *******************/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #646464;
	font: 70%/1.35em  verdana, Helvetica, helvetica, sans-serif; 
}

a:link, a:visited, a:active, a:hover {
	color: #4f81ba;
	text-decoration: underline;
}

a:hover {
	color: #729AC8;
}

p {
	margin: 0 0 1.4em 0;
}

img {
	border: 0;
}

/*************** HEADINGS ***************/

h1 {
	background: #fff;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
}

h2 {
	margin: 0 0 17px 0;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}


/*************** HEADINGS ***************/

#wrapper {
	background: #fff url(../images/bg.gif) top left repeat-y;
	width: 880px; 
}

#header {
	background: #fff url(../images/bg_header.gif) bottom left repeat-x; 
	height: 77px;
	position: relative;
}

#branding {
	background: #fff;
	height: 410px;
	margin: 0 0 20px 0;
	width: 546px;
}

#content {
	clear: both;
	color: #383838;
	display: inline;
	float: left;
	margin: 16px 0 15px 57px;
	width: 238px;
}

#sidebar {
	float: right;
	margin: 0 0 15px 0;
	width: 546px;
}

#sidebar .inside {
	padding: 0 31px;
}

#sidebar .inside p {
	margin: 0 0 10px 0;
}

#sidebar .company {
	float: left;
	margin: 0 10px 0 0;
	width: 226px;
}

#sidebar .company p {
	margin: 0 0 8px 0;
}

#footer {
	background: #fff;
	border-top: 1px solid #797f86;
	clear: both;
	font-size: .85em;
	height: 55px;
}

#footer ul {
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0 0 0 27px;
}

#footer li {
	background: transparent url(../images/li.gif) 0 2px no-repeat;
	display: inline;
	padding: 0 7px;
}

#footer li.first {
	background-image: none;
	padding: 0 2px 0 0;
}

#footer span {
	float: right;
	margin: 0px 21px 0 0;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #6c6c6c;
	text-decoration: none;
}

#footer a:hover {
	color: #9c9c9c;
}
