html, body, h1, h2, ul, li, p {
	margin: 0;
	padding: 0;
}

html, body{
	font-family: Tahoma, Arial, sans-serif;
	font-size:small;
	color: #434343;
	height:100%;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#wrapper {
	margin: 0 auto;
	width: 768px;
	border: 1px solid #5488A7;
	color: #434343;
	background-color: #FFFFFF;
	background-image: url(../images/wrapper_shadow.jpg);
	background-repeat: repeat-x;	
	background-position: 0px 160px;
}
#image {
	background-image:url(../images/climber.jpg);
	background-repeat: no-repeat;
	background-position: 0px -1px;
	height: 161px;
	width: 242px;
}
#header {
	height:126px;
	width: 526px;
	position: relative;
	left: 242px;
	top: -165px;
	background-color: #5B889D;
	color: #FFFFFF;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
}
#header h1{
	font-size: 44px;
	color: #FFFFFF;
	text-align: right;
	margin-right: 35px;
	font-family: "Lucida Sans", sans-serif, Alba;
	padding-top: 18px;
}
#header h2{
	font-size: 16px;
	color: #FFFFFF;
	text-align: right;
	margin-right: 35px;
	margin-top: -15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header h3{
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	margin-right: 35px;
	margin-top: -15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p {
	text-align:justify;
	margin: 0px 10px 10px 5px;
	clear:both;
}
.badge {
	float:left;
}
.badge img{
	margin: 5px;
}
h1 {
	font-size: 160%;
	color: #336075;
	margin-bottom: 20px;
	margin-left: 5px;
}
a {
	color: #5B889D;
}
a:visited {
	color: #434343;
}
#sidecontent {
	position:relative;
	top: -120px;
	float: left;
	width: 500px;
	padding-right: 10px;
	padding-left: 10px;
}
#sidecontent h2 {
	font-size: 120%;
	color: #336075;
	margin-bottom: 20px;
	margin-left: 5px;
}
#topcontent {
	position:relative;
	top: -120px;
	width: 745px;
	padding-right: 10px;
	padding-left: 10px;
	border: thin solid #FF0000;
}
/*hack for ie*/
h1, h2, h3, h4, h5, h6, p {
  position: relative;
}
#sidebar {
	width: 220px;
	float: left;
	position:relative;
	top: -120px;
}
#bottomcontent {
	position:relative;
	top: -100px;
	width: 727px;
	clear:both;
	padding-right: 10px;
	padding-left: 15px;
	margin-bottom: -50px;
}
.boxitem {
	margin-bottom: 20px;
	border: 1px solid #5B889D;
	font-size: 12px;
	clear:both;
}
.boxitem h2, #contactbox h2{
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	background-color: #5B889D;
	padding: 3px;
}
.boxitem p{
	margin: 5px;
}
ul{
	margin: 5px 5px 20px;
}
li{
	margin-left: 25px;
	list-style-type: none;
	list-style-image: url(../images/bulletbadge.jpg);
}
#contactbox {
	border: 1px solid #5B889D;
	font-size: 12px;
	text-align: center;
}
#contactbox h3{
	font-size: 14px;
	color: #336075;
	margin: 5px 0px 0px;
}
#contactbox p{
	text-align: center;
	margin: 0px 0px 10px;
}
#contactbox em{
	font-size: 14px;
	color: #336075;
	font-style: normal;
	font-weight: bold;
}
#prefooter {
	clear:both;
	padding:0px;
	margin: 0px;
	text-align: center;
	color: #999999;
}
#prefooter a{
	font-size: xx-small;
	text-decoration: none;
	color: #999999;
}
#footer {
	clear:both;
	color:#1F6D8B;
	font-size: small;
	padding: 1px;
	background-color: #5488A7;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer p{
	color: #FFFFFF;
	text-align:center;
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}


/* Navigation styles */
#nav {
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	position: relative;
	left: 242px;
	top: -161px;
	width: 506px;
	w\idth: 506px;
	padding: 10px;
	background-color: #5B889D;
}

#nav ul {
	list-style-type: none;
	display:inline;
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	display: inline;
	margin: 0px;
	padding: 5px 0px 10px;
	background-image: url(../images/button_rght.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	width: 150px;
}
* html #nav ul li {
	padding: 0px;
}
#nav a:hover {
	color: #ffffff;
}
#nav ul li a {
	display:inline;
	text-decoration: none;
	color:#000000;
	padding: 5px 15px 10px;
	background-image: url(../images/button_lft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

body.index #nav li.index a,
body.services #nav li.services a,
body.blog #nav li.blog a,
body.about #nav li.about a,
body.contact #nav li.contact a {
	color: #ffffff;
}
body.index #nav li.index a:hover,
body.services #nav li.services a:hover,
body.blog #nav li.blog a:hover,
body.about #nav li.about a:hover,
body.contact #nav li.contact a:hover {
	color: #000000;
}
