@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0678B3;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/OHM-BG.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	min-height: 1680px;
}
a {
	font-weight: bold;
}
a:link {
	color: #277EBE;
	text-decoration: none;
}
a:visited {
	color: #277EBE;
	text-decoration: none;
}
a:hover {
	color: #2983B7;
	background-color: #FFFF00;
	height: auto;
	width: auto;
}
a:active {
	color: #277EBE;
}

#clear {
	clear: both;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#takeyourtime {
	height: auto;
	width: 150px;
	float: right;
	padding-right: 200px;
	padding-top: 120px;
}

#quicklook {
	height: auto;
	width: 150px;
	float: right;
	padding-right: 200px;
	padding-top: 70px;
}

#navigation {
	padding-top: 50px;
	padding-left: 30px;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -1px;
	font-weight: bold;
}

#whatwedo {
	padding-top: 95px;
	padding-left: 125px;
	padding-right: 125px;
	height: 210px;
	letter-spacing: -1px;
}

#whatwedone {
	padding-top: 45px;
	padding-left: 125px;
	padding-right: 125px;
	height: 310px;
	letter-spacing: -1px;
}
#whoweare {
	padding-top: 125px;
	padding-left: 125px;
	padding-right: 125px;
	height: 600px;
	letter-spacing: -1px;
}

#whatwedone li {
	list-style-position: inside;
	list-style-image: url(../images/bullet.gif);
	padding-bottom: 5px;
	list-style-type: none;
}
